aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+0
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONGravatar Josh Poimboeuf 1-0/+4
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+6
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+1
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+16
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+7
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2022-05-22arch/Kconfig: Drop references to powerpc PAGE_SIZE symbolsGravatar Michael Ellerman 1-2/+0
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityGravatar Catalin Marinas 1-0/+7
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONGravatar Josh Poimboeuf 1-0/+3
2022-04-22objtool: Make noinstr hacks optionalGravatar Josh Poimboeuf 1-0/+3
2022-04-22objtool: Make jump label hack optionalGravatar Josh Poimboeuf 1-0/+4
2022-04-22objtool: Add CONFIG_OBJTOOLGravatar Josh Poimboeuf 1-2/+6
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedGravatar Paul E. McKenney 1-0/+1
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPGravatar Song Liu 1-4/+2
2022-04-13cfi: Use __builtin_function_startGravatar Sami Tolvanen 1-4/+1
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCGravatar Christophe Leroy 1-0/+6
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+7
2022-03-28kprobes: Use rethook for kretprobe if possibleGravatar Masami Hiramatsu 1-1/+7
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+3
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+7
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+33
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-1/+1
2022-03-10ptrace: Remove tracehook_signal_handlerGravatar Eric W. Biederman 1-1/+0
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-1/+1
2022-03-10arm64: Add gcc Shadow Call Stack supportGravatar Dan Li 1-9/+10
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-3/+0
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-0/+7
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysGravatar Mark Rutland 1-3/+33
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYGravatar Mark Rutland 1-1/+0
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSGravatar Christophe Leroy 1-0/+3
2022-02-14stack: Constrain and fix stack offset randomization with Clang buildsGravatar Marco Elver 1-0/+1
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETGravatar Marco Elver 1-5/+18
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+4
2022-01-20arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBGravatar Nathan Chancellor 1-0/+4
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+3
2022-01-15mm: page table checkGravatar Pasha Tatashin 1-0/+3
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeGravatar Jarkko Sakkinen 1-0/+4
2021-12-02arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANGGravatar Nathan Chancellor 1-2/+1
2021-11-27arch: Add generic Kconfig option indicating page size smaller than 64kGravatar Guenter Roeck 1-0/+10
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-0/+8
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerGravatar Masami Hiramatsu 1-0/+8
2021-10-26signal: Add an optional check for altstack sizeGravatar Thomas Gleixner 1-0/+3
2021-10-04arch/cc: Introduce a function to check for confidential computing featuresGravatar Tom Lendacky 1-0/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1