1. 909d145 mwave: ioctl BKL pushdown by Alan Cox · 16 years ago
  2. 47be36a ip2: push BKL down for the firmware interface by Alan Cox · 16 years ago
  3. 76528a4 efirtc: push down the BKL by Alan Cox · 16 years ago
  4. 372572e #if 0 hpet_unregister() by Adrian Bunk · 16 years ago
  5. 8d1e120 proper extern for mwave_s_mdd by Adrian Bunk · 16 years ago
  6. bbcd6d5 gpio: max732x driver by Eric Miao · 16 years ago
  7. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  8. ff1d5c2 gpio: add bt8xxgpio driver by Michael Buesch · 16 years ago
  9. 8f1cc3b gpio: mcp23s08 handles multiple chips per chipselect by David Brownell · 16 years ago
  10. d8f388d gpio: sysfs interface by David Brownell · 16 years ago
  11. 53a9600 mfd: sm501 fix gpio number calculation for upper bank by Ben Dooks · 16 years ago
  12. f299920 mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unset by Ben Dooks · 16 years ago
  13. 28130be sm501: fixes for akpms comments on gpiolib addition by Ben Dooks · 16 years ago
  14. 42cd236 sm501: gpio I2C support by Ben Dooks · 16 years ago
  15. 60e540d sm501: gpio dynamic registration for PCI devices by Arnaud Patard · 16 years ago
  16. f61be27 sm501: add gpiolib support by Ben Dooks · 16 years ago
  17. 472dba7 sm501: add power control callback by Ben Dooks · 16 years ago
  18. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  19. f38954c drivers/misc/hpilo.c needs CONFIG_PCI by Andrew Morton · 16 years ago
  20. db358b4 parport: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  21. 4f46d6e mfd: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  22. 2f5a5cf drivers/power: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  23. 62ec30d misc: add HP WMI laptop extras driver by Matthew Garrett · 16 years ago
  24. f557d09 remove some more tipar bits by Adrian Bunk · 16 years ago
  25. c82dd53 mfd: don't use memzero by Andrew Morton · 16 years ago
  26. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  27. 43de804 char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include by Huang Weiyi · 16 years ago
  28. 29b309e Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>" by Linus Torvalds · 16 years ago
  29. 3d45955 [MTD] [NAND] subpage read feature as a way to increase performance. by Alexey Korolev · 16 years ago
  30. ff877ea Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 16 years ago
  31. 30821fe CPUFREQ: S3C24XX NAND driver frequency scaling support. by Ben Dooks · 16 years ago
  32. ee39a0e [MTD][NAND] au1550nd: remove unused variable by Yoichi Yuasa · 16 years ago
  33. ca6f12c [MTD] jedec_probe: Fix SST 16-bit chip detection by Atsushi Nemoto · 16 years ago
  34. f636ffb [MTD][MTDPART] Fix a division by zero bug by Atsushi Nemoto · 16 years ago
  35. 6910c13 [MTD][MTDPART] Cleanup and document the erase region handling by Atsushi Nemoto · 16 years ago
  36. b33a288 [MTD][MTDPART] Handle most checkpatch findings by Atsushi Nemoto · 16 years ago
  37. 7788ba7 [MTD][MTDPART] Seperate main loop from per-partition code in add_mtd_partition by Atsushi Nemoto · 16 years ago
  38. 4b5e33a [MTD] physmap: resume already suspended chips on failure to suspend by Uwe Kleine-König · 16 years ago
  39. 7b24919 [MTD] physmap: Fix suspend/resume/shutdown bugs. by Robert Jarzmik · 16 years ago
  40. 998453f [MTD] [NOR] Fix -ETIMEO errors in CFI driver by Alexey Korolev · 16 years ago
  41. 55679df [MTD] [NAND] fsl_elbc_nand: fix section mismatch with CONFIG_MTD_OF_PARTS=y by Anton Vorontsov · 16 years ago
  42. 95984f6 firewire: fw-ohci: TSB43AB22/A dualbuffer workaround by Stefan Richter · 16 years ago
  43. e5b13ac V4L/DVB (8451): dw2102: fix in-kernel compilation by Mauro Carvalho Chehab · 16 years ago
  44. 10a010f Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  45. d37e6bf UBI: always start the background thread by Artem Bityutskiy · 16 years ago
  46. 39c1ffe ibmvfc: Add support for collaborative memory overcommit by Brian King · 16 years ago
  47. 7912a0a ibmvscsi: driver enablement for CMO by Robert Jennings · 16 years ago
  48. 1096d63 ibmveth: enable driver for CMO by Robert Jennings · 16 years ago
  49. ea866e6 ibmveth: Automatically enable larger rx buffer pools for larger mtu by Santiago Leon · 16 years ago
  50. c174aff Merge commit 'gcl/gcl-next' by Benjamin Herrenschmidt · 16 years ago
  51. 6492cdf RDMA/nes: CM connection setup/teardown rework by Faisal Latif · 16 years ago
  52. 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 16 years ago
  53. 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 16 years ago
  54. 5ba18b1 RDMA/ucm: BKL is not needed for ib_ucm_open() by Roland Dreier · 16 years ago
  55. f7a6117 RDMA/ucma: BKL is not needed for ucma_open() by Roland Dreier · 16 years ago
  56. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  57. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  58. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 16 years ago
  59. faeba830 s390: use virtio_console for KVM on s390 by Christian Borntraeger · 16 years ago
  60. 7721c49 virtio: console as a config option by Christian Borntraeger · 16 years ago
  61. 91fcad1 virtio_console: use virtqueue notification for hvc_console by Christian Borntraeger · 16 years ago
  62. 611e097 hvc_console: rework setup to replace irq functions with callbacks by Christian Borntraeger · 16 years ago
  63. 066f4d8 virtio_blk: check for hardsector size from host by Christian Borntraeger · 16 years ago
  64. e962fa66 virtio: Use bus_type probe and remove methods by Mark McLoughlin · 16 years ago
  65. 44653ea virtio: don't always force a notification when ring is full by Rusty Russell · 16 years ago
  66. fb6813f virtio: Recycle unused recv buffer pages for large skbs in net driver by Rusty Russell · 16 years ago
  67. 97402b9 virtio net: Allow receiving SG packets by Herbert Xu · 16 years ago
  68. a9ea3fc virtio net: Add ethtool ops for SG/GSO by Herbert Xu · 16 years ago
  69. 9953ca6 virtio: fix virtio_net xmit of freed skb bug by Mark McLoughlin · 16 years ago
  70. b5684b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  71. 1481b91 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  72. 5042d99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  73. 1b8ebad ide: use proper printk() KERN_* levels in ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 52f3a77 ide: fix for EATA SCSI HBA in ATA emulating mode by Bartlomiej Zolnierkiewicz · 16 years ago
  75. d0b53f6 ide: remove stale comments from drivers/ide/Makefile by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 90d2c6b ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase by Bartlomiej Zolnierkiewicz · 16 years ago
  77. e27420d ide-scsi: remove kmalloced struct request by FUJITA Tomonori · 16 years ago
  78. 216f9a8 ht6560b: remove old history by Jan Evert van Grootheest · 16 years ago
  79. eb34b2d ht6560b: update email address by Jan Evert van Grootheest · 16 years ago
  80. e8e7b9e ide-cd: fix oops when using growisofs by Jens Axboe · 16 years ago
  81. 96cc112 gayle: release resources on ide_host_add() failure by Bartlomiej Zolnierkiewicz · 16 years ago
  82. a0f403b palm_bk3710: add UltraDMA/100 support by Sergei Shtylyov · 16 years ago
  83. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  84. cd740ab ide: ide-tape.c sparse annotations and unaligned access removal by Harvey Harrison · 16 years ago
  85. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  86. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 04ba6e7 it821x: remove DECLARE_ITE_DEV() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 29f1ca9 it8213: remove DECLARE_ITE_DEV() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 28cfd8a ide: include PCI device name in messages from IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  90. f01d35d ide-generic: remove ide_default_{io_base,irq}() inlines (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 35bbac9 ide-generic: is no longer needed on ppc32 by Bartlomiej Zolnierkiewicz · 16 years ago
  92. dbdec83 ide-generic: minor fix for mips by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 37c5ef5 rapide: add module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 8e27cb1 icside: add module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 585f67e via82cxxx: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. fc2c32b trm290: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 29d72f2 triflex: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. ea881d6 tc86c001: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 64b0fed slc90e66: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 6ce71998 sl82c105: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago