aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+8
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu1-0/+8
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner1-0/+3
2021-10-04arch/cc: Introduce a function to check for confidential computing featuresTom Lendacky1-0/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King1-1/+1
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+3
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-0/+3
2021-07-28sched: Add task_work callback for paranoid L1D flushBalbir Singh1-0/+3
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers1-0/+7
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+7
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin1-0/+11
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+45
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada1-2/+1
2021-04-22landlock: Support filesystem access-controlMickaël Salaün1-0/+7
2021-04-08add support for Clang CFISami Tolvanen1-0/+45
2021-04-08stack: Optionally randomize kernel stack offset each syscallKees Cook1-0/+23
2021-03-11kbuild: remove LLVM=1 test from HAS_LTO_CLANGMasahiro Yamada1-1/+0
2021-03-11kbuild: Allow LTO to be selected with KASAN_HW_TAGSSami Tolvanen1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+90
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-32/+0
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko1-0/+9
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens1-0/+4
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-0/+6
2021-01-29drivers: Remove CONFIG_OPROFILE supportViresh Kumar1-32/+0
2021-01-21arch/Kconfig: update a broken file referenceLukas Bulwahn1-2/+2
2021-01-14kbuild: lto: fix module versioningSami Tolvanen1-1/+0
2021-01-14kbuild: add support for Clang LTOSami Tolvanen1-0/+91
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro1-0/+3
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-0/+6
2020-12-22kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov1-4/+4
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+16
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+17
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-0/+3
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-0/+3
2020-12-15mm: speedup mremap on 1GB or larger regionsKalesh Singh1-0/+7
2020-12-15arch/Kconfig: fix spelling mistakesColin Ian King1-4/+4
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-0/+16
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker1-1/+6
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-0/+9