Age | Commit message (Expand) | Author |
2007-07-09 | ide: add short cables support | Bartlomiej Zolnierkiewicz |
2007-07-09 | ide: use mutex instead of ide_setting_sem semaphore in IDE driver | Matthias Kaehlcke |
2007-07-09 | ide: use mutex instead of ide_cfg_sem semaphore in IDE driver | Matthias Kaehlcke |
2007-07-09 | ide: make void and rename ide_dma_timeout() method | Sergei Shtylyov |
2007-07-09 | ide: make void and rename ide_dma_lostirq() method | Sergei Shtylyov |
2007-06-08 | ide: HPA detect from resume | Lee Trager |
2007-05-16 | ide: remove ide_use_dma() | Bartlomiej Zolnierkiewicz |
2007-05-16 | ide: remove ide_dma_enable() | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: legacy PCI bus order probing fixes | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: add ide_proc_register_port() | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: add "initializing" argument to ide_register_hw() | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: cable detection fixes (take 2) | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: move IDE settings handling to ide-proc.c | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: split off ioctl handling from IDE settings (v2) | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: make /proc/ide/ optional | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: add ide_tune_dma() helper | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: rework the code for selecting the best DMA transfer mode (v3) | Bartlomiej Zolnierkiewicz |
2007-05-10 | ide: fix UDMA/MWDMA/SWDMA masks (v3) | Bartlomiej Zolnierkiewicz |
2007-05-05 | sl82c105: rework PIO support (take 2) | Sergei Shtylyov |
2007-04-10 | ide: correctly prevent IDE timer expiry function to run if request was alread... | Suleiman Souhlal |
2007-03-26 | ide: use correct IDE error recovery | Suleiman Souhlal |
2007-03-03 | ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2) | Sergei Shtylyov |
2007-02-17 | ide: make ide_hwif_t.ide_dma_host_on void (v2) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: add ide_set_dma() helper (v2) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: convert ide_hwif_t.mmio into flag (v2) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: use PIO/MMIO operations directly where possible (v2) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: add ide_use_fast_pio() helper (v3) | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: remove ide_drive_t.usage | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: remove write-only ide_hwif_t.no_dsc flag | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: remove write-only ide_pio_data_t.blacklisted | Bartlomiej Zolnierkiewicz |
2007-02-17 | ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) | Albert Lee |
2007-02-17 | ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4) | Albert Lee |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds |
2007-02-07 | PCI: add the sysfs driver name to all modules | Greg Kroah-Hartman |
2007-02-07 | ACPI support for IDE devices | Hannes Reinecke |
2006-12-12 | [PATCH] remove blk_queue_activity_fn | Boaz Harrosh |
2006-12-10 | [PATCH] ide-cd: Handle strange interrupt on the Intel ESB2 | Alan Cox |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells |
2006-10-03 | [PATCH] ide: Fix crash on repeated reset | Alan Cox |
2006-10-03 | [PATCH] ide: remove dma_base2 field from ide_hwif_t | Sergei Shtylyov |
2006-10-03 | [PATCH] drivers/ide/: cleanups | Adrian Bunk |
2006-10-03 | [PATCH] Make number of IDE interfaces configurable | Matt Mackall |
2006-10-03 | [PATCH] IDE: claim extra DMA ports regardless of channel | Sergei Shtylylov |
2006-07-28 | [PATCH] ide: option to disable cache flushes for buggy drives | Jens Axboe |
2006-07-03 | [PATCH] lockdep: annotate enable_in_hardirq() | Ingo Molnar |
2006-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds |
2006-06-28 | [PATCH] ide: fix error handling for drives which clear the FIFO on error | Alan Cox |
2006-06-26 | [PATCH] devfs: Remove devfs support from the ide subsystem. | Greg Kroah-Hartman |
2006-06-25 | [PATCH] IDE CD end-of media error fix | Alan Cox |