messages from 2026-06-29 08:15:21 to 2026-07-06 06:22:07 UTC [more...]
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 6:19 UTC (38+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH v3 0/2] ata: DSM TRIM fix and improvements
2026-07-06 1:26 UTC (4+ messages)
` [PATCH v3 1/2] ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytes
` [PATCH v3 2/2] ata: libata-scsi: scale DSM TRIM payload by MAX PAGES PER DSM COMMAND
[PATCH 20/32] drivers/ata: Stop using 32-bit MSR interfaces
2026-07-03 11:25 UTC (2+ messages)
` [PATCH v2 "
[PATCH v4 0/5] Improve ata_scsi_report_supported_opcodes()
2026-07-03 10:42 UTC (8+ messages)
` [PATCH v4 1/5] ata: libata: rename ata_dev_is_zac()
` [PATCH v4 2/5] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()
` [PATCH v4 3/5] ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()
` [PATCH v4 4/5] ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODES
` [PATCH v4 5/5] ata: libata-scsi: support the all command format for reporting supported commands
[GIT PULL] ata fixes for 7.2-rc2
2026-07-03 7:37 UTC (2+ messages)
[PATCH v3 0/5] Improve ata_scsi_report_supported_opcodes()
2026-07-03 7:06 UTC (12+ messages)
` [PATCH v3 1/5] ata: libata: rename ata_dev_is_zac()
` [PATCH v3 2/5] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()
` [PATCH v3 3/5] ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()
` [PATCH v3 4/5] ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODES
` [PATCH v3 5/5] ata: libata-scsi: support the all command format for reporting supported commands
[PATCH v2] ata: libata-scsi: limit simulated SCSI command copy to response length
2026-07-03 6:17 UTC (4+ messages)
[PATCH] ata: libata-core: Allow capacity transition to zero for locked drives
2026-07-02 15:43 UTC (4+ messages)
[PATCH v2 0/5] Improve ata_scsi_report_supported_opcodes()
2026-07-02 14:53 UTC (23+ messages)
` [PATCH v2 1/5] ata: libata: rename ata_dev_is_zac()
` [PATCH v2 2/5] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()
` [PATCH v2 3/5] ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()
` [PATCH v2 4/5] ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODES
` [PATCH v2 5/5] ata: libata-scsi: support the all command format for reporting supported commands
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-02 11:03 UTC (12+ messages)
[PATCH v2 0/2] ata: DSM TRIM fix and improvements
2026-07-02 10:52 UTC (5+ messages)
` [PATCH v2 1/2] ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytes
` [PATCH v2 2/2] ata: libata-scsi: scale DSM TRIM payload by MAX PAGES PER DSM COMMAND
[PATCH 0/2] ata: DSM TRIM fix and improvements
2026-07-02 7:04 UTC (7+ messages)
` [PATCH 1/2] ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytes
` [PATCH 2/2] ata: libata-scsi: scale DSM TRIM payload by MAX PAGES PER DSM COMMAND
[PATCH v1 0/6] Improve ata_scsi_report_supported_opcodes()
2026-07-02 2:27 UTC (13+ messages)
` [PATCH v1 1/6] ata: libata: rename ata_dev_is_zac()
` [PATCH v1 2/6] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()
` [PATCH v1 3/6] ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()
` [PATCH v1 4/6] ata: libata-scsi: improves checks for ZBC_IN and ZBC_OUT commands support
` [PATCH v1 5/6] ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODES
` [PATCH v1 6/6] ata: libata-scsi: support the all command format for reporting supported commands
[PATCHv2 0/8] ata: sata_dwc_460ex: cleanups and interrupt ordering fix
2026-07-02 2:02 UTC (14+ messages)
` [PATCHv2 1/8] ata: sata_dwc_460ex: use device_property_present()
` [PATCHv2 2/8] ata: sata_dwc_460ex: use platform_get_irq()
` [PATCHv2 3/8] ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered
` [PATCHv2 4/8] ata: sata_dwc_460ex: drop redundant struct copy of port_info
` [PATCHv2 5/8] ata: sata_dwc_460ex: fix data race on hsdev->sactive_issued in interrupt handler
` [PATCHv2 6/8] ata: sata_dwc_460ex: disable SATA interrupts on device removal
` [PATCHv2 7/8] ata: sata_dwc_460ex: fix PHY lifecycle ordering "
` [PATCHv2 8/8] ata: sata_dwc_460ex: use devm for old DMA resource lifetime management
[PATCH v2 0/7] pci: fix UAF and TOCTOU related to dynamic ID
2026-07-01 13:57 UTC (26+ messages)
` [PATCH v2 1/7] ata: don't keep pci_device_id
` [PATCH v2 2/7] nsp32: "
` [PATCH v2 3/7] ipack: tpci200: "
` [PATCH v2 4/7] mlxsw: "
` [PATCH v2 5/7] pci: make pci_match_one_device match on ID instead of device
` [PATCH v2 6/7] pci: fix dyn_id add TOCTOU
` [PATCH v2 7/7] pci: fix UAF when probe runs concurrent to dyn ID removal
[PATCH 0/5] ata: sata_dwc_460ex: cleanups and interrupt ordering fix
2026-06-30 20:36 UTC (8+ messages)
` [PATCH 1/5] ata: sata_dwc_460ex: use device_property_present()
` [PATCH 2/5] ata: sata_dwc_460ex: use platform_get_irq()
` [PATCH 3/5] ata: sata_dwc_460ex: use devm for old DMA resource lifetime management
` [PATCH 4/5] ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered
` [PATCH 5/5] ata: sata_dwc_460ex: drop redundant struct copy of port_info
[PATCH 0/5] ata: sata_dwc_460ex: cleanups and interrupt ordering fix
2026-06-30 20:24 UTC (2+ messages)
` [PATCH 1/5] ata: sata_dwc_460ex: use device_property_present()
[PATCH] ata: sata_dwc_460ex: use platform_get_irq()
2026-06-30 20:11 UTC (15+ messages)
[PATCH] ata: sata_dwc_460ex: use devm for old DMA resource lifetime management
2026-06-30 2:23 UTC (3+ messages)
[PATCH] ata: libata-scsi: limit simulated SCSI command copy to response length
2026-06-30 0:20 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