summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-12-22kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov1-0/+1
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+1
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino1-0/+2
2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino1-0/+4
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-3/+1
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-3/+1
2020-12-15arm64: mremap speedup - enable HAVE_MOVE_PUDKalesh Singh1-0/+1
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-33/+37
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-1/+1
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-0/+2
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas1-22/+0
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas1-28/+104
2020-12-04arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon1-1/+1
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland1-21/+0
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-1/+0
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-0/+1
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks1-1/+22
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg1-0/+2
2020-11-17arm64/ima: add ima_arch supportChester Lin1-0/+1
2020-11-09arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon1-0/+3
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel1-10/+10
2020-11-03arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda1-1/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-0/+20
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-15arm64: mremap speedup - Enable HAVE_MOVE_PMDKalesh Singh1-0/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2020-10-13Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Nick Desaulniers1-2/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-13/+0
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+33
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon1-26/+0
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon1-1/+12
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon1-26/+0
2020-09-18arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown1-0/+1
2020-09-13arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier1-0/+1
2020-09-11arm64/mm: Unify CONT_PMD_SHIFTGavin Shan1-0/+6
2020-09-11arm64/mm: Unify CONT_PTE_SHIFTGavin Shan1-1/+1
2020-09-11arm64/mm: Enable THP migrationAnshuman Khandual1-0/+4
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-04arm64: mte: Kconfig entryVincenzo Frascino1-0/+33
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-19/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-1/+0