1. 1e6c4df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 12 years ago
  2. 37ae2d5 kbuild: Fix compiler warning with assertion when calling 'fwrite' by Arnaud Lacombe · 13 years ago
  3. e2aef4d Improve update-po-config output by Peter Foley · 13 years ago
  4. 29a36d4 scripts/coccinelle: improve the coverage of some semantic patches by Julia Lawall · 12 years ago
  5. 7c43185 Kbuild: Use dtc's -d (dependency) option by Stephen Warren · 12 years ago
  6. 136ec20 dtc: Implement -d option to write out a dependency file by Stephen Warren · 12 years ago
  7. fb3f8af coccinelle: semantic patches related to devm_ functions (part 2) by Julia Lawall · 13 years ago
  8. 22e0059 coccinelle: semantic patches related to devm_ functions (part 1) by Julia Lawall · 13 years ago
  9. d0bc1fb coccicheck: add M= option to control which dir is processed by Greg Dietsche · 13 years ago
  10. c55ac15 menuconfig: let make not report error when not save configuration by Wang YanQing · 12 years ago
  11. 320d41b merge_config.sh: fix bug in final check by John Stultz · 12 years ago
  12. c0c0cda merge_config.sh: whitespace cleanup by Darren Hart · 12 years ago
  13. 041b78c merge_config.sh: use signal names compatible with dash and bash by Darren Hart · 12 years ago
  14. 4b5f721 kconfig: add merge_config.sh script by john stultz · 12 years ago
  15. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  16. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  17. 364212f kconfig/streamline-config.pl: Fix parsing Makefile with variables by Steven Rostedt · 12 years ago
  18. d060d96 kconfig/streamline-config.pl: Simplify backslash line concatination by Steven Rostedt · 12 years ago
  19. e49ce14 modpost: use linker section to generate table. by Rusty Russell · 12 years ago
  20. 626596e modpost: use a table rather than a giant if/else statement. by Rusty Russell · 12 years ago
  21. bfcb2cc checkpatch: catch all occurences of type and cast spacing errors per line by Andy Whitcroft · 12 years ago
  22. 6b48db2 checkpatch: typeof may have more complex arguments by Andy Whitcroft · 12 years ago
  23. addcdce checkpatch: ensure cast type is unique in the context parser by Andy Whitcroft · 12 years ago
  24. c81769f checkpatch: fix complex macros handling of square brackets by Andy Whitcroft · 12 years ago
  25. e01886a checkpatch: fix 'return is not a function' square bracket handling by Andy Whitcroft · 12 years ago
  26. 72f115f checkpatch: complex macro should allow the empty do while loop by Andy Whitcroft · 12 years ago
  27. 87a5387 checkpatch: fix EXPORT_SYMBOL handling following a function by Andy Whitcroft · 12 years ago
  28. a138580 checkpatch: only apply kconfig help checks for options which prompt by Andy Whitcroft · 12 years ago
  29. 3e469cd checkpatch: optimise statement scanner when mid-statement by Andy Whitcroft · 12 years ago
  30. 89a8835 checkpatch: ## is not a valid modifier by Andy Whitcroft · 12 years ago
  31. d7c76ba checkpatch: improve memset and min/max with cast checking by Joe Perches · 12 years ago
  32. 554e165 checkpatch: check for common memset parameter issues against statments by Andy Whitcroft · 12 years ago
  33. f74bd19 checkpatch: correctly track the end of preprocessor commands in context by Andy Whitcroft · 12 years ago
  34. 5f14d3b checkpatch: prefer __printf over __attribute__((format(printf,...))) by Joe Perches · 12 years ago
  35. 270c49a checkpatch: update signature "might be better as" warning by Joe Perches · 12 years ago
  36. ed128fea get_maintainers.pl: follow renames when looking up commit signers by Ian Campbell · 12 years ago
  37. 5dd7bf5 ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus. by Jochen Friedrich · 13 years ago
  38. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  39. 5bb0571 kbuild: Fix comment in Makefile.lib by Michal Marek · 12 years ago
  40. 603d8c0 scripts/genksyms: clean lex/yacc generated files by Fernando Luis Vázquez Cao · 13 years ago
  41. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 12 years ago
  42. 2e88505 recordmcount: Fix handling of elf64 big-endian objects. by David Daney · 13 years ago
  43. ff894e3 ctags: remove struct forward declarations by Alexey Dobriyan · 13 years ago
  44. fa0ad657 kconfig: adapt update-po-config to new UML layout by Paul Bolle · 13 years ago
  45. 70cc01e kconfig: use xfwrite wrapper function to silence warnings by Peter Foley · 13 years ago
  46. 4f0c28f kconfig: fix set but not used warnings by Peter Foley · 13 years ago
  47. a7d6f6e kconfig: fix warnings by specifing format arguments by Peter Foley · 13 years ago
  48. 9147621 kbuild, headers.sh: Don't make archheaders explicitly by H. Peter Anvin · 13 years ago
  49. 523817b ARM: amba: Auto-generate AMBA driver module aliases during modpost by Dave Martin · 13 years ago
  50. 29dc54c checksyscalls: Use arch/x86/syscalls/syscall_32.tbl as source by H. Peter Anvin · 13 years ago
  51. 052ad27 kbuild: Add support for an "archheaders" target by H. Peter Anvin · 13 years ago
  52. cb97914 kbuild: Add support for installing generated asm headers by H. Peter Anvin · 13 years ago
  53. 358142d scripts/tags.sh: Add Page flag function magic by Stephen Boyd · 13 years ago
  54. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  55. addd8c9 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  56. a84f6aa Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  57. dede6fa Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  58. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  59. 15662b3 checkpatch: add a --strict check for utf-8 in commit logs by Joe Perches · 13 years ago
  60. 67d0a07 kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete by Joe Perches · 13 years ago
  61. 0f60be2 scripts/package/Makefile: Fix typo: an deb -> a deb by Paul Menzel · 13 years ago
  62. aa77677 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  63. 0359de7 genksyms: Regenerate lexer and parser by Michal Marek · 13 years ago
  64. 2c5925d genksyms: Do not expand internal types by Michal Marek · 13 years ago
  65. b06fcd6 genksyms: Minor parser cleanup by Michal Marek · 13 years ago
  66. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  67. 6993248 treewide: remove extra semicolons from various parts of the kernel by Justin P. Mattock · 13 years ago
  68. 93072c3 scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox by Cheng Renquan · 13 years ago
  69. e631a57 scripts/kconfig/nconf: fix editing long strings by Cheng Renquan · 13 years ago
  70. 5ea9f64 scripts/kconfig/nconf: dynamically alloc dialog_input_result by Cheng Renquan · 13 years ago
  71. cd58a90fa scripts/kconfig/nconf: fix memmove's length arg by Cheng Renquan · 13 years ago
  72. 4e24dbf scripts/kconfig/nconf: fix typo: unknow => unknown by Cheng Renquan · 13 years ago
  73. 6a5be57 fixdep: fix extraneous dependencies by Peter Foley · 13 years ago
  74. c68e587 script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS by Arnaud Lacombe · 13 years ago
  75. 49c57d2 scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement by Arnaud Lacombe · 13 years ago
  76. 58238c8 kbuild: prevent make from deleting _shipped files by Peter Foley · 13 years ago
  77. 9c65426 tags, powerpc: Update tags.sh to support _GLOBAL symbols by Ian Munsie · 13 years ago
  78. 09d4812 scripts: add extract-vmlinux by Corentin Chary · 13 years ago
  79. 6a19492 Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig by Michal Marek · 13 years ago
  80. 702a945 kconfig: fix set but not used variables by Lucas De Marchi · 13 years ago
  81. 564899f kconfig: handle SIGINT in menuconfig by Davidlohr Bueso · 13 years ago
  82. 953742c kconfig: fix __enabled_ macros definition for invisible and un-selected symbols by Arnaud Lacombe · 13 years ago
  83. 6eafa46 Merge 3.1-rc4 into staging-next by Greg Kroah-Hartman · 13 years ago
  84. 30ecad5 checkpatch: add missing WARN argument for min_t and max_t tests by Hui Zhu · 13 years ago
  85. 3d1c2f7 scripts/get_maintainer.pl: update Linus's git repository by Ralf Thielow · 13 years ago
  86. ebf16e3 Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id by Greg Kroah-Hartman · 13 years ago
  87. d2ee52a Staging: hv: Add code to parse struct hv_vmbus_device_id table by K. Y. Srinivasan · 13 years ago
  88. db57630 Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig by Michal Marek · 13 years ago
  89. 57e6292 kconfig: factor code in menu_get_ext_help() by Arnaud Lacombe · 13 years ago
  90. 3f198df kbuild: Fix help text not displayed in choice option. by Srinivas Kandagatla · 13 years ago
  91. 4920e05 kconfig/nconf: nuke unreferenced `nohelp_text' by Arnaud Lacombe · 13 years ago
  92. 50bce3e kconfig/streamline_config.pl: merge local{mod,yes}config by Arnaud Lacombe · 13 years ago
  93. 22d550a kconfig/streamline_config.pl: use options to determine operating mode by Arnaud Lacombe · 13 years ago
  94. f597a71 kconfig/streamline_config.pl: directly access LSMOD from the environment by Arnaud Lacombe · 13 years ago
  95. 1d3fe4a Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  96. 2a11c8e kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE() by Michal Marek · 13 years ago
  97. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  98. 6e60c02 checkpatch.pl: update $logFunctions by Joe Perches · 13 years ago
  99. 34d9921 checkpatch: make utf-8 test --strict by Joe Perches · 13 years ago
  100. 000d1cc1 checkpatch.pl: add ability to ignore various messages by Joe Perches · 13 years ago