aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: hptiop: Switch to using ->device_configureChristoph Hellwig1-4/+4
2024-04-11scsi: sbp2: Switch to using ->device_configureChristoph Hellwig1-3/+4
2024-04-11scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig1-10/+8
2024-04-11scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig3-14/+20
2024-04-11scsi: core: Add a device_configure method to the host templateChristoph Hellwig2-21/+30
2024-04-11scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig1-13/+15
2024-04-11scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig3-10/+2
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig14-53/+42
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig7-35/+18
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_templateChristoph Hellwig3-4/+4
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig5-27/+28
2024-04-11scsi: mpi3mr: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-7/+5
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig7-11/+16
2024-04-11scsi: block: Add a helper to cancel atomic queue limit updatesChristoph Hellwig1-0/+13
2024-04-08scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann5-46/+38
2024-04-08scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scalingManivannan Sadhasivam1-0/+10
2024-04-05scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-05scsi: atari_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-05scsi: a4000t: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-05scsi: a3000: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-05scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney1-6/+0
2024-04-05scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney1-3/+0
2024-04-05scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-04-05scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-04-05scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney1-1/+1
2024-04-05scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1
2024-04-05scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney1-1/+1
2024-04-05scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney1-3/+0
2024-04-05scsi: ufs: qcom: Remove unnecessary mb() after writing testbus configAndrew Halaney1-5/+0
2024-04-05scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney1-1/+1
2024-04-05scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
2024-04-05scsi: ufs: core: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-05scsi: st: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-05scsi: sr: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-05scsi: ses: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-05scsi: sd: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-05scsi: core: Store owner from modules with scsi_register_driver()Krzysztof Kozlowski2-3/+6
2024-04-05scsi: qla2xxx: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-04-05scsi: csiostor: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-03-27scsi: libsas: Fix declaration of ncq priority attributesDamien Le Moal1-5/+7
2024-03-25scsi: ufs: mediatek: Support rtff in PM flowAlice Chao3-0/+41
2024-03-25scsi: ufs: mediatek: Support mphy resetPeter Wang3-1/+23
2024-03-25scsi: ufs: mediatek: Rename host power control APIPo-Wen Kao2-12/+5
2024-03-25scsi: ufs: mediatek: UFS mtk sip command reconstructPo-Wen Kao3-80/+92
2024-03-25scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQPo-Wen Kao2-0/+13
2024-03-25scsi: ufs: mediatek: TX skew fixPeter Wang2-0/+22
2024-03-25scsi: ufs: mediatek: Fix vsx/vccqx control logicPeter Wang2-12/+35
2024-03-25scsi: mpi3mr: Driver version update to 8.8.1.0.50Ranjan Kumar1-2/+2
2024-03-25scsi: mpi3mr: Update MPI Headers to revision 31Ranjan Kumar5-27/+24
2024-03-25scsi: mpi3mr: Debug ability improvementsRanjan Kumar3-17/+35