| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-02-14 | 2 | -0/+4 |
|\ |
|
| * | scripts: set proper OpenSSL include dir also for sign-file | Rolf Eike Beer | 2021-02-14 | 1 | -0/+1 |
| * | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64 | Masahiro Yamada | 2021-02-11 | 1 | -0/+3 |
* | | scripts/recordmcount.pl: support big endian for ARCH sh | Rong Chen | 2021-02-13 | 1 | -1/+5 |
|/ |
|
* | kallsyms: fix nonconverging kallsyms table with lld | Arnd Bergmann | 2021-02-05 | 1 | -0/+6 |
* | scripts/clang-tools: switch explicitly to Python 3 | Masahiro Yamada | 2021-02-03 | 2 | -2/+2 |
* | kbuild: remove PYTHON variable | Masahiro Yamada | 2021-02-01 | 1 | -1/+1 |
* | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" | Masahiro Yamada | 2021-01-28 | 1 | -7/+0 |
* | scripts: use pkg-config to locate libcrypto | Rolf Eike Beer | 2021-01-28 | 1 | -2/+6 |
* | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult | 2021-01-26 | 1 | -1/+1 |
* | kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc | Masahiro Yamada | 2021-01-23 | 1 | -7/+3 |
* | scripts: switch explicitly to Python 3 | Andy Shevchenko | 2021-01-21 | 2 | -2/+2 |
* | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-01-10 | 3 | -11/+4 |
|\ |
|
| * | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada | 2021-01-04 | 1 | -10/+0 |
| * | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin | 2021-01-04 | 1 | -1/+3 |
| * | kconfig: config script: add a little user help | Randy Dunlap | 2021-01-04 | 1 | -0/+1 |
* | | gcc-plugins: fix gcc 11 indigestion with plugins... | Valdis Klētnieks | 2021-01-07 | 1 | -2/+2 |
|/ |
|
* | depmod: handle the case of /sbin/depmod without /sbin in PATH | Linus Torvalds | 2021-01-01 | 1 | -0/+2 |
* | checkpatch: prefer strscpy to strlcpy | Joe Perches | 2020-12-30 | 1 | -0/+6 |
* | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds | 2020-12-25 | 4 | -304/+18 |
|\ |
|
| * | scripts: coccicheck: Correct usage of make coccicheck | Sumera Priyadarsini | 2020-12-24 | 1 | -0/+12 |
| * | coccinnelle: Remove ptr_ret script | Maxime Ripard | 2020-12-15 | 1 | -97/+0 |
| * | kbuild: do not use scripts/ld-version.sh for checking spatch version | Masahiro Yamada | 2020-12-12 | 2 | -12/+6 |
| * | remove boolinit.cocci | Peter Zijlstra | 2020-11-09 | 1 | -195/+0 |
* | | Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-12-22 | 8 | -76/+94 |
|\ \ |
|
| * | | kconfig: fix return value of do_error_if() | Masahiro Yamada | 2020-12-21 | 1 | -1/+1 |
| * | | kconfig: clean up header inclusion | Boris Kolpackov | 2020-12-08 | 4 | -3/+2 |
| * | | kconfig: qconf: show Qt version in the About dialog | Masahiro Yamada | 2020-12-08 | 1 | -3/+6 |
| * | | kconfig: make lkc.h self-sufficient #include-wise | Boris Kolpackov | 2020-12-08 | 1 | -0/+4 |
| * | | kconfig: qconf: convert to Qt5 new signal/slot connection syntax | Masahiro Yamada | 2020-12-08 | 1 | -58/+78 |
| * | | kconfig: qconf: use a variable to pass packages to pkg-config | Masahiro Yamada | 2020-12-08 | 1 | -1/+1 |
| * | | kconfig: qconf: drop Qt4 support | Masahiro Yamada | 2020-12-08 | 1 | -10/+2 |
* | | | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-12-22 | 14 | -55/+87 |
|\ \ \ |
|
| * | | | genksyms: Ignore module scoped _Static_assert() | Marco Elver | 2020-12-21 | 3 | -1/+36 |
| * | | | modpost: turn static exports into error | Quentin Perret | 2020-12-21 | 1 | -3/+3 |
| * | | | modpost: turn section mismatches to error from fatal() | Masahiro Yamada | 2020-12-21 | 1 | -4/+4 |
| * | | | modpost: change license incompatibility to error() from fatal() | Masahiro Yamada | 2020-12-21 | 1 | -2/+2 |
| * | | | modpost: turn missing MODULE_LICENSE() into error | Masahiro Yamada | 2020-12-21 | 1 | -1/+1 |
| * | | | modpost: refactor error handling and clarify error/fatal difference | Masahiro Yamada | 2020-12-21 | 2 | -29/+27 |
| * | | | modpost: rename merror() to error() | Masahiro Yamada | 2020-12-21 | 2 | -6/+6 |
| * | | | Makefile.extrawarn: remove -Wnested-externs warning | Arnd Bergmann | 2020-12-08 | 1 | -1/+0 |
| * | | | tweewide: Fix most Shebang lines | Finn Behrens | 2020-12-08 | 8 | -8/+8 |
| |/ / |
|
* | | | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 2020-12-22 | 1 | -0/+2 |
* | | | Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-16 | 12 | -525/+2 |
|\ \ \ |
|
| * | | | gcc-plugins: simplify GCC plugin-dev capability test | Masahiro Yamada | 2020-12-04 | 2 | -20/+1 |
| * | | | gcc-plugins: remove code for GCC versions older than 4.9 | Masahiro Yamada | 2020-12-04 | 10 | -505/+1 |
* | | | | ubsan: move cc-option tests into Kconfig | Kees Cook | 2020-12-16 | 1 | -30/+15 |
* | | | | ubsan: remove redundant -Wno-maybe-uninitialized | Kees Cook | 2020-12-16 | 1 | -4/+0 |
* | | | | checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning | Joe Perches | 2020-12-16 | 1 | -3/+10 |
* | | | | checkpatch: fix TYPO_SPELLING check for words with apostrophe | Dwaipayan Ray | 2020-12-16 | 1 | -2/+5 |