Jacob Pan ([email protected])

Number of posts: 1807 (0.35 per day)
First post: 2010-02-26 00:00:22
Last post: 2024-04-18 22:51:55

Date List Subject
2024-04-18 22:51:55 linux-kernel Re: [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor
2024-04-17 19:47:01 linux-kernel Re: [PATCH v2 01/13] x86/irq: Move posted interrupt descriptor out of vmx code
2024-04-17 19:14:08 linux-kernel Re: [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor
2024-04-17 00:12:04 linux-kernel Re: [PATCH v2 12/13] iommu/vt-d: Add an irq_chip for posted MSIs
2024-04-16 04:58:40 linux-kernel Re: [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
2024-04-15 23:51:44 linux-kernel Re: [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
2024-04-15 20:40:17 linux-kernel Re: [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
2024-04-12 20:21:51 linux-kernel Re: [PATCH v2 07/13] x86/irq: Factor out calling ISR from common_interrupt
2024-04-12 20:16:29 linux-kernel Re: [PATCH v2 06/13] x86/irq: Set up per host CPU posted interrupt descriptors
2024-04-12 18:19:11 linux-kernel Re: [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
2024-04-11 21:08:35 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush
2024-04-11 18:41:32 linux-kernel Re: [PATCH v2 08/13] x86/irq: Install posted MSI notification handler
2024-04-11 18:41:22 linux-kernel Re: [PATCH v2 08/13] x86/irq: Install posted MSI notification handler
2024-04-10 16:20:06 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush
2024-04-09 17:27:24 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush
2024-04-09 00:44:10 linux-kernel Re: [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
2024-04-08 20:59:13 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush
2024-04-08 19:44:16 linux-kernel Re: [PATCH v2] iommu/vt-d: Allocate DMAR fault interrupts locally
2024-04-08 17:34:25 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Share DMAR fault IRQ to prevent vector exhaustion
2024-04-08 16:01:38 linux-kernel Re: [PATCH 2/2] iommu/vt-d: Share DMAR fault IRQ to prevent vector exhaustion
2024-04-06 03:31:32 linux-kernel [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor
2024-04-06 02:27:22 linux-kernel [PATCH v2 06/13] x86/irq: Set up per host CPU posted interrupt descriptors
2024-04-06 01:35:21 linux-kernel [PATCH v2 13/13] iommu/vt-d: Enable posted mode for device MSIs
2024-04-06 00:54:16 linux-kernel [PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
2024-04-06 00:54:02 linux-kernel [PATCH v2 01/13] x86/irq: Move posted interrupt descriptor out of vmx code
2024-04-06 00:46:29 linux-kernel [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
2024-04-05 23:44:12 linux-kernel [PATCH v2 02/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
2024-04-05 23:34:02 linux-kernel [PATCH v2 07/13] x86/irq: Factor out calling ISR from common_interrupt
2024-04-05 23:31:35 linux-kernel [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
2024-04-05 22:30:02 linux-kernel [PATCH v2 12/13] iommu/vt-d: Add an irq_chip for posted MSIs
2024-04-05 22:29:38 linux-kernel [PATCH v2 09/13] x86/irq: Factor out common code for checking pending interrupts
2024-04-05 22:29:32 linux-kernel [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
2024-04-05 22:29:06 linux-kernel [PATCH v2 08/13] x86/irq: Install posted MSI notification handler
2024-04-05 22:27:45 linux-kernel [PATCH v2 04/13] x86/irq: Add a Kconfig option for posted MSI
2024-04-05 21:47:20 linux-kernel Re: [PATCH 04/15] x86/irq: Add a Kconfig option for posted MSI
2024-04-04 18:40:32 linux-kernel Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
2024-04-04 17:13:23 linux-kernel Re: [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs
2024-04-03 23:56:39 linux-kernel Re: [PATCH] Allocate DMAR fault interrupts locally
2024-04-03 23:41:43 linux-kernel [PATCH 2/2] iommu/vt-d: Share DMAR fault IRQ to prevent vector exhaustion
2024-04-03 23:41:33 linux-kernel [PATCH 1/2] iommu/vt-d: Rename fault IRQ variable
2024-04-03 21:36:04 linux-kernel [PATCH] iommu/vt-d: Allocate local memory for page request queue
2024-04-03 07:49:07 linux-kernel Re: [PATCH 09/15] x86/irq: Install posted MSI notification handler
2024-03-25 22:32:09 linux-kernel Re: [PATCH] Allocate DMAR fault interrupts locally
2024-03-22 22:56:54 linux-kernel Re: [PATCH v2] iommu/vt-d: Allocate DMAR fault interrupts locally
2024-03-21 22:11:53 linux-kernel Re: [PATCH] Allocate DMAR fault interrupts locally
2024-03-01 19:44:34 linux-kernel Re: [PATCH] Allocate DMAR fault interrupts locally
2024-02-13 19:40:04 linux-kernel Re: [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors
2024-02-13 19:26:28 linux-kernel Re: [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
2024-02-13 01:44:42 linux-kernel Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
2024-02-12 20:49:30 linux-kernel Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
2024-02-12 20:08:37 linux-kernel Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI