Age | Commit message (Expand) | Author |
2009-03-27 | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove BUG() from ide_complete_rq() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: add ide_end_rq() (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: use ata_tf_protocols enums | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: move command related fields from ide_hwif_t to struct ide_cmd | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: pass command instead of request to ide_pio_datablock() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: return request status from ->pc_callback method | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove ->end_request method | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: use ->end_request only for private device driver requests | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: move ->failed_pc to ide_drive_t | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove ->data_phase field from ide_hwif_t | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: move request type specific code from ide_end_drive_cmd() to callers (v3) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: complete power step in ide_complete_pm_request() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: add "flagged" taskfile flags to struct ide_taskfile (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: add IDE_HFLAG_DTC2278 host flag | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: fix memleak on failure in probe_for_drive() | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: include <asm/ide.h> only when needed | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove IDE_ARCH_LOCK (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: remove IDE_ARCH_INTR (v2) | Bartlomiej Zolnierkiewicz |
2009-03-27 | ide: improve debugging scheme | Borislav Petkov |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2009-03-26 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds |
2009-03-26 | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-03-26 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2009-03-26 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2009-03-26 | Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2009-03-26 | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2009-03-26 | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds |
2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller |
2009-03-26 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds |