summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-281-1/+1
|\
| * treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-251-1/+1
* | arm64: Force SSBS on context switchMarc Zyngier2019-07-221-2/+12
* | arm64: mm: Drop pte_huge()Anshuman Khandual2019-07-221-1/+0Star
* | arm64: stacktrace: Better handle corrupted stacksMark Rutland2019-07-221-8/+49
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-0/+10
* | arm64: stacktrace: Constify stacktrace.h functionsDave Martin2019-07-221-5/+6
* | arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino2019-07-221-1/+1
|/
* arm64: mm: implement pte_devmap supportRobin Murphy2019-07-172-0/+22
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-171-41/+41
* Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-131-12/+19
|\
| * arm64: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-12/+19
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-138-61/+103
|\ \
| * | KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-4/+3Star
| * | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-053-55/+46Star
| * | KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara2019-07-052-0/+24
| * | arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-052-2/+20
| * | KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-051-1/+1
| * | KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-051-0/+6
| * | arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse2019-07-051-0/+4
* | | arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+8Star
* | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-1/+4
|\ \ \
| * | | arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+1
| * | | arch: wire-up clone3() syscallChristian Brauner2019-06-092-1/+3
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-112-1/+3
|\ \ \ \
| * | | | arch: wire-up pidfd_open()Christian Brauner2019-06-282-1/+3
| |/ / /
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-093-3/+3
|\ \ \ \
| * | | | docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2019-06-143-3/+3
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-092-27/+27
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-179-19/+40
| |\ \ \ \ \
| * | | | | | locking/atomic, arm64: Use s64 for atomic64Mark Rutland2019-06-032-27/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-089-0/+407
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-03111-1175/+504Star
| |\ \ \ \ \ \
| | * | | | | | arm64: compat: Fix __arch_get_hw_counter() implementationVincenzo Frascino2019-06-261-0/+18
| | * | | | | | arm64: Fix __arch_get_hw_counter() implementationVincenzo Frascino2019-06-261-0/+19
| | * | | | | | arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 systemCatalin Marinas2019-06-261-7/+0Star
| | * | | | | | arm64: compat: Get sigreturn trampolines from vDSOVincenzo Frascino2019-06-221-0/+3
| | * | | | | | arm64: elf: VDSO code page discoveryVincenzo Frascino2019-06-221-0/+14
| | * | | | | | arm64: compat: Add vDSOVincenzo Frascino2019-06-222-0/+159
| | * | | | | | arm64: compat: Expose signal related structuresVincenzo Frascino2019-06-221-0/+46
| | * | | | | | arm64: compat: Add missing syscall numbersVincenzo Frascino2019-06-221-0/+5
| | * | | | | | arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino2019-06-222-0/+137
| | | |_|_|_|/ | | |/| | | |
| * | | | | | clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperAndrew Murray2019-06-251-0/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-0819-106/+174
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2019-07-011-0/+3
| |\ \ \ \ \
| | * | | | | arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton2019-06-271-0/+3
| | | |/ / / | | |/| | |
| * | | | | arm64/mm: Drop [PTE|PMD]_TYPE_FAULTAnshuman Khandual2019-06-261-2/+0Star
| * | | | | arm64: Expose FRINT capabilities to userspaceMark Brown2019-06-253-0/+3
| * | | | | arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown2019-06-252-0/+2
| * | | | | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-241-0/+3