summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-03-08arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDERAnshuman Khandual1-2/+2
2021-03-08arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHAREAnshuman Khandual1-2/+0
2021-03-08arm64: Drop support for CMDLINE_EXTENDWill Deacon1-6/+0
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver1-0/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+8
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon1-2/+3
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon1-0/+4
2021-02-11kbuild: LD_VERSION redenominationMasahiro Yamada1-1/+1
2021-02-09arm64: Make CPU_BIG_ENDIAN depend on ld.bfd or ld.lld 13.0.0+Nathan Chancellor1-2/+3
2021-02-08arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose1-1/+1
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin1-0/+4
2021-01-15numa: Move numa implementation to common codeAtish Patra1-0/+1
2021-01-14arm64: allow LTO to be selectedSami Tolvanen1-0/+2
2021-01-14arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGSSami Tolvanen1-0/+2
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-2/+0
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-1/+0
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-15Merge 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-10arm64: 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