1. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  2. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  3. 5eb6eed Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  4. 0ad39cb Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  5. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  6. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  7. abf7dba Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  8. 9b68ac2 Merge branch 'faddr2line' (patches from Josh) by Linus Torvalds · 6 years ago
  9. 689135f scripts/faddr2line: make the new code listing format optional by Peter Zijlstra (Intel) · 6 years ago
  10. 819dd92 bpfilter: switch to CC from HOSTCC by Alexei Starovoitov · 6 years ago
  11. 2ae89c7 kconfig: Avoid format overflow warning from GCC 8.1 by Nathan Chancellor · 6 years ago
  12. bb6d83d kbuild: Move last word of nconfig help to the previous line by Petr Vorel · 6 years ago
  13. d6a0c8a kconfig: Add testconfig into make help output by Petr Vorel · 6 years ago
  14. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  15. 1421dc6 powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS by Nicholas Piggin · 6 years ago
  16. ac5db1f scripts: Fixed printf format mismatch by nixiaoming · 6 years ago
  17. e1cfdc0 kconfig: add basic helper macros to scripts/Kconfig.include by Masahiro Yamada · 6 years ago
  18. 2bece88 kconfig: test: add Kconfig macro language tests by Masahiro Yamada · 6 years ago
  19. 915f649 kconfig: error out if a recursive variable references itself by Masahiro Yamada · 6 years ago
  20. a702a61 kconfig: add 'filename' and 'lineno' built-in variables by Masahiro Yamada · 6 years ago
  21. 1d6272e kconfig: add 'info', 'warning-if', and 'error-if' built-in functions by Masahiro Yamada · 6 years ago
  22. 82bc8bd kconfig: expand lefthand side of assignment statement by Masahiro Yamada · 6 years ago
  23. ed2a22f kconfig: support append assignment operator by Masahiro Yamada · 6 years ago
  24. 1175c02 kconfig: support simply expanded variable by Masahiro Yamada · 6 years ago
  25. 9ced3bd kconfig: support user-defined function and recursively expanded variable by Masahiro Yamada · 6 years ago
  26. 9de0715 kconfig: begin PARAM state only when seeing a command keyword by Masahiro Yamada · 6 years ago
  27. 2fd5b09 kconfig: add 'shell' built-in function by Masahiro Yamada · 6 years ago
  28. e298f3b kconfig: add built-in function support by Masahiro Yamada · 6 years ago
  29. 137c011 kconfig: make default prompt of mainmenu less specific by Masahiro Yamada · 6 years ago
  30. 5b31a97 kconfig: remove sym_expand_string_value() by Masahiro Yamada · 6 years ago
  31. 96d8e48 kconfig: remove string expansion for mainmenu after yyparse() by Masahiro Yamada · 6 years ago
  32. bb222ce kconfig: remove string expansion in file_lookup() by Masahiro Yamada · 6 years ago
  33. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  34. e08d6de kbuild: remove kbuild cache by Masahiro Yamada · 6 years ago
  35. 96f60df trace: Use -mcount-record for dynamic ftrace by Andi Kleen · 7 years ago
  36. 694c49a kconfig: drop localization support by Sam Ravnborg · 6 years ago
  37. 1c5af5c kconfig: refactor ncurses package checks for building mconf and nconf by Masahiro Yamada · 6 years ago
  38. b464ef5 kconfig: refactor GTK+ package checks for building gconf by Masahiro Yamada · 6 years ago
  39. 0b669a5 kconfig: refactor Qt package checks for building qconf by Masahiro Yamada · 6 years ago
  40. e6ecfb4 kbuild: do not display CHK for filechk by Masahiro Yamada · 6 years ago
  41. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. d41362e checkpatch: fix macro argument precedence test by Joe Perches · 6 years ago
  43. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  44. 656c107 scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generation by Joey Pabalinas · 6 years ago
  45. 21195f8 coccinelle: deref_null: improve performance by Julia Lawall · 6 years ago
  46. 32d0572 coccinelle: mini_lock: improve performance by Julia Lawall · 6 years ago
  47. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 1fafef9 Merge drm-fixes-for-v4.17-rc6-urgent into drm-next by Dave Airlie · 6 years ago
  49. eeacb71 bpf: change eBPF helper doc parsing script to allow for smaller indent by Quentin Monnet · 6 years ago
  50. 8b18574 modpost: constify *modname function argument where possible by Masahiro Yamada · 6 years ago
  51. 074a04f modpost: remove redundant is_vmlinux() test by Masahiro Yamada · 6 years ago
  52. d62c476 modpost: use strstarts() helper more widely by Masahiro Yamada · 6 years ago
  53. bca2cce modpost: pass struct elf_info pointer to get_modinfo() by Masahiro Yamada · 6 years ago
  54. a6b04f0 checkpatch: remove VMLINUX_SYMBOL() check by Masahiro Yamada · 6 years ago
  55. 704db5433 kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX by Masahiro Yamada · 6 years ago
  56. 5a144a1 depmod.sh: remove symbol prefix support by Masahiro Yamada · 6 years ago
  57. 534c9f2 kallsyms: remove symbol prefix support by Masahiro Yamada · 6 years ago
  58. 74d9317 genksyms: remove symbol prefix support by Masahiro Yamada · 6 years ago
  59. b2c5cdc modpost: remove symbol prefix support by Masahiro Yamada · 6 years ago
  60. d5940c6 kbuild: deb-pkg improve maintainer address generation by Riku Voipio · 6 years ago
  61. 1c9a4be ver_linux: Drop redundant calls to system() to test if file is readable by Alexander Kapshuk · 6 years ago
  62. 4169bc4 ver_linux: Move stderr redirection from function parameter to function body by Alexander Kapshuk · 6 years ago
  63. 5b7d127 rpmsg: Correct support for MODULE_DEVICE_TABLE() by Andrew F. Davis · 6 years ago
  64. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. 78eb0c6 scripts/faddr2line: fix error when addr2line output contains discriminator by Changbin Du · 6 years ago
  66. d265609 scripts/documentation-file-ref-check: rewrite it in perl with auto-fix mode by Mauro Carvalho Chehab · 6 years ago
  67. 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
  68. b3aa58d fixdep: suppress consecutive / from file paths in dependency list files by Nicolas Pitre · 6 years ago
  69. 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
  70. 0da7e43 genksyms: fix typo in parse.tab.{c,h} generation rules by Mauro Rossi · 6 years ago
  71. d59fbbd kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) by Masahiro Yamada · 6 years ago
  72. 642ef99 gcc-plugins: fix build condition of SANCOV plugin by Masahiro Yamada · 6 years ago
  73. 3259081 MAINTAINERS & files: Canonize the e-mails I use at files by Mauro Carvalho Chehab · 6 years ago
  74. 9fc3476 modpost: delete stale comment by Rasmus Villemoes · 6 years ago
  75. 6f96674 bpf: relax constraints on formatting for eBPF helper documentation by Quentin Monnet · 6 years ago
  76. 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
  77. 5385a29 scripts: Add SPDX checker script by Thomas Gleixner · 6 years ago
  78. 56a092c bpf: add script and prepare bpf.h for new helpers documentation by Quentin Monnet · 6 years ago
  79. 970f04c dtc: checks: drop warning for missing PCI bridge bus-range by Rob Herring · 6 years ago
  80. 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
  81. 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
  82. 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 6 years ago
  83. eea6f62 kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg by Javier Martinez Canillas · 6 years ago
  84. c17b0aa Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  85. 5d43090 checkpatch: whinge about bool bitfields by Joe Perches · 6 years ago
  86. 38dca98 checkpatch: allow space between colon and bracket by Heinrich Schuchardt · 6 years ago
  87. 6a48721 checkpatch: add test for assignment at start of line by Joe Perches · 6 years ago
  88. bc22d9a checkpatch: test SYMBOLIC_PERMS multiple times per line by Joe Perches · 6 years ago
  89. 8d2e11b checkpatch: two spelling fixes by Claudio Fontana · 6 years ago
  90. 478b179 checkpatch: improve get_quoted_string for TRACE_EVENT macros by Joe Perches · 6 years ago
  91. e3c6bc9 checkpatch: warn for use of %px by Tobin C. Harding · 6 years ago
  92. e3d95a2 checkpatch: add sub routine get_stat_here() by Tobin C. Harding · 6 years ago
  93. c2066ca checkpatch: remove unused variable declarations by Tobin C. Harding · 6 years ago
  94. 2a9f9d8 checkpatch: add sub routine get_stat_real() by Tobin C. Harding · 6 years ago
  95. 3d102fc checkpatch: add Crypto ON_STACK to declaration_macros by Gilad Ben-Yossef · 6 years ago
  96. 9f3a899 checkpatch.pl: add SPDX license tag check by Rob Herring · 6 years ago
  97. 85e1206 checkpatch: improve parse_email signature checking by Joe Perches · 6 years ago
  98. 9564a8c Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 6 years ago
  99. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 6 years ago
  100. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 6 years ago