messages from 2025-10-17 09:09:52 to 2025-10-24 09:07:43 UTC [more...]
[PATCH v3 00/24] MediaTek UFS Cleanup and MT8196 Enablement
2025-10-24 9:06 UTC (27+ messages)
` [PATCH v3 01/24] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH v3 02/24] dt-bindings: ufs: mediatek,ufs: Complete the binding
` [PATCH v3 03/24] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant
` [PATCH v3 04/24] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH v3 05/24] phy: mediatek: ufs: Add support for resets
` [PATCH v3 06/24] scsi: ufs: mediatek: Rework resets
` [PATCH v3 07/24] scsi: ufs: mediatek: Rework 0.9V regulator
` [PATCH v3 08/24] scsi: ufs: mediatek: Rework init function
` [PATCH v3 09/24] scsi: ufs: mediatek: Rework the crypt-boost stuff
` [PATCH v3 10/24] scsi: ufs: mediatek: Rework probe function
` [PATCH v3 11/24] scsi: ufs: mediatek: Remove vendor kernel quirks cruft
` [PATCH v3 12/24] scsi: ufs: mediatek: Use the common PHY framework
` [PATCH v3 13/24] scsi: ufs: mediatek: Switch to newer PM ops helpers
` [PATCH v3 14/24] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v3 15/24] scsi: ufs: mediatek: Rework _ufs_mtk_clk_scale error paths
` [PATCH v3 16/24] scsi: ufs: mediatek: Add vendor prefix to clk-scale-up-vcore-min
` [PATCH v3 17/24] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v3 18/24] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v3 19/24] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v3 20/24] scsi: ufs: mediatek: Rework hardware version reading
` [PATCH v3 21/24] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v3 22/24] scsi: ufs: mediatek: Make scale_us in setup_clk_gating const
` [PATCH v3 23/24] scsi: ufs: mediatek: Remove ret local from link_startup_notify
` [PATCH v3 24/24] scsi: ufs: mediatek: Add MT8196 compatible, update copyright
[PATCH V2 0/4] scsi: ufs: PM fixes Intel host controllers
2025-10-24 8:59 UTC (5+ messages)
` [PATCH V2 1/4] scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers
` [PATCH V2 2/4] scsi: ufs: core: Add a quirk to suppress link_startup_again
` [PATCH V2 3/4] scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADL
` [PATCH V2 4/4] scsi: ufs: core: Fix invalid probe error return value
[PATCH V1] ufs: ufs-qcom: Fix UFS OCP issue during UFS power down(PC=3)
2025-10-24 3:09 UTC (5+ messages)
[PATCH next] scsi: qla4xxx: Use correct variable in memset for clarity
2025-10-24 3:02 UTC (2+ messages)
[PATCH v2] scsi: aacraid: Improve code readability
2025-10-24 3:01 UTC (3+ messages)
[PATCH] scsi: advansys: Don't call asc_prt_scsi_host() -> scsi_host_busy()
2025-10-24 3:00 UTC (3+ messages)
[PATCH v2] scsi: core: Minor comment fixes for scsi_host_busy()
2025-10-24 2:59 UTC (3+ messages)
[PATCH 0/8] Eight small UFS patches
2025-10-24 2:16 UTC (15+ messages)
` [PATCH 1/8] ufs: core: Fix a race condition related to the "hid" attribute group
[PATCH v4 0/3] Support power resources defined in acpi on ata
2025-10-23 20:56 UTC (6+ messages)
` [PATCH v4 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v4 2/3] ata: stop disk on restart if ACPI power resources are found
` [PATCH v4 3/3] ata: Use ACPI methods to power on disks
[PATCH v5 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-10-23 17:30 UTC (7+ messages)
` [PATCH v5 1/3] scsi: ufs: core: Convert string descriptor format macros to enum
` [PATCH v5 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
` [PATCH v5 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
[PATCH] scsi: core: Fix a regression triggered by scsi_host_busy()
2025-10-23 16:32 UTC (6+ messages)
[PATCH v6 00/28] Optimize the hot path in the UFS driver
2025-10-23 16:19 UTC (11+ messages)
` [PATCH v6 03/28] scsi: core: Make the budget map optional
` [PATCH v6 04/28] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v6 07/28] scsi_debug: Abort SCSI commands via an internal command
[PATCH] scsi: st: skip buffer flush for information ioctls when there is no buffering
2025-10-23 14:04 UTC
[PATCH v2 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-10-23 11:32 UTC (10+ messages)
` [PATCH v2 3/3] scsi: ufs: core: "
[PATCH v2 0/4] ufs: Add support for AMD Versal Gen2 UFS
2025-10-23 7:31 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: ufs: amd-versal2: Add UFS Host Controller for AMD Versal Gen 2 SoC
` [PATCH v2 2/4] firmware: xilinx: Add support for secure read/write ioctl interface
` [PATCH v2 3/4] firmware: xilinx: Add APIs for UFS PHY initialization
` [PATCH v2 4/4] ufs: amd-versal2: Add UFS support for AMD Versal Gen 2 SoC
[GIT PULL] SCSI fixes for 6.18-rc2
2025-10-23 1:10 UTC (2+ messages)
[PATCH 0/4] scsi: ufs: PM fixes Intel host controllers
2025-10-22 19:35 UTC (6+ messages)
` [PATCH 1/4] scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers
` [PATCH 2/4] scsi: ufs: core: Add a quirk to suppress link_startup_again
` [PATCH 3/4] scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_NO_LINK_STARTUP_AGAIN for Intel ADL
` [PATCH 4/4] scsi: ufs: core: Fix invalid probe error return value
[PATCH v25 00/20] Improve write performance for zoned UFS devices
2025-10-22 18:26 UTC (9+ messages)
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining
[PATCH] scsi: core: Minor comment fix for scsi_host_busy()
2025-10-22 17:17 UTC (2+ messages)
[PATCH] scsi: aacraid: Fix DMA mapping leak in aac_send_raw_srb error paths
2025-10-22 3:05 UTC
[PATCH] scsi: core: Fix the unit attention counter implementation
2025-10-22 2:28 UTC (2+ messages)
[PATCH 0/2] ufs: core: Initialize a value of an attribute at ufshcd_dme_get_attr()
2025-10-22 2:27 UTC (5+ messages)
` [PATCH 1/2] ufs: core: Initialize a value of an attribute as returned by uic cmd
` [PATCH 2/2] ufs: core: Declare tx_lanes witout initialization
[PATCH v2] ufs: core: Fix error handler host_sem issue
2025-10-22 2:27 UTC (2+ messages)
[PATCH] scsi: qla1280.c: fix compiler warnings (DEBUG mode)
2025-10-22 2:07 UTC (2+ messages)
[PATCH v2 0/8] Enhance UFS Mediatek Driver
2025-10-22 1:56 UTC (2+ messages)
[PATCH v3 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
2025-10-22 1:25 UTC (2+ messages)
[PATCH v2 0/2] update CQ entry and dump CQE in MCQ mode
2025-10-22 1:17 UTC (2+ messages)
[PATCH] scsi: core: Do not declare scsi_cmnd pointers const
2025-10-22 1:13 UTC (4+ messages)
[PATCH] scsi:fnic: Self-assignment of intr_time_type has no effect
2025-10-22 0:58 UTC (3+ messages)
[PATCH v2] scsi: leapraid: Add new scsi driver
2025-10-21 21:52 UTC (4+ messages)
` [PATCH v3] "
[PATCH] Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed"
2025-10-21 7:34 UTC
[PATCH] scsi: wd33c93: fix buffer overflow in SCSI message-in handling
2025-10-21 5:36 UTC (2+ messages)
[PATCH] aacraid: Fail commands that are not submitted
2025-10-20 15:52 UTC (3+ messages)
[PATCH v2 1/4] scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC
2025-10-20 15:40 UTC (15+ messages)
` [PATCH v2 3/4] dt-bindings: ufs: mediatek,ufs: add MT8195 compatible and update clock nodes
[PATCH v2 0/5] MediaTek UFS Cleanup and MT8196 Enablement
2025-10-20 13:56 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant
[PATCH v3 0/7] scsi: target: Add WRITE_ATOMIC_16 support
2025-10-20 10:38 UTC (8+ messages)
` [PATCH v3 1/7] scsi: target: Rename target_configure_unmap_from_queue
` [PATCH v3 2/7] scsi: target: Add atomic se_device fields
` [PATCH v3 3/7] scsi: target: Add helper to setup atomic values from block_device
` [PATCH v3 4/7] scsi: target: Add WRITE_ATOMIC_16 handler
` [PATCH v3 5/7] scsi: target: Report atomic values in INQUIRY
` [PATCH v3 6/7] scsi: target: Add WRITE_ATOMIC_16 support to RSOC
` [PATCH v3 7/7] scsi: target: Add atomic support to target_core_iblock
[PATCH] scsi: megaraid_sas: Use local scmd_local variable consistently
2025-10-20 7:04 UTC
[PATCH V1 0/2] Address race condition in MCQ mode and enhance
2025-10-20 6:53 UTC (9+ messages)
` [PATCH V1 1/2] ufs: core:Add vendor-specific callbacks and update setup_xfer_req interface
` [PATCH V1 2/2] ufs: ufs-qcom: Disable AHIT before SQ tail update to prevent race in MCQ mode
[PATCH v2] ufs: core: Initialize a value of an attribute as returned by uic cmd
2025-10-20 6:19 UTC (4+ messages)
[PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
2025-10-19 16:23 UTC (4+ messages)
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-19 12:38 UTC (26+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v2 0/3] Add edp reference clock for lemans
2025-10-19 12:14 UTC (4+ messages)
blktests failures with v6.18-rc1 kernel
2025-10-18 11:26 UTC
First Order Confirmation & Next Steps
2025-10-18 10:23 UTC
[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
2025-10-18 5:53 UTC (2+ messages)
` [syzbot] [net?] "
*** Urgent Change ***
2025-10-17 12:45 UTC
[PATCH v4 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
2025-10-17 9:21 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).