Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | lib/ubsan: remove returns-nonnull-attribute checks | Andrey Ryabinin | 1 | -1/+0 |
2018-02-06 | checkpatch: improve OPEN_BRACE test | Joe Perches | 1 | -3/+5 |
2018-02-06 | checkpatch: avoid some false positives for TABSTOP declaration test | Joe Perches | 1 | -1/+1 |
2018-02-06 | checkpatch: exclude drivers/staging from if with unnecessary parentheses test | Joe Perches | 1 | -1/+3 |
2018-02-06 | checkpatch: improve the TABSTOP test to include declarations | Joe Perches | 1 | -1/+1 |
2018-02-06 | checkpatch: add a few DEVICE_ATTR style tests | Joe Perches | 1 | -21/+93 |
2018-02-06 | checkpatch: improve quoted string and line continuation test | Joe Perches | 1 | -1/+1 |
2018-02-06 | checkpatch: ignore some octal permissions of 0 | Joe Perches | 1 | -2/+7 |
2018-02-06 | checkpatch: allow long lines containing URL | Andreas Brauchli | 1 | -0/+5 |
2018-02-06 | kasan: support alloca() poisoning | Paul Lawrence | 1 | -1/+2 |
2018-02-06 | kasan/Makefile: support LLVM style asan parameters | Andrey Ryabinin | 1 | -11/+18 |
2018-02-06 | kasan: don't emit builtin calls when sanitization is off | Andrey Konovalov | 2 | -1/+4 |
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 |