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
2022-03-01 12:50:13 linux-kernel Re: [RFC PATCH 04/13] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled.
2022-02-22 07:42:12 linux-kernel Re: [PATCH v6] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-22 06:04:41 linux-kernel Re: [RFC PATCH 11/13] KVM: SVM: Add logic to switch between APIC and x2APIC virtualization mode
2022-02-22 06:04:31 linux-kernel Re: [RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support.
2022-02-21 10:03:36 linux-kernel [RFC PATCH 13/13] KVM: SVM: Use fastpath x2apic IPI emulation when #vmexit with x2AVIC
2022-02-21 09:59:38 linux-kernel [RFC PATCH 05/13] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
2022-02-21 09:54:50 linux-kernel [RFC PATCH 06/13] KVM: SVM: Add logic to determine x2APIC mode
2022-02-21 09:49:12 linux-kernel [RFC PATCH 01/13] KVM: SVM: Add warning when encounter invalid APIC ID
2022-02-21 09:40:20 linux-kernel [RFC PATCH 10/13] KVM: SVM: Adding support for configuring x2APIC MSRs interception
2022-02-21 09:39:40 linux-kernel [RFC PATCH 07/13] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
2022-02-21 09:23:29 linux-kernel [RFC PATCH 11/13] KVM: SVM: Add logic to switch between APIC and x2APIC virtualization mode
2022-02-21 09:16:49 linux-kernel [RFC PATCH 04/13] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled.
2022-02-21 09:13:14 linux-kernel [RFC PATCH 08/13] KVM: SVM: Do not update logical APIC ID table when in x2APIC mode
2022-02-21 06:40:36 linux-kernel [RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support.
2022-02-21 05:23:36 linux-kernel [RFC PATCH 09/13] KVM: SVM: Introduce helper function avic_get_apic_id
2022-02-21 04:56:21 linux-kernel [RFC PATCH 02/13] x86/cpufeatures: Introduce x2AVIC CPUID bit
2022-02-21 04:54:02 linux-kernel [RFC PATCH 03/13] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
2022-02-21 03:43:02 linux-kernel [RFC PATCH 12/13] KVM: SVM: Remove APICv inhibit reasone due to x2APIC
2022-02-16 23:45:57 linux-kernel Re: [PATCH v6] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-11 02:32:21 linux-kernel Re: [PATCH v5] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-11 01:58:42 linux-kernel [PATCH v6] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-10 16:43:03 linux-kernel [PATCH] iommu/amd: Fix I/O page table memory leak
2022-02-09 16:58:10 linux-kernel [PATCH v5] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-06 19:51:11 linux-kernel [PATCH v4 3/3] KVM: SVM: Add support for 12-bit host physical APIC ID
2022-02-04 13:05:21 linux-kernel Re: [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2022-02-03 14:36:09 linux-kernel Re: [PATCH v3 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
2022-02-03 09:21:46 linux-kernel [PATCH v4 2/3] x86/apic: Add helper function to get maximum physical APIC ID
2022-02-03 03:20:10 linux-kernel Re: [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2022-02-02 18:59:08 linux-kernel Re: [PATCH v4 1/3] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled.
2022-02-02 17:49:43 linux-kernel Re: [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2022-02-02 17:21:37 linux-kernel Re: [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2022-02-02 17:00:32 linux-kernel [PATCH v4 1/3] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled.
2022-02-02 07:06:18 linux-kernel [PATCH v4 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-20 04:54:04 linux-kernel Re: [PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-13 11:32:36 linux-kernel [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-12-13 11:32:30 linux-kernel [PATCH v3 2/3] x86/apic: Add helper function to get maximum physical APIC ID
2021-12-13 11:32:25 linux-kernel [PATCH v3 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
2021-12-13 11:32:22 linux-kernel [PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-13 10:47:20 linux-kernel Re: [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-12-13 10:45:48 linux-kernel Re: [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-12-07 13:01:22 linux-kernel Re: [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
2021-12-02 23:59:38 linux-kernel [PATCH v2 2/3] x86/apic: Add helper function to get maximum physical APIC ID
2021-12-02 23:59:30 linux-kernel [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
2021-12-02 23:59:27 linux-kernel [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-12-02 23:59:21 linux-kernel [PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-01 15:16:27 linux-kernel Re: [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-11-16 10:30:11 linux-kernel Re: [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-11-10 10:20:22 linux-kernel [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
2021-11-10 10:20:17 linux-kernel [PATCH 1/2] x86/apic: Add helper function to get maximum physical APIC ID
2021-11-10 10:20:16 linux-kernel [PATCH 0/2] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-09-02 16:16:53 linux-kernel Re: [PATCH 0/3] iommu/amd: Fix unable to handle page fault due to AVIC