index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
pci
/
cmd64x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: drop "PIO data" argument from ide_get_best_pio_mode()
Bartlomiej Zolnierkiewicz
2007-07-20
1
-1
/
+1
*
ide: add ide_pio_cycle_time() helper (take 2)
Bartlomiej Zolnierkiewicz
2007-07-20
1
-4
/
+6
*
ide: add ide_pci_device_t.host_flags (take 2)
Bartlomiej Zolnierkiewicz
2007-07-20
1
-4
/
+0
*
ide: make ide_get_best_pio_mode() print info if overriding PIO mode
Bartlomiej Zolnierkiewicz
2007-07-20
1
-3
/
+2
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
1
-7
/
+2
*
ide: add short cables support
Bartlomiej Zolnierkiewicz
2007-07-09
1
-5
/
+5
*
cmd64x: init. code cleanup
Sergei Shtylyov
2007-07-09
1
-81
/
+45
*
ide: remove ide_dma_enable()
Bartlomiej Zolnierkiewicz
2007-05-16
1
-14
/
+1
*
ide: make /proc/ide/ optional
Bartlomiej Zolnierkiewicz
2007-05-10
1
-4
/
+4
*
ide: rework the code for selecting the best DMA transfer mode (v3)
Bartlomiej Zolnierkiewicz
2007-05-10
1
-51
/
+14
*
ide: fix UDMA/MWDMA/SWDMA masks (v3)
Bartlomiej Zolnierkiewicz
2007-05-10
1
-8
/
+9
*
cmd64x: use interrupt status from MRDMODE register (take 2)
Sergei Shtylyov
2007-05-05
1
-48
/
+69
*
cmd64x: procfs code fixes/cleanups (take 2)
Sergei Shtylyov
2007-05-05
1
-74
/
+55
*
cmd64x: add/fix enablebits (take 2)
Sergei Shtylyov
2007-05-05
1
-3
/
+36
*
cmd64x: interrupt status fixes (take 2)
Sergei Shtylyov
2007-05-05
1
-12
/
+12
*
cmd64x: fix multiword and remove single-word DMA support
Sergei Shtylyov
2007-05-05
1
-131
/
+117
*
cmd64x: fix recovery time calculation (take 3)
Sergei Shtylyov
2007-03-17
1
-25
/
+20
*
cmd64x: fix PIO mode setup (take 3)
Sergei Shtylyov
2007-03-03
1
-65
/
+43
*
ide: add ide_set_dma() helper (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-4
/
+2
*
ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-5
/
+3
*
ide: use PIO/MMIO operations directly where possible (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-9
/
+9
*
ide: add ide_use_fast_pio() helper (v3)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-11
/
+3
*
ide: unexport ide_set_xfer_rate() (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-5
/
+2
*
ide: add missing __init tags to IDE PCI host drivers
Bartlomiej Zolnierkiewicz
2007-01-27
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] ide: housekeeping on IDE drivers
Alan Cox
2006-06-28
1
-15
/
+0
*
Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
Linus Torvalds
2005-09-13
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+821