aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/coreCatalin Marinas10-27/+56
2019-11-07Merge branch 'arm64/ftrace-with-regs' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas3-1/+27
2019-11-06arm64: implement ftrace with regsTorsten Duwe2-1/+24
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland1-0/+3
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma3-8/+2
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne1-2/+0
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas5-21/+50
2019-10-28Merge branch 'kvm-arm64/erratum-1319367' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into for-next/coreCatalin Marinas1-1/+2
2019-10-28Merge branch 'for-next/neoverse-n1-stale-instr' into for-next/coreCatalin Marinas2-2/+4
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse1-0/+14
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse1-20/+16
2019-10-28arm64: entry: convert el0_sync to CMark Rutland1-10/+0
2019-10-28arm64: add local_daif_inherit()Mark Rutland1-0/+16
2019-10-28arm64: Add prototypes for functions called by entry.SJames Morse1-0/+22
2019-10-28arm64: remove __exception annotationsJames Morse2-12/+2
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse1-1/+2
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse1-1/+2
2019-10-25arm64: pgtable: Correct typo in commentMark Brown1-1/+1
2019-10-18arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versionsMarc Zyngier1-1/+2
2019-10-18arm64: mm: implement arch_faults_on_old_pte() on arm64Jia He1-0/+14
2019-10-18arm64: cpufeature: introduce helper cpu_has_hw_af()Jia He1-0/+14
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon3-32/+3
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon2-6/+11
2019-10-16arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang1-1/+1
2019-10-15arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier4-12/+25
2019-10-14arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne1-0/+2
2019-10-14arm64: simplify syscall wrapper ifdefferyMark Rutland1-6/+0
2019-10-11arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen1-3/+0
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-36/+5
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier1-1/+2
2019-10-08arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier1-1/+2
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino1-1/+1
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino1-33/+0
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-24/+0
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-7/+0
2019-10-04arm64: Mark functions using explicit register variables as '__always_inline'Will Deacon1-2/+4
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-24/+0
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross1-7/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-2/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-6/+15
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+13
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-103/+13
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+4
2019-09-17arm64: fix function types in COND_SYSCALLSami Tolvanen1-3/+12
2019-09-17arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds41-670/+590
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig2-22/+1