Brett Creeley ([email protected])

Number of posts: 72 (0.25 per day)
First post: 2023-06-05 20:19:26
Last post: 2024-03-21 06:40:24

Date List Subject
2024-03-21 06:40:24 linux-kernel [PATCH net] pds_core: Fix pdsc_check_pci_health function to print warning
2024-03-08 18:23:02 linux-kernel [PATCH vfio 2/2] vfio/pds: Refactor/simplify reset logic
2024-03-08 18:22:47 linux-kernel [PATCH vfio 1/2] vfio/pds: Make sure migration file isn't accessed after reset
2024-03-08 18:22:27 linux-kernel [PATCH vfio 0/2] vfio/pds: Reset related fixes/improvements
2024-02-28 00:33:22 linux-kernel [PATCH v2 vfio 2/2] vfio/pds: Refactor/simplify reset logic
2024-02-28 00:32:55 linux-kernel [PATCH v2 vfio 0/2] vfio/pds: Fix and simplify resets
2024-02-28 00:32:40 linux-kernel [PATCH v2 vfio 1/2] vfio/pds: Always clear the save/restore FDs on reset
2024-02-02 20:29:14 linux-kernel [PATCH net-next 1/4] pds_core: Don't assign interrupt index/bound_intr to notifyq
2024-02-02 20:03:42 linux-kernel [PATCH net-next 4/4] pds_core: Clean up init/uninit flows to be more readable
2024-02-02 20:03:31 linux-kernel [PATCH net-next 0/4] pds_core: Various improvements/cleanups
2024-02-02 20:02:48 linux-kernel [PATCH net-next 3/4] pds_core: Fix up some minor issues
2024-02-02 20:02:10 linux-kernel [PATCH net-next 2/4] pds_core: Unmask adminq interrupt in work thread
2024-01-29 23:43:01 linux-kernel [PATCH net 6/6] pds_core: Rework teardown/setup flow to be more common
2024-01-29 23:42:41 linux-kernel [PATCH net 5/6] pds_core: Clear BARs on reset
2024-01-29 23:42:14 linux-kernel [PATCH net 3/6] pds_core: Use struct pdsc for the pdsc_adminq_isr private data
2024-01-29 23:41:56 linux-kernel [PATCH net 4/6] pds_core: Prevent race issues involving the adminq
2024-01-29 23:41:38 linux-kernel [PATCH net 2/6] pds_core: Cancel AQ work on teardown
2024-01-29 23:41:26 linux-kernel [PATCH net 0/6] pds_core: Various fixes
2024-01-29 23:41:09 linux-kernel [PATCH net 1/6] pds_core: Prevent health thread from running during reset/remove
2024-01-26 18:33:07 linux-kernel [PATCH vfio] vfio/pds: Rework and simplify reset flows
2024-01-26 17:49:22 linux-kernel [PATCH v2 net-next 09/10] pds_core: Rework teardown/setup flow to be more common
2024-01-26 17:49:18 linux-kernel [PATCH v2 net-next 10/10] pds_core: Clean up init/uninit flows to be more readable
2024-01-26 17:49:02 linux-kernel [PATCH v2 net-next 04/10] pds_core: Prevent race issues involving the adminq
2024-01-26 17:48:12 linux-kernel [PATCH v2 net-next 08/10] pds_core: Fix up some minor issues
2024-01-26 17:45:56 linux-kernel [PATCH v2 net-next 07/10] pds_core: Unmask adminq interrupt in work thread
2024-01-26 17:44:59 linux-kernel [PATCH v2 net-next 06/10] pds_core: Don't assign interrupt index/bound_intr to notifyq
2024-01-26 17:44:56 linux-kernel [PATCH v2 net-next 05/10] pds_core: Clear BARs on reset
2024-01-26 17:44:27 linux-kernel [PATCH v2 net-next 02/10] pds_core: Cancel AQ work on teardown
2024-01-26 17:44:23 linux-kernel [PATCH v2 net-next 03/10] pds_core: Use struct pdsc for the pdsc_adminq_isr private data
2024-01-26 17:43:57 linux-kernel [PATCH v2 net-next 01/10] pds_core: Prevent health thread from running during reset/remove
2024-01-26 17:43:25 linux-kernel [PATCH v2 net-next 0/10] pds_core: Various improvements and AQ race condition cleanup
2024-01-04 17:16:01 linux-kernel [PATCH net-next 3/8] pds_core: Use struct pdsc for the pdsc_adminq_isr private data
2024-01-04 17:15:24 linux-kernel [PATCH net-next 8/8] pds_core: Fix up some RCT issues
2024-01-04 17:15:18 linux-kernel [PATCH net-next 7/8] pds_core: Unmask adminq interrupt in work thread
2024-01-04 17:15:04 linux-kernel [PATCH net-next 5/8] pds_core: Clear BARs on reset
2024-01-04 17:14:39 linux-kernel [PATCH net-next 6/8] pds_core: Don't assign interrupt index/bound_intr to notifyq
2024-01-04 17:14:27 linux-kernel [PATCH net-next 4/8] pds_core: Prevent race issues involving the adminq
2024-01-04 17:14:00 linux-kernel [PATCH net-next 2/8] pds_core: Cancel AQ work on teardown
2024-01-04 17:13:46 linux-kernel [PATCH net-next 1/8] pds_core: Prevent health thread from running during reset/remove
2024-01-04 17:13:34 linux-kernel [PATCH net-next 0/8] pds_core: Various improvements and AQ race condition cleanup
2023-11-22 19:38:47 linux-kernel [PATCH vfio 1/2] hisi_acc_vfio_pci: Change reset_lock to mutex_lock
2023-11-22 19:38:03 linux-kernel [PATCH vfio 2/2] hisi_acc_vfio_pci: Destroy the [state|reset]_mutex on release
2023-11-22 19:38:03 linux-kernel [PATCH vfio 0/2] hisi_acc_vfio_pci: locking updates
2023-11-22 19:33:19 linux-kernel [PATCH vfio 2/2] vfio/mlx5: Destroy the state_mutex on release
2023-11-22 19:33:15 linux-kernel [PATCH vfio 1/2] vfio/mlx5: Change reset_lock to mutex_lock
2023-11-22 19:32:38 linux-kernel [PATCH vfio 0/2] vfio/mlx5: locking updates
2023-11-22 19:27:46 linux-kernel [PATCH v4 vfio 2/2] vfio/pds: Fix possible sleep while in atomic context
2023-11-22 19:27:44 linux-kernel [PATCH v4 vfio 0/2] vfio/pds: Fixes for locking bugs
2023-11-22 19:27:25 linux-kernel [PATCH v4 vfio 1/2] vfio/pds: Fix mutex lock->magic != lock warning
2023-11-17 00:14:19 linux-kernel [PATCH v2 vfio 6/6] vfio/pds: Add multi-region support
2023-11-17 00:13:52 linux-kernel [PATCH v2 vfio 1/6] vfio/pds: Fix calculations in pds_vfio_dirty_sync