1. 91400ac parisc: fix "make tar-pkg" by Helge Deller · 15 years ago
  2. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  3. ba1eb95 Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  5. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  6. 57fee4a platform: introduce module id table for platform devices by Eric Miao · 15 years ago
  7. b0fe551 kconfig: improve seed in randconfig by Ingo Molnar · 15 years ago
  8. 184832c kconfig: fix randconfig for choice blocks by Sam Ravnborg · 15 years ago
  9. b925dbf kbuild: fix 'make rpm' when CONFIG_LOCALVERSION_AUTO=y and using SCM tree by Josh Hunt · 15 years ago
  10. a2ebcc7 kbuild: fix mkspec to cleanup RPM_BUILD_ROOT by Josh Hunt · 15 years ago
  11. d15bd10 kbuild: fix C libary confusion in unifdef.c due to getline() by Justin P. Mattock · 15 years ago
  12. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  13. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 15 years ago
  14. bea5606 checkpatch: version 0.28 by Andy Whitcroft · 15 years ago
  15. 417495e checkpatch: add __ref as a sparse modifier by Andy Whitcroft · 15 years ago
  16. 9360b0e checkpatch: extend attribute testing to all modifiers by Andy Whitcroft · 15 years ago
  17. 667026e checkpatch: a modifier is not an identifier at the end of a type by Andy Whitcroft · 15 years ago
  18. a3340b3 checkpatch: pointer type star may have modifiers following by Andy Whitcroft · 15 years ago
  19. 00ef4ec checkpatch: correctly handle type spacing in the face of modifiers by Andy Whitcroft · 15 years ago
  20. e2f7aa4 checkpatch: do not warn about -p0 patches when checking files by Andy Whitcroft · 15 years ago
  21. f4a8773 checkpatch: make in_atomic ok in the core by Andy Whitcroft · 15 years ago
  22. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  23. 3b6f7b9 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  24. ab59d3b bzip2/lzma: don't leave empty files around on failure by Alain Knaff · 15 years ago
  25. 51f2677 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  26. 2b63938 HID: fix bus endianity in file2alias by Jiri Slaby · 15 years ago
  27. 11df65c scripts: add x86 64 bit support to the markup_oops.pl script by Arjan van de Ven · 15 years ago
  28. c19ef7f scripts: add x86 register parser to markup_oops.pl by Arjan van de Ven · 15 years ago
  29. 5123b32 kbuild: add sys_* entries for syscalls in tags by Rabin Vincent · 15 years ago
  30. 953fae6 kbuild: fix tags generation of config symbols by Alexey Dobriyan · 15 years ago
  31. 0bb98e2 bootgraph: fix for use with dot symbols by Michael Neuling · 15 years ago
  32. fc370ec kbuild: add vmlinux to kernel rpm by Josh Hunt · 15 years ago
  33. d21d52d kbuild,setlocalversion: shorten the make time when using svn by Mike Frysinger · 15 years ago
  34. 22796b1 Merge branch 'core/header-fixes' into x86/headers by Ingo Molnar · 15 years ago
  35. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  36. b4870bc kernel-doc: fix syscall wrapper processing by Randy Dunlap · 15 years ago
  37. ebd9026 stackprotector: fix multi-word cross-builds by Ingo Molnar · 15 years ago
  38. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 15 years ago
  39. 5d707e9 stackprotector: update make rules by Tejun Heo · 15 years ago
  40. 56fc82c modpost: NOBITS sections may point beyond the end of the file by Tejun Heo · 15 years ago
  41. 7e3fa56 kbuild: drop check for CONFIG_ in headers_check by Sam Ravnborg · 15 years ago
  42. 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  43. 72638f5 PNP: fix broken pnp lowercasing for acpi module aliases by Kay Sievers · 15 years ago
  44. db92a650 checkpatch: version: 0.27 by Andy Whitcroft · 15 years ago
  45. 6903ffb checkpatch: struct seq_operations should normally be const by Andy Whitcroft · 15 years ago
  46. 3966778 checkpatch: if should not continue a preceeding brace by Andy Whitcroft · 15 years ago
  47. 63f17f8 checkpatch: allow parentheses on return handle array values by Andy Whitcroft · 15 years ago
  48. f9a0b3d checkpatch: type/cast spacing should not check prefix spacing by Andy Whitcroft · 15 years ago
  49. a275064 checkpatch: handle missing #if open in context by Andy Whitcroft · 15 years ago
  50. 2302e87 kbuild: print usage with no arguments in scripts/config by Andi Kleen · 15 years ago
  51. 2ea0389 Revert "kbuild: strip generated symbols from *.ko" by Sam Ravnborg · 15 years ago
  52. d32ad10 script: improve markup_oops.pl to also decode oopses in modules by Arjan van de Ven · 15 years ago
  53. d3f8dde bootgraph: make the bootgraph script show async waiting time by Arjan van de Ven · 15 years ago
  54. b173042 Merge branch 'linus' into x86/setup-lzma by Ingo Molnar · 15 years ago
  55. 8e54701 kconfig: add script to manipulate .config files on the command line by Andi Kleen · 15 years ago
  56. 4f62824 kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope by Jike Song · 15 years ago
  57. 40c8c85 bootchart: improve output based on Dave Jones' feedback by Arjan van de Ven · 15 years ago
  58. 8b249b6 fix modules_install via NFS by Sam Ravnborg · 15 years ago
  59. a26ee60 bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP by Alain Knaff · 15 years ago
  60. 57b9c6d checkpatch: version: 0.26 by Andy Whitcroft · 15 years ago
  61. 21caa13 checkpatch: fix the perlcritic errors by Andy Whitcroft · 15 years ago
  62. 2b6db5c checkpatch: struct file_operations should normally be const by Andy Whitcroft · 15 years ago
  63. b53c8e1 checkpatch: ensure we actually detect if assignments split across lines by Andy Whitcroft · 15 years ago
  64. 2d1bafd checkpatch: do not report nr_static as a static declaration by Andy Whitcroft · 15 years ago
  65. 4635f4f checkpatch: track #ifdef/#else/#endif when tracking blocks by Andy Whitcroft · 15 years ago
  66. 8b1b337 checkpatch: fix continuation detection when handling spacing on operators by Andy Whitcroft · 15 years ago
  67. 8054576 checkpatch: loosen spacing on typedef function checks by Andy Whitcroft · 15 years ago
  68. 080ba92 checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h by Mike Frysinger · 15 years ago
  69. 86f9d05 checkpatch: allow parentheses on return for comparisons by Andy Whitcroft · 15 years ago
  70. 1e85572 checkpatch: Add warning for p0-patches by Wolfram Sang · 15 years ago
  71. 2a5a2c2 checkpatch: update copyrights by Andy Whitcroft · 15 years ago
  72. 50a7dcf checkpatch: version: 0.25 by Andy Whitcroft · 15 years ago
  73. 6586386 checkpatch: dissallow spaces between stars in pointer types by Andy Whitcroft · 15 years ago
  74. fae17da checkpatch: comment ends inside strings is most likely not an open comment by Andy Whitcroft · 15 years ago
  75. 8e761b0 checkpatch: detect multiple bitfield declarations by Andy Whitcroft · 15 years ago
  76. 5fe3af1 checkpatch: __weak is an official attribute by Andy Whitcroft · 15 years ago
  77. 383099f checkpatch: structure member assignments are not complex by Andy Whitcroft · 15 years ago
  78. 83242e0 checkpatch: widen implied comment detection to allow multiple stars by Andy Whitcroft · 15 years ago
  79. 721c1cb checkpatch: comment detection may miss an implied comment on the last hunk by Andy Whitcroft · 15 years ago
  80. 691d77b checkpatch: add checks for in_atomic() by Andy Whitcroft · 15 years ago
  81. 5aea50b scripts: script from kerneloops.org to pretty print oops dumps by Arjan van de Ven · 15 years ago
  82. 0f5e2d2 bzip2/lzma: handle failures from bzip2 and lzma correctly by H. Peter Anvin · 15 years ago
  83. bc22c17 bzip2/lzma: library support for gzip, bzip2 and lzma decompression by Alain Knaff · 15 years ago
  84. b67ff8c kbuild: ignore a few files in headers_check by Sam Ravnborg · 15 years ago
  85. 483b412 kbuild: add checks for include of linux/types in userspace headers by Sam Ravnborg · 15 years ago
  86. 521b0c7 kbuild: drop debugging leftover in tags.sh by Sam Ravnborg · 15 years ago
  87. 4307184 kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__ by Mike Frysinger · 15 years ago
  88. 7e557a2 kbuild: check for leaked CONFIG_ symbols to userspace by Sam Ravnborg · 15 years ago
  89. 46b8af5 headers_check.pl: disallow extern's by Mike Frysinger · 15 years ago
  90. 7826005 kconfig: improve error messages for bad source statements by Sam Ravnborg · 15 years ago
  91. cf82607 kconfig: struct property commented by Sam Ravnborg · 15 years ago
  92. 5b2cf36 kconfig: add comments to symbol flags by Sam Ravnborg · 15 years ago
  93. eaa2a87 kconfig: explain symbol value defaults by Sam Ravnborg · 15 years ago
  94. 96faec9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  95. 9bb4824 allow stripping of generated symbols under CONFIG_KALLSYMS_ALL by Jan Beulich · 15 years ago
  96. ad7a953 kbuild: strip generated symbols from *.ko by Jan Beulich · 15 years ago
  97. 37a8d9f kbuild: simplify use of genksyms by Sam Ravnborg · 15 years ago
  98. a1d94aa kernel-doc: check for extra kernel-doc notations by Randy Dunlap · 15 years ago
  99. 179efcb kbuild: add headerdep used to detect inclusion cycles in header files by Vegard Nossum · 15 years ago
  100. a6ba0cb kbuild: fix string equality testing in tags.sh by Jiri Slaby · 15 years ago