1. eb7a07e it821x: fix kzalloc() failure handling by Bartlomiej Zolnierkiewicz · 17 years ago
  2. 79472b6 qd65xx: use IDE_HFLAG_SINGLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  3. d07616f qd65xx: always use ->selectproc method by Bartlomiej Zolnierkiewicz · 17 years ago
  4. 1134b6f ide-cd: put proc-related functions together under single ifdef by Borislav Petkov · 17 years ago
  5. 177773e ide-cd: Replace __FUNCTION__ with __func__ by Paolo Ciarrocchi · 17 years ago
  6. 9ce70fb IDE: Coding Style fixes to drivers/ide/ide-cd.c by Paolo Ciarrocchi · 17 years ago
  7. 175f354 IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c by Paolo Ciarrocchi · 17 years ago
  8. a282619 IDE: Coding Style fixes to drivers/ide/pci/it8213.c by Paolo Ciarrocchi · 17 years ago
  9. 52d3ccf IDE: Coding Style fixes to drivers/ide/ide-floppy.c by Paolo Ciarrocchi · 17 years ago
  10. 38bdb41 IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c by Paolo Ciarrocchi · 17 years ago
  11. ec29782 IDE: Coding Style fixes to drivers/ide/legacy/hd.c by Paolo Ciarrocchi · 17 years ago
  12. 4752b5e IDE: Coding Style fixes to drivers/ide/pci/cmd640.c by Paolo Ciarrocchi · 17 years ago
  13. 4eb68a2 IDE: Coding Style fixes to drivers/ide/pci/opti621.c by Paolo Ciarrocchi · 17 years ago
  14. 177b8fe IDE: Coding Style fixes to drivers/ide/ide-pnp.c by Paolo Ciarrocchi · 17 years ago
  15. 441e92d IDE: Coding Style fixes to drivers/ide/ide-proc.c by Paolo Ciarrocchi · 17 years ago
  16. f94e008 IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c by Paolo Ciarrocchi · 17 years ago
  17. 0905bc9 IDE: Coding Style fixes to drivers/ide/legacy/umc8672.c by Paolo Ciarrocchi · 17 years ago
  18. 17deabd IDE: Coding Style fixes to drivers/ide/pci/generic.c by Paolo Ciarrocchi · 17 years ago
  19. 740694f IDE: Coding Style fixes to drivers/ide/pci/jmicron.c by Paolo Ciarrocchi · 17 years ago
  20. 1eb3c2e IDE: Coding Style fixes to drivers/ide/pci/sis5513.c by Paolo Ciarrocchi · 17 years ago
  21. 5749c84 IDE: Coding Style fixes to drivers/ide/pci/slc90e66.c by Paolo Ciarrocchi · 17 years ago
  22. 5c634bb IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c by Paolo Ciarrocchi · 17 years ago
  23. 846bb88 IDE: Coding Style fixes to drivers/ide/setup-pci.c by Paolo Ciarrocchi · 17 years ago
  24. 05230e2 ide: remove hwif->straight8 flag by Bartlomiej Zolnierkiewicz · 17 years ago
  25. 951784b ide: remove IDE_HFLAG_CY82C693 host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  26. cb5528a falconide: fix resources reservation (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  27. 54c0539 ide-mpc8xx: fix resources reservation by Bartlomiej Zolnierkiewicz · 17 years ago
  28. cb7500d ide-mpc8xx: make m8xx_ide_init_ports() return an error value by Bartlomiej Zolnierkiewicz · 17 years ago
  29. b81c226 bast-ide: fix resources reservation by Bartlomiej Zolnierkiewicz · 17 years ago
  30. 7f6f33c delkin_cb: fix resources handling by Bartlomiej Zolnierkiewicz · 17 years ago
  31. 3e2990e ide_platform: fix resources handling by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 968c496 ide-cd: remove the internal 64k buffer by Borislav Petkov · 17 years ago
  33. 9841654 ide-disk: fix issues found by checkpatch.pl by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 799ee57 ide-disk: add proc_idedisk_read_smart() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 1a2f84e ide: unexport ide_hwifs[] by Bartlomiej Zolnierkiewicz · 17 years ago
  36. dc9114e ide-generic: use ide_find_port() (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  37. e277f91 ide: use ide_find_port() in legacy VLB host drivers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  38. fe80b93 ide: merge ide_match_hwif() and ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 078fdf7 ide: remove PIO "downgrade" quirk by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 00fe8b7 ide: use DIV_ROUND_UP by Julia Lawall · 17 years ago
  41. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 7daf66d qd65xx: return error value in qd_probe() by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 2e4ed29 ht6560b: use driver name for resource allocation by Bartlomiej Zolnierkiewicz · 17 years ago
  44. d147e7d umc8672: don't use ide_hwifs[] in umc_set_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 589b062 scc_pata: store 'hwif' pointer in struct scc_ports by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 84f05df cmd640: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 9523076 cmd640: remove cmd_drives[] by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 4f7bada au1xxx-ide: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 3fd4d20 scc_pata: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  50. e7ee1d5 sgiioc4: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 939b0f1 ide-pmac: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 5297a3e ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 7d9f3d5 swarm: use ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 59bff5b ide: cleanup ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  55. bad7c82 ide: cleanup ide_match_hwif() by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 1baccff ide: make ide_pci_check_iomem() actually work by Sergei Shtylyov · 17 years ago
  57. 938da77 ide/Kconfig: BLK_DEV_4DRIVES should be a tristate by Frederik Deweerdt · 17 years ago
  58. b1721d0 v4l/dvb: add statics to avoid multiple definitions by Harvey Harrison · 17 years ago
  59. a929107 mac-hid: fix build after lockdep annotation by Harvey Harrison · 17 years ago
  60. b9fa38f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  61. eb855fd Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 17 years ago
  62. bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 17 years ago
  63. 50be491 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  64. 37b05b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  65. ce1d5b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  66. 6f97b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 17 years ago
  67. 4b7227c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-next by Linus Torvalds · 17 years ago
  68. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  69. 7e97b28 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  70. 5f3b287 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  71. e386497 ieee1394: silence defined but not used warning in non-modular builds by Tony Breeds · 17 years ago
  72. cc9429b ieee1394: rawiso: requeue packet for transmission after skipped cycle by Pieter Palmers · 17 years ago
  73. cf13ab8 dm: remove md argument from specific_minor by Frederik Deweerdt · 17 years ago
  74. 4fdfe40 dm table: remove unused dm_create_error_table by Adrian Bunk · 17 years ago
  75. e8488d0 dm table: drop void suspend_targets return by Adrian Bunk · 17 years ago
  76. 7ff14a3 dm: unplug queues in threads by Mikulas Patocka · 17 years ago
  77. a2aebe0 dm raid1: use timer by Mikulas Patocka · 17 years ago
  78. a765e20 dm: move include files by Alasdair G Kergon · 17 years ago
  79. 2d1e580 dm kcopyd: rename by Alasdair G Kergon · 17 years ago
  80. 0da336e dm: expose macros by Alasdair G Kergon · 17 years ago
  81. 945fa4d dm kcopyd: remove redundant client counting by Mikulas Patocka · 17 years ago
  82. 08d8757 dm kcopyd: private mempool by Mikulas Patocka · 17 years ago
  83. 8c0cbc2 dm kcopyd: per device by Mikulas Patocka · 17 years ago
  84. 2a23aa1 dm log: make module use tracking internal by Jonathan Brassow · 17 years ago
  85. b8206bc dm log: move register functions by Alasdair G Kergon · 17 years ago
  86. 416cd17 dm log: clean interface by Heinz Mauelshagen · 17 years ago
  87. eb69aca dm kcopyd: clean interface by Heinz Mauelshagen · 17 years ago
  88. 22a1ceb dm io: clean interface by Heinz Mauelshagen · 17 years ago
  89. e01fd7e dm io: rename error to error_bits by Alasdair G Kergon · 17 years ago
  90. 72727ba dm snapshot: store pointer to target instance by Mikulas Patocka · 17 years ago
  91. 769aef3 dm log: move dirty region log code into separate module by Heinz Mauelshagen · 17 years ago
  92. b7fd54a dm log: generalise name in messages by Heinz Mauelshagen · 17 years ago
  93. c12bfc9 dm raid1: use list_split_init by Robert P. J. Day · 17 years ago
  94. 8ee2767 dm snapshot: reduce default memory allocation by Milan Broz · 17 years ago
  95. 9243626 dm snapshot: fix chunksize sector conversion by Mikulas Patocka · 17 years ago
  96. 3887ed5 [MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash by Michael Hennerich · 17 years ago
  97. 2230b76 [MTD] m25p80: add FAST_READ access support to M25Pxx by Bryan Wu · 17 years ago
  98. afc4bca [MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed. by Michael Hennerich · 17 years ago
  99. 2314488 [MTD] [NAND] at91_nand: control NCE signal by Atsushi Nemoto · 17 years ago
  100. d43fa14 [MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260 by Richard Genoud · 17 years ago