summaryrefslogtreecommitdiff
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin2023-03-281-0/+15
* lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-0/+17
* arch/Kconfig: fix indentationJuerg Haefliger2023-02-091-64/+64
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-161-1/+1
|\
| * ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stackArd Biesheuvel2022-12-141-1/+1
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+24
|\ \
| * | arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-0/+24
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-0/+7
|\ \ \ | | |/ | |/|
| * | scs: add support for dynamic shadow call stacksArd Biesheuvel2022-11-091-0/+7
| |/
* | srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney2022-10-201-0/+3
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+8
|\
| * mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-261-0/+8
* | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-13/+5
|\ \
| * | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-3/+5
| * | cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2022-09-261-10/+0
| |/
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+6
* | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-0/+3
|/
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-2/+1
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+3
|\
| * lib: Add register read/write tracing supportPrasad Sodagudi2022-06-151-0/+3
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-4/+4
|\ \
| * | context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
| * | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
| * | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-011-0/+3
|\ \
| * | arch: make TRACE_IRQFLAGS_NMI_SUPPORT genericMark Rutland2022-06-231-0/+3
| |/
* | mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-211-0/+7
|/
* Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-051-0/+4
|\
| * objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf2022-05-271-0/+4
* | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-2/+0
|\ \ | |/ |/|
| * arch/Kconfig: Drop references to powerpc PAGE_SIZE symbolsMichael Ellerman2022-05-221-2/+0
* | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-0/+6
|\ \
| * | module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-051-0/+6
* | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-4/+1
|\ \ \
| * | | cfi: Use __builtin_function_startSami Tolvanen2022-04-131-4/+1
| |/ /
* | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-2/+16
|\ \ \
| * | | objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf2022-04-221-0/+3
| * | | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+3
| * | | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+4
| * | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-2/+6
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-0/+7
|\ \ \
| * | | mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas2022-04-251-0/+7
| |/ /
* | | Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-231-0/+1
|\ \ \ | |_|/ |/| |
| * | rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney2022-04-201-0/+1
| |/
* | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-4/+2
|/
* Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-311-1/+7
|\
| * kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-281-1/+7
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-3/+2
|\ \ | |/ |/|
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
| * ptrace: Remove tracehook_signal_handlerEric W. Biederman2022-03-101-1/+0