index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
ata: Only output sg element mapped number in verbose debug
Paul Menzel
1
-1
/
+1
2018-07-12
ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG
Paul Menzel
1
-2
/
+2
2018-07-12
ata: ahci_platform: convert kcalloc to devm_kcalloc
Corentin Labbe
1
-3
/
+1
2018-07-12
ata: ahci_platform: convert kzallloc to kcalloc
Corentin Labbe
1
-5
/
+3
2018-07-12
ata: ahci_platform: correct parameter documentation for ahci_platform_shutdown
Corentin Labbe
1
-1
/
+1
2018-07-11
libata: remove ata_sff_data_xfer_noirq()
Sebastian Andrzej Siewior
9
-40
/
+10
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2
-0
/
+2
2018-07-02
ata: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-2
/
+0
2018-07-02
ata: Fix ZBC_OUT all bit handling
Damien Le Moal
1
-3
/
+8
2018-07-02
ata: Fix ZBC_OUT command block check
Damien Le Moal
1
-6
/
+7
2018-07-02
ahci: Add Intel Ice Lake LP PCI ID
Mika Westerberg
1
-0
/
+1
2018-07-02
ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
Hans de Goede
2
-0
/
+62
2018-07-02
sata_nv: remove redundant pointers sdev0 and sdev1
Colin Ian King
1
-3
/
+0
2018-06-19
scsi: libsas: dynamically allocate and free ata host
Jason Yan
2
-2
/
+3
2018-06-19
sata_fsl: remove dead code in tag retrieval
Jens Axboe
1
-6
/
+0
2018-06-19
sata_fsl: convert to command iterator
Jens Axboe
1
-2
/
+1
2018-06-19
libata: convert eh to command iterators
Jens Axboe
1
-25
/
+16
2018-06-18
ata: pata_pxa: remove the dmaengine compat need
Robert Jarzmik
1
-9
/
+1
2018-06-18
ata: ahci_mvebu: ahci_mvebu_stop_engine() can be static
Wei Yongjun
1
-1
/
+1
2018-06-18
libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
John Garry
1
-2
/
+5
2018-06-18
ata: ahci_platform: allow disabling of hotplug to save power
Samuel Morris
2
-19
/
+74
2018-06-18
ata: ahci: rpm_put port on port_stop to match rpm_get in port_start
Samuel Morris
1
-0
/
+2
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-4
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-2
/
+2
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+12
2018-06-05
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
12
-151
/
+166
2018-06-05
Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+1
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-51
/
+0
2018-05-31
libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
Hans de Goede
1
-3
/
+0
2018-05-29
libata: remove ata_scsi_timed_out
Christoph Hellwig
1
-51
/
+0
2018-05-29
libata: zpodd: small read overflow in eject_tray()
Dan Carpenter
1
-1
/
+1
2018-05-24
ahci: Add PCI ID for Cannon Lake PCH-LP AHCI
Mika Westerberg
1
-0
/
+1
2018-05-21
libata: blacklist Micron 500IT SSD with MU01 firmware
Sudip Mukherjee
1
-0
/
+2
2018-05-14
libata: Apply NOLPM quirk for SAMSUNG PM830 CXM13D1Q.
François Cami
1
-1
/
+2
2018-05-14
sata_fsl: use the right type for tag bitshift
Jens Axboe
1
-1
/
+1
2018-05-11
ahci: enable full queue depth of 32
Jens Axboe
1
-1
/
+1
2018-05-11
libata: don't clamp queue depth to ATA_MAX_QUEUE - 1
Jens Axboe
2
-5
/
+5
2018-05-11
libata: add extra internal command
Jens Axboe
2
-17
/
+8
2018-05-11
sata_nv: set host can_queue count appropriately
Jens Axboe
1
-1
/
+1
2018-05-11
libata: remove assumption that ATA_MAX_QUEUE - 1 is the max
Jens Axboe
1
-2
/
+5
2018-05-11
libata: use ata_tag_internal() consistently
Jens Axboe
2
-2
/
+2
2018-05-11
libata: bump ->qc_active to a 64-bit type
Jens Axboe
4
-11
/
+12
2018-05-11
libata: convert core and drivers to ->hw_tag usage
Jens Axboe
9
-56
/
+56
2018-05-11
libata: introduce notion of separate hardware tags
Jens Axboe
1
-2
/
+2
2018-05-10
libata: Fix command retry decision
Damien Le Moal
1
-4
/
+8
2018-05-10
libata: Honor RQF_QUIET flag
Damien Le Moal
2
-1
/
+28
2018-05-10
libata: Make ata_dev_set_mode() less verbose
Damien Le Moal
1
-3
/
+5
2018-05-10
libata: Fix ata_err_string()
Damien Le Moal
1
-0
/
+4
2018-05-10
libata: Fix comment typo in ata_eh_analyze_tf()
Damien Le Moal
1
-2
/
+2
2018-05-10
sata_nv: don't use block layer bounce buffer
Christoph Hellwig
1
-38
/
+24
[prev]
[next]