1. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  2. a1b81a8 Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Russell King · 16 years ago
  3. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  4. f44f82e [ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/include by Russell King · 16 years ago
  5. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  6. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  7. 897d852 [ARM] Fix circular include dependency with IRQ headers by Russell King · 16 years ago
  8. 64a99d2 kbuild: a better way to generate cscope database change by Denis ChengRq · 16 years ago
  9. 0b0de14 Kconfig: Extend "menuconfig" for modules to simplify Kconfig file by Robert P. J. Day · 16 years ago
  10. 0758416 bugfix for scripts/patch-kernel in 2.6 sublevel stepping by Erkki Lintunen · 16 years ago
  11. 7a48bdd kbuild: fix O=.. build with arm by Sam Ravnborg · 16 years ago
  12. 0967d61 Linux 2.6.27-rc2 by Linus Torvalds · 16 years ago
  13. 1835107 Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  14. e63e032 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  15. ffb2084 AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE by Ralf Baechle · 16 years ago
  16. ff2a79a pktgen: mac count by Robert Olsson · 16 years ago
  17. 1211a64 pktgen: random flow by Robert Olsson · 16 years ago
  18. ef647f1 bridge: Eliminate unnecessary forward delay by Stephen Hemminger · 16 years ago
  19. 37193fb docbook: fix s390 fatal error after header files moved by Randy Dunlap · 16 years ago
  20. 8c275ce drivers/media/video/vino.c needs v4l2-ioctl.h by Andrew Morton · 16 years ago
  21. dfe195f mm: fix uninitialized variables for find_vma_prepare callers by Benny Halevy · 16 years ago
  22. bf1db69 pm_qos: spelling fixes by Richard Hughes · 16 years ago
  23. 7c44319 proc: fix warnings by Alexander Beregalov · 16 years ago
  24. dc39778 drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #include by Huang Weiyi · 16 years ago
  25. dc60bf1 omfs: fix warning by Alexander Beregalov · 16 years ago
  26. 32ab8f9 kernel-doc: skip nested struct/union cleanly by Randy Dunlap · 16 years ago
  27. d2dc1f4 dma: fix order calculation in dma_mark_declared_memory_occupied() by Jan Beulich · 16 years ago
  28. 978cc90 atyfb_base.c: fix warning by Alexander Beregalov · 16 years ago
  29. 5394ba0 drivers/video/fsl-diu-fb.c: add missing of_node_put by Julia Lawall · 16 years ago
  30. 9bd6ceb radeonfb: give i2c buses nicer names by Jean Delvare · 16 years ago
  31. c213ddf fbcon: fix scrolling after logo is cleared by Krzysztof Helt · 16 years ago
  32. efc4918 radeon: misc corrections by David Miller · 16 years ago
  33. f6ac436 Remove the deprecated cli() sti() functions by Mark Asselstine · 16 years ago
  34. 8cd6819 backlight: add MODULE_ALIAS() to pwm_backlight driver by Ben Dooks · 16 years ago
  35. 14563a4 backlight: add more information output to pwm_backlight by Ben Dooks · 16 years ago
  36. 26cb8bb blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE by Mike Frysinger · 16 years ago
  37. e12af37 blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell by Mike Frysinger · 16 years ago
  38. 140fab1 blackfin RTC driver: wait for the write complete interrupt complete before sleeping by Mike Frysinger · 16 years ago
  39. 3b128fe blackfin RTC driver: disable the write complete irq upon close by Mike Frysinger · 16 years ago
  40. 605eb8b blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) by Mike Frysinger · 16 years ago
  41. 813006f blackfin RTC driver: add support for power management framework by Mike Frysinger · 16 years ago
  42. 5aeb776 blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core by Sonic Zhang · 16 years ago
  43. dd279f6 blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY by Mike Frysinger · 16 years ago
  44. c69ad71 genirq: better warning on irqchip->set_type() failure by David Brownell · 16 years ago
  45. 5b2becc semaphore: __down_common: use signal_pending_state() by Oleg Nesterov · 16 years ago
  46. 3219445 relay: fix "full buffer with exactly full last subbuffer" accounting problem by Tom Zanussi · 16 years ago
  47. 60cadec spi: new orion_spi driver by Shadi Ammouri · 16 years ago
  48. 756fcab block/cciss.c: remove pointless curr_queue calculation by Hannes Reinecke · 16 years ago
  49. 594a881 vt8623fb: fix kernel oops by Ondrej Zajicek · 16 years ago
  50. c6e2bee kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFO by Bernhard Walle · 16 years ago
  51. 775587b powerpc: 86xx: mpc8610_hpcd: add watchdog node by Anton Vorontsov · 16 years ago
  52. 5c9ffc9 mm_init.c: avoid ifdef-inside-macro-expansion by Andrew Morton · 16 years ago
  53. 35ad1c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  54. 580da34 Fix USB storage hang on command abort by Alan Stern · 16 years ago
  55. f454cbe ide: ->cable_detect method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 36de994 ide: ->quirkproc method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 24307ff cs5520: add enablebits checking by Bartlomiej Zolnierkiewicz · 16 years ago
  58. af744e3 cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() by Tejun Heo · 16 years ago
  59. 938bb03 ide-cd: fix endianity for the error message in cdrom_read_capacity by Petr Tesarik · 16 years ago
  60. c5bfc37 ide: remove CONFIG_IDE_MAX_HWIFS by Adrian Bunk · 16 years ago
  61. 0e25f71 remove unneeded #include <linux/ide.h>'s by Adrian Bunk · 16 years ago
  62. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  63. b5b9309 remove unnecessary <linux/hdreg.h> includes by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 39b986a ide: sanitize struct ide_port_ops documentation (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 242f442 ide: fix ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 367fdcb ide: fix pre-EIDE SWDMA support on big-endian by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 3663b73 avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> by Haavard Skinnemoen · 16 years ago
  68. 964d219 avr32: Introduce arch/avr32/mach-*/include/mach by Haavard Skinnemoen · 16 years ago
  69. 84db8d7 avr32: Move include/asm-avr32 to arch/avr32/include/asm by Haavard Skinnemoen · 16 years ago
  70. 33e3349 Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  71. ad61980 bridge: fix compile warning in net/bridge/br_netfilter.c by Rami Rosen · 16 years ago
  72. 95c3e8b ipv4: remove unused field in struct flowi (include/net/flow.h). by Rami Rosen · 16 years ago
  73. 2f751b6 tg3: Fix 'scheduling while atomic' errors by Matt Carlson · 16 years ago
  74. cc6533e net: Kill plain NET_XMIT_BYPASS. by David S. Miller · 16 years ago
  75. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  76. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  77. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  78. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  79. e9ba969 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  80. 2e1e921 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  81. 2acb802 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  82. d8f4b81 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  83. 115a326 tracehook: kerneldoc fix by Roland McGrath · 16 years ago
  84. 18f6db9 mn10300: Fix up __bug_table handling in module loader. by Paul Mundt · 16 years ago
  85. b13ad6f Merge branch 'audit.b56' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  86. f1b134f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  87. 7274264 m68k: some asm-sparc include files moved by Stephen Rothwell · 16 years ago
  88. 725aad2 __sched_setscheduler: don't do any policy checks when not "user" by Jeremy Fitzhardinge · 16 years ago
  89. 5941de8 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  90. c44df74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 16 years ago
  91. 103a1d5 sc1200 watchdog driver: Fix locking, sems and coding style by Alan Cox · 16 years ago
  92. 8183006 alpha: Fix breakage in wdt_pci by Andrew Morton · 16 years ago
  93. 9f2d1f0 wdt: Cleanup and sort out locking and inb_p by Alan Cox · 16 years ago
  94. 41dc8b7 s3c2410_wdt watchdog driver: Locking and coding style by Alan Cox · 16 years ago
  95. d654737 it8712f_wdt: Locking and coding style by Alan Cox · 16 years ago
  96. 670d59c ar7_wdt watchdog driver: Fix locking by Alan Cox · 16 years ago
  97. d5cae36 vt: Deadlock workaround by Alan Cox · 16 years ago
  98. d728335 cris: Fixup compile problems by Alan Cox · 16 years ago
  99. b1cbefe blackfin: Fix compile failure in tty code by Alan Cox · 16 years ago
  100. c635fd3 Merge git://git.infradead.org/users/dwmw2/random-2.6 by Linus Torvalds · 16 years ago