index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
/
timer-armada-370-xp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-10
scsi: message: fusion: mptbase: Use dma_alloc_coherent()
Christophe JAILLET
1
-20
/
+32
2022-01-10
scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()
Christophe JAILLET
1
-1
/
+2
2022-01-10
scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
4
-132
/
+154
2022-01-07
scsi: megaraid: Avoid mismatched storage type sizes
Kees Cook
1
-50
/
+34
2022-01-07
scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...
Xiang Chen
1
-5
/
+0
2022-01-05
scsi: aic79xx: Remove redundant error variable
Minghao Chi
1
-5
/
+1
2022-01-05
scsi: pm80xx: Port reset timeout error handling correction
Ajish Koshy
3
-3
/
+14
2022-01-05
scsi: mpi3mr: Fix formatting problems in some kernel-doc comments
Yang Li
1
-3
/
+2
2022-01-05
scsi: mpi3mr: Fix some spelling mistakes
Colin Ian King
1
-3
/
+3
2022-01-05
scsi: mpt3sas: Update persistent trigger pages from sysfs interface
Suganath Prabu S
2
-6
/
+85
2022-01-05
scsi: core: Fix scsi_mode_select() interface
Damien Le Moal
3
-9
/
+6
2022-01-05
scsi: aacraid: Fix spelling of "its"
Randy Dunlap
1
-1
/
+1
2022-01-05
scsi: qedf: Fix potential dereference of NULL pointer
Jiasheng Jiang
1
-0
/
+2
2021-12-23
scsi: mpi3mr: Bump driver version to 8.0.0.61.0
Sreekanth Reddy
1
-2
/
+2
2021-12-23
scsi: mpi3mr: Fixes around reply request queues
Sreekanth Reddy
2
-2
/
+5
2021-12-23
scsi: mpi3mr: Enhanced Task Management Support Reply handling
Sreekanth Reddy
2
-38
/
+185
2021-12-23
scsi: mpi3mr: Use TM response codes from MPI3 headers
Sreekanth Reddy
2
-34
/
+27
2021-12-23
scsi: mpi3mr: Add io_uring interface support in I/O-polled mode
Sreekanth Reddy
3
-38
/
+210
2021-12-23
scsi: mpi3mr: Print cable mngnt and temp threshold events
Sreekanth Reddy
2
-3
/
+73
2021-12-23
scsi: mpi3mr: Support Prepare for Reset event
Sreekanth Reddy
3
-33
/
+96
2021-12-23
scsi: mpi3mr: Add Event acknowledgment logic
Sreekanth Reddy
3
-12
/
+224
2021-12-23
scsi: mpi3mr: Gracefully handle online FW update operation
Sreekanth Reddy
2
-18
/
+92
2021-12-23
scsi: mpi3mr: Detect async reset that occurred in firmware
Sreekanth Reddy
3
-163
/
+120
2021-12-23
scsi: mpi3mr: Add IOC reinit function
Sreekanth Reddy
1
-1
/
+115
2021-12-23
scsi: mpi3mr: Handle offline FW activation in graceful manner
Sreekanth Reddy
3
-128
/
+120
2021-12-23
scsi: mpi3mr: Code refactor of IOC init - part2
Sreekanth Reddy
1
-78
/
+89
2021-12-23
scsi: mpi3mr: Code refactor of IOC init - part1
Sreekanth Reddy
1
-34
/
+73
2021-12-23
scsi: mpi3mr: Fault IOC when internal command gets timeout
Sreekanth Reddy
2
-48
/
+67
2021-12-23
scsi: mpi3mr: Display IOC firmware package version
Sreekanth Reddy
1
-0
/
+89
2021-12-23
scsi: mpi3mr: Handle unaligned PLL in unmap cmnds
Sreekanth Reddy
1
-10
/
+26
2021-12-23
scsi: mpi3mr: Increase internal cmnds timeout to 60s
Sreekanth Reddy
2
-6
/
+9
2021-12-23
scsi: mpi3mr: Do access status validation before adding devices
Sreekanth Reddy
1
-0
/
+11
2021-12-23
scsi: mpi3mr: Add support for PCIe Managed Switch SES device
Sreekanth Reddy
2
-11
/
+32
2021-12-23
scsi: mpi3mr: Update MPI3 headers - part2
Sreekanth Reddy
8
-61
/
+261
2021-12-23
scsi: mpi3mr: Update MPI3 headers - part1
Sreekanth Reddy
2
-106
/
+499
2021-12-23
scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status
Sreekanth Reddy
2
-6
/
+9
2021-12-23
scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()
Sreekanth Reddy
1
-4
/
+6
2021-12-23
scsi: mpi3mr: Add debug APIs based on logging_level bits
Sreekanth Reddy
1
-24
/
+109
2021-12-23
scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()
Christoph Hellwig
1
-2
/
+2
2021-12-23
scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()
Christoph Hellwig
1
-1
/
+1
2021-12-23
scsi: myrs: Don't use GFP_DMA
Christoph Hellwig
1
-6
/
+4
2021-12-23
scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()
Christoph Hellwig
1
-1
/
+1
2021-12-23
scsi: initio: Don't use GFP_DMA in initio_probe_one()
Christoph Hellwig
1
-1
/
+2
2021-12-23
scsi: sr: Don't use GFP_DMA
Christoph Hellwig
2
-3
/
+3
2021-12-23
scsi: ch: Don't use GFP_DMA
Christoph Hellwig
1
-3
/
+3
2021-12-23
scsi: hisi_sas: Use autosuspend for the host controller
Xiang Chen
1
-0
/
+2
2021-12-23
scsi: libsas: Keep host active while processing events
Xiang Chen
1
-3
/
+21
2021-12-23
scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...
Xiang Chen
3
-3
/
+24
2021-12-23
scsi: libsas: Defer works of new phys during suspend
Xiang Chen
2
-0
/
+25
2021-12-23
scsi: libsas: Refactor sas_queue_deferred_work()
Xiang Chen
2
-11
/
+15
[next]