index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2009-03-26
45
-1958
/
+1573
|
\
|
*
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
3
-62
/
+18
|
*
ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-2
/
+2
|
*
ide: sanitize SELECT_MASK() usage in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+3
|
*
ide: classify device type in do_probe()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-13
/
+13
|
*
ide: remove broken EXABYTENEST support
Bartlomiej Zolnierkiewicz
2009-03-24
2
-39
/
+0
|
*
ide: shorten timeout value in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
|
*
ide: propagate AltStatus workarounds to ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-3
/
+18
|
*
ide: fix kmalloc() failure handling in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-13
/
+20
|
*
mn10300: remove <asm/ide.h>
Bartlomiej Zolnierkiewicz
2009-03-24
2
-42
/
+2
|
*
frv: remove <asm/ide.h>
Bartlomiej Zolnierkiewicz
2009-03-24
2
-26
/
+2
|
*
ide: remove pciirq argument from ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2009-03-24
3
-10
/
+8
|
*
ide: fix ->init_chipset method to return 'int' value
Bartlomiej Zolnierkiewicz
2009-03-24
18
-26
/
+26
|
*
ide: remove try_to_identify() wrapper
Bartlomiej Zolnierkiewicz
2009-03-24
1
-25
/
+9
|
*
ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)
Bartlomiej Zolnierkiewicz
2009-03-24
1
-43
/
+7
|
*
ide: remove no longer needed IRQ fallback code from hwif_init()
Bartlomiej Zolnierkiewicz
2009-03-24
2
-41
/
+4
|
*
amd74xx: remove no longer needed ->init_hwif method
Bartlomiej Zolnierkiewicz
2009-03-24
1
-10
/
+0
|
*
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
Bartlomiej Zolnierkiewicz
2009-03-24
8
-38
/
+6
|
*
ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-10
/
+6
|
*
ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+4
|
*
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
2
-4
/
+12
|
*
trm290: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
2009-03-24
1
-3
/
+0
|
*
ns87415: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
2009-03-24
1
-2
/
+0
|
*
ns87415: use pci_get_legacy_ide_irq()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
|
*
amd74xx: use ide_pci_is_in_compatibility_mode()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
|
*
mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>
Bartlomiej Zolnierkiewicz
2009-03-24
1
-0
/
+5
|
*
ide: move error handling code to ide-eh.c (v2)
Bartlomiej Zolnierkiewicz
2009-03-24
5
-431
/
+440
|
*
ide: checkpatch.pl fixes for ide-iops.c
Bartlomiej Zolnierkiewicz
2009-03-24
1
-25
/
+23
|
*
ide: fix comments in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-6
/
+3
|
*
ide: fix printk() levels in [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+5
|
*
ide: move standard I/O code to ide-io-std.c
Bartlomiej Zolnierkiewicz
2009-03-24
3
-314
/
+318
|
*
ide: move ide_read_bcount_and_ireason() to ide-atapi.c
Bartlomiej Zolnierkiewicz
2009-03-24
2
-15
/
+15
|
*
ide: move xfer mode tuning code to ide-xfer-mode.c
Bartlomiej Zolnierkiewicz
2009-03-24
5
-247
/
+263
|
*
ide: move device settings code to ide-devsets.c
Bartlomiej Zolnierkiewicz
2009-03-24
5
-192
/
+193
|
*
ide: move ide_do_park_unpark() to ide-park.c
Bartlomiej Zolnierkiewicz
2009-03-24
3
-24
/
+27
|
*
ide: factor out processing of special commands from ide_special_rq()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-34
/
+41
|
*
ide: remove ide_do_drive_cmd()
Bartlomiej Zolnierkiewicz
2009-03-24
4
-32
/
+7
|
*
ide: move ide_dma_timeout_retry() to ide-dma.c
Bartlomiej Zolnierkiewicz
2009-03-24
3
-57
/
+59
|
*
ide: move drive_is_ready() to ide-io.c
Bartlomiej Zolnierkiewicz
2009-03-24
3
-27
/
+23
|
*
ide: unexport ide_devset_execute()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+0
|
*
ide: remove stale comments from drive_is_ready()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-9
/
+0
|
*
ide-acpi: remove taskfile_load_raw()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-47
/
+24
|
*
ide-acpi: cleanup do_drive_set_taskfiles()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-20
/
+1
|
*
ide-acpi: cleanup do_drive_get_GTF()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-27
/
+0
|
*
ide: sanitize ACPI initialization
Bartlomiej Zolnierkiewicz
2009-03-24
4
-12
/
+10
|
*
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
2009-03-24
4
-48
/
+29
|
*
ide-acpi: init ACPI handles early for devices
Bartlomiej Zolnierkiewicz
2009-03-24
1
-44
/
+21
|
*
ide-acpi: no need to zero ->acpidata for devices
Bartlomiej Zolnierkiewicz
2009-03-24
1
-2
/
+0
|
*
ide: remove superfluous check from ide_proc_port_register_devices()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
|
*
ide: init_irq() doesn't need to hold ide_cfg_mtx
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+0
[next]