1. c243353 i2c-viapro: Add support for the VT8237A and VT8251 by Rudolf Marek · 18 years ago
  2. 114fd18 i2c: Warn on i2c client creation failure by Jean Delvare · 18 years ago
  3. 7eff82c i2c-core: Drop useless bitmaskings by Jean Delvare · 18 years ago
  4. 9b4ccb8 i2c-algo-pcf: Discard the mdelay data struct member by Adrian Bunk · 18 years ago
  5. 7b288a0 i2c-algo-bit: Cleanups by Jean Delvare · 18 years ago
  6. 8202632 i2c-isa: Fail adding driver on attach_adapter error by David Hubbard · 18 years ago
  7. 7d9db67 i2c: __must_check fixes (chip drivers) by Jean Delvare · 18 years ago
  8. b32d20d i2c-dev: attach/detach_adapter cleanups by Jean Delvare · 18 years ago
  9. 7a8d29c i2c-stub: Chip address as a module parameter by Jean Delvare · 18 years ago
  10. 010d442c4 i2c: New bus driver for TI OMAP boards by Komal Shah · 18 years ago
  11. a0d9c63 i2c-algo-bit: Discard the mdelay data struct member by Jean Delvare · 18 years ago
  12. 8241cb1 i2c-matroxfb: Struct init conversion by Jean Delvare · 18 years ago
  13. be53f9b i2c: Fix copy-n-paste in subsystem Kconfig by Arthur Othieno · 18 years ago
  14. a294de4 i2c-au1550: Add I2C support for Au1200 by Domen Puncer · 18 years ago
  15. 6ed0713 i2c-au1550: Add SMBus functionality flag by Domen Puncer · 18 years ago
  16. 8859942 i2c-au1550: Fix timeout problem by Domen Puncer · 18 years ago
  17. 643bd3f i2c-sibyte: Kip Walker is gone by Jean Delvare · 18 years ago
  18. 51c3711 i2c-algo-sibyte: Merge into i2c-sibyte by Jean Delvare · 18 years ago
  19. 3fd3968 i2c-algo-sibyte: Cleanups by Jean Delvare · 18 years ago
  20. defcb46 i2c: __must_check fixes, i2c-dev by Jean Delvare · 18 years ago
  21. b119c6c i2c: __must_check fixes (core drivers) by Jean Delvare · 18 years ago
  22. 22f76e7 i2c-dev: Drop the client template by Jean Delvare · 18 years ago
  23. f3b3aad i2c-dev: Use a list for data storage by Jean Delvare · 18 years ago
  24. 9455e4c i2c-dev: Cleanups by Jean Delvare · 18 years ago
  25. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  26. e1da95a [PATCH] suspend: make it possible to disable serial console suspend by Rafael J. Wysocki · 18 years ago
  27. 53e62d3 [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc by Ralf Baechle · 18 years ago
  28. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  29. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  30. 81107bf Driver core: Remove unneeded routines from driver core by Alan Stern · 18 years ago
  31. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  32. 0f397f8 PCI: enable driver multi-threaded probe by Greg Kroah-Hartman · 18 years ago
  33. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  34. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  35. 3702264 drivers/base: Platform notify needs to occur before drivers attach to the device by Brian Walsh · 18 years ago
  36. 35acfdd Driver core: fixed add_bind_files() definition by Yoichi Yuasa · 18 years ago
  37. 9de72ee Driver core: fix comments in drivers/base/power/resume.c by Dmitry Torokhov · 18 years ago
  38. 995982c sysfs_remove_bin_file: no return value, dump_stack on error by Randy.Dunlap · 18 years ago
  39. 2589f188 Driver core: add ability for devices to create and remove bin files by Greg Kroah-Hartman · 18 years ago
  40. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  41. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  42. a2de48c Driver core: add device_rename function by Greg Kroah-Hartman · 18 years ago
  43. 2620efe Driver core: add ability for classes to handle devices properly by Greg Kroah-Hartman · 18 years ago
  44. 64bb5d2 Driver core: allow devices in classes to have no parent by Greg Kroah-Hartman · 18 years ago
  45. de0ff00 Driver core: add groups support to struct device by Greg Kroah-Hartman · 18 years ago
  46. 386415d PM: platform_bus and late_suspend/early_resume by David Brownell · 18 years ago
  47. bb84c89 PM: device_suspend/resume may sleep by Pavel Machek · 18 years ago
  48. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  49. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 18 years ago
  50. 047bda3 PM: update docs for writing .../power/state by David Brownell · 18 years ago
  51. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 18 years ago
  52. 1858499 PM: USB HCDs use PM_EVENT_PRETHAW by David Brownell · 18 years ago
  53. c78a7c2 PM: video drivers and PM_EVENT_PRETHAW by David Brownell · 18 years ago
  54. b887d2e PM: PCI and IDE handle PM_EVENT_PRETHAW by David Brownell · 18 years ago
  55. 8b4b8a2 fix broken/dubious driver suspend() methods by David Brownell · 18 years ago
  56. 8f4bcc2 make suspend quieter by David Brownell · 18 years ago
  57. cbd69db Suspend changes for PCI core by Linus Torvalds · 18 years ago
  58. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 18 years ago
  59. ab7d737 Driver core: add const to class_create by Miguel Ojeda Sandonis · 18 years ago
  60. 5cbe5f8 device_create(): make fmt argument 'const char *' by Greg Kroah-Hartman · 18 years ago
  61. ddd5d35 class_device_create(): make fmt argument 'const char *' by Dmitry Torokhov · 18 years ago
  62. d81d9d6 deprecate PHYSDEV* keys by Kay Sievers · 18 years ago
  63. 656ddf7 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  64. 29da9f6 [libata] Fix oops introduced in non-uniform port handling fix by Jeff Garzik · 18 years ago
  65. 7e47202 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  66. 7b29122 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  67. b7de567 [PATCH] VIDIOC_ENUMSTD bug by Jonathan Corbet · 18 years ago
  68. 25981de [PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/graphics/fb0/* by Michael Hanselmann · 18 years ago
  69. 0b16f21 [PATCH] rtc: lockdep fix/workaround by Peter Zijlstra · 18 years ago
  70. c32a8fd [PATCH] ata-piix: fixes kerneldoc error by Henne · 18 years ago
  71. efdbc1a [SUNLANCE]: Mark sparc_lance_probe_one as __devinit. by David S. Miller · 18 years ago
  72. 5b7c714 [ATM] he: Fix __init/__devinit conflict by Roland Dreier · 18 years ago
  73. 7c25041 [PATCH] pata_pdc2027x iomem annotations by Al Viro · 18 years ago
  74. 355edd2 [PATCH] fix idiocy in asd_init_lseq_mdp() by Al Viro · 18 years ago
  75. 3cc2754 [PATCH] SCSI gfp_t annotations by Al Viro · 18 years ago
  76. 855fc73 [PATCH] wrong thing iounmapped (qla3xxx) by Al Viro · 18 years ago
  77. ee111d1 [PATCH] qla3xxx iomem annotations by Al Viro · 18 years ago
  78. 8a1cdc9 [PATCH] Revert ABI-breaking change in /proc by Matthew Wilcox · 18 years ago
  79. 6a3670c [PATCH] missing include (free_irq() use) by Al Viro · 18 years ago
  80. 8abf106 [PATCH] libata won't build on SUN4 by Al Viro · 18 years ago
  81. 9317fd4 [PATCH] libata won't build on m68k and m32r by Al Viro · 18 years ago
  82. a68aa1c Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  83. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  84. 23930fa Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  85. 1b73c4b [SCSI] scsi_transport_fc: fixup netlink arguments by James Bottomley · 18 years ago
  86. 1aedf2c Merge mulgrave-w:git/linux-2.6 by James Bottomley · 18 years ago
  87. dfdc58b [SCSI] SPI transport class: misc DV fixes by James Bottomley · 18 years ago
  88. a07f353 [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures by Alan Cox · 18 years ago
  89. 1a68d41 [SCSI] eata_pio cleanup and PCI fix by Alan Cox · 18 years ago
  90. ac5826c [SCSI] aacraid: remove scsi_remove_device by Mark Haverkamp · 18 years ago
  91. 76a7f8f [SCSI] aacraid: merge rx and rkt code by Mark Haverkamp · 18 years ago
  92. 653ba58 [SCSI] aacraid: expose physical devices by Mark Haverkamp · 18 years ago
  93. 65101355 [SCSI] aacraid: misc cleanup by Mark Haverkamp · 18 years ago
  94. 1ab9dd0 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  95. a4c12d6 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  96. 8165428 [SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are down by Andreas Herrmann · 18 years ago
  97. 2abbe86 [SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_req by Andreas Herrmann · 18 years ago
  98. 4eff4a3 [SCSI] zfcp: fix: use correct req_id in eh_abort_handler by Andreas Herrmann · 18 years ago
  99. dd52e0e [SCSI] zfcp: create private slab caches to guarantee proper data alignment by Heiko Carstens · 18 years ago
  100. d136205 [SCSI] zfcp: remove zfcp_ccw_unregister function by Heiko Carstens · 18 years ago