index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: remove redundant DMA blacklist check from __ide_dma_on()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-4
/
+0
*
ide: cleanup ide_set_dma()
Bartlomiej Zolnierkiewicz
2008-01-25
4
-25
/
+12
*
ide: remove redundant ->ide_dma_on call from set_using_dma()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+1
*
sc1200: move DMA timings to timing tables
Bartlomiej Zolnierkiewicz
2008-01-25
1
-45
/
+17
*
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
2008-01-25
29
-225
/
+120
*
sis5513: factor out UDMA programming code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-33
/
+45
*
pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-16
/
+10
*
ide: kill duplicate code in ide_dump_{ata,atapi}_status()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-68
/
+37
*
ide-disk: use ide_get_lba_addr()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-23
/
+6
*
ide: printk fix
Andrew Morton
2008-01-25
1
-1
/
+2
*
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
2008-01-25
3
-61
/
+84
*
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-11
/
+16
*
ide-disk: use do_rw_taskfile() (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
2
-27
/
+18
*
ide-disk: add ide_tf_set_cmd() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-30
/
+55
*
ide-disk: extend timeout for PIO-in commands
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+2
*
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
2
-32
/
+37
*
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
3
-9
/
+10
*
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
2008-01-25
1
-12
/
+13
*
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-23
/
+12
*
ide-disk: guarantee 400ns delay after writing command register
Bartlomiej Zolnierkiewicz
2008-01-25
1
-0
/
+1
*
ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+1
*
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
2008-01-25
1
-70
/
+38
*
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
2
-17
/
+14
*
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
3
-57
/
+55
*
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
2008-01-25
4
-16
/
+5
*
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-9
/
+4
*
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-7
/
+4
*
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
2008-01-25
4
-21
/
+23
*
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
2008-01-25
2
-2
/
+2
*
ide-cd: fix register loading order in cdrom_start_packet_command()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-3
/
+3
*
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
2008-01-25
2
-27
/
+25
*
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
2008-01-25
3
-42
/
+42
*
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-5
/
+5
*
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
3
-15
/
+12
*
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
2008-01-25
3
-36
/
+33
*
ide-floppy: remove dead code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-33
/
+0
*
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
2008-01-25
2
-26
/
+2
*
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-14
/
+15
*
ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+9
*
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+1
*
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
2008-01-25
4
-12
/
+23
*
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-3
/
+5
*
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
3
-37
/
+35
*
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-20
/
+6
*
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
2008-01-25
1
-22
/
+20
*
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-11
/
+8
*
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+2
*
ide-tape: remove dead USE_IOTRACE code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-22
/
+0
*
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
2008-01-25
3
-13
/
+4
*
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
Bartlomiej Zolnierkiewicz
2008-01-25
2
-14
/
+0
[next]