summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorLines
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+0
2019-11-06arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas-17/+0
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen-7/+0
2019-11-01arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger-0/+2
2019-10-29arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas-7/+8
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon-32/+3
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon-6/+11
2019-10-16arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang-1/+1
2019-10-11arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen-3/+0
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier-1/+2
2019-10-08arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier-1/+2
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino-1/+1
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino-33/+0
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-24/+0
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+0
2019-10-04arm64: Mark functions using explicit register variables as '__always_inline'Will Deacon-2/+4
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-24/+0
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross-7/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti-2/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-2/+0
2019-09-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-6/+15
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-0/+13
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-103/+13
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+4
2019-09-17arm64: fix function types in COND_SYSCALLSami Tolvanen-3/+12
2019-09-17arm64: fix unreachable code issue with cmpxchgArnd Bergmann-3/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-670/+590
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig-22/+1
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig-9/+0
2019-09-11xen/arm: consolidate page-coherent.hChristoph Hellwig-75/+0
2019-09-09arm64: KVM: Kill hyp_alternate_select()Marc Zyngier-24/+0
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier-1/+3
2019-09-04arm64: remove __iounmapChristoph Hellwig-2/+1
2019-08-31tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)-0/+13
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon-397/+403
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-118/+148
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon-23/+40
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon-0/+11
2019-08-30arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon-157/+140
2019-08-30arm64: lse: Remove unused 'alt_lse' assembly macroWill Deacon-22/+0
2019-08-29arm64: avoid using hard-coded registers for LSE atomicsAndrew Murray-29/+41
2019-08-29arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray-328/+329
2019-08-29arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig-0/+8
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig-0/+4
2019-08-29arm64: Use correct ll/sc atomic constraintsAndrew Murray-42/+47
2019-08-27arm64: KVM: Device mappings should be execute-neverJames Morse-1/+1
2019-08-27arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon-0/+3
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon-0/+1