Age | Commit message (Expand) | Author | Files | Lines |
2018-09-26 | kbuild: add .DELETE_ON_ERROR special target | Masahiro Yamada | 1 | -0/+3 |
2018-09-15 | kbuild: make missing $DEPMOD a Warning instead of an Error | Randy Dunlap | 1 | -2/+2 |
2018-09-15 | scripts: modpost: check memory allocation results | Randy Dunlap | 1 | -4/+4 |
2018-09-05 | gcc-plugins: Use dynamic initializers | Kees Cook | 3 | -78/+33 |
2018-09-05 | gcc-plugins: Add include required by GCC release 8 | Valdis Kletnieks | 1 | -0/+4 |
2018-08-24 | kconfig: fix line numbers for if-entries in menu tree | Dirk Gouders | 1 | -2/+2 |
2018-08-17 | kbuild: verify that $DEPMOD is installed | Randy Dunlap | 1 | -1/+7 |
2018-07-11 | Kbuild: fix # escaping in .cmd files for future Make | Rasmus Villemoes | 1 | -2/+3 |
2018-06-11 | kconfig: Avoid format overflow warning from GCC 8.1 | Nathan Chancellor | 1 | -1/+1 |
2018-05-30 | builddeb: Fix header package regarding dtc source links | Jan Kiszka | 1 | -1/+1 |
2018-05-30 | kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races | Nicolas Pitre | 1 | -0/+7 |
2018-04-26 | kconfig: Fix expr_free() E_NOT leak | Ulf Magnusson | 1 | -1/+1 |
2018-04-26 | kconfig: Fix automatic menu creation mem leak | Ulf Magnusson | 1 | -0/+1 |
2018-04-26 | kconfig: Don't leak main menus during parsing | Ulf Magnusson | 1 | -9/+24 |
2018-03-24 | kbuild: fix linker feature test macros when cross compiling with Clang | Nick Desaulniers | 1 | -2/+3 |
2018-03-15 | objtool, retpolines: Integrate objtool with retpoline support more closely | Peter Zijlstra | 1 | -0/+2 |
2018-03-15 | objtool: Add module specific retpoline rules | Peter Zijlstra | 1 | -0/+2 |
2018-03-15 | objtool: Add retpoline validation | Peter Zijlstra | 1 | -0/+4 |
2018-03-15 | kbuild: Handle builtin dtb file names containing hyphens | James Hogan | 1 | -4/+4 |
2018-02-25 | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none | Will Deacon | 1 | -1/+1 |
2018-02-22 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 1 | -2/+0 |
2018-02-16 | kasan: rework Kconfig settings | Arnd Bergmann | 1 | -0/+2 |
2018-02-16 | kasan: don't emit builtin calls when sanitization is off | Andrey Konovalov | 2 | -1/+4 |
2018-02-13 | kbuild: rpm-pkg: keep spec file until make mrproper | Masahiro Yamada | 1 | -2/+2 |
2018-02-07 | module/retpoline: Warn about missing retpoline in module | Andi Kleen | 1 | -0/+9 |
2018-02-07 | scripts/faddr2line: fix CROSS_COMPILE unset error | Liu, Changcheng | 1 | -4/+4 |
2018-02-03 | scripts/faddr2line: extend usage on generic arch | Liu, Changcheng | 1 | -7/+14 |
2018-01-23 | scripts/gdb/linux/tasks.py: fix get_thread_info | Xi Kangjie | 1 | -0/+2 |
2018-01-23 | objtool: Fix seg fault with gold linker | Josh Poimboeuf | 1 | -4/+10 |
2017-12-25 | linux/compiler.h: Split into compiler.h and compiler_types.h | Will Deacon | 1 | -1/+1 |
2017-12-25 | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' | Josh Poimboeuf | 1 | -1/+1 |
2017-12-14 | kbuild: rpm-pkg: fix jobserver unavailable warning | Masahiro Yamada | 1 | -2/+2 |
2017-12-14 | coccinelle: fix parallel build with CHECK=scripts/coccicheck | Masahiro Yamada | 1 | -6/+9 |
2017-12-14 | kbuild: pkg: use --transform option to prefix paths in tar | Masahiro Yamada | 1 | -3/+2 |
2017-11-06 | scripts: add leaking_addresses.pl | Tobin C. Harding | 1 | -0/+305 |
2017-11-03 | Kbuild: don't pass "-C" to preprocessor when processing linker scripts | Linus Torvalds | 1 | -1/+1 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 94 | -0/+94 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 94 | -0/+94 |
2017-10-28 | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2017-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -6/+1 |
2017-10-22 | Input: do not use property bits when generating module alias | Dmitry Torokhov | 2 | -6/+1 |
2017-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+6 |
2017-10-20 | Input: allow matching device IDs on property bits | Dmitry Torokhov | 2 | -1/+6 |
2017-10-14 | scripts/kallsyms.c: ignore symbol type 'n' | Guenter Roeck | 1 | -1/+1 |
2017-10-12 | scripts: fix faddr2line to work on last symbol | NeilBrown | 1 | -2/+3 |
2017-10-07 | kbuild: drop unused symverfile in Makefile.modpost | Cao jin | 1 | -1/+0 |
2017-10-04 | checkpatch: fix ignoring cover-letter logic | Stafford Horne | 1 | -1/+1 |
2017-10-04 | scripts/spelling.txt: add more spelling mistakes to spelling.txt | Colin Ian King | 1 | -0/+33 |
2017-09-28 | objtool: Skip unreachable warnings for GCC 4.4 and older | Josh Poimboeuf | 1 | -0/+2 |
2017-09-25 | Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -13/+9 |