Age | Commit message (Expand) | Author | Files | Lines |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -2/+9 |
2018-02-01 | Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 15 | -5057/+518 |
2018-02-01 | Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -115/+560 |
2018-02-01 | Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -142/+101 |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+19 |
2018-02-02 | Coccinelle: coccicheck: fix typo | Julia Lawall | 1 | -1/+1 |
2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1300/+206 |
2018-01-31 | scripts/tags.sh: change find_other_sources() for include directories | Arend van Spriel | 1 | -1/+1 |
2018-01-31 | scripts/decodecode: make it take multiline Code line | Andy Shevchenko | 1 | -0/+12 |
2018-01-30 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+6 |
2018-01-29 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+9 |
2018-01-29 | Coccinelle: memdup: drop spurious line | Julia Lawall | 1 | -1/+0 |
2018-01-28 | kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help | Marc Herbert | 2 | -5/+7 |
2018-01-26 | module/retpoline: Warn about missing retpoline in module | Andi Kleen | 1 | -0/+9 |
2018-01-25 | kbuild: fix W= option checks for extra DTC warnings | Masahiro Yamada | 1 | -2/+2 |
2018-01-25 | kconfig: make "Selected by:" and "Implied by:" readable | Petr Vorel | 3 | -6/+27 |
2018-01-25 | kconfig: announce removal of oldnoconfig if used | Masahiro Yamada | 1 | -0/+2 |
2018-01-22 | kconfig: fix make xconfig when gettext is missing | Yaakov Selkowitz | 1 | -0/+1 |
2018-01-22 | kconfig: Clarify menu and 'if' dependency propagation | Ulf Magnusson | 1 | -0/+2 |
2018-01-22 | kconfig: Document 'if' flattening logic | Ulf Magnusson | 1 | -0/+29 |
2018-01-22 | kconfig: Clarify choice dependency propagation | Ulf Magnusson | 1 | -0/+7 |
2018-01-22 | kconfig: Document SYMBOL_OPTIONAL logic | Ulf Magnusson | 1 | -0/+9 |
2018-01-22 | kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX | Masahiro Yamada | 1 | -6/+2 |
2018-01-22 | kconfig: use default 'yy' prefix for lexer and parser | Masahiro Yamada | 3 | -22/+19 |
2018-01-22 | kconfig: make conf_unsaved a local variable of conf_read() | Masahiro Yamada | 1 | -2/+2 |
2018-01-22 | kconfig: make xfgets() really static | Masahiro Yamada | 1 | -10/+7 |
2018-01-22 | kconfig: make input_mode static | Masahiro Yamada | 1 | -1/+2 |
2018-01-22 | kconfig: Warn if there is more than one help text | Ulf Magnusson | 1 | -0/+5 |
2018-01-22 | kconfig: drop 'boolean' keyword | Masahiro Yamada | 6 | -7/+6 |
2018-01-22 | kconfig: Remove menu_end_entry() | Ulf Magnusson | 3 | -11/+1 |
2018-01-22 | kconfig: Document important expression functions | Ulf Magnusson | 1 | -0/+106 |
2018-01-22 | kconfig: Document automatic submenu creation code | Ulf Magnusson | 1 | -0/+38 |
2018-01-22 | kconfig: Fix choice symbol expression leak | Ulf Magnusson | 1 | -0/+3 |
2018-01-22 | kconfig: Fix expr_free() E_NOT leak | Ulf Magnusson | 1 | -1/+1 |
2018-01-22 | kconfig: Fix automatic menu creation mem leak | Ulf Magnusson | 1 | -0/+1 |
2018-01-22 | kconfig: Don't leak main menus during parsing | Ulf Magnusson | 1 | -9/+24 |
2018-01-19 | scripts/gdb/linux/tasks.py: fix get_thread_info | Xi Kangjie | 1 | -0/+2 |
2018-01-19 | scripts/decodecode: fix decoding for AArch64 (arm64) instructions | Will Deacon | 1 | -0/+8 |
2018-01-18 | Kbuild: suppress packed-not-aligned warning for default setting only | Xiongfeng Wang | 1 | -0/+3 |
2018-01-18 | fixdep: use existing helper to check modular CONFIG options | Masahiro Yamada | 1 | -12/+12 |
2018-01-18 | fixdep: refactor parse_dep_file() | Masahiro Yamada | 1 | -40/+40 |
2018-01-18 | fixdep: move global variables to local variables of main() | Masahiro Yamada | 1 | -26/+16 |
2018-01-18 | fixdep: remove unneeded memcpy() in parse_dep_file() | Masahiro Yamada | 1 | -13/+9 |
2018-01-18 | fixdep: factor out common code for reading files | Masahiro Yamada | 1 | -55/+20 |
2018-01-18 | fixdep: use malloc() and read() to load dep_file to buffer | Masahiro Yamada | 1 | -24/+32 |
2018-01-18 | fixdep: remove unnecessary <arpa/inet.h> inclusion | Masahiro Yamada | 1 | -1/+0 |
2018-01-17 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+10 |
2018-01-16 | Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple | Himanshu Jha | 1 | -0/+0 |
2018-01-16 | Coccinelle: ifnullfree: Trim the warning reported in report mode | Himanshu Jha | 1 | -1/+1 |
2018-01-16 | Coccinelle: alloc_cast: Add more memory allocating functions to the list | Himanshu Jha | 1 | -21/+71 |