1. 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
  2. 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
  3. bb2407a Merge tag 'docs-4.17' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  4. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  5. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  6. a95b37e kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h> by Masahiro Yamada · 7 years ago
  7. d404d57 docs: kernel-doc: fix parsing of arrays by Mauro Carvalho Chehab · 7 years ago
  8. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  9. 8a6105c kbuild: rpm-pkg: Support GNU tar >= 1.29 by Jason Gunthorpe · 7 years ago
  10. f843752 builddeb: Fix header package regarding dtc source links by Jan Kiszka · 7 years ago
  11. e53a05a scripts/checkstack.pl: remove blackfin support by Tobias Klauser · 7 years ago
  12. 8283159 recordmcount.pl: drop blackin and tile support by Arnd Bergmann · 7 years ago
  13. 1849268 kconfig: use yylineno option instead of manual lineno increments by Masahiro Yamada · 7 years ago
  14. 379a8eb kconfig: detect recursive inclusion earlier by Masahiro Yamada · 7 years ago
  15. 32a94b8 kconfig: remove duplicated file name and lineno of recursive inclusion by Masahiro Yamada · 7 years ago
  16. 2656151 kconfig: do not include both curses.h and ncurses.h for nconfig by Masahiro Yamada · 7 years ago
  17. f8f69dc kconfig: make unmet dependency warnings readable by Masahiro Yamada · 7 years ago
  18. f622f82 kconfig: warn unmet direct dependency of tristate symbols selected by y by Masahiro Yamada · 7 years ago
  19. e2c75e7 kconfig: tests: test if recursive inclusion is detected by Masahiro Yamada · 7 years ago
  20. 29c434f kconfig: tests: test if recursive dependencies are detected by Masahiro Yamada · 7 years ago
  21. 3e4888c kconfig: tests: test randconfig for choice in choice by Masahiro Yamada · 7 years ago
  22. beaaddb kconfig: tests: test defconfig when two choices interact by Masahiro Yamada · 7 years ago
  23. ee23661 kconfig: tests: check visibility of tristate choice values in y choice by Masahiro Yamada · 7 years ago
  24. 930c429 kconfig: tests: check unneeded "is not set" with unmet dependency by Masahiro Yamada · 7 years ago
  25. b76960c kconfig: tests: test if new symbols in choice are asked by Masahiro Yamada · 7 years ago
  26. 49ac3c0 kconfig: tests: test automatic submenu creation by Masahiro Yamada · 7 years ago
  27. 1903c51 kconfig: tests: add basic choice tests by Masahiro Yamada · 7 years ago
  28. 022a4bf kconfig: tests: add framework for Kconfig unit testing by Masahiro Yamada · 7 years ago
  29. 2a61625 kconfig: remove redundant streamline_config.pl prerequisite by Ulf Magnusson · 7 years ago
  30. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
  31. 81d2bc2 kconfig: invoke oldconfig instead of silentoldconfig from local*config by Masahiro Yamada · 7 years ago
  32. 2aad9b8 kconfig: hide irrelevant sub-menus for oldconfig by Masahiro Yamada · 7 years ago
  33. 99f0b65 kconfig: remove redundant input_mode test for check_conf() loop by Masahiro Yamada · 7 years ago
  34. 4bb3a5b kconfig: remove unneeded input_mode test in conf() by Masahiro Yamada · 7 years ago
  35. 59a80b5 kconfig: do not call check_conf() for olddefconfig by Masahiro Yamada · 7 years ago
  36. f467c56 kconfig: only write '# CONFIG_FOO is not set' for visible symbols by Ulf Magnusson · 7 years ago
  37. d9119b5 kconfig: Print reverse dependencies in groups by Eugeniu Rosca · 7 years ago
  38. 9a47cee kconfig: clean-up reverse dependency help implementation by Masahiro Yamada · 7 years ago
  39. 84af7a6 checkpatch: kconfig: prefer 'help' over '---help---' by Ulf Magnusson · 7 years ago
  40. 678ae16 checkpatch: kconfig: check help texts for menuconfig and choice by Ulf Magnusson · 7 years ago
  41. 86adf1a checkpatch: kconfig: recognize more prompts when checking help texts by Ulf Magnusson · 7 years ago
  42. 127668c kbuild: clean up link rule of composite modules by Masahiro Yamada · 7 years ago
  43. 5e18f02 kbuild: clean up archive rule of built-in.a by Masahiro Yamada · 7 years ago
  44. 7657f60 kbuild: remove partial section mismatch detection for built-in.a by Masahiro Yamada · 7 years ago
  45. f98fe47 kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a by Masahiro Yamada · 7 years ago
  46. f5f3368 kbuild: rename real-objs-y/m to real-obj-y/m by Masahiro Yamada · 7 years ago
  47. c0152e9 kbuild: move modname and modname-multi close to modname_flags by Masahiro Yamada · 7 years ago
  48. fe852ac kbuild: simplify modname calculation by Masahiro Yamada · 7 years ago
  49. c96a294 kbuild: fix modname for composite modules by Cao jin · 7 years ago
  50. aeacb01 kbuild: define KBUILD_MODNAME even if multiple modules share objects by Masahiro Yamada · 7 years ago
  51. 8cd0e46 kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi by Masahiro Yamada · 7 years ago
  52. a670b0b kbuild: Use ls(1) instead of stat(1) to obtain file size by Michael Forney · 7 years ago
  53. fbfa9be kbuild: move include/config/ksym/* to include/ksym/* by Masahiro Yamada · 7 years ago
  54. 07a422b kbuild: restore autoksyms.h touch to the top Makefile by Masahiro Yamada · 7 years ago
  55. baa1668 kbuild: remove wrong 'touch' in adjust_autoksyms.sh by Masahiro Yamada · 7 years ago
  56. 0294e6f kbuild: simplify ld-option implementation by Masahiro Yamada · 7 years ago
  57. f49821e kbuild: rename built-in.o to built-in.a by Nicholas Piggin · 7 years ago
  58. 6358d6e kbuild: remove incremental linking option by Nicholas Piggin · 7 years ago
  59. 1fe7d2b kbuild: Improve portability of some sed invocations by Michael Forney · 7 years ago
  60. ae0c553 kbuild: add clang-version.sh by Sami Tolvanen · 7 years ago
  61. 0891f95 kernel-doc: Remove __sched markings by Matthew Wilcox · 7 years ago
  62. 825d487 kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races by Nicolas Pitre · 7 years ago
  63. e007488 drm: remove drm_mode_object_{un/reference} aliases by Haneen Mohammed · 7 years ago
  64. 4ba66a9 arch: remove blackfin port by Arnd Bergmann · 7 years ago
  65. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  66. 55fe6da kbuild: Handle builtin dtb file names containing hyphens by James Hogan · 7 years ago
  67. 61fc470 scripts/bloat-o-meter: fix typos in help by Matteo Croce · 7 years ago
  68. b67aea2b Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-generic by Arnd Bergmann · 7 years ago
  69. 638e69c fixdep: do not ignore kconfig.h by Rasmus Villemoes · 7 years ago
  70. 5b8ad96 fixdep: remove some false CONFIG_ matches by Rasmus Villemoes · 7 years ago
  71. 14a596a fixdep: remove stale references to uml-config.h by Rasmus Villemoes · 7 years ago
  72. 0eb3412 Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  73. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  74. a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
  75. 1a90ce3 kconfig: Update ncurses package names for menuconfig by Arvind Prasanna · 7 years ago
  76. cbf7a90 kbuild/kallsyms: trivial typo fix by Cao jin · 7 years ago
  77. a7b151f kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment by Cao jin · 7 years ago
  78. bf0bbdc kconfig: Don't leak choice names during parsing by Masahiro Yamada · 7 years ago
  79. f4bc1ee kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list by Masahiro Yamada · 7 years ago
  80. cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
  81. 5f17157 Drop a bunch of metag references by James Hogan · 7 years ago
  82. d5028ba objtool, retpolines: Integrate objtool with retpoline support more closely by Peter Zijlstra · 7 years ago
  83. ca41b97 objtool: Add module specific retpoline rules by Peter Zijlstra · 7 years ago
  84. b5bc223 objtool: Add retpoline validation by Peter Zijlstra · 7 years ago
  85. fcdf1df Merge branch 'kerneldoc2' into docs-next by Jonathan Corbet · 7 years ago
  86. 3847637 docs: Add an SPDX header to kernel-doc by Jonathan Corbet · 7 years ago
  87. fe7bc49 scripts: kernel-doc: support in-line comments on nested structs/unions by Mauro Carvalho Chehab · 7 years ago
  88. a8dae20 scripts: kernel_doc: fixup reporting of function identifiers by Mike Rapoport · 7 years ago
  89. af25029 docs: kernel-doc: Don't mangle literal code blocks in comments by Jonathan Corbet · 7 years ago
  90. c17add5 docs: kernel-doc: Finish moving STATE_* code out of process_file() by Jonathan Corbet · 7 years ago
  91. cc79481 docs: kernel-doc: Move STATE_PROTO processing into its own function by Jonathan Corbet · 7 years ago
  92. d742f24 docs: kernel-doc: Move STATE_BODY processing to a separate function by Jonathan Corbet · 7 years ago
  93. 3cac2bc docs: kernel-doc: Move STATE_NAME processing into its own function by Jonathan Corbet · 7 years ago
  94. 07048d1 docs: kernel-doc: Move STATE_NORMAL processing into its own function by Jonathan Corbet · 7 years ago
  95. 17b7871 docs: kernel-doc: Rename and split STATE_FIELD by Jonathan Corbet · 7 years ago
  96. 0bba924 docs: kernel-doc: Get rid of xml_escape() and friends by Jonathan Corbet · 7 years ago
  97. 5b229fb Add scripts/split-man.pl by Matthew Wilcox · 7 years ago
  98. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  99. 523ca58 kconfig: remove const qualifier from sym_expand_string_value() by Masahiro Yamada · 7 years ago
  100. d717f24 kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago