1. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 6 years ago
  2. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 6 years ago
  3. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 6 years ago
  4. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 6 years ago
  5. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 6 years ago
  6. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 6 years ago
  7. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  8. 8593080 kconfig: fix localmodconfig by Sam Ravnborg · 6 years ago
  9. 59f5385 gcc-plugins: test plugin support in Kconfig and clean up Makefile by Masahiro Yamada · 6 years ago
  10. 8034c2f gcc-plugins: move GCC version check for PowerPC to Kconfig by Masahiro Yamada · 6 years ago
  11. 5aadfde kcov: test compiler capability in Kconfig and correct dependency by Masahiro Yamada · 6 years ago
  12. eafdca4 Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  13. 469cb73 kconfig: add CC_IS_CLANG and CLANG_VERSION by Masahiro Yamada · 6 years ago
  14. 2a61f47 stack-protector: test compiler capability in Kconfig and drop AUTO mode by Masahiro Yamada · 6 years ago
  15. 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  16. 12c253a checkpatch: improve patch recognition by Joe Perches · 6 years ago
  17. 0455c74 get_maintainer: improve patch recognition by Joe Perches · 6 years ago
  18. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 6 years ago
  19. 882ea1d scripts: use SPDX tag in get_maintainer and checkpatch by Joe Perches · 6 years ago
  20. 289cf15 Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  21. 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
  22. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  23. 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
  24. 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
  25. 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
  26. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  27. 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
  28. be65f9e staging: lustre: delete the filesystem from the tree. by Greg Kroah-Hartman · 6 years ago
  29. 9b68ac2 Merge branch 'faddr2line' (patches from Josh) by Linus Torvalds · 6 years ago
  30. 689135f scripts/faddr2line: make the new code listing format optional by Peter Zijlstra (Intel) · 6 years ago
  31. 819dd92 bpfilter: switch to CC from HOSTCC by Alexei Starovoitov · 6 years ago
  32. 2ae89c7 kconfig: Avoid format overflow warning from GCC 8.1 by Nathan Chancellor · 6 years ago
  33. bb6d83d kbuild: Move last word of nconfig help to the previous line by Petr Vorel · 6 years ago
  34. d6a0c8a kconfig: Add testconfig into make help output by Petr Vorel · 6 years ago
  35. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  36. 1421dc6 powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS by Nicholas Piggin · 6 years ago
  37. ac5db1f scripts: Fixed printf format mismatch by nixiaoming · 6 years ago
  38. e1cfdc0 kconfig: add basic helper macros to scripts/Kconfig.include by Masahiro Yamada · 6 years ago
  39. 2bece88 kconfig: test: add Kconfig macro language tests by Masahiro Yamada · 6 years ago
  40. 915f649 kconfig: error out if a recursive variable references itself by Masahiro Yamada · 6 years ago
  41. a702a61 kconfig: add 'filename' and 'lineno' built-in variables by Masahiro Yamada · 6 years ago
  42. 1d6272e kconfig: add 'info', 'warning-if', and 'error-if' built-in functions by Masahiro Yamada · 6 years ago
  43. 82bc8bd kconfig: expand lefthand side of assignment statement by Masahiro Yamada · 6 years ago
  44. ed2a22f kconfig: support append assignment operator by Masahiro Yamada · 6 years ago
  45. 1175c02 kconfig: support simply expanded variable by Masahiro Yamada · 6 years ago
  46. 9ced3bd kconfig: support user-defined function and recursively expanded variable by Masahiro Yamada · 6 years ago
  47. 9de0715 kconfig: begin PARAM state only when seeing a command keyword by Masahiro Yamada · 6 years ago
  48. 2fd5b09 kconfig: add 'shell' built-in function by Masahiro Yamada · 6 years ago
  49. e298f3b kconfig: add built-in function support by Masahiro Yamada · 6 years ago
  50. 137c011 kconfig: make default prompt of mainmenu less specific by Masahiro Yamada · 6 years ago
  51. 5b31a97 kconfig: remove sym_expand_string_value() by Masahiro Yamada · 6 years ago
  52. 96d8e48 kconfig: remove string expansion for mainmenu after yyparse() by Masahiro Yamada · 6 years ago
  53. bb222ce kconfig: remove string expansion in file_lookup() by Masahiro Yamada · 6 years ago
  54. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  55. e08d6de kbuild: remove kbuild cache by Masahiro Yamada · 6 years ago
  56. 96f60df trace: Use -mcount-record for dynamic ftrace by Andi Kleen · 7 years ago
  57. 694c49a kconfig: drop localization support by Sam Ravnborg · 6 years ago
  58. 1c5af5c kconfig: refactor ncurses package checks for building mconf and nconf by Masahiro Yamada · 6 years ago
  59. b464ef5 kconfig: refactor GTK+ package checks for building gconf by Masahiro Yamada · 6 years ago
  60. 0b669a5 kconfig: refactor Qt package checks for building qconf by Masahiro Yamada · 6 years ago
  61. e6ecfb4 kbuild: do not display CHK for filechk by Masahiro Yamada · 6 years ago
  62. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  63. d41362e checkpatch: fix macro argument precedence test by Joe Perches · 6 years ago
  64. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  65. 656c107 scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generation by Joey Pabalinas · 6 years ago
  66. 21195f8 coccinelle: deref_null: improve performance by Julia Lawall · 6 years ago
  67. 32d0572 coccinelle: mini_lock: improve performance by Julia Lawall · 6 years ago
  68. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  69. 1fafef9 Merge drm-fixes-for-v4.17-rc6-urgent into drm-next by Dave Airlie · 6 years ago
  70. eeacb71 bpf: change eBPF helper doc parsing script to allow for smaller indent by Quentin Monnet · 6 years ago
  71. 8b18574 modpost: constify *modname function argument where possible by Masahiro Yamada · 6 years ago
  72. 074a04f modpost: remove redundant is_vmlinux() test by Masahiro Yamada · 6 years ago
  73. d62c476 modpost: use strstarts() helper more widely by Masahiro Yamada · 6 years ago
  74. bca2cce modpost: pass struct elf_info pointer to get_modinfo() by Masahiro Yamada · 6 years ago
  75. a6b04f0 checkpatch: remove VMLINUX_SYMBOL() check by Masahiro Yamada · 6 years ago
  76. 704db5433 kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX by Masahiro Yamada · 6 years ago
  77. 5a144a1 depmod.sh: remove symbol prefix support by Masahiro Yamada · 6 years ago
  78. 534c9f2 kallsyms: remove symbol prefix support by Masahiro Yamada · 6 years ago
  79. 74d9317 genksyms: remove symbol prefix support by Masahiro Yamada · 6 years ago
  80. b2c5cdc modpost: remove symbol prefix support by Masahiro Yamada · 6 years ago
  81. d5940c6 kbuild: deb-pkg improve maintainer address generation by Riku Voipio · 6 years ago
  82. 74656b6 kbuild: disable new dtc graph and unit-address warnings by Rob Herring · 6 years ago
  83. 50aafd6 scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc by Rob Herring · 6 years ago
  84. 1c9a4be ver_linux: Drop redundant calls to system() to test if file is readable by Alexander Kapshuk · 6 years ago
  85. 4169bc4 ver_linux: Move stderr redirection from function parameter to function body by Alexander Kapshuk · 6 years ago
  86. 5b7d127 rpmsg: Correct support for MODULE_DEVICE_TABLE() by Andrew F. Davis · 6 years ago
  87. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  88. 78eb0c6 scripts/faddr2line: fix error when addr2line output contains discriminator by Changbin Du · 6 years ago
  89. d265609 scripts/documentation-file-ref-check: rewrite it in perl with auto-fix mode by Mauro Carvalho Chehab · 6 years ago
  90. 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
  91. b3aa58d fixdep: suppress consecutive / from file paths in dependency list files by Nicolas Pitre · 6 years ago
  92. 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
  93. 0da7e43 genksyms: fix typo in parse.tab.{c,h} generation rules by Mauro Rossi · 6 years ago
  94. d59fbbd kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) by Masahiro Yamada · 6 years ago
  95. 642ef99 gcc-plugins: fix build condition of SANCOV plugin by Masahiro Yamada · 6 years ago
  96. 3259081 MAINTAINERS & files: Canonize the e-mails I use at files by Mauro Carvalho Chehab · 6 years ago
  97. 9fc3476 modpost: delete stale comment by Rasmus Villemoes · 6 years ago
  98. 6f96674 bpf: relax constraints on formatting for eBPF helper documentation by Quentin Monnet · 6 years ago
  99. 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
  100. 5385a29 scripts: Add SPDX checker script by Thomas Gleixner · 6 years ago