aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy2-0/+22
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada1-41/+41
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-12/+19
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-61/+93
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport1-39/+8
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-1/+4
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-1/+3
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-27/+27
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-0/+407
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds17-106/+169
2019-07-08KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier1-4/+3
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin3-55/+46
2019-07-05KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara1-0/+14
2019-07-05arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2-2/+20
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse1-1/+1
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse1-0/+6
2019-07-05arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse1-0/+4
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner110-1170/+501
2019-07-01arm64: don't use asm-generic/ptrace.hChristoph Hellwig1-12/+19
2019-07-01Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxCatalin Marinas1-0/+3
2019-06-28arch: wire-up pidfd_open()Christian Brauner2-1/+3
2019-06-27arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton1-0/+3
2019-06-26arm64: compat: Fix __arch_get_hw_counter() implementationVincenzo Frascino1-0/+18
2019-06-26arm64: Fix __arch_get_hw_counter() implementationVincenzo Frascino1-0/+19
2019-06-26arm64/mm: Drop [PTE|PMD]_TYPE_FAULTAnshuman Khandual1-2/+0
2019-06-26arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 systemCatalin Marinas1-7/+0
2019-06-25clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperAndrew Murray1-0/+13
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown2-0/+2
2019-06-25arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown1-0/+1
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel1-0/+3
2019-06-22arm64: compat: Get sigreturn trampolines from vDSOVincenzo Frascino1-0/+3
2019-06-22arm64: elf: VDSO code page discoveryVincenzo Frascino1-0/+14
2019-06-22arm64: compat: Add vDSOVincenzo Frascino2-0/+159
2019-06-22arm64: compat: Expose signal related structuresVincenzo Frascino1-0/+46
2019-06-22arm64: compat: Add missing syscall numbersVincenzo Frascino1-0/+5
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino2-0/+137
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds106-1168/+106
2019-06-21arm64: irqflags: Introduce explicit debugging for IRQ prioritiesJulien Thierry3-0/+25
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry5-73/+83
2019-06-21arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry1-2/+2
2019-06-21arm64: irqflags: Pass flags as readonly operand to restore instructionJulien Thierry1-1/+1
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner1-0/+1
2019-06-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner13-52/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner93-1116/+93
2019-06-18arm64/mm: don't initialize pgd_cache twiceMike Rapoport1-2/+1
2019-06-17arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma1-0/+7
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar6-19/+15
2019-06-14docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2-2/+2