aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/KconfigAlexandre Ghiti1-1/+1
2019-07-03crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTRArd Biesheuvel3-31/+75
2019-07-03crypto: arm64/aes-ce - add 5 way interleave routinesArd Biesheuvel3-68/+52
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner270-3100/+1478
2019-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-3/+11
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+10
2019-06-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-9/+10
2019-06-27arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton1-0/+3
2019-06-26arm64: rename dump_instr as dump_kernel_instrjinho lim1-16/+7
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino1-0/+7
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/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-06-26arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
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-26arm64: vdso: Remove unnecessary asm-offsets.c definitionsCatalin Marinas1-39/+0
2019-06-25clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperAndrew Murray1-0/+13
2019-06-25arm64: Implement panic_smp_self_stop()Aaro Koskinen1-6/+13
2019-06-25arm64: Improve parking of stopped CPUsJayachandran C1-3/+1
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown5-0/+5
2019-06-25arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown4-0/+4
2019-06-25dt-bindings: imx: Add pinctrl binding doc for i.MX8MNAnson Huang1-0/+646
2019-06-25arm64: defconfig: enable CONFIG_RANDOMIZE_BASENick Desaulniers1-0/+1
2019-06-25arm64: ARM64_MODULES_PLTS must depend on MODULESCatalin Marinas1-0/+1
2019-06-24arm64: bpf: do not allocate executable memoryArd Biesheuvel1-1/+1
2019-06-24arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel1-1/+3
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel3-8/+44
2019-06-24arm64: module: create module allocations without exec permissionsArd Biesheuvel1-2/+2
2019-06-24arm64: Allow user selection of ARM64_MODULE_PLTSFlorian Fainelli1-1/+16
2019-06-24acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel1-3/+7
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel322-3115/+495
2019-06-22arm64: vdso: Enable vDSO compat supportVincenzo Frascino3-3/+27
2019-06-22arm64: compat: Get sigreturn trampolines from vDSOVincenzo Frascino2-0/+29
2019-06-22arm64: elf: VDSO code page discoveryVincenzo Frascino1-0/+14
2019-06-22arm64: compat: VDSO setup for compat layerVincenzo Frascino1-2/+88
2019-06-22arm64: vdso: Refactor vDSO codeVincenzo Frascino1-71/+144
2019-06-22arm64: compat: Add vDSOVincenzo Frascino9-0/+584
2019-06-22arm64: compat: Generate asm offsets for signalsVincenzo Frascino1-0/+6
2019-06-22arm64: compat: Expose signal related structuresVincenzo Frascino2-46/+46
2019-06-22arm64: compat: Add missing syscall numbersVincenzo Frascino1-0/+5
2019-06-22arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne1-1/+1
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino8-387/+220
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller254-2575/+301
2019-06-21arm64: PCI: Preserve firmware configuration when desiredBenjamin Herrenschmidt1-0/+10
2019-06-21arm64: PCI: Allow resource reallocation if necessaryBenjamin Herrenschmidt1-2/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds251-2546/+251