index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
libata.h
Age
Commit message (
Expand
)
Author
2007-04-04
libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)
Albert Lee
2007-04-04
libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)
Albert Lee
2007-04-04
libata: reorder HSM_ST_FIRST for easier decoding (take 3)
Albert Lee
2007-03-02
libata: add CONFIG_PM to libata core layer
Tejun Heo
2007-03-02
libata-core: Fix simplex handling
Alan
2007-02-25
Add id_to_dma_mode function for printing DMA modes
Alan
2007-02-21
libata: s/ap->id/ap->print_id/g
Tejun Heo
2007-02-21
libata: separate out ata_ncq_enabled()
Tejun Heo
2007-02-21
libata: put some intelligence into EH speed down sequence
Tejun Heo
2007-02-21
libata: PATA driver for Celleb
Akira Iguchi
2007-02-16
[PATCH] libata: ACPI and _GTF support
Kristen Carlson Accardi
2007-02-15
libata: Add a host flag to indicate lack of IORDY capability
Alan Cox
2007-02-09
libata: kill ATA_ENABLE_PATA
Jeff Garzik
2007-02-09
libata: add another IRQ calls (core and headers)
Akira Iguchi
2007-02-09
libata: convert to iomap
Tejun Heo
2007-02-09
libata: remove unused functions
Tejun Heo
2007-02-09
libata: update libata core layer to use devres
Tejun Heo
2007-02-09
libata: implement ata_host_detach()
Tejun Heo
2007-02-09
libata: kill qc->nsect and cursect
Tejun Heo
2007-02-09
libata: handle pci_enable_device() failure while resuming
Tejun Heo
2007-02-09
[PATCH] pci: Move PCI_VDEVICE from libata to core
Alan Cox
2007-02-09
[libata] trim trailing whitespace
Jeff Garzik
2007-02-02
libata: Fix ata_busy_wait() kernel docs
Alan
2007-01-25
libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli
Tejun Heo
2007-01-24
libata: set_mode, Fix the FIXME
Alan
2007-01-24
libata: Initialize qc->pad_len
Brian King
2007-01-24
libata: Fixup n_elem initialization
Brian King
2007-01-19
libata: initialize qc->dma_dir to DMA_NONE
Tejun Heo
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-03
[PATCH] libata: always use polling IDENTIFY
Tejun Heo
2006-12-03
[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...
Tejun Heo
2006-12-03
[PATCH] libata: remove unused HSM_ST_UNKNOWN
Tejun Heo
2006-12-01
[PATCH] libata: implement presence detection via polling IDENTIFY
Tejun Heo
2006-12-01
[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limit
Tejun Heo
2006-12-01
[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODE
Tejun Heo
2006-12-01
[PATCH] libata: implement ATA_EHI_PRINTINFO
Tejun Heo
2006-12-01
[PATCH] libata: separate out and export sata_port_hardreset()
Tejun Heo
2006-12-01
[PATCH] libata: move ata_irq_on() into libata-sff.c
Tejun Heo
2006-12-01
[PATCH] libata: handle 0xff status properly
Tejun Heo
2006-12-01
[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...
Alan Cox
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-10-31
[PATCH] libata: unexport ata_dev_revalidate()
Tejun Heo
2006-10-21
[PATCH] libata: typo fix
Tejun Heo
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-09-30
[PATCH] libata: turn off NCQ if queue depth is adjusted to 1
Tejun Heo
2006-09-30
[PATCH] libata: cosmetic changes to constants
Tejun Heo
2006-09-27
[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID lists
Jeff Garzik
2006-09-25
[libata] No need for all those arch libata-portmap.h headers
Jeff Garzik
2006-09-19
[PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...
Alan Cox
[next]