1. fadad878 kernel: add CLONE_IO to specifically request sharing of IO contexts by Jens Axboe · 16 years ago
  2. 521f3bbd io_context sharing - anticipatory changes by Jens Axboe · 16 years ago
  3. 4ac845a block: cfq: make the io contect sharing lockless by Jens Axboe · 16 years ago
  4. 66dac98 io_context sharing - cfq changes by Nikanth Karthikesan · 17 years ago
  5. d38ecf9 io context sharing: preliminary support by Jens Axboe · 16 years ago
  6. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 16 years ago
  7. 9152530 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  8. 991dee5 i2c-bfin-twi: Register adapter with a specific bus number by Kalle Pokki · 16 years ago
  9. 8b798c4 i2c-au1550: Convert to platform driver by Manuel Lauss · 16 years ago
  10. 91f2795 i2c-au1550: properly terminate zero-byte transfers by Manuel Lauss · 16 years ago
  11. 4bd28eb mpc-i2c: Propagate error values properly by Jon Smirl · 16 years ago
  12. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 16 years ago
  13. 0b987dc i2c: Drop legacy locking in i2c_new_probed_device by Jean Delvare · 16 years ago
  14. 9ddced1 i2c: Limit locking scope in i2c_detach_client by Jean Delvare · 16 years ago
  15. 86ec5ec i2c-remove-redundant-i2c_client-list.patch by David Brownell · 16 years ago
  16. 961f80f i2c: Drivers stop using the redundant client list by Jean Delvare · 16 years ago
  17. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 16 years ago
  18. 0d227a7 i2c-viapro: Add support for the VT8237S by Jean Delvare · 16 years ago
  19. 9b7389c i2c-piix4: Drop redundant PCI function number check by Jean Delvare · 16 years ago
  20. 0f07a24 i2c: Let the user specify PCI driver data through new_id by Jean Delvare · 16 years ago
  21. b7a3670 i2c-pxa: Add polling transfer by Mike Rapoport · 16 years ago
  22. cea443a i2c: Support i2c_transfer in atomic contexts by Mike Rapoport · 16 years ago
  23. 5271071 i2c-sibyte: Remove the bus scan module parameter by Jean Delvare · 16 years ago
  24. 7bca087 i2c: Discard unused driver IDs by Jean Delvare · 16 years ago
  25. 6342064 i2c-i801: Implement I2C block read support by Jean Delvare · 16 years ago
  26. a0921b6 i2c-i801: Clear special mode bits as needed by Jean Delvare · 16 years ago
  27. 369f6f4 i2c-i801: More explicit names for chip features by Jean Delvare · 16 years ago
  28. ae7b049 i2c-i801: Document which chip support what feature by Jean Delvare · 16 years ago
  29. 6d16bfb i2c/tps65010: move header to <linux/i2c/...> by David Brownell · 16 years ago
  30. caada32 i2c: Rename main mutex by Jean Delvare · 16 years ago
  31. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 16 years ago
  32. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 16 years ago
  33. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 16 years ago
  34. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 16 years ago
  35. 0f79b72 i2c: Deprecate drivers for I2C buses on video adapters by Jean Delvare · 16 years ago
  36. 2caeac8 i2c: Don't uselessly set i2c_adapter.retries by Jean Delvare · 16 years ago
  37. 05c7aba i2c: Kill rogue driver IDs by Jean Delvare · 16 years ago
  38. 2cdddeb i2c: normal_i2c can be made const (remaining drivers) by Jean Delvare · 16 years ago
  39. 922539a i2c: normal_i2c can be made const (rtc drivers) by Jean Delvare · 16 years ago
  40. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 16 years ago
  41. 6408a83 i2c-algo-pcf: Delete broken 10-bit address support by Jean Delvare · 16 years ago
  42. bf3e2d1 i2c-algo-bit: Fix NAK/ARB comments by David Brownell · 16 years ago
  43. cf978ab i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments) by David Brownell · 16 years ago
  44. 59d70df i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x by eric miao · 16 years ago
  45. 7e8b992 i2c: some overdue driver removal by Adrian Bunk · 16 years ago
  46. 5a4a238 ixp4xx-i2c-gpio by Michael-Luke Jones · 16 years ago
  47. eee87d3 i2c: the scheduled I2C RTC driver removal by Adrian Bunk · 16 years ago
  48. 569be44 i2c-stub: Use a single array for byte and word operations by Jean Delvare · 16 years ago
  49. b3af547 i2c-stub: Mention the existence of an helper script by Jean Delvare · 16 years ago
  50. 1b3e5ba i2c/tsl2550: Add power management added by Rodolfo Giometti · 16 years ago
  51. 5864ae0 i2c: Add support for the PCF8575 chip by Bart Van Assche · 16 years ago
  52. 217bcec i2c-ibm_iic: Whitespace cleanup by Stefan Roese · 16 years ago
  53. ccf60d8 i2c-pasemi: use i2c_add_numbered_adapter() by Olof Johansson · 16 years ago
  54. 541b6a7 i2c-nforce2: The nForce2 can do block transactions by Jean Delvare · 16 years ago
  55. 326e96b printk: revert ktime_get() timestamps by Ingo Molnar · 16 years ago
  56. ef3f2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  57. 1c7c2cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  58. 0444fa7 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  59. 69e4d4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  60. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 5a9e77a ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 0455fcc ide: fix final status check in drive_cmd_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 4d977e4 ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 18a056f ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 852738f ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 145b75e ide: initialize rq->cmd_type in ide_init_drive_cmd() callers by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  71. 79f21b8 ide: use rq->nr_sectors in task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 03c3c70 ide: remove needless ->cursg clearing from task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 3687221 ide-tape: fix handling of non-special requests in ->end_request method by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 73d7de0 ide: fix final status check in task_in_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 49c746e ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 16 years ago
  78. 63c4467 cmd64x: remove /proc/ide/cmd64x by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 3a5015c ide: add ide_busy_sleep() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  81. ce71ed9 ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 9ac5922 ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  83. c99c92c ide: print banner message once per controller in m68k host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 4f52a32 ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled by Bartlomiej Zolnierkiewicz · 16 years ago
  86. ce635f6 rapide: remove write-only hwif->hwif_data by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 79127c3 ide: use ide_init_port_hw() in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 6828fc9 ide: always use ide_std_init_ports() in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  89. aa79a2f au1xxx-ide: use ide_init_port_hw() by Bartlomiej Zolnierkiewicz · 16 years ago
  90. a42bcc0 au1xxx-ide: au_ide_probe() fixes by Bartlomiej Zolnierkiewicz · 16 years ago
  91. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 8ac4ce7 ide: fix host drivers depending on ide_generic to probe for interfaces (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  93. ac87e41 cmd640: fix dependency on IDE_GENERIC by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 9440009 ide: move ide_arm_init() call from init_ide_data() to ide_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. cbb010c ide: drop 'initializing' argument from ide_register_hw() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 57c802e ide: add ide_init_port_hw() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 8f8e848 sgiioc4: always init hwif->io_ports by Bartlomiej Zolnierkiewicz · 16 years ago
  98. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 16 years ago
  99. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 7151834 ide: add hwif->chipset fixup to ide_device_add() by Bartlomiej Zolnierkiewicz · 16 years ago