index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
ata: pata_parport: simplify log_adapter prints, remove VERSION defines
Ondrej Zary
15
-91
/
+32
2023-03-23
ata: pata_parport: use print_hex_*
Ondrej Zary
1
-18
/
+4
2023-03-23
ata: pata_parport: use dev_* instead of printk
Ondrej Zary
15
-79
/
+48
2023-03-23
ata: pata_parport: remove scratch parameter from log_adapter()
Ondrej Zary
16
-21
/
+21
2023-03-23
ata: pata_parport: remove verbose parameter from log_adapter()
Ondrej Zary
16
-25
/
+22
2023-03-23
ata: pata_parport: remove typedef struct PIA
Ondrej Zary
15
-128
/
+128
2023-03-23
ata: pata_parport: remove device from struct pi_adapter
Ondrej Zary
15
-48
/
+39
2023-03-23
ata: pata_parport: remove devtype from struct pi_adapter
Ondrej Zary
1
-2
/
+2
2023-03-23
ata: pata_parport: Introduce module_pata_parport_driver macro
Ondrej Zary
15
-163
/
+20
2023-03-23
ata: pata_parport: remove useless printks at module_init of bpck6
Ondrej Zary
1
-4
/
+0
2023-03-23
ata: pata_parport: Remove pi_swab16 and pi_swab32
Ondrej Zary
2
-4
/
+10
2023-03-23
ata: pata_parport: probe all units automatically
Ondrej Zary
1
-2
/
+2
2023-03-23
ata: pata_parport: fix EPAT C7/C8 Kconfig
Ondrej Zary
1
-1
/
+1
2023-03-16
ata: pata_parport: fix memory leaks
Ondrej Zary
1
-11
/
+14
2023-03-15
ata: pata_parport: fix parport release without claim
Ondrej Zary
1
-2
/
+3
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
Daniel Lezcano
1
-1
/
+1
2023-03-03
ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
Damien Le Moal
1
-1
/
+0
2023-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+14
2023-02-22
Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
35
-190
/
+5815
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-820
/
+0
2023-02-14
ata: pata_octeon_cf: drop kernel-doc notation
Randy Dunlap
1
-8
/
+8
2023-02-14
ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
Simon Gaiser
1
-0
/
+1
2023-02-14
ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
Patrick McLean
1
-0
/
+3
2023-02-07
ata: pata_parport: Fix ida_alloc return value error check
Ondrej Zary
1
-2
/
+4
2023-02-02
ata: libata: Fix sata_down_spd_limit() when no link speed is reported
Damien Le Moal
1
-1
/
+1
2023-01-31
drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parport
Ondrej Zary
21
-2
/
+4757
2023-01-31
drivers/block: Remove PARIDE core and high-level protocols
Ondrej Zary
1
-1
/
+1
2023-01-31
ata: pata_parport: add driver (PARIDE replacement)
Ondrej Zary
3
-0
/
+775
2023-01-20
ata: remove palmld pata driver
Arnd Bergmann
3
-147
/
+0
2023-01-16
pata: remove samsung_cf driver
Arnd Bergmann
3
-673
/
+0
2023-01-13
scsi: ata: libata-scsi: Convert to scsi_execute_cmd()
Mike Christie
1
-9
/
+14
2023-01-14
ata: pata_cs5535: Don't build on UML
Peter Foley
1
-0
/
+1
2023-01-14
ata: libata: exclude FUA support for known buggy drives
Damien Le Moal
1
-0
/
+3
2023-01-14
ata: libata: Fix FUA handling in ata_build_rw_tf()
Damien Le Moal
1
-3
/
+5
2023-01-14
ata: libata: cleanup fua support detection
Damien Le Moal
2
-29
/
+31
2023-01-14
ata: libata: Rename and cleanup ata_rwcmd_protocol()
Damien Le Moal
1
-13
/
+15
2023-01-04
ata: libata-scsi: improve ata_scsiop_maint_in()
Damien Le Moal
1
-1
/
+2
2023-01-04
ata: libata-scsi: do not overwrite SCSI ML and status bytes
Niklas Cassel
1
-4
/
+4
2023-01-04
ata: libata: respect successfully completed commands during errors
Niklas Cassel
1
-31
/
+42
2023-01-04
ata: libata: read the shared status for successful NCQ commands once
Niklas Cassel
2
-3
/
+90
2023-01-04
ata: libata: simplify qc_fill_rtf port operation interface
Damien Le Moal
6
-25
/
+13
2023-01-04
ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
Niklas Cassel
12
-30
/
+30
2023-01-04
ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()
Wenchao Hao
1
-49
/
+52
2023-01-03
ata: octeon: Drop empty platform remove function
Uwe Kleine-König
1
-6
/
+0
2022-12-27
ata: ahci: Fix PCS quirk application for suspend
Adam Vodopjan
1
-9
/
+23
2022-12-13
Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
21
-622
/
+241
2022-12-07
ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointer
Anders Roxell
1
-1
/
+1
2022-12-06
ata: ahci: fix enum constants for gcc-13
Arnd Bergmann
1
-122
/
+123
2022-11-19
ata: libata: fix commands incorrectly not getting retried during NCQ error
Niklas Cassel
2
-0
/
+28
2022-11-14
ata: ahci: Remove linux/msi.h include
Thomas Gleixner
1
-1
/
+0
[prev]
[next]