summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorLines
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-0/+3
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers-2/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+3
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra-0/+7
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker-1/+1
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker-1/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker-2/+2
2022-06-23arch: make TRACE_IRQFLAGS_NMI_SUPPORT genericMark Rutland-0/+3
2022-06-15lib: Add register read/write tracing supportPrasad Sodagudi-0/+3
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+4
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+0
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf-0/+4
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+6
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+1
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+16
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+7
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2022-05-22arch/Kconfig: Drop references to powerpc PAGE_SIZE symbolsMichael Ellerman-2/+0
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas-0/+7
2022-04-22objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf-0/+3
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-0/+3
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf-0/+4
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-2/+6
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney-0/+1
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu-4/+2
2022-04-13cfi: Use __builtin_function_startSami Tolvanen-4/+1
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy-0/+6
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+7
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu-1/+7
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+3
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+7
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+33
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-1/+1
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman-1/+0
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-1/+1
2022-03-10arm64: Add gcc Shadow Call Stack supportDan Li-9/+10
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-3/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-0/+7
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland-3/+33
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland-1/+0
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy-0/+3
2022-02-14stack: Constrain and fix stack offset randomization with Clang buildsMarco Elver-0/+1
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver-5/+18
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+4
2022-01-20arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor-0/+4
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+3