Age | Commit message (Expand) | Author |
2023-02-05 | setlocalversion: absorb $(KERNELVERSION) | Masahiro Yamada |
2023-02-05 | setlocalversion: make indentation shallower | Masahiro Yamada |
2023-02-05 | setlocalversion: simplify the construction of the short version | Masahiro Yamada |
2023-02-04 | Merge tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-02 | scripts/tags.sh: fix the Kconfig tags generation when using latest ctags | Kevin Hao |
2023-02-02 | scripts/spelling.txt: add "exsits" pattern and fix typo instances | Luca Ceresoli |
2023-02-02 | checkpatch: improve EMBEDDED_FILENAME test | Joe Perches |
2023-02-02 | scripts/spelling.txt: add more spelling corrections | Diederik de Haas |
2023-02-02 | checkpatch: use proper way for show problematic line | Thorsten Leemhuis |
2023-02-02 | checkpatch: warn when Reported-by: is not followed by Link: | Kai Wasserbäch |
2023-02-02 | checkpatch: warn when unknown tags are used for links | Kai Wasserbäch |
2023-02-02 | scripts/bloat-o-meter: use the reverse flag for sort | Alexander Pantyukhin |
2023-02-02 | scripts/gdb: add mm introspection utils | Dmitrii Bundin |
2023-02-02 | scripts/spelling: add a few more typos | SeongJae Park |
2023-02-02 | checkpatch: mark kunmap() and kunmap_atomic() deprecated | Ira Weiny |
2023-02-02 | scripts/spelling.txt: add `permitted' | Ricardo Ribalda |
2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-02 | Merge branch 'for-linus/hardening' into for-next/hardening | Kees Cook |
2023-02-02 | gcc-plugins: drop -std=gnu++11 to fix GCC 13 build | Sam James |
2023-01-31 | scripts: kernel-doc: Remove workaround for @param... syntax | Jonathan Neuschäfer |
2023-01-31 | kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI | Jan Luebbe |
2023-01-30 | kbuild: do not put .scmversion into the source tarball | Masahiro Yamada |
2023-01-28 | Fix up more non-executable files marked executable | Linus Torvalds |
2023-01-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-01-27 | Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-01-26 | builddeb: clean generated package content | Bastian Germann |
2023-01-26 | builddeb: Consolidate consecutive chmod calls into one | Sven Joachim |
2023-01-26 | scripts: remove bin2c | Masahiro Yamada |
2023-01-26 | scripts: handle BrokenPipeError for python scripts | Masahiro Yamada |
2023-01-26 | kbuild: Turn a couple more of clang's unused option warnings into errors | Nathan Chancellor |
2023-01-26 | kbuild: Update assembler calls to use proper flags and language target | Nick Desaulniers |
2023-01-25 | kbuild: Modify default INSTALL_MOD_DIR from extra to updates | Luis Chamberlain |
2023-01-25 | gcc-plugins: Reorganize gimple includes for GCC 13 | Kees Cook |
2023-01-24 | kbuild: Add config fragment merge functionality | Nicolas Saenz Julienne |
2023-01-24 | ftrace/scripts: Update the instructions for ftrace-bisect.sh | Steven Rostedt (Google) |
2023-01-22 | kbuild: replace $(dot-target).tmp in filechk with $(tmp-target) | Masahiro Yamada |
2023-01-22 | kbuild: rust: move rust/target.json to scripts/ | Masahiro Yamada |
2023-01-22 | fixdep: do not parse *.rlib, *.rmeta, *.so | Masahiro Yamada |
2023-01-22 | fixdep: avoid parsing the same file over again | Masahiro Yamada |
2023-01-22 | fixdep: refactor hash table lookup | Masahiro Yamada |
2023-01-22 | kbuild: remove sed commands after rustc rules | Masahiro Yamada |
2023-01-22 | fixdep: parse Makefile more correctly to handle comments etc. | Masahiro Yamada |
2023-01-22 | kbuild: specify output names separately for each emission type from rustc | Masahiro Yamada |
2023-01-22 | kbuild: refactor host*_flags | Masahiro Yamada |
2023-01-22 | kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtbo | Masahiro Yamada |
2023-01-22 | kbuild: add more comments for KBUILD_NOCMDDEP=1 | Masahiro Yamada |
2023-01-22 | kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files | Masahiro Yamada |
2023-01-22 | kbuild: make W=1 warn files that are tracked but ignored by git | Masahiro Yamada |
2023-01-22 | kbuild: clean up stale file removal | Masahiro Yamada |
2023-01-22 | kbuild: allow to combine multiple V= levels | Masahiro Yamada |