index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Commit message (
Expand
)
Author
Age
*
libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127
Roland Dreier
2008-11-11
*
libata: revert convert-to-block-tagging patches
Tejun Heo
2008-11-10
*
libata: mask off DET when restoring SControl for detach
Tejun Heo
2008-11-04
*
libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it
Tejun Heo
2008-11-04
*
libata: add whitelist for devices with known good pata-sata bridges
Jens Axboe
2008-10-31
*
libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127
Roland Dreier
2008-10-31
*
ATA: remove excess kernel-doc notation
Randy Dunlap
2008-10-31
*
libata: add missing kernel-doc
Randy Dunlap
2008-10-27
*
libata: fix device iteration bugs
Tejun Heo
2008-10-27
*
libata: switch to using block layer tagging support
Jens Axboe
2008-10-23
*
libata: initialize port_task when !CONFIG_ATA_SFF
Tejun Heo
2008-10-22
*
libata: Implement disk shock protection support
Elias Oltmanns
2008-09-29
*
libata: implement slave_link
Tejun Heo
2008-09-29
*
libata: misc updates to prepare for slave link
Tejun Heo
2008-09-29
*
libata: reimplement link iterator
Tejun Heo
2008-09-29
*
libata: make SCR access ops per-link
Tejun Heo
2008-09-29
*
libata: Fix a large collection of DMA mode mismatches
Alan Cox
2008-08-22
*
libata: restore SControl on detach
Tejun Heo
2008-08-22
*
libata: implement no[hs]rst force params
Tejun Heo
2008-08-22
*
pata_it821x: Driver updates and reworking
Alan Cox
2008-07-31
*
libata-core: make sure that ata_force_tbl is freed in case of an error
Elias Oltmanns
2008-07-31
*
libata: update atapi disable handling
Tejun Heo
2008-07-31
*
libata: improve EH internal command timeout handling
Tejun Heo
2008-07-14
*
libata: consistently use msecs for time durations
Tejun Heo
2008-07-14
*
libata: don't check whether to use DMA or not for no data commands
Tejun Heo
2008-06-18
*
ata: Convert to static DEFINE_SPINLOCK(lock)
Pradeep Singh Rautela
2008-05-30
*
libata: ignore SIMG4726 config pseudo device
Tejun Heo
2008-05-19
*
libata: don't schedule LPM action seperately during probing
Tejun Heo
2008-05-19
*
libata: kill hotplug related race condition
Tejun Heo
2008-05-19
*
libata: fix sata_link_hardreset() @online out parameter handling
Tejun Heo
2008-05-19
*
libata: export ata_eh_analyze_ncq_error
Mark Lord
2008-05-06
*
libata: More TSSTcorp pain, keep in sync with legacy IDE
Alan Cox
2008-04-29
*
make sata_set_spd_needed() static
Adrian Bunk
2008-04-25
*
make sata_print_link_status() static
Adrian Bunk
2008-04-25
*
libata: functions with definition should not be extern
Harvey Harrison
2008-04-24
*
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
*
libata: Be a bit more slack about early devices
Alan Cox
2008-04-17
*
libata: cable logic
Alan Cox
2008-04-17
*
libata: move link onlineness check out of softreset methods
Tejun Heo
2008-04-17
*
libata: implement PMP helpers
Tejun Heo
2008-04-17
*
libata: separate PMP support code from core code
Tejun Heo
2008-04-17
*
libata: make SFF support optional
Tejun Heo
2008-04-17
*
libata: clean up dummy port_ops
Tejun Heo
2008-04-17
*
libata: kill ata_noop_dev_select()
Tejun Heo
2008-04-17
*
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
2008-04-17
*
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
2008-04-17
*
libata: add qc_fill_rtf port operation
Tejun Heo
2008-04-17
*
libata: unify mechanism to request follow-up SRST
Tejun Heo
2008-04-17
*
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
2008-04-17
*
libata: clear SError after link resume
Tejun Heo
2008-04-17
[next]