Age | Commit message (Expand) | Author | Files | Lines |
2023-01-28 | Fix up more non-executable files marked executable | Linus Torvalds | 1 | -0/+0 |
2023-01-27 | Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2023-01-25 | gcc-plugins: Reorganize gimple includes for GCC 13 | Kees Cook | 1 | -2/+2 |
2023-01-24 | ftrace/scripts: Update the instructions for ftrace-bisect.sh | Steven Rostedt (Google) | 1 | -8/+26 |
2023-01-21 | Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -8/+17 |
2023-01-16 | scripts: support GNU make 4.4 in jobserver-exec | Martin Liska | 1 | -5/+14 |
2023-01-14 | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2023-01-13 | kbuild: Fix CFI hash randomization with KASAN | Sami Tolvanen | 1 | -0/+1 |
2023-01-13 | kconfig: Update all declared targets | Peter Foley | 2 | -2/+2 |
2023-01-11 | scripts: rpm: make clear that mkspec script contains 4.13 feature | Arend van Spriel | 1 | -1/+1 |
2023-01-05 | kbuild: readd -w option when vmlinux.o or Module.symver is missing | Masahiro Yamada | 1 | -4/+5 |
2022-12-30 | fixdep: remove unneeded <stdarg.h> inclusion | Masahiro Yamada | 1 | -1/+0 |
2022-12-30 | kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires | Masahiro Yamada | 1 | -1/+2 |
2022-12-30 | kbuild: Fix running modpost with musl libc | Samuel Holland | 1 | -11/+11 |
2022-12-30 | kbuild: add a missing line for help message | Jun ASAKA | 1 | -0/+1 |
2022-12-29 | kconfig: Add static text for search information in help menu | Bhaskar Chowdhury | 1 | -0/+6 |
2022-12-23 | Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -1/+1 |
2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 34 | -138/+226 |
2022-12-19 | Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 3 | -1/+53 |
2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+3 |
2022-12-17 | buildtar: fix tarballs with EFI_ZBOOT enabled | Veronika Kabatova | 1 | -1/+1 |
2022-12-16 | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
2022-12-14 | Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+5 |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+8 |
2022-12-14 | modpost: Include '.text.*' in TEXT_SECTIONS | Nathan Chancellor | 1 | -2/+2 |
2022-12-14 | kbuild: refactor the prerequisites of the modpost rule | Masahiro Yamada | 1 | -14/+22 |
2022-12-14 | kbuild: change module.order to list *.o instead of *.ko | Masahiro Yamada | 8 | -20/+20 |
2022-12-14 | LoongArch/ftrace: Add recordmcount support | Qing Zhang | 1 | -0/+39 |
2022-12-14 | LoongArch: extable: Add `type` and `data` fields | Youling Tang | 1 | -1/+1 |
2022-12-14 | LoongArch: Switch to relative exception tables | Youling Tang | 2 | -1/+14 |
2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -14/+35 |
2022-12-13 | Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+79 |
2022-12-13 | Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -52/+132 |
2022-12-13 | kbuild: use .NOTINTERMEDIATE for future GNU Make versions | Masahiro Yamada | 1 | -3/+10 |
2022-12-13 | kconfig: refactor Makefile to reduce process forks | Masahiro Yamada | 7 | -48/+68 |
2022-12-13 | kbuild: add read-file macro | Masahiro Yamada | 3 | -2/+16 |
2022-12-13 | kbuild: do not sort after reading modules.order | Masahiro Yamada | 2 | -2/+2 |
2022-12-13 | kbuild: add test-{ge,gt,le,lt} macros | Masahiro Yamada | 2 | -2/+18 |
2022-12-13 | Documentation: raise minimum supported version of binutils to 2.25 | Masahiro Yamada | 1 | -1/+1 |
2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+51 |
2022-12-12 | Merge tag 'docs-6.2' of git://git.lwn.net/linux | Linus Torvalds | 2 | -29/+33 |
2022-12-12 | Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -1/+7 |
2022-12-12 | Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2 | -1/+24 |
2022-12-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -1/+6 |
2022-12-11 | kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 builds | Masahiro Yamada | 1 | -0/+1 |
2022-12-08 | bpf: Rework process_dynptr_func | Kumar Kartikeya Dwivedi | 1 | -0/+1 |
2022-12-06 | Merge branch 'for-next/kbuild' into for-next/core | Will Deacon | 1 | -1/+0 |
2022-12-04 | rust: add `build_error` crate | Gary Guo | 1 | -1/+7 |