index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
sata_sil24.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ata: remove deprecated use of pci api
Quentin Lambert
2015-04-08
1
-5
/
+5
*
libata: remove ATA_FLAG_LOWTAG
Tejun Heo
2015-03-24
1
-1
/
+1
*
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-12
1
-0
/
+1
|
\
|
*
libata: make sata_sil24 use fifo tag allocator
Shaohua Li
2015-01-26
1
-0
/
+1
*
|
libata: allow sata_sil24 to opt-out of tag ordered submission
Dan Williams
2015-01-19
1
-1
/
+1
|
/
*
sata_sil24: Identify which card suffered IRQ status error
Tim Small
2014-07-22
1
-2
/
+2
*
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
Bartlomiej Zolnierkiewicz
2014-05-09
1
-3
/
+7
*
ata: use pci_get_drvdata()
Jingoo Han
2013-06-02
1
-1
/
+1
*
sata_sil24: remove unused variable from sata_sil24.c
Wei Yongjun
2012-11-28
1
-4
/
+0
*
ata: use module_pci_driver
Axel Lin
2012-07-25
1
-12
/
+1
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-1
/
+1
*
sata_sil24: Use const
Joe Perches
2011-10-08
1
-2
/
+2
*
ata: Add and use ata_print_version_once
Joe Perches
2011-07-23
1
-3
/
+1
*
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
Joe Perches
2011-07-23
1
-9
/
+8
*
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2011-07-23
1
-12
/
+10
*
libata: remove ATA_FLAG_NO_LEGACY
Sergei Shtylyov
2011-03-02
1
-4
/
+3
*
libata: remove ATA_FLAG_MMIO
Sergei Shtylyov
2011-03-02
1
-3
/
+3
*
libata: add @ap to ata_wait_register() and introduce ata_msleep()
Tejun Heo
2010-10-21
1
-7
/
+7
*
sata_sil24: Use memory barriers before issuing commands
Catalin Marinas
2010-06-10
1
-0
/
+10
*
sata_sil24: memset() overflow
Dan Carpenter
2010-06-10
1
-1
/
+1
*
sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24
Colin Tuckley
2010-06-07
1
-6
/
+6
*
libata: kill ATA_FLAG_DISABLED
Tejun Heo
2010-05-17
1
-7
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
sata_sil24: MSI support, disabled by default
Vivek Mahajan
2009-12-03
1
-0
/
+9
*
sata_sil24: always set protocol override for non-ATAPI data commands
Robert Hancock
2009-09-01
1
-0
/
+11
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-3
/
+3
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
[libata] convert drivers to use ata.h mode mask defines
Erik Inge Bolsø
2009-03-24
1
-9
/
+9
*
sata_sil24: remove unused sil24_port_multiplier
Grant Grundler
2009-01-08
1
-7
/
+0
*
sata_sil24: configure max read request size to 4k
Tejun Heo
2008-10-27
1
-0
/
+5
*
libata: make SCR access ops per-link
Tejun Heo
2008-09-29
1
-6
/
+6
*
sata_sil24: add DID for another adaptec flavor
Tejun Heo
2008-07-04
1
-0
/
+1
*
sata_sil24: don't use NCQ if marvell 4140 PMP is attached
Tejun Heo
2008-05-19
1
-0
/
+11
*
libata: move link onlineness check out of softreset methods
Tejun Heo
2008-04-17
1
-7
/
+0
*
libata: kill dead code paths in reset path
Tejun Heo
2008-04-17
1
-3
/
+0
*
libata: implement PMP helpers
Tejun Heo
2008-04-17
1
-20
/
+7
*
libata: don't use ap->ioaddr in non-SFF drivers
Tejun Heo
2008-04-17
1
-29
/
+31
*
libata: remove check_status from non-SFF drivers
Tejun Heo
2008-04-17
1
-15
/
+2
*
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
2008-04-17
1
-8
/
+0
*
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
2008-04-17
1
-10
/
+9
*
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
2008-04-17
1
-1
/
+1
*
libata: rename SFF port ops
Tejun Heo
2008-04-17
1
-3
/
+3
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-5
/
+13
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-13
/
+7
*
libata: implement and use SHT initializers
Tejun Heo
2008-04-17
1
-13
/
+1
*
libata: implement and use ata_noop_irq_clear()
Tejun Heo
2008-04-17
1
-7
/
+1
*
libata: kill ATA_LFLAG_SKIP_D2H_BSY
Tejun Heo
2008-04-17
1
-4
/
+0
*
libata: prefer hardreset
Tejun Heo
2008-04-17
1
-27
/
+27
*
libata: eliminate the home grown dma padding in favour of
James Bottomley
2008-02-19
1
-5
/
+0
*
libata: convert to chained sg
Tejun Heo
2008-01-23
1
-3
/
+3
[next]