1. e58c5de drivers/ide/ide-cs.c: adjust suspicious bit operation by Julia Lawall · 12 years ago
  2. 027253c1 ide: icside.c: fix printk format string compile warning by Christian Dietrich · 12 years ago
  3. 32a527a ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=n by Christian Dietrich · 12 years ago
  4. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  5. 45b408d ide: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  6. cf84475 ARM: at91: drop ide driver in favor of the pata one by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  7. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 12 years ago
  8. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  9. 43d9148 ARM: at91/ide: use gpio_is_valid to check the gpio by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  10. ddddefa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 13 years ago
  11. 3ec7215 ide-{cd,floppy,tape}: Do not include <linux/irq.h> by Geert Uytterhoeven · 13 years ago
  12. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  13. d674806 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  14. bff7832 ide/ata: Add module.h to the implicit modular users by Paul Gortmaker · 13 years ago
  15. 38789fd ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  16. ca90666 Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  17. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  18. 376638603 MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines by Manuel Lauss · 13 years ago
  19. 50d5676 MIPS: Alchemy: kill au1xxx.h header by Manuel Lauss · 13 years ago
  20. d4f07ae MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header dep by Manuel Lauss · 13 years ago
  21. 0ab3d8b cy82c693: fix PCI device selection by Bartlomiej Zolnierkiewicz · 13 years ago
  22. acc8dbe7 icside: DMA support fix by Bartlomiej Zolnierkiewicz · 13 years ago
  23. 839e730 IDE: Don't powerdown Compaq Triflex IDE device on suspend by Mikulas Patocka · 13 years ago
  24. 6af677e Kconfig: remove redundant CONFIG_ prefix on two symbols by Paul Bolle · 13 years ago
  25. 1d11360 ide: Fix file references in drivers/ide/ by Johann Felix Soden · 13 years ago
  26. dc9c0be piix: ICH7 MWDMA1 errata by Bartlomiej Zolnierkiewicz · 13 years ago
  27. 40cba97 Fix file references in drivers/ide/ by Johann Felix Soden · 13 years ago
  28. 2c8fc86 ide-disk: Fix request requeuing by Borislav Petkov · 13 years ago
  29. 60e8972 ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  30. 0302899 drivers/ide/cy82c693.c: Add missing pci_dev_put by Julia Lawall · 13 years ago
  31. 89e9aad ide: Fix irq flags madness by Thomas Gleixner · 13 years ago
  32. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  33. 3307d0d ide-cd: signedness warning fix again by Connor Hansen · 13 years ago
  34. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  35. 0f48f26 block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal by Linus Torvalds · 13 years ago
  36. 798ce8f Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  37. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  38. d798f7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 13 years ago
  39. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  40. db210f8 ide/ide-scan-pci.c: Use for_each_pci_dev(). by Thiago Farina · 13 years ago
  41. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  42. d4dc210 block: don't block events on excl write for non-optical devices by Tejun Heo · 13 years ago
  43. 7eec77a ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd by Tejun Heo · 13 years ago
  44. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  45. 782b86e ide: always ensure that blk_delay_queue() is called if we have pending IO by Jens Axboe · 13 years ago
  46. 929e272 ide: ide_requeue_and_plug() reinstate "always plug" behaviour by Jens Axboe · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. 9ced0b9 ide: ensure that we re-run the queue handler by Jens Axboe · 13 years ago
  49. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  50. 732f36d ide: change to new flag variable by matt mooney · 13 years ago
  51. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  52. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  53. 0a41e90 ide-cd: convert to blk_delay_queue() for a short pause by Jens Axboe · 14 years ago
  54. 5b03a1b ide: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  55. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  56. f17bfe7 IDE: ide-floppy, remove unnecessary NULL check by Jiri Slaby · 14 years ago
  57. f2ba70a drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdata by Joe Perches · 14 years ago
  58. ba57873 ide: fix use after free in ide-acpi by Mariusz Kozlowski · 14 years ago
  59. dd8717d ide: clean up timed out request handling by Tejun Heo · 14 years ago
  60. bbe54d7 hpt366: fix clock turnaround by Sergei Shtylyov · 14 years ago
  61. 5d3f1a4 hpt366: add debounce delay to cable_detect() method by Sergei Shtylyov · 14 years ago
  62. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  63. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  64. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  65. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  66. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  67. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  68. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  69. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  70. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  71. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  72. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  73. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  74. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  75. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  76. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  77. e8405f0 pcmcia: move Vpp setup to struct pcmcia_device by Dominik Brodowski · 14 years ago
  78. 81cef8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  79. dbee032 ide: Fix ordering of procfs registry. by Wolfram Sang · 14 years ago
  80. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  81. 0da2f50 ide: remove unnecessary blk_queue_flushing() test in do_ide_request() by Tejun Heo · 14 years ago
  82. 08ff45c Use kzalloc in idedisk_prep_fn. by Tao Ma · 14 years ago
  83. 1a8bff5 ide: use module_param_named rather than module_param_call by Rusty Russell · 14 years ago
  84. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  85. cd078af tx493xide: use min_t() macro instead of min() by Atsushi Nemoto · 14 years ago
  86. 7d543d8 drivers/ide: Use memdup_user by Julia Lawall · 14 years ago
  87. 2a800b7 via82cxxx: fix typo for VT6415 PCIE PATA IDE Host Controller support. by Yann Dirson · 14 years ago
  88. 1107128 ide-cd: Do not access completed requests in the irq handler by Borislav Petkov · 14 years ago
  89. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  90. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  91. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  92. afc2306 ide: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  93. 4c4762d block: fix some more cmd_type cleanup fallout by Christoph Hellwig · 14 years ago
  94. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  95. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  96. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  97. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  98. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  99. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  100. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago