summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas2021-04-211-1/+5
* arm64: Make CPU_BIG_ENDIAN depend on ld.bfd or ld.lld 13.0.0+Nathan Chancellor2021-03-111-2/+3
* arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose2021-03-041-1/+1
* kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-0/+1
* arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda2020-11-031-1/+1
* arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-0/+20
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-231-0/+1
|\
| * arm64: mremap speedup - Enable HAVE_MOVE_PMDKalesh Singh2020-10-151-0/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-2/+0
|\ \ \
| * | | Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Nick Desaulniers2020-10-131-2/+0
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-13/+0
|\ \ \ \ | |/ / / |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-13/+0
| |/ /
* | | Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |_|/ |/| |
| * | arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-0/+1
| |/
* | Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+33
|\ \
| * | arm64: mte: Kconfig entryVincenzo Frascino2020-09-041-0/+33
| |/
* | Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon2020-10-021-26/+0
|\ \
| * | arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-291-26/+0
| |/
| |
| \
*-. \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-021-1/+12
|\ \ \ | |_|/ |/| |
| | * arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown2020-09-181-0/+1
| |/ |/|
| * arm64/mm: Unify CONT_PMD_SHIFTGavin Shan2020-09-111-0/+6
| * arm64/mm: Unify CONT_PTE_SHIFTGavin Shan2020-09-111-1/+1
| * arm64/mm: Enable THP migrationAnshuman Khandual2020-09-111-0/+4
|/
* Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-091-19/+1
|\
| * Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-16/+0
| |\
| | * KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil2020-07-281-16/+0
| * | Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-3/+1
| |\ \
| | * | KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=nMarc Zyngier2020-06-221-3/+1
| | |/
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-1/+0
|\ \ \
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | | | Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas2020-07-311-0/+14
|\ \ \ \
| * | | | arm64: enable tlbi range instructionsZhenyu Ye2020-07-151-0/+14
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas2020-07-311-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | arm64: enable time namespace supportAndrei Vagin2020-07-241-0/+1
| |/ / /
* / / / arm64: Document sysctls for emulated deprecated instructionsMark Brown2020-07-021-2/+6
|/ / /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-271-2/+2
|\ \ \ | |/ / |/| |
| * | arm64: Depend on newer binutils when building PACMark Brown2020-06-231-2/+2
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-211-1/+1
|\ \ \ | |/ / |/| |
| * | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+1
| |/
* / arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon2020-06-171-0/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-2/+2
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-111-1/+10
|\ \ | |/ |/|
| * arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2020-06-111-1/+2
| * arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-101-0/+8
* | mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+1
* | arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-031-0/+1
* | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0