aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-15arm64: Don't use KPTI where we have E0PDGravatar Mark Brown 1-0/+11
2020-01-15arm64: Factor out checks for KASLR in KPTI code into separate functionGravatar Mark Brown 1-17/+45
2020-01-15arm64: Add initial support for E0PDGravatar Mark Brown 3-1/+5
2020-01-15arm64: Move the LSE gas support detection to KconfigGravatar Catalin Marinas 2-4/+4
2020-01-15arm64: Introduce ID_ISAR6 CPU registerGravatar Anshuman Khandual 2-0/+10
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceGravatar Steven Price 3-0/+26
2020-01-14arm64: fpsimd: Make sure SVE setup is complete before SIMD is usedGravatar Suzuki K Poulose 1-2/+6
2020-01-14arm64: Introduce system_capabilities_finalized() markerGravatar Suzuki K Poulose 2-1/+6
2020-01-14arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKGravatar Vincenzo Frascino 1-1/+0
2020-01-14arm64: compat: vdso: Expose BUILD_VDSO32Gravatar Vincenzo Frascino 1-0/+1
2020-01-13arch: wire up pidfd_getfd syscallGravatar Sargun Dhillon 2-1/+3
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+1
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-10Merge branch 'linus' into efi/core, to pick up fixesGravatar Ingo Molnar 2-10/+5
2020-01-10Revert "arm64: kexec: make dtb_mem always enabled"Gravatar Will Deacon 1-2/+2
2020-01-08arm64: Remove __exception_text_start and __exception_text_end from asm/section.hGravatar Prabhakar Kushwaha 1-1/+0
2020-01-08arm64: asm: Remove ENDPIPROC()Gravatar Mark Brown 1-12/+0
2020-01-08arm64: kexec_file: add crash dump supportGravatar AKASHI Takahiro 1-0/+4
2020-01-08arm64: hibernate: add PUD_SECT_RDONLYGravatar Pavel Tatashin 1-0/+1
2020-01-08arm64: kexec: make dtb_mem always enabledGravatar Pavel Tatashin 1-2/+2
2020-01-08arm64: asm: Add new-style position independent function annotationsGravatar Mark Brown 2-0/+17
2020-01-07arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersGravatar Amanieu d'Antras 2-1/+1
2020-01-06arm64: Revert support for execute-only user mappingsGravatar Catalin Marinas 2-10/+5
2020-01-03compat: provide compat_ptr() on all architecturesGravatar Arnd Bergmann 1-17/+0
2020-01-03compat: ARM64: always include asm-generic/compat.hGravatar Arnd Bergmann 1-2/+3
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveGravatar Ard Biesheuvel 1-3/+3
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroGravatar Ard Biesheuvel 1-2/+1
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroGravatar Ard Biesheuvel 1-2/+1
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesGravatar Ard Biesheuvel 1-2/+1
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterGravatar Ard Biesheuvel 1-4/+4
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitGravatar Ard Biesheuvel 1-1/+1
2019-12-25efi/libstub: Remove unused __efi_call_early() macroGravatar Ard Biesheuvel 1-1/+0
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 3-1/+8
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 2-5/+5
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-1/+8
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedGravatar Sebastian Andrzej Siewior 1-0/+1
2019-12-06arm64: Validate tagged addresses in access_ok() called from kernel threadsGravatar Catalin Marinas 1-1/+6
2019-12-04arm64: insn: consistently handle exit textGravatar Mark Rutland 1-0/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-2/+0
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-7/+90
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 18-50/+138
2019-11-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-22/+22
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADGravatar Paolo Bonzini 4-31/+10
2019-11-21Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 6-7/+90
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosGravatar Pavel Tatashin 2-22/+22
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsGravatar Christoph Hellwig 1-2/+0
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+0