1. 803b351 kconfig: minor style fixes in symbol-search code by Yann E. MORIN · 11 years ago
  2. f6eb6e4 kconfig/[mn]conf: shorten title in search-box by Yann E. MORIN · 11 years ago
  3. 26e933e kconfig: avoid multiple calls to strlen by Yann E. MORIN · 11 years ago
  4. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  5. ae92494 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  6. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  7. cb63fc2 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  8. e76e1fd lib: add support for LZ4-compressed kernel by Kyungsik Lee · 11 years ago
  9. c707a81 checkpatch: make the CamelCase cache work for non-git trees too by Joe Perches · 11 years ago
  10. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  11. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  12. 3bdbb62 rapidio: add udev notification by Alexandre Bounine · 11 years ago
  13. 351b2a1 checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> by Joe Perches · 11 years ago
  14. 7d0b659 checkpatch: allow longer logging function names by Jacob Keller · 11 years ago
  15. 3445686 checkpatch: ignore existing CamelCase uses from include/... by Joe Perches · 11 years ago
  16. 22735ce checkpatch: ignore SI unit CamelCase variants like "_uV" by Joe Perches · 11 years ago
  17. 786b632 checkpatch: move test for space before semicolon after operator spacing by Joe Perches · 11 years ago
  18. 3705ce5 checkpatch: create an EXPERIMENTAL --fix option to correct patches by Joe Perches · 11 years ago
  19. 23f780c checkpatch: improve "no space after cast" test by Joe Perches · 11 years ago
  20. 179f8f4 checkpatch: add a --strict test for comparison to true/false by Joe Perches · 11 years ago
  21. 77b9a53 checkpatch: don't warn on blank lines before/after braces as often by Joe Perches · 11 years ago
  22. c4a62ef checkpatch: add a placeholder to check blank lines before declarations by Joe Perches · 11 years ago
  23. 3cc4b1c checkpatch: reduce false positive rate of "complex macros" by Joe Perches · 11 years ago
  24. 9d7a34a checkpatch: warn on comparisons to get_jiffies_64() by Joe Perches · 11 years ago
  25. 36ec193 checkpatch: warn on comparisons to jiffies by Joe Perches · 11 years ago
  26. a605e32 checkpatch: warn when networking block comment lines don't start with * by Joe Perches · 11 years ago
  27. fdb4bcd checkpatch: improve network block comment test and message by Joe Perches · 11 years ago
  28. 807bd26 checkpatch: remove quote from CamelCase test by Joe Perches · 11 years ago
  29. a640d25 checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... by Joe Perches · 11 years ago
  30. 95e2c60 checkpatch: warn when using gcc's binary constant ("0b") extension by Joe Perches · 11 years ago
  31. be79794 checkpatch: change CamelCase test and make it --strict by Joe Perches · 11 years ago
  32. ec97946 Coccinelle: Update information about the minimal version required by Nicolas Palix · 11 years ago
  33. 93f1446 Coccinelle: Update the options used to the new option scheme by Nicolas Palix · 11 years ago
  34. 4d47dde kbuild: create directory for dir/file.o by 张忠山 · 11 years ago
  35. baa6f82 Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  36. 1873e5002 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  37. f7b1671 scripts: Coccinelle script for pci_free_consistent() by strnape1@fel.cvut.cz · 11 years ago
  38. 90d06a4 coccicheck: span checks across CPUs by Kees Cook · 11 years ago
  39. 04130cc Fix a build warning in scripts/mod/file2alias.c by Daniel Tang · 11 years ago
  40. b57caaa kconfig: allow "hex" and "range" to support longs by Kees Cook · 11 years ago
  41. bd70134 improve modalias building by Jan Beulich · 11 years ago
  42. f82935e scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/ by Geert Uytterhoeven · 11 years ago
  43. e24f6628 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 11 years ago
  44. 490f161 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  45. 8357b48 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 11 years ago
  46. 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 11 years ago
  47. a1ce636 kconfig/[mn]conf: make it explicit in the search box that a regexp is possible by Yann E. MORIN · 11 years ago
  48. 193b40a kconfig: sort found symbols by relevance by Yann E. MORIN · 11 years ago
  49. c398ff0 kbuild: fix error when building from src rpm by Mike Marciniszyn · 11 years ago
  50. cdf2bc6 scripts/setlocalversion on write-protected source tree by Christian Kujau · 11 years ago
  51. a5f6d79 kconfig/conf: print the seed used to initialise the RNG for randconfig by Yann E. MORIN · 11 years ago
  52. e85ac12 kconfig/conf: accept a base-16 seed for randconfig by Yann E. MORIN · 11 years ago
  53. e6abf12 kconfig/conf: fix randconfig setting multiple symbols in a choice by Yann E. MORIN · 11 years ago
  54. 7387778 scripts/config: replace hard-coded script name by a dynamic value by Clement Chauplannaz · 11 years ago
  55. 1278ebd mconf/nconf: mark empty menus/menuconfigs different from non-empty ones by Dirk Gouders · 11 years ago
  56. e0b4260 nconf: use function calls instead of ncurses' variables LINES and COLS by Dirk Gouders · 11 years ago
  57. 4f2de3e1 mconf: use function calls instead of ncurses' variables LINES and COLS by Dirk Gouders · 11 years ago
  58. 1376391 kconfig/lxdialog: handle newline characters in print_autowrap() by Dirk Gouders · 11 years ago
  59. ff7b0c2 kconfig/lxdialog: Use new mininimum resize definitions in conf_choice() by Sedat Dilek · 11 years ago
  60. 851f665 kconfig/lxdialog: Add definitions for mininimum (re)size values by Sedat Dilek · 11 years ago
  61. fbe98bb kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 11 years ago
  62. 61cb48c scripts/coccinelle: check for field address argument to kfree by Julia Lawall · 11 years ago
  63. 1f0a674 Coccinelle: Make 'report' the default mode by Nicolas Palix · 11 years ago
  64. 706b78f dtc: ensure #line directives don't consume data from the next line by Grant Likely · 11 years ago
  65. 2a6a08c dtc: Update generated files to output from Bison 2.5 by Grant Likely · 11 years ago
  66. b0a4d8b kbuild: make sure we clean up DTB temporary files by Ian Campbell · 11 years ago
  67. 1c00a47 Makefile.lib: align DTB quiet_cmd by James Hogan · 11 years ago
  68. adace89 arm64: extable: sort the exception table at build time by Will Deacon · 11 years ago
  69. 42a0940 Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/rc-fixes by Michal Marek · 11 years ago
  70. e983b7b kconfig/menu.c: fix multiple references to expressions in menu_add_prop() by Dirk Gouders · 11 years ago
  71. 063f466 mconf: handle keys in empty dialogs by Dirk Gouders · 11 years ago
  72. ad06156 kbuild: Don't assume dts files live in arch/*/boot/dts by Matthijs Kooijman · 11 years ago
  73. 57a9c76 scripts/config: fix assignment of parameters for short version of --*-after options by Clement Chauplannaz · 11 years ago
  74. 06df44e modpost.c: Add .text.unlikely to TEXT_SECTIONS by Tom Rini · 11 years ago
  75. c0ff68f kbuild: fix make headers_install when path is too long by Nicolas Dichtel · 11 years ago
  76. f66ba56 package: Makefile: unbreak binrpm-pkg target by Luiz Capitulino · 11 years ago
  77. b9e306e Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  78. 685e56d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  79. 57c29bd Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  80. 383da76 menuconfig: fix NULL pointer dereference when searching a symbol by Li Zefan · 11 years ago
  81. 22fc427 Fix cleaning in scripts/mod by Andreas Schwab · 11 years ago
  82. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  83. dfab34a Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  84. bcdedcc menuconfig: print more info for symbol without prompts by Wengmeiling · 11 years ago
  85. 500fcbc Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 11 years ago
  86. 8543ae1 checkpatch: add Suggested-by as a standard signature by Mugunthan V N · 11 years ago
  87. 74c8f43 checkpatch: only warn for empty lines before closing braces by themselves by Matthijs Kooijman · 11 years ago
  88. 5646bc7 checkpatch: warn on space before semicolon by Joe Perches · 11 years ago
  89. 04db4d2 checkpatch: complain about executable files by Joe Perches · 11 years ago
  90. a6962d7 checkpatch: Prefer seq_puts to seq_printf by Joe Perches · 11 years ago
  91. 972fdea checkpatch: add check for reuse of krealloc arg by Joe Perches · 11 years ago
  92. bbbe96e get_maintainer: use filename-only regex match for Tegra by Stephen Warren · 11 years ago
  93. 18ff44b scripts/decodecode: make faulting insn ptr more robust by Borislav Petkov · 11 years ago
  94. ced9cb1 localmodconfig: Process source kconfig files as they are found by Steven Rostedt · 11 years ago
  95. bc20d12 localmodconfig: Add debug prints for dependencies of module configs by Steven Rostedt · 11 years ago
  96. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  97. 21ca352 kconfig: fix lists definition for C++ by Yann E. MORIN · 11 years ago
  98. a53a11f3 modpost: fix unwanted VMLINUX_SYMBOL_STR expansion by James Hogan · 11 years ago
  99. 23a5dfd Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  100. e43956e kconfig: implement KCONFIG_PROBABILITY for randconfig by Yann E. MORIN · 11 years ago