index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ata: libata: remove pointless VPRINTK() calls
Hannes Reinecke
2022-01-05
5
-52
/
+0
*
ata: pata_pdc2027x: Replace PDPRINTK() with standard ata logging
Hannes Reinecke
2022-01-05
1
-43
/
+28
*
ata: sata_qstor: replace DPRINTK() with dev_dbg()
Hannes Reinecke
2022-01-05
1
-2
/
+2
*
ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
Hannes Reinecke
2022-01-05
1
-1
/
+1
*
ata: sata_fsl: move DPRINTK to ata debugging
Hannes Reinecke
2022-01-05
1
-44
/
+39
*
ata: pdc_adma: Remove DPRINTK call
Hannes Reinecke
2022-01-05
1
-2
/
+0
*
ata: pata_octeon_cf: remove DPRINTK() macro in interrupt context
Hannes Reinecke
2022-01-05
1
-2
/
+0
*
ata: sata_mv: replace DPRINTK with dynamic debugging
Hannes Reinecke
2022-01-05
1
-38
/
+38
*
ata: sata_mv: kill 'port' argument in mv_dump_all_regs()
Hannes Reinecke
2022-01-05
1
-13
/
+6
*
ata: libata: move DPRINTK to ata debugging
Hannes Reinecke
2022-01-05
1
-9
/
+6
*
ata: libata: revamp ata_get_cmd_descript()
Hannes Reinecke
2022-01-05
3
-17
/
+11
*
ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
Hannes Reinecke
2022-01-05
3
-86
/
+29
*
ata: libata: add tracepoints for ATA error handling
Hannes Reinecke
2022-01-05
3
-30
/
+7
*
ata: libata-scsi: drop DPRINTK calls for cdb translation
Hannes Reinecke
2022-01-05
1
-19
/
+1
*
ata: libata-sff: tracepoints for HSM state machine
Hannes Reinecke
2022-01-05
2
-13
/
+36
*
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
2022-01-05
11
-97
/
+76
*
ata: libata: add qc_prep tracepoint
Hannes Reinecke
2022-01-04
1
-0
/
+1
*
ata: libata: add reset tracepoints
Hannes Reinecke
2022-01-04
10
-57
/
+19
*
ata: libata: sanitize ATA_HORKAGE_DUMP_ID
Hannes Reinecke
2022-01-04
1
-2
/
+2
*
ata: libata: move ata_dump_id() to dynamic debugging
Hannes Reinecke
2022-01-04
1
-28
/
+10
*
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
2022-01-04
7
-21
/
+40
*
ata: libata: whitespace cleanup
Hannes Reinecke
2022-01-04
2
-10
/
+10
*
ata: libata: remove pointless debugging messages
Hannes Reinecke
2022-01-04
7
-29
/
+0
*
ata: libata: use min() to make code cleaner
Changcheng Deng
2022-01-04
1
-8
/
+2
*
ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
Andy Shevchenko
2022-01-04
1
-4
/
+1
*
ata: libahci_platform: Remove bogus 32-bit DMA mask attempt
Andy Shevchenko
2022-01-04
1
-7
/
+2
*
ata: sata_dwc_460ex: Remove unused forward declaration
Andy Shevchenko
2022-01-04
1
-1
/
+0
*
ata: sata_dwc_460ex: Use temporary variable for struct device
Andy Shevchenko
2022-01-04
1
-18
/
+19
*
ata: sata_dwc_460ex: Use devm_platform_*ioremap_resource() APIs
Andy Shevchenko
2022-01-04
1
-5
/
+2
*
ata: sata_fsl: use sysfs_emit()
Damien Le Moal
2022-01-04
1
-3
/
+3
*
ata: ahci: use sysfs_emit()
Damien Le Moal
2022-01-04
1
-1
/
+1
*
ata: libata-scsi: use sysfs_emit()
Damien Le Moal
2022-01-04
1
-1
/
+1
*
ata: libata-sata: use sysfs_emit()
Damien Le Moal
2022-01-04
1
-2
/
+2
*
ata: sata_fsl: Use struct_group() for memcpy() region
Kees Cook
2022-01-04
1
-4
/
+6
*
ata: pata_ali: no need to initialise statics to 0
Jason Wang
2022-01-04
1
-1
/
+1
*
libata: if T_LENGTH is zero, dma direction should be DMA_NONE
George Kennedy
2021-12-17
1
-2
/
+13
*
libata: add horkage for ASMedia 1092
Hannes Reinecke
2021-12-09
1
-0
/
+2
*
ata: ahci_ceva: Fix id array access in ceva_ahci_read_id()
Damien Le Moal
2021-12-06
1
-1
/
+2
*
ata: replace snprintf in show functions with sysfs_emit
Yang Guang
2021-12-02
1
-1
/
+1
*
sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl
Baokun Li
2021-11-29
1
-5
/
+3
*
sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
Baokun Li
2021-11-29
1
-2
/
+10
*
pata_falcon: Avoid type warnings from sparse
Finn Thain
2021-11-29
1
-8
/
+8
*
ata: libata-sata: Declare ata_ncq_sdev_attrs static
Damien Le Moal
2021-11-18
1
-1
/
+1
*
ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
Mario Limonciello
2021-11-18
1
-0
/
+15
*
ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
Mario Limonciello
2021-11-18
1
-0
/
+1
*
ata: libata: add missing ata_identify_page_supported() calls
Damien Le Moal
2021-11-18
1
-1
/
+5
*
ata: libata: improve ata_read_log_page() error message
Damien Le Moal
2021-11-17
1
-2
/
+3
*
libata: libahci: declare ahci_shost_attr_group as static
Damien Le Moal
2021-11-12
1
-1
/
+1
*
libata: add horkage for missing Identify Device log
Damien Le Moal
2021-11-12
1
-1
/
+12
*
ata: sata_highbank: Remove unnecessary print function dev_err()
Xu Wang
2021-11-11
1
-3
/
+1
[prev]
[next]