messages from 2024-09-02 09:52:45 to 2024-09-09 07:57:07 UTC [more...]
[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
2024-09-09 7:53 UTC (13+ messages)
` [PATCH RESEND v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 02/19] crypto: testmgr: "
` [PATCH RESEND v2 03/19] drm/i915/selftests: "
` [PATCH RESEND v2 04/19] drm/lib: "
` [PATCH RESEND v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH RESEND v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH RESEND v2 09/19] bpf: "
` [PATCH RESEND v2 10/19] lib/interval_tree_test.c: "
` [PATCH RESEND v2 11/19] kunit: string-stream-test: "
` [PATCH RESEND v2 12/19] random32: "
[PATCH v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
2024-09-09 7:05 UTC (20+ messages)
` [PATCH v2 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 02/19] crypto: testmgr: "
` [PATCH v2 03/19] drm/i915/selftests: "
` [PATCH v2 04/19] drm/lib: "
` [PATCH v2 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
` [PATCH v2 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v2 09/19] bpf: "
` [PATCH v2 10/19] lib/interval_tree_test.c: "
` [PATCH v2 11/19] kunit: string-stream-test: "
` [PATCH v2 12/19] random32: "
` [PATCH v2 13/19] lib/rbtree-test: "
` [PATCH v2 14/19] bpf/tests: "
` [PATCH v2 15/19] lib/test_parman: "
` [PATCH v2 16/19] lib/test_scanf: "
` [PATCH v2 17/19] netem: Include <linux/prandom.h> in sch_netem.c
` [PATCH v2 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
` [PATCH v2 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>
[PATCH v2 0/2] fix MCQ abort defect
2024-09-09 3:41 UTC (10+ messages)
` [PATCH v2 1/2] ufs: core: fix the issue of ICU failure
` [PATCH v2 2/2] ufs: core: requeue MCQ abort request
[PATCH v4 00/10] Simplify the UFS driver initialization code
2024-09-07 20:36 UTC (20+ messages)
` [PATCH v4 01/10] scsi: ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v4 02/10] scsi: ufs: core: Introduce ufshcd_activate_link()
` [PATCH v4 03/10] scsi: ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v4 04/10] scsi: ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v4 05/10] scsi: ufs: core: Move the ufshcd_device_init() call
` [PATCH v4 06/10] scsi: ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v4 07/10] scsi: ufs: core: Expand "
` [PATCH v4 08/10] scsi: ufs: core: Move the MCQ scsi_add_host() call
` [PATCH v4 09/10] scsi: ufs: core: Move code out of an if-statement
` [PATCH v4 10/10] scsi: ufs: core: Remove the second argument of ufshcd_device_init()
[GIT PULL] SCSI fixes for 6.11-rc6
2024-09-07 18:36 UTC (2+ messages)
[PATCH] treewide: Correct the typo 'retun'
2024-09-07 15:30 UTC (2+ messages)
[PATCH] scsi: scsi_debug: Remove a useless memset()
2024-09-07 6:27 UTC
[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
2024-09-06 22:07 UTC (19+ messages)
` [PATCH v6 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH v6 02/17] blk-crypto: show supported key types in sysfs
` [PATCH v6 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v6 04/17] fscrypt: add support for "
` [PATCH v6 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v6 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH v6 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v6 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH v6 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH v6 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH v6 13/17] ufs: core: add support for deriving the software secret
` [PATCH v6 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH v6 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH v6 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH v6 17/17] ufs: host: add support for generating, importing and preparing wrapped keys
[PATCH v4 0/5] Write-placement hints and FDP
2024-09-06 16:04 UTC (6+ messages)
` [PATCH v4 5/5] nvme: enable FDP support
[PATCHv3 00/10] block integrity merging and counting
2024-09-06 11:28 UTC (12+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments
[PATCH] scsi: st: Fix input/output error on empty drive reset
2024-09-06 6:19 UTC (2+ messages)
[Bug 198975] Highpoint 840A RocketRAID Controller and drives are NOT detected by SCSI_HPTIOP kernel module
2024-09-05 22:02 UTC
[PATCH v2] docs: Move fault injection section to dev-tools
2024-09-05 19:40 UTC (4+ messages)
[PATCH 00/18] random: Include <linux/percpu.h> and resolve circular include dependency
2024-09-05 15:36 UTC (5+ messages)
` [PATCH 07/18] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
[PATCH 00/19] Add initial support for QCS8300
2024-09-05 11:31 UTC (31+ messages)
` [PATCH 01/19] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
` [PATCH 02/19] remoteproc: qcom: pas: Add QCS8300 remoteproc support
` [PATCH 03/19] dt-bindings: phy: Add QMP UFS PHY comptible for QCS8300
` [PATCH 04/19] dt-bindings: ufs: qcom: Document the QCS8300 UFS Controller
` [PATCH 05/19] phy: qcom-qmp-ufs: Add support for QCS8300
` [PATCH 06/19] dt-bindings: power: rpmpd: Add QCS8300 power domains
` [PATCH 07/19] pmdomain: qcom: rpmhpd: "
` [PATCH 08/19] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
` [PATCH 09/19] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC
` [PATCH 10/19] dt-bindings: firmware: qcom,scm: document SCM on QCS8300 SoCs
` [PATCH 11/19] dt-bindings: soc: qcom: add qcom,qcs8300-imem compatible
` [PATCH 12/19] dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC
` [PATCH 13/19] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
` [PATCH 14/19] dt-bindings: nvmem: qfprom: "
` [PATCH 15/19] dt-bindings: soc: qcom,aoss-qmp: Document the QCS8300 AOSS channel
` [PATCH 16/19] dt-bindings: arm: qcom: document QCS8275/QCS8300 SoC and reference board
` [PATCH 17/19] arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS8300
` [PATCH 18/19] arm64: dts: qcom: add initial support for QCS8300 DTSI
` [PATCH 19/19] arm64: dts: qcom: add base QCS8300 RIDE dts
[PATCH v1 0/5] mpi3mr: Few Enhancements and minor fix
2024-09-05 10:27 UTC (6+ messages)
` [PATCH v1 1/5] mpi3mr: Enhance the Enable Controller retry logic
` [PATCH v1 2/5] mpi3mr: use firmware provided timestamp update interval
` [PATCH v1 3/5] mpi3mr: Update MPI Headers to revision 34
` [PATCH v1 4/5] mpi3mr: improve wait logic while controller transitions to READY state
` [PATCH v1 5/5] mpi3mr: Update driver version to 8.12.0.0.50
[PATCH 1/2] m68k/mvme147: Fix SCSI IRQ numbers
2024-09-05 5:09 UTC (3+ messages)
` [PATCH 2/2] scsi: wd33c93: Avoid deferencing null pointer in interrupt handler
[PATCH] scsi: qla2xxx: avoid possible garbage in qla8044_rd_reg_indirect()
2024-09-05 5:02 UTC
[PATCH] scsi: pmcraid: Convert comma to semicolon
2024-09-05 2:35 UTC
[PATCH v3] sd: Retry START STOP UNIT commands
2024-09-05 0:35 UTC (2+ messages)
[PATCH] scsi: aacraid: Fix memory leak in open_getadapter_fib function
2024-09-04 17:23 UTC (7+ messages)
[PATCH -next 0/3] Use sysfs_emit for reloading sysfs's .show
2024-09-04 1:35 UTC (4+ messages)
` [PATCH -next 1/3] scsi: pmcraid: change snprintf() to sysfs_emit()
` [PATCH -next 2/3] scsi: aacraid: Use sysfs_emit() to replace the sprintf()
` [PATCH -next 3/3] scsi: hptiop: Change snprintf() to sysfs_emit()
[PATCH AUTOSEL 5.15 04/12] scsi: lpfc: Fix overflow build issue
2024-09-03 19:26 UTC
[PATCH AUTOSEL 6.1 06/17] scsi: lpfc: Fix overflow build issue
2024-09-03 19:25 UTC
[PATCH AUTOSEL 6.6 07/20] scsi: lpfc: Fix overflow build issue
2024-09-03 19:23 UTC
[PATCH AUTOSEL 6.10 07/22] scsi: lpfc: Fix overflow build issue
2024-09-03 19:21 UTC
[PATCH v3 0/9] Simplify the UFS driver initialization code
2024-09-03 20:24 UTC (7+ messages)
` [PATCH v3 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v3 9/9] ufs: core: Remove the second argument of ufshcd_device_init()
[RESEND PATCH v2 0/2] scsi: ufs: introduce a callback to override OCS value
2024-09-03 19:42 UTC (3+ messages)
` [RESEND PATCH v2 2/2] scsi: ufs: ufs-exynos: implement override_cqe_ocs
[PATCH] scsi: aacraid: Prevent premature freeing and improve memory allocation checks for fsa_dev
2024-09-03 17:19 UTC
[PATCH][next] scsi: lpfc: Remove trailing space after \n newline
2024-09-03 16:20 UTC (2+ messages)
[PATCH RFC 0/4] RAID0 atomic write support
2024-09-03 15:07 UTC (5+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support
[PATCH v2] mpi3mr: a performance fix
2024-09-03 14:47 UTC
[PATCH] ibmvfc: Add max_sectors module parameter
2024-09-03 14:42 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH V2] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
2024-09-03 13:18 UTC (3+ messages)
[PATCH V3] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
2024-09-03 13:15 UTC
[PATCH V6] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-09-03 6:37 UTC
[PATCH][next] scsi: mpt3sas: Remove trailing space after \n newline
2024-09-02 17:14 UTC (2+ messages)
[PATCH][next][V2] scsi: mpt3sas: Remove trailing space after \n newline
2024-09-02 17:27 UTC
[PATCH][next] scsi: qedf: Remove trailing space after \n newline
2024-09-02 14:51 UTC
[PATCH][next] scsi: hisi_sas: Remove trailing space after \n newline
2024-09-02 14:41 UTC
[PATCH][next] megaraid_sas: Remove trailing space after \n newline
2024-09-02 14:22 UTC
[PATCH][next] scsi: pm8001: Remove trailing space after \n newline
2024-09-02 14:19 UTC (2+ messages)
[PATCH][next] scsi: zalon: Remove trailing space after \n newline
2024-09-02 14:12 UTC
[PATCH V5] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-09-02 12:47 UTC (2+ 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).