summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-121-7/+0
* arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger2019-11-121-0/+2
* arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas2019-11-121-17/+0
* arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas2019-11-061-7/+8
* arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino2019-11-061-1/+1
* arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-291-1/+2
* arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier2019-10-291-1/+2
* arm64: fix unreachable code issue with cmpxchgArnd Bergmann2019-10-071-3/+3
* arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon2019-10-051-0/+1
* arm64: Use correct ll/sc atomic constraintsAndrew Murray2019-10-051-42/+47
* arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-10-051-0/+2
* arm64/prefetch: fix a -Wtype-limits warningQian Cai2019-10-051-10/+11
* Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon2019-09-211-3/+9
* 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
* | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-1/+4
|\ \ \
| * | | arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+1
| * | | arch: wire-up clone3() syscallChristian Brauner2019-06-092-1/+3
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-102-1/+3
|\ \ \ \
| * | | | arch: wire-up pidfd_open()Christian Brauner2019-06-282-1/+3
| |/ / /