| Commit message (Expand) | Author | Age | Files | Lines |
* | init/Kconfig: lower GCC version check for -Warray-bounds | Kees Cook | 2024-03-04 | 1 | -3/+3 |
* | update workarounds for gcc "asm goto" issue | Linus Torvalds | 2024-02-15 | 1 | -0/+9 |
* | Kconfig: Disable -Wstringop-overflow for GCC globally | Linus Torvalds | 2024-02-01 | 1 | -3/+3 |
* | init: Kconfig: Disable -Wstringop-overflow for GCC-11 | Gustavo A. R. Silva | 2024-01-21 | 1 | -0/+12 |
* | init/Kconfig: move more items into the EXPERT menu | Randy Dunlap | 2023-12-20 | 1 | -52/+50 |
* | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 2023-09-11 | 1 | -1/+1 |
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 1 | -8/+2 |
|\ |
|
| * | treewide: drop CONFIG_EMBEDDED | Randy Dunlap | 2023-08-21 | 1 | -8/+0 |
| * | kexec: consolidate kexec and crash options into kernel/Kconfig.kexec | Eric DeVolder | 2023-08-18 | 1 | -0/+2 |
* | | sched/psi: Select KERNFS as needed | Randy Dunlap | 2023-08-02 | 1 | -0/+1 |
|/ |
|
* | cachestat: implement cachestat syscall | Nhat Pham | 2023-06-09 | 1 | -0/+10 |
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-27 | 1 | -38/+0 |
|\ |
|
| * | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 | Greg Kroah-Hartman | 2023-03-06 | 1 | -38/+0 |
* | | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2023-04-25 | 1 | -1/+1 |
|\ \ |
|
| * | | mm/slob: remove CONFIG_SLOB | Vlastimil Babka | 2023-03-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-04-25 | 1 | -24/+0 |
|\ \ |
|
| * | | Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | Marc Aurèle La France | 2023-03-27 | 1 | -24/+0 |
* | | | gcc: disable '-Warray-bounds' for gcc-13 too | Linus Torvalds | 2023-04-23 | 1 | -7/+3 |
| |/
|/| |
|
* | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-02-26 | 1 | -4/+0 |
|\ \ |
|
| * | | scripts: remove bin2c | Masahiro Yamada | 2023-01-26 | 1 | -4/+0 |
* | | | Merge tag 'bootconfig-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-23 | 1 | -0/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | bootconfig: Default BOOT_CONFIG_FORCE to y if BOOT_CONFIG_EMBED | Paul E. McKenney | 2023-02-22 | 1 | -0/+1 |
| * | | Allow forcing unconditional bootconfig processing | Paul E. McKenney | 2023-02-22 | 1 | -0/+12 |
| |/ |
|
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-21 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-01-28 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | btf, scripts: Exclude Rust CUs with pahole | Martin Rodriguez Reboredo | 2023-01-17 | 1 | -1/+1 |
* | | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-21 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | init: Remove "select SRCU" | Paul E. McKenney | 2023-02-02 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar | 2023-01-31 | 1 | -3/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-01-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | init/Kconfig: fix LOCALVERSION_AUTO help text | Rasmus Villemoes | 2023-01-11 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-01-16 | 1 | -1/+1 |
| |\ \ |
|
| | * | | init/Kconfig: fix typo (usafe -> unsafe) | Lizzy Fleckenstein | 2023-01-11 | 1 | -1/+1 |
| | |/ |
|
| * / | gcc: disable -Warray-bounds for gcc-11 too | Linus Torvalds | 2023-01-09 | 1 | -1/+5 |
| |/ |
|
* / | sched: Introduce per-memory-map concurrency ID | Mathieu Desnoyers | 2022-12-27 | 1 | -0/+4 |
|/ |
|
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 1 | -3/+12 |
|\ |
|
| * | kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is set | Xin Li | 2022-11-01 | 1 | -3/+12 |
* | | Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-13 | 1 | -0/+13 |
|\ \ |
|
| * | | kallsyms: Add self-test facility | Zhen Lei | 2022-11-15 | 1 | -0/+13 |
* | | | init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash | Alexandre Belloni | 2022-11-22 | 1 | -1/+1 |
|/ / |
|
* / | init: Kconfig: fix spelling mistake "satify" -> "satisfy" | Colin Ian King | 2022-10-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 1 | -0/+1 |
|\ |
|
| * | init/Kconfig: fix unmet direct dependencies | Ren Zhijie | 2022-10-11 | 1 | -0/+1 |
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 1 | -5/+0 |
|\ \ |
|
| * | | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol | Johannes Weiner | 2022-10-03 | 1 | -5/+0 |
| |/ |
|
* | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-10-09 | 1 | -2/+1 |
|\ \ |
|
| * | | powerpc/64: Remove PPC64 special case for cputime accounting default | Nicholas Piggin | 2022-09-05 | 1 | -2/+1 |
| |/ |
|
* / | Kbuild: add Rust support | Miguel Ojeda | 2022-09-28 | 1 | -1/+45 |
|/ |
|
* | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 2022-08-21 | 1 | -4/+0 |
* | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-08-10 | 1 | -11/+5 |
|\ |
|