aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09scsi: ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS control...Palash Kambar2-1/+22
2025-09-09scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum1-8/+3
2025-09-09scsi: lpfc: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-09scsi: target: iscsi: Use int type to store negative valueQianfeng Rong1-1/+2
2025-08-30scsi: ufs: core: Move the tracing enumeration types into a new fileBart Van Assche3-17/+25
2025-08-30scsi: qla2xxx: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum2-6/+6
2025-08-30scsi: csiostor: Fix some spelling errorsXichao Zhao1-2/+2
2025-08-30scsi: fc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-23/+43
2025-08-30scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong1-1/+1
2025-08-30scsi: sd: Make sd_revalidate_disk() return voidAbinash Singh1-6/+5
2025-08-30scsi: sd: Remove redundant printk() after kmalloc() failureAbinash Singh1-4/+1
2025-08-30scsi: sd: Fix build warning in sd_revalidate_disk()Abinash Singh1-22/+28
2025-08-30scsi: ufs: exynos: fsd: Gate ref_clk and put UFS device in reset on suspendBharat Uppal1-0/+8
2025-08-25scsi: pm80xx: Fix race condition caused by static variablesFrancisco Gutierrez3-10/+17
2025-08-25scsi: mpi3mr: Update driver version to 8.15.0.5.50Chandrakanth Patil1-2/+2
2025-08-25scsi: mpi3mr: Fix premature TM timeouts on virtual drivesChandrakanth Patil2-5/+17
2025-08-25scsi: mpi3mr: Update MPI headers to revision 37Chandrakanth Patil4-2/+41
2025-08-25scsi: mpi3mr: Fix I/O failures during controller resetChandrakanth Patil2-0/+5
2025-08-25scsi: mpi3mr: Fix controller init failure on fault during queue creationChandrakanth Patil1-0/+10
2025-08-25scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speedChandrakanth Patil2-6/+13
2025-08-25scsi: aic94xx: Remove redundant codeQiang Liu1-1/+0
2025-08-19scsi: myrs: Fix dma_alloc_coherent() error checkThomas Fourier1-4/+4
2025-08-19scsi: lpfc: use min() to improve codeQianfeng Rong2-10/+3
2025-08-19scsi: hpsa: use min()/min_t() to improve codeQianfeng Rong1-8/+3
2025-08-19scsi: ufs: core: Reduce the size of struct ufshcd_lrbBart Van Assche1-3/+2
2025-08-19scsi: ufs: core: Only collect timestamps if monitoring is enabledBart Van Assche1-10/+16
2025-08-19scsi: qla2xxx: Fix memcpy() field-spanning write issueGustavo A. R. Silva4-16/+18
2025-08-19scsi: scsi_debug: Use vcalloc() to simplify codeQianfeng Rong1-4/+2
2025-08-19scsi: ipr: Use vmalloc_array() to simplify codeQianfeng Rong1-4/+4
2025-08-19scsi: hpsa: Fix incorrect comment formatCryolitia PukNgae1-2/+2
2025-08-18scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy arrayNiklas Cassel1-2/+5
2025-08-18scsi: pm80xx: Fix pm8001_abort_task() for chip_8006 when using an expanderNiklas Cassel1-3/+3
2025-08-18scsi: pm80xx: Add helper function to get the local phy idNiklas Cassel4-8/+16
2025-08-18scsi: pm80xx: Use dev_parent_is_expander() helperNiklas Cassel3-13/+8
2025-08-18scsi: mvsas: Use dev_parent_is_expander() helperNiklas Cassel1-1/+1
2025-08-18scsi: isci: Use dev_parent_is_expander() helperNiklas Cassel1-1/+1
2025-08-18scsi: hisi_sas: Use dev_parent_is_expander() helperNiklas Cassel3-9/+5
2025-08-18scsi: libsas: Add dev_parent_is_expander() helperNiklas Cassel2-4/+9
2025-08-18scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel1-1/+8
2025-08-18scsi: pm80xx: Restore support for expandersNiklas Cassel1-3/+2
2025-08-18scsi: ufs: core: Improve IOPSBart Van Assche1-1/+3
2025-08-14scsi: ufs: host: mediatek: Fix invalid access in vccqx handlingAlice Chao1-0/+3
2025-08-14scsi: ufs: host: mediatek: Change reset sequence for improved stabilityPeter Wang1-3/+3
2025-08-14scsi: ufs: host: mediatek: Fix UniPro setting for MT6989Peter Wang1-0/+11
2025-08-14scsi: ufs: host: mediatek: Optimize power mode change handlingPeter Wang1-0/+11
2025-08-14scsi: ufs: host: mediatek: Assign power mode userdata before FASTAUTO mode ch...Alice Chao1-0/+22
2025-08-14scsi: ufs: host: mediatek: Fix PWM mode switch issuePeter Wang1-3/+22
2025-08-14scsi: ufs: host: mediatek: Fine-tune clock scalingPeter Wang1-0/+13
2025-08-14scsi: ufs: host: mediatek: Add debug information for Auto-Hibern8Peter Wang1-1/+7
2025-08-14scsi: ufs: host: mediatek: Fix auto-hibern8 timer configurationPeter Wang1-22/+64