1. b9da0571 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  2. f8cae0f ocfs2: drop the BLKDEV_IFL_WAIT flag by Linus Torvalds · 14 years ago
  3. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  4. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  5. 80c226f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  6. 2c15bd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  7. 5fe3a5a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  8. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  9. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  10. 04cc697 Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  11. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  12. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  13. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  14. 4f3a29d Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  15. 06d3629 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  16. f5d9d24 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  17. db08bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 14 years ago
  18. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  19. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  20. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  21. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  22. 5abd935 driver core: Display error codes when class suspend fails by Mark Brown · 14 years ago
  23. 0768121 Driver core: Add section count to memory_block struct by Nathan Fontenot · 14 years ago
  24. 2938ffb Driver core: Add mutex for adding/removing memory blocks by Nathan Fontenot · 14 years ago
  25. e4619c8 Driver core: Move find_memory_block routine by Nathan Fontenot · 14 years ago
  26. 1ce873a hpilo: Despecificate driver from iLO generation by dann frazier · 14 years ago
  27. 63d027a driver core: Convert link_mem_sections to use find_memory_block_hinted. by Robin Holt · 14 years ago
  28. 9838303 driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted. by Robin Holt · 14 years ago
  29. c25d1df kobject: Introduce kset_find_obj_hinted. by Robin Holt · 14 years ago
  30. ead454f driver core: fix build for CONFIG_BLOCK not enabled by Randy Dunlap · 14 years ago
  31. 7a86808 driver-core: base: change to new flag variable by matt mooney · 14 years ago
  32. 38f49a5 sysfs: only access bin file vm_ops with the active lock by Eric W. Biederman · 14 years ago
  33. a6849fa sysfs: Fail bin file mmap if vma close is implemented. by Eric W. Biederman · 14 years ago
  34. 5fc6e9c FW_LOADER: fix kconfig dependency warning on HOTPLUG by Randy Dunlap · 14 years ago
  35. c66fdab uio: Statically allocate uio_class and use class .dev_attrs. by Eric W. Biederman · 14 years ago
  36. 91960a4 uio: Support 2^MINOR_BITS minors by Eric W. Biederman · 14 years ago
  37. 6427a76 uio: Cleanup irq handling. by Eric W. Biederman · 14 years ago
  38. 70a9156 uio: Don't clear driver data by Eric W. Biederman · 14 years ago
  39. 3d4f9d7 uio: Fix lack of locking in init_uio_class by Eric W. Biederman · 14 years ago
  40. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  41. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  42. 807508c base/platform: Simplifications for NULL platform data/resources handling by Anton Vorontsov · 14 years ago
  43. 5cfc64c base/platform: Safe handling for NULL platform data and resources by Anton Vorontsov · 14 years ago
  44. 8754465 debugfs: mark me as the maintainer by Greg Kroah-Hartman · 14 years ago
  45. da0d7f9 pch_phub: fix build warnings by Greg Kroah-Hartman · 14 years ago
  46. cf4ece5 add Packet hub driver for Topcliff Platform controller hub by Masayuki Ohtak · 14 years ago
  47. c64a092 driver core: platform_bus: allow runtime override of dev_pm_ops by Kevin Hilman · 14 years ago
  48. 1037246 uio: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  49. d79d324 driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type by Patrick Pannuto · 14 years ago
  50. 6a5c083 Dynamic Debug: Initialize dynamic debug earlier via arch_initcall by Thomas Renninger · 14 years ago
  51. a648ec0 Dynamic Debug: Introduce ddebug_query= boot parameter by Thomas Renninger · 14 years ago
  52. fd89cfb Dynamic Debug: Split out query string parsing/setup from proc_write by Thomas Renninger · 14 years ago
  53. 36845d0 pcmcia: fix ni_daq_700 compilation by Dominik Brodowski · 14 years ago
  54. 9115124 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  55. 211baf4 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. c19483c bluetooth: Fix missing NULL check by Alan Cox · 14 years ago
  57. 005a1d1 xen-blkfront: disable barrier/flush write support by Jens Axboe · 14 years ago
  58. b462732 cfq-iosched: Fix a gcc 4.5 warning and put some comments by Vivek Goyal · 14 years ago
  59. 779b7e6 m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA by Thorsten Glaser · 14 years ago
  60. 2f81a18 m68k: Remove big kernel lock in cache flush code by Geert Uytterhoeven · 14 years ago
  61. 22e58f9 m68k: __pa(): cast arg to long by Andrew Morton · 14 years ago
  62. 8ce71db fbdev: atafb - Remove undead ifdef ATAFB_FALCON by Christian Dietrich · 14 years ago
  63. 10b6879 zorro: Fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  64. 0c37dd7c fbdev/m68k: Fix section mismatches in q40fb.c by Henrik Kretzschmar · 14 years ago
  65. c6597dc m68k/m68knommu: merge the MMU and non-MMU traps.h by Greg Ungerer · 14 years ago
  66. cddafa3 m68k/m68knommu: merge MMU and non-MMU thread_info.h by Greg Ungerer · 14 years ago
  67. 69f9974 m68k/m68knommu: merge MMU and non-MMU atomic.h by Greg Ungerer · 14 years ago
  68. 138ff34 m68k/m68knommu: clean up page.h by Greg Ungerer · 14 years ago
  69. b0860c1 m68k/m68knommu: merge machdep.h files into a single file by Greg Ungerer · 14 years ago
  70. ea61bc4 m68k/m68knommu: merge MMU and non-MMU string.h by Greg Ungerer · 14 years ago
  71. 5bc5a70 m68k/m68knommu: Remove dead SMP config option by Christian Dietrich · 14 years ago
  72. a8a6aa0 m68k: move definition of THREAD_SIZE into thread_info_mm.h by Greg Ungerer · 14 years ago
  73. 03e4012 m68k: Use asm-generic/ioctls.h (enables termiox) by Jeff Mahoney · 14 years ago
  74. 808fa62 m68k: Remove dead GG2 config option by Christian Dietrich · 14 years ago
  75. ff10fca pcmcia: IOCARD is also required for using IRQs by Dominik Brodowski · 14 years ago
  76. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  77. e10117d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  78. f3270b1 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  79. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 89692c0 include/linux/libata.h: fix typo by Andrea Gelmini · 14 years ago
  81. c069573 pata_bf54x: fix return type of bfin_set_devctl by Mike Frysinger · 14 years ago
  82. 4b1be93 Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  83. 6ad6019 libahci: fix result_tf handling after an ATA PIO data-in command by Tejun Heo · 14 years ago
  84. f7a437d pata_sl82c105: implement sff_irq_check() method by Sergei Shtylyov · 14 years ago
  85. 9b980e1 pata_sil680: implement sff_irq_check() method by Sergei Shtylyov · 14 years ago
  86. 606254e pata_pdc202xx_old: implement sff_irq_check() method by Sergei Shtylyov · 14 years ago
  87. c1ce90f pata_cmd640: implement sff_irq_check() method by Sergei Shtylyov · 14 years ago
  88. 4bb969d ata_piix: Add device ID for ICH4-L by Ben Hutchings · 14 years ago
  89. ada5b12 pata_sil680: make sil680_sff_exec_command() 'static' by Sergei Shtylyov · 14 years ago
  90. 60039a5 ata: Intel IDE-R support by Alan Cox · 14 years ago
  91. b34e904 libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds by Richard Kennedy · 14 years ago
  92. 02e0a60 libata: Signal that our SATL supports WRITE SAME(16) with UNMAP by Martin K. Petersen · 14 years ago
  93. 9950110 ata_piix: remove SIDPR locking by Tejun Heo · 14 years ago
  94. c0c362b libata: implement cross-port EH exclusion by Tejun Heo · 14 years ago
  95. 97750ce libata: add @ap to ata_wait_register() and introduce ata_msleep() by Tejun Heo · 14 years ago
  96. a97c4006 ata_piix: implement LPM support by Tejun Heo · 14 years ago
  97. 6c8ea89 libata: implement LPM support for port multipliers by Tejun Heo · 14 years ago
  98. 6b7ae95 libata: reimplement link power management by Tejun Heo · 14 years ago
  99. 1152b26 libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global by Tejun Heo · 14 years ago
  100. c93b263 libata: clean up lpm related symbols and sysfs show/store functions by Tejun Heo · 14 years ago