1. d594027 proc tty: switch amiserial to ->proc_fops by Alexey Dobriyan · 16 years ago
  2. 6fd69d3 proc tty: switch usb-serial to ->proc_fops by Alexey Dobriyan · 16 years ago
  3. d196a94 proc tty: switch serial_core to ->proc_fops by Alexey Dobriyan · 16 years ago
  4. 201a50b proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan · 16 years ago
  5. e6c8dd8a proc tty: switch synclinkmp to ->proc_fops by Alexey Dobriyan · 16 years ago
  6. a18c56e proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan · 16 years ago
  7. d337829 proc tty: switch synclink to ->proc_fops by Alexey Dobriyan · 16 years ago
  8. 8561c44 proc tty: switch stallion to ->proc_fops by Alexey Dobriyan · 16 years ago
  9. 8768714 proc tty: switch synclink_cs to ->proc_fops by Alexey Dobriyan · 16 years ago
  10. 5bd6de7 proc tty: switch istallion to ->proc_fops by Alexey Dobriyan · 16 years ago
  11. cdda7cd proc tty: switch ip2 to ->proc_fops by Alexey Dobriyan · 16 years ago
  12. 444697d proc tty: switch cyclades to ->proc_fops by Alexey Dobriyan · 16 years ago
  13. 5b6c942 ide-floppy: do not complete rq's prematurely by Borislav Petkov · 16 years ago
  14. d80c592 ide: be able to build pmac driver without IDE built-in by Gilles Espinasse · 16 years ago
  15. a9d5a97 ide-pmac: IDE cable detection on Apple PowerBook by TOMARI Hisanobu · 16 years ago
  16. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 16 years ago
  17. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 16 years ago
  18. 35218d1 ide: move data register access out of tf_{read|load}() methods (take 2) by Sergei Shtylyov · 16 years ago
  19. bac08ce ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2) by Sergei Shtylyov · 16 years ago
  20. deae17f ide-io-std: shorten ide_{in|out}put_data() by Sergei Shtylyov · 16 years ago
  21. 6762511 ide: rename IDE_TFLAG_IN_[HOB_]FEATURE by Sergei Shtylyov · 16 years ago
  22. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 16 years ago
  23. 4d74c3f ide: use ATA_HOB by Sergei Shtylyov · 16 years ago
  24. 47ab834 ide-disk: use ATA_ERR by Sergei Shtylyov · 16 years ago
  25. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 16 years ago
  26. c419993 ide-iops: only clear DMA words on setting DMA mode by Sergei Shtylyov · 16 years ago
  27. 8d64fcd ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3) by Sergei Shtylyov · 16 years ago
  28. 985232e au1xxx-ide: auide_{in|out}sw() should be static by Sergei Shtylyov · 16 years ago
  29. 349d12a ide-floppy: use ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 9f5af4d ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 16 years ago
  33. b547916 ide: fix locking in drive_release_dev() by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 4465461 ide: merge ide_arm and ide_generic host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 52913ab ide-generic: remove no longer needed sysfs interface by Bartlomiej Zolnierkiewicz · 16 years ago
  36. f094d4d ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 7526efa trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. a6d67ff ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 1cee52d ide: inline ide_dma_timeout() into ide_dma_timeout_retry() by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 16 years ago
  46. e698ea8 ide-cd: minor ide_cdrom_setup() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 14fa91c ide-cd: unify transfer padding in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 4a3d8cf ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  49. c7ec899 ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 8652b31 ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 16 years ago
  52. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 5ed57ad ide-cd: cleanup ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. c4c69e2 ide-cd: kill whole failed request in ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. f63174e ide-cd: remove cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 8a11697 ide-cd: unify cdrom_newpc_intr() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 984c5e5 ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path by Bartlomiej Zolnierkiewicz · 16 years ago
  58. e0458cc ide-cd: unify ide_cd_do_request() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 299c485 ide-cd: factor out failed request completion from cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 6041e8f ide-cd: remove no longer needed 'ignore' module parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 1ab6d74 ide-cd: remove needless ide_dump_status_no_sense() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 13eae6a ide-cd: remove dead code from cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. bf12a9c ide-cd: use ide_end_rq() also for failed non-fs requests by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 116e690 ide-cd: remove dead URLs by Bartlomiej Zolnierkiewicz · 16 years ago
  65. f2bc316 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 7a00798 ide: add support for arbitrary transfer lengths to ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 2eba082 ide-atapi: start DMA after issuing a packet command by Borislav Petkov · 16 years ago
  68. da19620 at91_ide: fix ->ftf_flags handling by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 479edf0 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> by Geert Uytterhoeven · 16 years ago
  70. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 16 years ago
  71. 99f6a570 [S390] cio: online_store - trigger recognition for boxed devices by Sebastian Ott · 16 years ago
  72. b5cd99e [S390] cio: disallow online setting of device in transient state by Sebastian Ott · 16 years ago
  73. 47593bf [S390] cio: introduce notifier for boxed state by Sebastian Ott · 16 years ago
  74. c4621a6 [S390] cio: introduce ccw_device_schedule_sch_unregister by Sebastian Ott · 16 years ago
  75. 156013f [S390] cio: wake up on failed recognition by Sebastian Ott · 16 years ago
  76. 5886cea [PATCH] sysrq: include interrupt.h instead of irq.h by Heiko Carstens · 16 years ago
  77. 15f7176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  78. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 16 years ago
  79. db6f204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtio by Linus Torvalds · 16 years ago
  80. 3c6fae6 Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  81. cf2f7d7 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  82. 53d8f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  83. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
  84. dfbbe89 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  85. 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 8efb8c7 PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed by Rafael J. Wysocki · 16 years ago
  87. b8e676d radeonfb: Use __pci_complete_power_transition() by Rafael J. Wysocki · 16 years ago
  88. 0e5dd46 PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) by Rafael J. Wysocki · 16 years ago
  89. 931ff68 PCI PM: Restore config spaces of all devices during early resume by Rafael J. Wysocki · 16 years ago
  90. 4a86590 PCI PM: Make pci_set_power_state() handle devices with no PM support by Rafael J. Wysocki · 16 years ago
  91. 46939f8 PCI PM: Put devices into low power states during late suspend (rev. 2) by Rafael J. Wysocki · 16 years ago
  92. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 16 years ago
  93. f00a20e PCI PM: Use pci_set_power_state during early resume by Rafael J. Wysocki · 16 years ago
  94. 57ef802 PCI PM: Consistently use variable name "error" for pm call return values by Frans Pop · 16 years ago
  95. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 16 years ago
  96. de15f09 hwmon: (fschmd) Add support for the FSC Hades IC by Hans de Goede · 16 years ago
  97. c69ab2b hwmon: (fschmd) Add support for the FSC Syleus IC by Hans de Goede · 16 years ago
  98. fa5bfab i2c-i801: Instantiate FSC hardware montioring chips by Hans de Goede · 16 years ago
  99. e7a19c5 dmi: Let dmi_walk() users pass private data by Jean Delvare · 16 years ago
  100. fb4504f Move the pcf8591 driver to hwmon by Jean Delvare · 16 years ago