summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2017-06-28Merge branch 'lsk/kdump/for-v4.9' into linux-linaro-lsk-v4.9Alex Shi
2017-06-15Merge remote-tracking branch 'lts/linux-4.9.y' into linux-linaro-lsk-v4.9Alex Shi
2017-06-14arm64: entry: improve data abort handling of tagged pointersKristina Martsenko
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko
2017-06-14arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier
2017-06-08arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro
2017-06-08arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro
2017-06-08arm64: mm: add set_memory_valid()AKASHI Takahiro
2017-05-27Merge branch 'v4.9/topic/PANemulation' into linux-linaro-lsk-v4.9Alex Shi
2017-05-27arm64: Disable PAN on uaccess_enable()Marc Zyngier
2017-05-27arm64: restore get_current() optimisationMark Rutland
2017-05-27Merge branch 'v4.9/topic/PANemulation' into linux-linaro-lsk-v4.9Alex Shi
2017-05-27arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy
2017-05-27Merge branch 'v4.9/topic/PANemulation' into linux-linaro-lsk-v4.9Alex Shi
2017-05-27arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2017-05-27arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2017-05-27arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas
2017-05-27arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2017-05-27arm64: split thread_info from task stackMark Rutland
2017-05-27arm64: assembler: introduce ldr_this_cpuMark Rutland
2017-05-27arm64: make cpu number a percpu variableMark Rutland
2017-05-27arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland
2017-05-27arm64: factor out current_stack_pointerMark Rutland
2017-05-27arm64: thread_info remove stale itemsMark Rutland
2017-05-27arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland
2017-05-25arm64: uaccess: ensure extension of access_ok() addrMark Rutland
2017-05-25arm64: ensure extension of smp_store_release valueMark Rutland
2017-05-25arm64: xchg: hazard against entire exchange variableMark Rutland
2017-05-20arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier
2017-05-14arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier
2017-01-26arm64: mm: avoid name clash in __page_to_voff()Oleksandr Andrushchenko
2017-01-26arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Dave Martin
2016-11-19Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář
2016-11-18KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang
2016-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-11Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier
2016-10-26arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay
2016-10-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-21arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-10-19arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon
2016-10-17arm64: sysreg: Fix use of XZR in write_sysreg_sWill Deacon
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-15Merge branch 'work.uaccess' into for-linusAl Viro