Messages by Thread
-
-
-
[RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li (Intel)
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
[RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
Xin Li (Intel)
-
Re: [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
Dave Hansen
-
[RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li
-
[RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li (Intel)
-
Re: [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Dave Hansen
-
Re: [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
[RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Jürgen Groß
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
H. Peter Anvin
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
[RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Xin Li (Intel)
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Dave Hansen
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Sean Christopherson
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Dave Hansen
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Xin Li
-
[RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
Xin Li (Intel)
-
[RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
-
[RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Sean Christopherson
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Sean Christopherson
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Dave Hansen
-
[RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
Xin Li (Intel)
-
[RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
Xin Li (Intel)
-
[RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
Xin Li (Intel)
-
[RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
Xin Li (Intel)
-
[RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li (Intel)
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Peter Zijlstra
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Peter Zijlstra
-
[RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
Xin Li (Intel)
-
[RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
Xin Li (Intel)
-
[RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
Xin Li (Intel)
-
[RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
Xin Li (Intel)
-
[RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
Xin Li (Intel)
-
Re: [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
Dave Hansen
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Sean Christopherson
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Xin Li
-
RE: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Luck, Tony
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Ingo Molnar
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Sean Christopherson
-
Re: [PATCH] x86/intel: workaround several MONITOR/MWAIT errata
Jan Beulich
-
Re: [PATCH v20 2/2] vpci: translate virtual PCI bus topology for guests
Jan Beulich
-
Re: [RFC PATCH 0/4] Physical address hypercall ABI ("HVMv2")
Jan Beulich
-
Re: [PATCH v1 10/14] xen/riscv: implementation of aplic and imsic operations
Jan Beulich
-
Re: [PATCH v4 02/13] kconfig: introduce domain builder config options
Jan Beulich
-
Re: [PATCH v2 18/19] xen/sysctl: wrap around arch-specific arch_do_sysctl
Jan Beulich
-
Re: [PATCH v3 2/4] x86/hvm: fix handling of accesses to partial r/o MMIO pages
Jan Beulich
-
Re: [PATCH] compat/memory: avoid UB shifts in XENMEM_exchange handling
Jan Beulich
-
[PATCH v2] x86/vmx: Update __vmread() signature
dmkhn
-
Re: [PATCH v9 1/8] iommu/arm: Add iommu_dt_xlate()
Stefano Stabellini
-
Re: [PATCH v9 8/8] xen/arm: Map ITS doorbell register to IOMMU page tables
Stefano Stabellini
-
Re: [PATCH v9 7/8] xen/arm: enable dom0 to use PCI devices with pci-passthrough=no
Stefano Stabellini
-
Re: [PATCH v9 5/8] xen/arm: smmuv3: Add PCI devices support for SMMUv3
Stefano Stabellini
-
Re: [PATCH v9 4/8] xen/arm: smmuv2: Add PCI devices support for SMMUv2
Stefano Stabellini
-
Re: [PATCH v9 3/8] iommu/arm: iommu_add_dt_pci_sideband_ids phantom handling
Stefano Stabellini
-
Re: [PATCH v9 2/8] iommu/arm: Introduce iommu_add_dt_pci_sideband_ids API
Stefano Stabellini
-
Re: [PATCH v2 2/4] CI: switch x86 EFI smoke test runner to qemu-xtf.sh
Stefano Stabellini
-
Re: [PATCH v2 4/4] CI: add argo x86 XTF test
Stefano Stabellini
-
Re: [PATCH v2 1/4] CI: unify x86 XTF test runner
Stefano Stabellini
-
Re: [BUG] Assertion failure with vmcb->_vintr.fields.vgif in nested SVM
REIMA ISHII
-
Re: [BUG] Nested Virtualization Bug on x86-64 AMD CPU
REIMA ISHII
-
[PATCH v3 00/20] xen: introduce CONFIG_SYSCTL
Penny Zheng
-
[PATCH v3 05/11] vpci: Refactor REGISTER_VPCI_INIT
Jiqian Chen
-
[PATCH v3 08/11] vpci: Refactor vpci_remove_register to remove matched registers
Jiqian Chen
-
[PATCH v3 09/11] vpci/rebar: Remove registers when init_rebar() fails
Jiqian Chen
-
[PATCH v3 03/11] vpci/header: Emulate legacy capability list for dom0
Jiqian Chen
-
[PATCH v3 07/11] vpci: Hide extended capability when it fails to initialize
Jiqian Chen