1. 1c9a4be ver_linux: Drop redundant calls to system() to test if file is readable by Alexander Kapshuk · 6 years ago
  2. 4169bc4 ver_linux: Move stderr redirection from function parameter to function body by Alexander Kapshuk · 6 years ago
  3. 5b7d127 rpmsg: Correct support for MODULE_DEVICE_TABLE() by Andrew F. Davis · 6 years ago
  4. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 78eb0c6 scripts/faddr2line: fix error when addr2line output contains discriminator by Changbin Du · 6 years ago
  6. d265609 scripts/documentation-file-ref-check: rewrite it in perl with auto-fix mode by Mauro Carvalho Chehab · 6 years ago
  7. 76787cf Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  8. b3aa58d fixdep: suppress consecutive / from file paths in dependency list files by Nicolas Pitre · 6 years ago
  9. c1c0741 Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  10. 0da7e43 genksyms: fix typo in parse.tab.{c,h} generation rules by Mauro Rossi · 6 years ago
  11. d59fbbd kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) by Masahiro Yamada · 6 years ago
  12. 642ef99 gcc-plugins: fix build condition of SANCOV plugin by Masahiro Yamada · 6 years ago
  13. 3259081 MAINTAINERS & files: Canonize the e-mails I use at files by Mauro Carvalho Chehab · 6 years ago
  14. 9fc3476 modpost: delete stale comment by Rasmus Villemoes · 7 years ago
  15. 6f96674 bpf: relax constraints on formatting for eBPF helper documentation by Quentin Monnet · 6 years ago
  16. 0ab3902 Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  17. 5385a29 scripts: Add SPDX checker script by Thomas Gleixner · 6 years ago
  18. 56a092c bpf: add script and prepare bpf.h for new helpers documentation by Quentin Monnet · 6 years ago
  19. 970f04c dtc: checks: drop warning for missing PCI bridge bus-range by Rob Herring · 6 years ago
  20. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  21. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 6 years ago
  23. eea6f62 kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg by Javier Martinez Canillas · 6 years ago
  24. c17b0aa Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  25. 5d43090 checkpatch: whinge about bool bitfields by Joe Perches · 6 years ago
  26. 38dca98 checkpatch: allow space between colon and bracket by Heinrich Schuchardt · 6 years ago
  27. 6a48721 checkpatch: add test for assignment at start of line by Joe Perches · 6 years ago
  28. bc22d9a checkpatch: test SYMBOLIC_PERMS multiple times per line by Joe Perches · 6 years ago
  29. 8d2e11b checkpatch: two spelling fixes by Claudio Fontana · 6 years ago
  30. 478b179 checkpatch: improve get_quoted_string for TRACE_EVENT macros by Joe Perches · 6 years ago
  31. e3c6bc9 checkpatch: warn for use of %px by Tobin C. Harding · 6 years ago
  32. e3d95a2 checkpatch: add sub routine get_stat_here() by Tobin C. Harding · 6 years ago
  33. c2066ca checkpatch: remove unused variable declarations by Tobin C. Harding · 6 years ago
  34. 2a9f9d8 checkpatch: add sub routine get_stat_real() by Tobin C. Harding · 6 years ago
  35. 3d102fc checkpatch: add Crypto ON_STACK to declaration_macros by Gilad Ben-Yossef · 6 years ago
  36. 9f3a899 checkpatch.pl: add SPDX license tag check by Rob Herring · 6 years ago
  37. 85e1206 checkpatch: improve parse_email signature checking by Joe Perches · 6 years ago
  38. 9564a8c Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 7 years ago
  39. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
  40. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
  41. 299f89d Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks by Linus Torvalds · 7 years ago
  42. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  43. b41d920 kbuild: deb-pkg: split generating packaging and build by Riku Voipio · 7 years ago
  44. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  45. 4fa8bc9 kbuild: rename *-asn1.[ch] to *.asn1.[ch] by Masahiro Yamada · 7 years ago
  46. a7f9241 kbuild: add %.dtb.S and %.dtb to 'targets' automatically by Masahiro Yamada · 7 years ago
  47. b23d1a2 kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically by Masahiro Yamada · 7 years ago
  48. 833e622 genksyms: generate lexer and parser during build instead of shipping by Masahiro Yamada · 7 years ago
  49. 9a8dfb3 kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  50. 5988930 .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
  51. 63185b4 kbuild: use HOSTLDFLAGS for single .c executables by Robin Jarry · 7 years ago
  52. c73dff5 leaking_addresses: check if file name contains address by Tobin C. Harding · 7 years ago
  53. 2306a67 leaking_addresses: explicitly name variable used in regex by Tobin C. Harding · 7 years ago
  54. 3482737 leaking_addresses: remove version number by Tobin C. Harding · 7 years ago
  55. 2ad7429 leaking_addresses: skip '/proc/1/syscall' by Tobin C. Harding · 7 years ago
  56. 472c9e1 leaking_addresses: skip all /proc/PID except /proc/1 by Tobin C. Harding · 7 years ago
  57. 5e4bac3 leaking_addresses: cache architecture name by Tobin C. Harding · 7 years ago
  58. b401f56 leaking_addresses: simplify path skipping by Tobin C. Harding · 7 years ago
  59. e2858ca leaking_addresses: do not parse binary files by Tobin C. Harding · 7 years ago
  60. 1410fe4 leaking_addresses: add 32-bit support by Tobin C. Harding · 7 years ago
  61. 5eb0da0 leaking_addresses: add is_arch() wrapper subroutine by Tobin C. Harding · 7 years ago
  62. 6efb745 leaking_addresses: use system command to get arch by Tobin C. Harding · 7 years ago
  63. 2f042c9 leaking_addresses: add support for 5 page table levels by Tobin C. Harding · 7 years ago
  64. f9d2a42 leaking_addresses: add support for kernel config file by Tobin C. Harding · 7 years ago
  65. 87e3758 leaking_addresses: add range check for vsyscall memory by Tobin C. Harding · 7 years ago
  66. 15d60a3 leaking_addresses: indent dependant options by Tobin C. Harding · 7 years ago
  67. 6145de8 leaking_addresses: remove command examples by Tobin C. Harding · 7 years ago
  68. 20cdfb5 leaking_addresses: remove mention of kptr_restrict by Tobin C. Harding · 7 years ago
  69. 6d23dd9 leaking_addresses: fix typo function not called by Tobin C. Harding · 7 years ago
  70. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  71. 8d14f31 dts: remove cris & metag dts hard link file by Liu, Changcheng · 7 years ago
  72. 6870c01 scripts/faddr2line: show the code context by Changbin Du · 7 years ago
  73. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  74. 527cd20 Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  75. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  76. 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  77. 3b24b83 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  78. bb2407a Merge tag 'docs-4.17' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  79. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  80. a1d2a6b riscv/ftrace: Add RECORD_MCOUNT support by Alan Kao · 7 years ago
  81. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  82. a95b37e kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h> by Masahiro Yamada · 7 years ago
  83. df0ce17 security: convert security hooks to use hlist by Sargun Dhillon · 7 years ago
  84. 83fd26c Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  85. d404d57 docs: kernel-doc: fix parsing of arrays by Mauro Carvalho Chehab · 7 years ago
  86. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  87. 8a6105c kbuild: rpm-pkg: Support GNU tar >= 1.29 by Jason Gunthorpe · 7 years ago
  88. f843752 builddeb: Fix header package regarding dtc source links by Jan Kiszka · 7 years ago
  89. e53a05a scripts/checkstack.pl: remove blackfin support by Tobias Klauser · 7 years ago
  90. 8283159 recordmcount.pl: drop blackin and tile support by Arnd Bergmann · 7 years ago
  91. 1849268 kconfig: use yylineno option instead of manual lineno increments by Masahiro Yamada · 7 years ago
  92. 379a8eb kconfig: detect recursive inclusion earlier by Masahiro Yamada · 7 years ago
  93. 32a94b8 kconfig: remove duplicated file name and lineno of recursive inclusion by Masahiro Yamada · 7 years ago
  94. 2656151 kconfig: do not include both curses.h and ncurses.h for nconfig by Masahiro Yamada · 7 years ago
  95. f8f69dc kconfig: make unmet dependency warnings readable by Masahiro Yamada · 7 years ago
  96. f622f82 kconfig: warn unmet direct dependency of tristate symbols selected by y by Masahiro Yamada · 7 years ago
  97. e2c75e7 kconfig: tests: test if recursive inclusion is detected by Masahiro Yamada · 7 years ago
  98. 29c434f kconfig: tests: test if recursive dependencies are detected by Masahiro Yamada · 7 years ago
  99. 3e4888c kconfig: tests: test randconfig for choice in choice by Masahiro Yamada · 7 years ago
  100. beaaddb kconfig: tests: test defconfig when two choices interact by Masahiro Yamada · 7 years ago