Suthikulpanit, Suravee ([email protected])

Number of posts: 1324 (0.25 per day)
First post: 2009-07-28 22:18:41
Last post: 2024-05-14 19:02:39

Date List Subject
2019-11-04 18:58:04 linux-kernel Re: [PATCH v4 13/17] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
2019-11-01 23:07:59 linux-kernel [PATCH v4 02/17] kvm: lapic: Introduce APICv update helper function
2019-11-01 23:07:39 linux-kernel [PATCH v4 05/17] kvm: x86: Add APICv activate/deactivate request trace points
2019-11-01 23:07:27 linux-kernel [PATCH v4 11/17] svm: Deactivate AVIC when launching guest with nested SVM support
2019-11-01 22:46:28 linux-kernel [PATCH v4 08/17] kvm: x86: Introduce APICv pre-update hook
2019-11-01 22:46:26 linux-kernel [PATCH v4 07/17] svm: Add support for setup/destroy virutal APIC backing page for AVIC
2019-11-01 22:46:25 linux-kernel [PATCH v4 06/17] kvm: x86: svm: Add support to activate/deactivate posted interrupts
2019-11-01 22:45:46 linux-kernel [PATCH v4 09/17] svm: Add support for activate/deactivate AVIC at runtime
2019-11-01 22:44:05 linux-kernel [PATCH v4 10/17] kvm: x86: hyperv: Use APICv update request interface
2019-11-01 22:43:38 linux-kernel [PATCH v4 17/17] svm: Allow AVIC with in-kernel irqchip mode
2019-11-01 22:43:13 linux-kernel [PATCH v4 16/17] kvm: ioapic: Lazy update IOAPIC EOI
2019-11-01 22:43:07 linux-kernel [PATCH v4 14/17] kvm: lapic: Clean up APIC predefined macros
2019-11-01 22:43:04 linux-kernel [PATCH v4 12/17] svm: Temporary deactivate AVIC during ExtINT handling
2019-11-01 22:43:03 linux-kernel [PATCH v4 15/17] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
2019-11-01 22:42:56 linux-kernel [PATCH v4 13/17] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
2019-11-01 22:42:43 linux-kernel [PATCH v4 04/17] kvm: x86: Add support for activate/de-activate APICv at runtime
2019-11-01 22:42:35 linux-kernel [PATCH v4 03/17] kvm: x86: Introduce APICv deactivate bits
2019-11-01 22:42:27 linux-kernel [PATCH v4 01/17] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
2019-11-01 22:42:25 linux-kernel [PATCH v4 00/17] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
2019-10-31 15:18:56 linux-kernel Re: [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI
2019-10-15 00:23:56 linux-kernel iommu: amd: Simpify decoding logic for INVALID_PPR_REQUEST event
2019-10-15 00:23:35 linux-kernel iommu: amd: Fix incorrect PASID decoding from event log
2019-10-09 19:37:45 linux-kernel Re: IOMMU vs Ryzen embedded EMMC controller
2019-10-08 18:47:21 linux-kernel Re: [PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
2019-09-14 07:52:45 linux-kernel [PATCH v3 16/16] svm: Allow AVIC with in-kernel irqchip mode
2019-09-14 07:07:35 linux-kernel [PATCH v3 07/16] svm: Add support for setup/destroy virutal APIC backing page for AVIC
2019-09-14 07:07:35 linux-kernel [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI
2019-09-14 07:07:09 linux-kernel [PATCH v3 05/16] kvm: x86: Add APICv activate/deactivate request trace points
2019-09-14 06:47:57 linux-kernel [PATCH v3 06/16] kvm: x86: svm: Add support to activate/deactivate posted interrupts
2019-09-14 06:46:27 linux-kernel [PATCH v3 08/16] svm: Add support for activate/deactivate AVIC at runtime
2019-09-14 06:45:59 linux-kernel [PATCH v3 14/16] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
2019-09-14 06:45:00 linux-kernel [PATCH v3 13/16] kvm: lapic: Clean up APIC predefined macros
2019-09-14 05:46:29 linux-kernel [PATCH v3 04/16] kvm: x86: Add support for activate/de-activate APICv at runtime
2019-09-14 05:44:25 linux-kernel [PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
2019-09-14 00:10:03 linux-kernel Re: [PATCH v2 12/15] kvm: i8254: Check LAPIC EOI pending when injecting irq on SVM AVIC
2019-09-13 20:01:27 linux-kernel [PATCH v3 01/16] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
2019-09-13 19:58:30 linux-kernel [PATCH v3 11/16] svm: Temporary deactivate AVIC during ExtINT handling
2019-09-13 19:58:24 linux-kernel [PATCH v3 09/16] kvm: x86: hyperv: Use APICv deactivate request interface
2019-09-13 19:58:24 linux-kernel [PATCH v3 10/16] svm: Disable AVIC when launching guest with SVM support
2019-09-13 19:55:07 linux-kernel [PATCH v3 12/16] kvm: x86: Introduce struct kvm_x86_ops.apicv_eoi_accelerate
2019-09-13 19:53:16 linux-kernel [PATCH v3 03/16] kvm: lapic: Introduce APICv update helper function
2019-09-13 19:53:05 linux-kernel [PATCH v3 02/16] kvm: x86: Introduce KVM APICv state
2019-09-10 19:11:48 linux-kernel Re: [PATCH v2 11/15] svm: Temporary deactivate AVIC during ExtINT handling
2019-09-04 02:08:16 linux-kernel Re: [PATCH v2 14/15] kvm: ioapic: Delay update IOAPIC EOI for RTC
2019-08-28 18:43:10 linux-kernel Re: [PATCH v2 04/15] kvm: x86: Add per-VM APICv state debugfs
2019-08-28 15:19:15 linux-kernel Re: [PATCH v2 11/15] svm: Temporary deactivate AVIC during ExtINT handling
2019-08-26 21:53:54 linux-kernel Re: [PATCH v2 12/15] kvm: i8254: Check LAPIC EOI pending when injecting irq on SVM AVIC
2019-08-26 21:49:05 linux-kernel Re: [PATCH v2 04/15] kvm: x86: Add per-VM APICv state debugfs
2019-08-26 20:45:10 linux-kernel Re: [PATCH v2 02/15] kvm: x86: Introduce KVM APICv state
2019-08-15 17:29:58 linux-kernel [PATCH v2 11/15] svm: Temporary deactivate AVIC during ExtINT handling
2019-08-15 17:29:43 linux-kernel [PATCH v2 10/15] kvm: x86: hyperv: Use APICv deactivate request interface