Reinette Chatre ([email protected])

Number of posts: 4320 (0.72 per day)
First post: 2008-01-10 19:10:55
Last post: 2024-06-14 23:19:13

Date List Subject
2023-04-18 17:31:37 linux-kernel [PATCH V3 00/10] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-04-18 17:31:33 linux-kernel [PATCH V3 07/10] vfio/pci: Update stale comment
2023-04-18 17:31:05 linux-kernel [PATCH V3 06/10] vfio/pci: Remove interrupt context counter
2023-04-18 17:30:58 linux-kernel [PATCH V3 01/10] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
2023-04-18 17:30:46 linux-kernel [PATCH V3 02/10] vfio/pci: Remove negative check on unsigned vector
2023-04-18 17:30:41 linux-kernel [PATCH V3 03/10] vfio/pci: Prepare for dynamic interrupt context storage
2023-04-14 17:32:45 linux-kernel Re: [PATCH] selftests/resctrl: Fix incorrect error return on test complete
2023-04-14 16:46:04 linux-kernel [PATCH] selftests/resctrl: Fix incorrect error return on test complete
2023-04-14 15:27:51 linux-kernel Re: [PATCH v9 1/6] selftests/resctrl: Fix set up schemata with 100% allocation on first run in MBM test
2023-04-12 17:42:05 linux-kernel Re: [PATCH v8 0/6] Some improvements of resctrl selftest
2023-04-07 16:51:04 linux-kernel Re: [PATCH V2 4/8] vfio/pci: Use xarray for interrupt context storage
2023-04-06 20:16:00 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-04-05 23:53:37 linux-kernel Re: [PATCH v3 18/19] x86/resctrl: Add cpu offline callback for resctrl work
2023-04-04 20:48:10 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-04-04 17:55:02 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-04-04 16:56:50 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-04-03 22:53:25 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-04-03 18:28:24 linux-kernel Re: [PATCH v4 3/3] x86/resctrl: Implement rename op for mon groups
2023-04-03 17:37:42 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-31 23:40:21 linux-kernel Re: [PATCH v3 16/19] x86/resctrl: Add cpu online callback for resctrl work
2023-03-31 23:33:32 linux-kernel Re: [PATCH v3 15/19] x86/resctrl: Add helpers for system wide mon/alloc capable
2023-03-31 23:32:27 linux-kernel Re: [PATCH v3 11/19] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
2023-03-31 23:30:15 linux-kernel Re: [PATCH v3 12/19] x86/resctrl: Make resctrl_mounted checks explicit
2023-03-31 23:28:13 linux-kernel Re: [PATCH v3 10/19] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
2023-03-31 23:26:35 linux-kernel Re: [PATCH v3 09/19] x86/resctrl: Queue mon_event_read() instead of sending an IPI
2023-03-31 23:26:07 linux-kernel Re: [PATCH v3 08/19] x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
2023-03-31 23:25:24 linux-kernel Re: [PATCH v3 06/19] x86/resctrl: Allow the allocator to check if a CLOSID can allocate clean RMID
2023-03-31 23:23:53 linux-kernel Re: [PATCH v3 03/19] x86/resctrl: Create helper for RMID allocation and mondata dir creation
2023-03-31 23:22:47 linux-kernel Re: [PATCH v3 02/19] x86/resctrl: Access per-rmid structures by index
2023-03-31 17:55:37 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-31 00:27:58 linux-kernel Re: [PATCH V2 2/8] vfio/pci: Remove negative check on unsigned vector
2023-03-30 22:37:05 linux-kernel Re: [PATCH V2 2/8] vfio/pci: Remove negative check on unsigned vector
2023-03-29 22:21:51 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-29 20:20:15 linux-kernel [PATCH] PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()
2023-03-29 14:46:38 linux-kernel Re: [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-28 21:58:59 linux-kernel [PATCH V2 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X
2023-03-28 21:58:27 linux-kernel [PATCH V2 4/8] vfio/pci: Use xarray for interrupt context storage
2023-03-28 21:58:16 linux-kernel [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-28 21:57:16 linux-kernel [PATCH V2 6/8] vfio/pci: Move to single error path
2023-03-28 21:55:31 linux-kernel [PATCH V2 5/8] vfio/pci: Remove interrupt context counter
2023-03-28 21:55:27 linux-kernel [PATCH V2 3/8] vfio/pci: Prepare for dynamic interrupt context storage
2023-03-28 21:55:13 linux-kernel [PATCH V2 1/8] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
2023-03-28 21:55:06 linux-kernel [PATCH V2 2/8] vfio/pci: Remove negative check on unsigned vector
2023-03-28 21:54:46 linux-kernel [PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-03-23 18:21:37 linux-kernel Re: [PATCH v4 3/3] x86/resctrl: Implement rename op for mon groups
2023-03-23 18:04:06 linux-kernel Re: [PATCH v4 2/3] x86/resctrl: Parameterize rdt_move_group_tasks() task matching
2023-03-23 18:00:30 linux-kernel Re: [PATCH v4 1/3] x86/resctrl: Factor rdtgroup lock for multi-file ops
2023-03-22 20:46:46 linux-kernel Re: [PATCH v8 0/6] Some improvements of resctrl selftest
2023-03-22 18:47:32 linux-kernel Re: [PATCH v3 4/7] x86/resctrl: Re-arrange RFTYPE flags based on hierarchy
2023-03-20 17:08:02 linux-kernel Re: [PATCH v3 5/7] x86/resctrl: Display the RMID and COSID for resctrl groups
2023-03-20 17:03:51 linux-kernel Re: [PATCH v3 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once