Age | Commit message (Expand) | Author |
2008-07-24 | via82cxxx: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz |
2008-07-24 | cmd64x: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz |
2008-07-24 | amd74xx: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz |
2008-07-24 | tc86c001: remove ->init_chipset method | Bartlomiej Zolnierkiewicz |
2008-07-24 | via82cxxx: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | siimage: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | sc1200: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | it821x: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | hpt366: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | aec62xx: convert to use ->host_priv | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: call ide_pci_setup_ports() before do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]() | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config' | Bartlomiej Zolnierkiewicz |
2008-07-24 | ide: always call ->init_chipset method in do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz |
2008-07-23 | Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds |
2008-07-23 | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2008-07-23 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2008-07-23 | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2008-07-23 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2008-07-23 | i386 syscall audit fast-path | Roland McGrath |
2008-07-23 | x86_64 ia32 syscall audit fast-path | Roland McGrath |
2008-07-23 | x86_64 syscall audit fast-path | Roland McGrath |
2008-07-23 | x86_64: remove bogus optimization in sysret_signal | Roland McGrath |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb... | Linus Torvalds |
2008-07-23 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds |
2008-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds |
2008-07-23 | ide: small whitespace fixes | Pavel Machek |
2008-07-23 | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings | Harvey Harrison |
2008-07-23 | ide: ide-cd.c fix sparse endianness warnings | Harvey Harrison |
2008-07-23 | ide-cd: convert to using the new atapi_flags | Borislav Petkov |
2008-07-23 | ide: remove unused PC_FLAG_DRQ_INTERRUPT | Borislav Petkov |
2008-07-23 | ide-scsi: convert to using the new atapi_flags | Borislav Petkov |
2008-07-23 | ide-tape: convert to using the new atapi_flags | Borislav Petkov |
2008-07-23 | ide-floppy: convert to using the new atapi_flags (take 2) | Borislav Petkov |
2008-07-23 | ide: add per-device flags | Borislav Petkov |
2008-07-23 | ide: use rq->cmd instead of pc->c in atapi common code | Borislav Petkov |
2008-07-23 | ide-scsi: pass packet command in rq->cmd | Borislav Petkov |
2008-07-23 | ide-tape: pass packet command in rq->cmd | Borislav Petkov |
2008-07-23 | ide-tape: make room for packet command ids in rq->cmd | Borislav Petkov |
2008-07-23 | ide-floppy: pass packet command in rq->cmd | Borislav Petkov |
2008-07-23 | ide: remove pc->callback member from ide_atapi_pc | Borislav Petkov |
2008-07-23 | ide-scsi: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide-tape: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide-floppy: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide: push pc callback pointer into the ide_drive_t structure | Borislav Petkov |
2008-07-23 | drivers/ide/ide-tape.c: remove double kfree | Darren Jenkins |
2008-07-23 | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz |