| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 1 | -2/+9 |
|\ |
|
| * | checkpatch: add pF/pf deprecation warning | Sergey Senozhatsky | 2018-01-09 | 1 | -2/+9 |
* | | Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-02-01 | 15 | -5057/+518 |
|\ \ |
|
| * | | kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help | Marc Herbert | 2018-01-28 | 2 | -5/+7 |
| * | | kconfig: make "Selected by:" and "Implied by:" readable | Petr Vorel | 2018-01-25 | 3 | -6/+27 |
| * | | kconfig: announce removal of oldnoconfig if used | Masahiro Yamada | 2018-01-25 | 1 | -0/+2 |
| * | | kconfig: fix make xconfig when gettext is missing | Yaakov Selkowitz | 2018-01-22 | 1 | -0/+1 |
| * | | kconfig: Clarify menu and 'if' dependency propagation | Ulf Magnusson | 2018-01-22 | 1 | -0/+2 |
| * | | kconfig: Document 'if' flattening logic | Ulf Magnusson | 2018-01-22 | 1 | -0/+29 |
| * | | kconfig: Clarify choice dependency propagation | Ulf Magnusson | 2018-01-22 | 1 | -0/+7 |
| * | | kconfig: Document SYMBOL_OPTIONAL logic | Ulf Magnusson | 2018-01-22 | 1 | -0/+9 |
| * | | kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX | Masahiro Yamada | 2018-01-22 | 1 | -6/+2 |
| * | | kconfig: use default 'yy' prefix for lexer and parser | Masahiro Yamada | 2018-01-22 | 3 | -22/+19 |
| * | | kconfig: make conf_unsaved a local variable of conf_read() | Masahiro Yamada | 2018-01-22 | 1 | -2/+2 |
| * | | kconfig: make xfgets() really static | Masahiro Yamada | 2018-01-22 | 1 | -10/+7 |
| * | | kconfig: make input_mode static | Masahiro Yamada | 2018-01-22 | 1 | -1/+2 |
| * | | kconfig: Warn if there is more than one help text | Ulf Magnusson | 2018-01-22 | 1 | -0/+5 |
| * | | kconfig: drop 'boolean' keyword | Masahiro Yamada | 2018-01-22 | 6 | -7/+6 |
| * | | kconfig: Remove menu_end_entry() | Ulf Magnusson | 2018-01-22 | 3 | -11/+1 |
| * | | kconfig: Document important expression functions | Ulf Magnusson | 2018-01-22 | 1 | -0/+106 |
| * | | kconfig: Document automatic submenu creation code | Ulf Magnusson | 2018-01-22 | 1 | -0/+38 |
| * | | kconfig: Fix choice symbol expression leak | Ulf Magnusson | 2018-01-22 | 1 | -0/+3 |
| * | | kconfig: Fix expr_free() E_NOT leak | Ulf Magnusson | 2018-01-22 | 1 | -1/+1 |
| * | | kconfig: Fix automatic menu creation mem leak | Ulf Magnusson | 2018-01-22 | 1 | -0/+1 |
| * | | kconfig: Don't leak main menus during parsing | Ulf Magnusson | 2018-01-22 | 1 | -9/+24 |
| * | | kconfig: Don't leak 'option' arguments during parsing | Ulf Magnusson | 2018-01-11 | 1 | -1/+3 |
| * | | kconfig: Don't leak 'source' filenames during parsing | Ulf Magnusson | 2018-01-11 | 2 | -0/+5 |
| * | | kconfig: Don't leak symbol names during parsing | Ulf Magnusson | 2018-01-10 | 1 | -17/+19 |
| * | | kconfig: generate lexer and parser during build instead of shipping | Masahiro Yamada | 2017-12-16 | 3 | -4944/+1 |
| * | | kbuild: prepare to remove C files pre-generated by flex and bison | Masahiro Yamada | 2017-12-16 | 1 | -3/+17 |
| * | | kbuild: add LEX and YACC variables | Masahiro Yamada | 2017-12-16 | 1 | -2/+2 |
| * | | kconfig: display recursive dependency resolution hint just once | Masahiro Yamada | 2017-12-16 | 1 | -2/+6 |
| * | | kconfig: Clean up modules handling and fix crash | Ulf Magnusson | 2017-12-15 | 1 | -4/+6 |
| * | | kconfig: Clarify expression rewriting | Ulf Magnusson | 2017-12-15 | 1 | -0/+52 |
| * | | kconfig: Rename menu_check_dep() to rewrite_m() | Ulf Magnusson | 2017-12-15 | 1 | -6/+10 |
| * | | kconfig: Sync zconf.y with zconf.tab.c_shipped | Ulf Magnusson | 2017-12-12 | 1 | -1/+1 |
| * | | kconfig: Document the 'symbol' struct | Ulf Magnusson | 2017-12-07 | 1 | -1/+44 |
| * | | kconfig: Document the 'menu' struct | Ulf Magnusson | 2017-12-07 | 1 | -0/+45 |
| * | | kconfig: Warn if choice default is not in choice | Ulf Magnusson | 2017-12-07 | 1 | -0/+10 |
* | | | Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-01 | 9 | -115/+560 |
|\ \ \ |
|
| * | | | Coccinelle: coccicheck: fix typo | Julia Lawall | 2018-02-02 | 1 | -1/+1 |
| * | | | Coccinelle: memdup: drop spurious line | Julia Lawall | 2018-01-29 | 1 | -1/+0 |
| * | | | Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple | Himanshu Jha | 2018-01-16 | 1 | -0/+0 |
| * | | | Coccinelle: ifnullfree: Trim the warning reported in report mode | Himanshu Jha | 2018-01-16 | 1 | -1/+1 |
| * | | | Coccinelle: alloc_cast: Add more memory allocating functions to the list | Himanshu Jha | 2018-01-16 | 1 | -21/+71 |
| * | | | Coccinelle: array_size: report even if include is missing | Jérémy Lefaure | 2018-01-16 | 1 | -2/+2 |
| * | | | Coccinelle: kzalloc-simple: Add all zero allocating functions | Himanshu Jha | 2018-01-16 | 1 | -5/+367 |
| * | | | kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail | Masahiro Yamada | 2017-12-13 | 1 | -3/+7 |
| * | | | scripts/package: snap-pkg target | Paolo Pisati | 2017-12-13 | 2 | -0/+30 |
| |/ / |
|
* | | | Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-02-01 | 3 | -142/+101 |
|\ \ \ |
|