Age | Commit message (Expand) | Author | Files | Lines |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -0/+1 |
2021-04-30 | mm: HUGE_VMAP arch support cleanup | Nicholas Piggin | 1 | -1/+0 |
2021-04-30 | Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -11/+1 |
2021-04-30 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -20/+47 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
2021-04-28 | Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -0/+14 |
2021-04-28 | bpf: Implement formatted output helpers with bstr_printf | Florent Revest | 1 | -0/+1 |
2021-04-27 | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -1/+1 |
2021-04-27 | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2021-04-24 | kbuild: redo fake deps at include/config/*.h | Alexey Dobriyan | 1 | -1/+1 |
2021-04-24 | kbuild: add an elfnote for whether vmlinux is built with lto | Yonghong Song | 1 | -0/+2 |
2021-04-24 | kbuild: add support for zstd compressed modules | Piotr Gorski | 1 | -1/+7 |
2021-04-24 | kbuild: remove CONFIG_MODULE_COMPRESS | Masahiro Yamada | 1 | -19/+26 |
2021-04-24 | kbuild: check the minimum assembler version in Kconfig | Masahiro Yamada | 1 | -0/+12 |
2021-04-14 | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada | 1 | -1/+1 |
2021-04-14 | kconfig: do not use allnoconfig_y option | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 1 | -9/+0 |
2021-04-09 | add support for Clang CFI | Sami Tolvanen | 1 | -1/+1 |
2021-04-08 | stack: Optionally randomize kernel stack offset each syscall | Kees Cook | 1 | -0/+23 |
2021-04-04 | cgroup: Add misc cgroup controller | Vipin Sharma | 1 | -0/+14 |
2021-03-31 | seccomp: Fix CONFIG tests for Seccomp_filters | Kenta.Tada@sony.com | 1 | -1/+1 |
2021-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -6/+5 |
2021-03-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+1 |
2021-03-13 | init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM | Masahiro Yamada | 1 | -2/+1 |
2021-03-11 | kbuild: rebuild GCC plugins when the compiler is upgraded | Masahiro Yamada | 1 | -4/+4 |
2021-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2021-02-28 | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO | Masahiro Yamada | 1 | -1/+0 |
2021-02-26 | bpf: Clean up sockmap related Kconfigs | Cong Wang | 1 | -0/+1 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+45 |
2021-02-26 | initramfs: panic with memory information | Florian Fainelli | 1 | -4/+15 |
2021-02-26 | kgdb: fix to kill breakpoints on initmem after boot | Sumit Garg | 1 | -0/+1 |
2021-02-26 | init/Kconfig: fix a typo in CC_VERSION_TEXT help text | Bhaskar Chowdhury | 1 | -1/+1 |
2021-02-26 | init/version.c: remove Version_<LINUX_VERSION_CODE> symbol | Masahiro Yamada | 1 | -8/+0 |
2021-02-26 | lib: stackdepot: add support to disable stack depot | Vijayanand Jitta | 1 | -0/+2 |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 1 | -0/+3 |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -12/+18 |
2021-02-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+0 |
2021-02-25 | mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON | Vlastimil Babka | 1 | -14/+0 |
2021-02-24 | Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2021-02-24 | Kbuild: enable TRIM_UNUSED_KSYMS again, with some guarding | Linus Torvalds | 1 | -2/+2 |
2021-02-23 | Kbuild: disable TRIM_UNUSED_KSYMS option | Linus Torvalds | 1 | -0/+1 |
2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -17/+0 |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2021-02-23 | Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr... | Linus Torvalds | 1 | -0/+11 |
2021-02-22 | kbuild: check the minimum linker version in Kconfig | Masahiro Yamada | 1 | -8/+13 |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2021-02-21 | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2021-02-19 | initramfs: Provide a common initrd reserve function | Kefeng Wang | 1 | -0/+45 |
2021-02-17 | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch | Ingo Molnar | 3 | -11/+12 |
2021-02-16 | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE | Chris Wilson | 1 | -0/+11 |