summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+8
* 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-102-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-092-2/+2
|\ \
| * | docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2019-06-142-2/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-082-27/+27
|\ \ \
| * \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-176-19/+15
| |\ \ \
| * | | | 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-03110-1170/+501
| |\ \ \ \ \
| | * | | | | 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/+0
| | * | | | | 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-0817-106/+169
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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/+0
| * | | | | arm64: Expose FRINT capabilities to userspaceMark Brown2019-06-252-0/+2
| * | | | | arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown2019-06-251-0/+1
| * | | | | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-241-0/+3
| * | | | | arm64: irqflags: Introduce explicit debugging for IRQ prioritiesJulien Thierry2019-06-213-0/+25
| * | | | | arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-215-73/+83
| * | | | | arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry2019-06-211-2/+2
| * | | | | arm64: irqflags: Pass flags as readonly operand to restore instructionJulien Thierry2019-06-211-1/+1
| * | | | | arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma2019-06-171-0/+7
| * | | | | arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland2019-06-101-17/+30
| * | | | | arm64: ptrace: add support for syscall emulationSudeep Holla2019-06-051-1/+4
| * | | | | arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual2019-06-041-2/+7
| * | | | | arm64: cacheinfo: Update cache_line_size detected from DT or PPTTShaokun Zhang2019-06-041-5/+1
| * | | | | arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE stateJulien Grall2019-06-041-5/+5
| * | | | | arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall2019-06-041-3/+1
| * | | | | arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()Julien Grall2019-06-041-1/+0
| * | | | | arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitionsAnshuman Khandual2019-06-032-1/+1
| |/ / / /
* | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21106-1168/+106
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1913-52/+13
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1993-1116/+93
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-201-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm64/mm: don't initialize pgd_cache twiceMike Rapoport2019-06-181-2/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-141-0/+3
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon2019-06-121-0/+3