summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-091-2/+10
| | * | | arm64: mm: Introduce vabits_actualSteve Capper2019-08-093-7/+8
| | * | | arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-093-4/+11
| | * | | arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2019-08-092-10/+9
| | * | | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-092-5/+5
| | * | | arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper2019-08-091-6/+5
| | |/ /
| * | | arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-08-211-0/+2
| * | | arm64: Clarify when cpu_enable() is calledMark Brown2019-08-141-3/+10
| * | | arm64: prefer __section from compiler_attributes.hNick Desaulniers2019-08-131-1/+1
| * | | arm64/prefetch: fix a -Wtype-limits warningQian Cai2019-08-071-10/+11
| * | | arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven2019-08-051-18/+7
| * | | arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon2019-08-051-2/+2
| * | | arm64: Remove unused cpucap_multi_entry_cap_cpu_enable()Mark Brown2019-08-051-15/+0
| * | | arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitionsWill Deacon2019-08-051-29/+0
| * | | arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon2019-08-051-1/+2
| * | | arm64: remove unneeded uapi/asm/stat.hMasahiro Yamada2019-08-051-17/+0
| * | | arm64: remove pointless __KERNEL__ guardsMark Rutland2019-08-0516-46/+3
| * | | arm64: Remove unused assembly macroJulien Thierry2019-08-051-11/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-091-3/+4
|\ \ \
| * | | KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu2019-07-261-3/+4
| | |/ | |/|
* | | arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He2019-08-081-2/+5
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-031-0/+40
|\ \
| * | arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner2019-07-311-0/+40
* | | arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-021-0/+2
* | | arm64/mm: fix variable 'tag' set but not usedQian Cai2019-08-011-3/+7
* | | arm64/mm: fix variable 'pud' set but not usedQian Cai2019-08-011-2/+2
* | | arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry2019-08-012-1/+7
* | | arm64/efi: fix variable 'si' set but not usedQian Cai2019-07-311-1/+5
* | | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-311-3/+4
|/ /
* | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-281-1/+1
|\ \
| * | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-251-1/+1
| |/
* | arm64: Force SSBS on context switchMarc Zyngier2019-07-221-2/+12
* | arm64: mm: Drop pte_huge()Anshuman Khandual2019-07-221-1/+0
* | arm64: stacktrace: Better handle corrupted stacksMark Rutland2019-07-221-8/+49
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-0/+10
* | arm64: stacktrace: Constify stacktrace.h functionsDave Martin2019-07-221-5/+6
* | arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino2019-07-221-1/+1
|/
* arm64: mm: implement pte_devmap supportRobin Murphy2019-07-162-0/+22
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-161-41/+41
* Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-121-12/+19
|\
| * arm64: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-12/+19
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-128-61/+103
|\ \
| * | KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-4/+3
| * | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-053-55/+46
| * | KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara2019-07-052-0/+24
| * | arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-052-2/+20
| * | KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-051-1/+1
| * | KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-051-0/+6
| * | arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse2019-07-051-0/+4
* | | arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+8