summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2019-11-06arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas
2019-11-06arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino
2019-10-29arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier
2019-10-29arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann
2019-10-05arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon
2019-10-05arm64: Use correct ll/sc atomic constraintsAndrew Murray
2019-10-05arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-10-05arm64/prefetch: fix a -Wtype-limits warningQian Cai
2019-09-21Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-08-08arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He
2019-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu
2019-08-01arm64/mm: fix variable 'tag' set but not usedQian Cai
2019-08-01arm64/mm: fix variable 'pud' set but not usedQian Cai
2019-08-01arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry
2019-07-31arm64/efi: fix variable 'si' set but not usedQian Cai
2019-07-31arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon
2019-07-31arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-07-22arm64: Force SSBS on context switchMarc Zyngier
2019-07-22arm64: mm: Drop pte_huge()Anshuman Khandual
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-07-22arm64: stacktrace: Constify stacktrace.h functionsDave Martin
2019-07-22arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-08KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin
2019-07-05KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara
2019-07-05arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse
2019-07-05arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner
2019-07-01arm64: don't use asm-generic/ptrace.hChristoph Hellwig
2019-07-01Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas