summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2020-05-02arm64: Delete the space separator in __emit_instFangrui Song
2020-04-29compat: ARM64: always include asm-generic/compat.hArnd Bergmann
2020-04-29arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2020-04-29arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip
2020-03-25arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino
2020-02-28arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino
2020-02-28arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon
2020-02-24arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-02-24arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen
2020-02-11KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall
2020-02-11KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland
2020-02-11KVM: arm/arm64: Correct CPSR on exception entryMark Rutland
2020-02-11KVM: arm64: Correct PSTATE on exception entryMark Rutland
2020-02-11arm64: acpi: fix DAIF manipulation with pNMIMark Rutland
2020-01-14arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-12-13arm64: Validate tagged addresses in access_ok() called from kernel threadsCatalin Marinas
2019-11-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-06arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen
2019-11-01arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger
2019-10-29arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon
2019-10-16arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang
2019-10-11arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier
2019-10-08arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-04arm64: Mark functions using explicit register variables as '__always_inline'Will Deacon
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-17arm64: fix function types in COND_SYSCALLSami Tolvanen
2019-09-17arm64: fix unreachable code issue with cmpxchgArnd Bergmann
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig