Age | Commit message (Expand) | Author |
2021-02-14 | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-15 | scripts: set proper OpenSSL include dir also for sign-file | Rolf Eike Beer |
2021-02-13 | scripts/recordmcount.pl: support big endian for ARCH sh | Rong Chen |
2021-02-12 | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64 | Masahiro Yamada |
2021-02-05 | kallsyms: fix nonconverging kallsyms table with lld | Arnd Bergmann |
2021-02-03 | scripts/clang-tools: switch explicitly to Python 3 | Masahiro Yamada |
2021-02-01 | kbuild: remove PYTHON variable | Masahiro Yamada |
2021-01-28 | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" | Masahiro Yamada |
2021-01-28 | scripts: use pkg-config to locate libcrypto | Rolf Eike Beer |
2021-01-27 | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult |
2021-01-23 | kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc | Masahiro Yamada |
2021-01-22 | scripts: switch explicitly to Python 3 | Andy Shevchenko |
2021-01-10 | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-01-06 | gcc-plugins: fix gcc 11 indigestion with plugins... | Valdis Klētnieks |
2021-01-04 | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada |
2021-01-04 | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin |
2021-01-04 | kconfig: config script: add a little user help | Randy Dunlap |
2021-01-01 | depmod: handle the case of /sbin/depmod without /sbin in PATH | Linus Torvalds |
2020-12-29 | checkpatch: prefer strscpy to strlcpy | Joe Perches |
2020-12-25 | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds |
2020-12-24 | scripts: coccicheck: Correct usage of make coccicheck | Sumera Priyadarsini |
2020-12-22 | Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-12-22 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov |
2020-12-21 | kconfig: fix return value of do_error_if() | Masahiro Yamada |
2020-12-21 | genksyms: Ignore module scoped _Static_assert() | Marco Elver |
2020-12-21 | modpost: turn static exports into error | Quentin Perret |
2020-12-21 | modpost: turn section mismatches to error from fatal() | Masahiro Yamada |
2020-12-21 | modpost: change license incompatibility to error() from fatal() | Masahiro Yamada |
2020-12-21 | modpost: turn missing MODULE_LICENSE() into error | Masahiro Yamada |
2020-12-21 | modpost: refactor error handling and clarify error/fatal difference | Masahiro Yamada |
2020-12-21 | modpost: rename merror() to error() | Masahiro Yamada |
2020-12-16 | Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-15 | ubsan: move cc-option tests into Kconfig | Kees Cook |
2020-12-15 | ubsan: remove redundant -Wno-maybe-uninitialized | Kees Cook |
2020-12-15 | checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning | Joe Perches |
2020-12-15 | checkpatch: fix TYPO_SPELLING check for words with apostrophe | Dwaipayan Ray |
2020-12-15 | checkpatch: add warning for lines starting with a '#' in commit log | Dwaipayan Ray |
2020-12-15 | checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] | Dwaipayan Ray |
2020-12-15 | checkpatch: add fix and improve warning msg for non-standard signature | Aditya Srivastava |
2020-12-15 | checkpatch: add fix option for LOGICAL_CONTINUATIONS | Aditya Srivastava |
2020-12-15 | checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS | Aditya Srivastava |
2020-12-15 | checkpatch: fix unescaped left brace | Dwaipayan Ray |
2020-12-15 | checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags | Aditya Srivastava |
2020-12-15 | checkpatch: fix spelling errors and remove repeated word | Dwaipayan Ray |
2020-12-15 | checkpatch: improve email parsing | Dwaipayan Ray |
2020-12-15 | checkpatch: add __alias and __weak to suggested __attribute__ conversions | Joe Perches |
2020-12-15 | checkpatch: add fix option for GERRIT_CHANGE_ID | Aditya Srivastava |
2020-12-15 | checkpatch: update __attribute__((section("name"))) quote removal | Joe Perches |
2020-12-15 | checkpatch: add a fixer for missing newline at eof | Tom Rix |