1. 37ce645 scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks by Brian Norris · 6 years ago
  2. bf08b76 namespace: fix namespace.pl script to support relative paths by Jacob Keller · 5 years ago
  3. f41f00e randstruct: Check member structs in is_pure_ops_struct() by Joonwon Kang · 6 years ago
  4. b53ba11 scripts/decode_stacktrace: match basepath using shell prefix operator, not regex by Nicolas Boichat · 6 years ago
  5. f295b9a kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules by Masahiro Yamada · 6 years ago
  6. ec03a55 scripts/sphinx-pre-install: fix script for RHEL/CentOS by Mauro Carvalho Chehab · 6 years ago
  7. 32797c9 kallsyms: exclude kasan local symbols on s390 by Vasily Gorbik · 6 years ago
  8. dab80aa recordmcount: Fix spurious mcount entries on powerpc by Naveen N. Rao · 6 years ago
  9. 793ff5e scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE by Manuel Traut · 6 years ago
  10. 4fea606 scripts/checkstack.pl: Fix arm64 wrong or unknown architecture by George G. Davis · 6 years ago
  11. b673f99 fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  12. ed69b64 gcc-plugins: Fix build failures under Darwin host by Kees Cook · 6 years ago
  13. 03f9b44 kconfig/[mn]conf: handle backspace (^H) key by Changbin Du · 6 years ago
  14. 760f852 selinux: use kernel linux/socket.h for genheaders and mdp by Paulo Alcantara · 6 years ago
  15. 1f85587 kbuild: simplify ld-option implementation by Masahiro Yamada · 7 years ago
  16. 10bd1c7 modpost: file2alias: check prototype of handler by Masahiro Yamada · 6 years ago
  17. 1a7fe5c modpost: file2alias: go back to simple devtable lookup by Masahiro Yamada · 6 years ago
  18. e75c894 kbuild: modversions: Fix relative CRC byte order interpretation by Fredrik Noring · 6 years ago
  19. 179c71c scripts/gdb: fix lx-version string output by Du Changbin · 6 years ago
  20. 6c16674 scripts/decode_stacktrace: only strip base path when a prefix of the path by Marc Zyngier · 6 years ago
  21. 20a7ded modpost: validate symbol names also in find_elf_symbol by Sami Tolvanen · 6 years ago
  22. 3f96ff4 kconfig: fix memory leak when EOF is encountered in quotation by Masahiro Yamada · 6 years ago
  23. 407148e kconfig: fix file name and line number of warn_ignored_character() by Masahiro Yamada · 6 years ago
  24. 64ac548 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  25. 28493b4 scripts/kallsyms: filter arm64's __efistub_ symbols by Ard Biesheuvel · 7 years ago
  26. 487467e ftrace: Build with CPPFLAGS to get -Qunused-arguments by Joel Stanley · 6 years ago
  27. 7932e14 checkstack.pl: fix for aarch64 by Qian Cai · 6 years ago
  28. f502860 unifdef: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
  29. f5ec998 Kbuild: suppress packed-not-aligned warning for default setting only by Xiongfeng Wang · 7 years ago
  30. a9c9003 x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support by Zhenzhong Duan · 6 years ago
  31. 48f1b3b kconfig: fix the rule of mainmenu_stmt symbol by Masahiro Yamada · 7 years ago
  32. ee83ce1 kbuild: add .DELETE_ON_ERROR special target by Masahiro Yamada · 7 years ago
  33. 9370868 kbuild: make missing $DEPMOD a Warning instead of an Error by Randy Dunlap · 7 years ago
  34. ab4bddc scripts: modpost: check memory allocation results by Randy Dunlap · 7 years ago
  35. 77d1658 gcc-plugins: Use dynamic initializers by Kees Cook · 7 years ago
  36. 616d41d gcc-plugins: Add include required by GCC release 8 by Valdis Kletnieks · 7 years ago
  37. 2f9e98d kconfig: fix line numbers for if-entries in menu tree by Dirk Gouders · 7 years ago
  38. 50123ab kbuild: verify that $DEPMOD is installed by Randy Dunlap · 7 years ago
  39. e828854 Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 7 years ago
  40. d58cf41 kconfig: Avoid format overflow warning from GCC 8.1 by Nathan Chancellor · 7 years ago
  41. 38a85f8 builddeb: Fix header package regarding dtc source links by Jan Kiszka · 7 years ago
  42. 405544d kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races by Nicolas Pitre · 7 years ago
  43. 18004e6 kconfig: Fix expr_free() E_NOT leak by Ulf Magnusson · 7 years ago
  44. 0f511f3 kconfig: Fix automatic menu creation mem leak by Ulf Magnusson · 7 years ago
  45. 8bf116b kconfig: Don't leak main menus during parsing by Ulf Magnusson · 7 years ago
  46. 957435b kbuild: fix linker feature test macros when cross compiling with Clang by Nick Desaulniers · 7 years ago
  47. c3b9f72 objtool, retpolines: Integrate objtool with retpoline support more closely by Peter Zijlstra · 7 years ago
  48. a69898c objtool: Add module specific retpoline rules by Peter Zijlstra · 7 years ago
  49. e699314 objtool: Add retpoline validation by Peter Zijlstra · 7 years ago
  50. ffced04 kbuild: Handle builtin dtb file names containing hyphens by James Hogan · 7 years ago
  51. 9537ff7 scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none by Will Deacon · 7 years ago
  52. f369f14 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  53. 062cd34 kasan: rework Kconfig settings by Arnd Bergmann · 7 years ago
  54. e186d8b kasan: don't emit builtin calls when sanitization is off by Andrey Konovalov · 7 years ago
  55. 806d61d kbuild: rpm-pkg: keep spec file until make mrproper by Masahiro Yamada · 7 years ago
  56. 86b5b1e module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  57. 16d3d10 scripts/faddr2line: fix CROSS_COMPILE unset error by Liu, Changcheng · 7 years ago
  58. bf6a04c scripts/faddr2line: extend usage on generic arch by Liu, Changcheng · 7 years ago
  59. 4616525 scripts/gdb/linux/tasks.py: fix get_thread_info by Xi Kangjie · 7 years ago
  60. f41b2d7 objtool: Fix seg fault with gold linker by Josh Poimboeuf · 7 years ago
  61. a977228 linux/compiler.h: Split into compiler.h and compiler_types.h by Will Deacon · 7 years ago
  62. 8af220c x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  63. 8928998 kbuild: rpm-pkg: fix jobserver unavailable warning by Masahiro Yamada · 7 years ago
  64. 394d0c9 coccinelle: fix parallel build with CHECK=scripts/coccicheck by Masahiro Yamada · 7 years ago
  65. 54a13eb kbuild: pkg: use --transform option to prefix paths in tar by Masahiro Yamada · 7 years ago
  66. 136fc5c scripts: add leaking_addresses.pl by Tobin C. Harding · 7 years ago
  67. 5cb0512 Kbuild: don't pass "-C" to preprocessor when processing linker scripts by Linus Torvalds · 7 years ago
  68. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  69. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  70. 25a5d23 Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  71. 02982f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  72. 09c3e01 Input: do not use property bits when generating module alias by Dmitry Torokhov · 7 years ago
  73. e5f468b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  74. 8724ecb Input: allow matching device IDs on property bits by Dmitry Torokhov · 7 years ago
  75. 51962a9 scripts/kallsyms.c: ignore symbol type 'n' by Guenter Roeck · 7 years ago
  76. 2aab9c3 scripts: fix faddr2line to work on last symbol by NeilBrown · 7 years ago
  77. 9904041 kbuild: drop unused symverfile in Makefile.modpost by Cao jin · 7 years ago
  78. a08ffbe checkpatch: fix ignoring cover-letter logic by Stafford Horne · 7 years ago
  79. e00e5a2 scripts/spelling.txt: add more spelling mistakes to spelling.txt by Colin Ian King · 7 years ago
  80. da541b2 objtool: Skip unreachable warnings for GCC 4.4 and older by Josh Poimboeuf · 7 years ago
  81. 6e7f253 Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  82. 35f3c98 scripts/dtc: dtx_diff - 2nd update of include dts paths to match build by Frank Rowand · 7 years ago
  83. 25b080b kbuild: rpm-pkg: fix version number handling by Masahiro Yamada · 7 years ago
  84. cc18abb kbuild: deb-pkg: remove firmware package support by Masahiro Yamada · 7 years ago
  85. 9e09007 kbuild: rpm-pkg: delete firmware_install to fix build error by Masahiro Yamada · 7 years ago
  86. b38923a Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  87. 5620a0d firmware: delete in-kernel firmware by Greg Kroah-Hartman · 7 years ago
  88. a2bc8de Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  89. 4791bcc Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  90. 20e52ee Merge tag 'docs-4.14' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  91. 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  92. 77780f7 kbuild: buildtar: do not print successful message if tar returns error by Masahiro Yamada · 8 years ago
  93. dd965f1 kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled by Masahiro Yamada · 8 years ago
  94. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. c054be1 remove gperf left-overs from build system by Linus Torvalds · 7 years ago
  96. 0547fa5 checkpatch: add 6 missing types to --list-types by Jean Delvare · 7 years ago
  97. 0675a8f checkpatch: rename variables to avoid confusion by Jean Delvare · 7 years ago
  98. ab1ecab checkpatch: fix typo in comment by Jean Delvare · 7 years ago
  99. 63b7c73 checkpatch: add --strict check for ifs with unnecessary parentheses by Joe Perches · 7 years ago
  100. 3aea311 genksyms: fix gperf removal conversion by Linus Torvalds · 7 years ago