Linux KVM
[Prev Page][Next Page]
- Re: [PATCH v3 12/29] target/hppa: Prefer fast cpu_env() over slower CPU QOM cast macro, (continued)
- [PATCH v3 13/29] target/i386/hvf: Use CPUState typedef,
Philippe Mathieu-Daudé
- [PATCH v3 14/29] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 15/29] target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 16/29] target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 17/29] target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 18/29] target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 19/29] target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 20/29] target/openrisc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 21/29] target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 22/29] target/riscv: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 23/29] target/rx: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 24/29] target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 25/29] target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 26/29] target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 27/29] target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 28/29] target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v3 29/29] user: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- Re: [PATCH v3 00/29] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro,
Thomas Huth
- [PATCH kvmtool] x86: Enable in-kernel irqchip before creating PIT,
Tengfei Yu
- [PATCH v3] Enable haltpoll for arm64,
Mihai Carabas
- [PATCH v2 1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing,
Vitaly Kuznetsov
- [PATCH] KVM: PPC: Book3S HV nestedv2: Fix an error handling path in gs_msg_ops_kvmhv_nestedv2_config_fill_info(),
Christophe JAILLET
- Stable bugfix backport request of "KVM: x86: smm: preserve interrupt shadow in SMRAM"?,
Dongli Zhang
- [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI,
Jacob Pan
- [PATCH 02/15] x86/irq: Unionize PID.PIR for 64bit access w/o casting,
Jacob Pan
- [PATCH 03/15] x86/irq: Use bitfields exclusively in posted interrupt descriptor,
Jacob Pan
- [PATCH 01/15] x86/irq: Move posted interrupt descriptor out of vmx code,
Jacob Pan
- [PATCH 04/15] x86/irq: Add a Kconfig option for posted MSI,
Jacob Pan
- [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors,
Jacob Pan
- [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs,
Jacob Pan
- [PATCH 08/15] x86/irq: Factor out calling ISR from common_interrupt,
Jacob Pan
- [PATCH 07/15] x86/irq: Add accessors for posted interrupt descriptors,
Jacob Pan
- [PATCH 09/15] x86/irq: Install posted MSI notification handler,
Jacob Pan
- [PATCH 11/15] x86/irq: Extend checks for pending vectors to posted interrupts,
Jacob Pan
- [PATCH 10/15] x86/irq: Factor out common code for checking pending interrupts,
Jacob Pan
- [PATCH 12/15] iommu/vt-d: Make posted MSI an opt-in cmdline option,
Jacob Pan
- [PATCH 14/15] iommu/vt-d: Add a helper to retrieve PID address,
Jacob Pan
- [PATCH 15/15] iommu/vt-d: Enable posted mode for device MSIs,
Jacob Pan
- [PATCH 13/15] iommu/vt-d: Add an irq_chip for posted MSIs,
Jacob Pan
- Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI,
Jens Axboe
- Re: [PATCH 00/15] Coalesced Interrupt Delivery with posted MSI,
Robert Hoo
- [PATCH v2 00/23] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 01/23] hw/acpi/cpu: Use CPUState typedef,
Philippe Mathieu-Daudé
- [PATCH v2 02/23] scripts/coccinelle: Add cpu_env.cocci_template script,
Philippe Mathieu-Daudé
- [PATCH v2 03/23] bulk: Call in place single use cpu_env(),
Philippe Mathieu-Daudé
- [PATCH v2 04/23] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 05/23] target/arm: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 06/23] target/avr: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 07/23] target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 08/23] target/hppa: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef,
Philippe Mathieu-Daudé
- [PATCH v2 10/23] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 11/23] target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 12/23] target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 13/23] target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 14/23] target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 15/23] target/openrisc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 16/23] target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 17/23] target/riscv: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 18/23] target/rx: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 19/23] target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 20/23] target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 21/23] target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 22/23] target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2 23/23] target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH v2] KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum,
Paolo Bonzini
- [PATCH vfio] vfio/pds: Rework and simplify reset flows,
Brett Creeley
- [PATCH] KVM: Fix LDR inconsistency warning caused by APIC_ID format error,
Haoyu Wu
- [kvm-unit-tests PATCH v2 00/24] Introduce RISC-V,
Andrew Jones
- [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR,
Andrew Jones
- [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world,
Andrew Jones
- [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib,
Andrew Jones
- [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks,
Andrew Jones
- [kvm-unit-tests PATCH v2 06/24] riscv: Add initial SBI support,
Andrew Jones
- [kvm-unit-tests PATCH v2 05/24] riscv: Add DT parsing,
Andrew Jones
- [kvm-unit-tests PATCH v2 07/24] riscv: Add run script and unittests.cfg,
Andrew Jones
- [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support,
Andrew Jones
- [kvm-unit-tests PATCH v2 09/24] riscv: Add exception handling,
Andrew Jones
- [kvm-unit-tests PATCH v2 10/24] riscv: Add backtrace support,
Andrew Jones
- [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c,
Andrew Jones
- [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async,
Andrew Jones
- [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus,
Andrew Jones
- [kvm-unit-tests PATCH v2 14/24] riscv: Compile with march,
Andrew Jones
- [kvm-unit-tests PATCH v2 15/24] riscv: Add SMP support,
Andrew Jones
- [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions,
Andrew Jones
- [kvm-unit-tests PATCH v2 17/24] riscv: Populate memregions and switch to page allocator,
Andrew Jones
- [kvm-unit-tests PATCH v2 18/24] riscv: Add MMU support,
Andrew Jones
- [kvm-unit-tests PATCH v2 19/24] riscv: Enable the MMU in secondaries,
Andrew Jones
- [kvm-unit-tests PATCH v2 20/24] riscv: Enable vmalloc,
Andrew Jones
- [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp,
Andrew Jones
- [kvm-unit-tests PATCH v2 22/24] riscv: Add isa string parsing,
Andrew Jones
- [kvm-unit-tests PATCH v2 23/24] gitlab-ci: Add riscv64 tests,
Andrew Jones
- [kvm-unit-tests PATCH v2 24/24] MAINTAINERS: Add riscv,
Andrew Jones
- Re: [kvm-unit-tests PATCH v2 00/24] Introduce RISC-V,
Andrew Jones
- [PATCH 0/2] kvm: fix kmalloc bug in kvm_arch_prepare_memory_region on 5.10 stable kernel,
oficerovas
- [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM,
Xiong Zhang
- [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH,
Xiong Zhang
- [RFC PATCH 02/41] perf: Support guest enter/exit interfaces,
Xiong Zhang
- [RFC PATCH 03/41] perf: Set exclude_guest onto nmi_watchdog,
Xiong Zhang
- [RFC PATCH 04/41] perf: core/x86: Add support to register a new vector for PMI handling,
Xiong Zhang
- [RFC PATCH 05/41] KVM: x86/pmu: Register PMI handler for passthrough PMU,
Xiong Zhang
- [RFC PATCH 06/41] perf: x86: Add function to switch PMI handler,
Xiong Zhang
- [RFC PATCH 07/41] perf/x86: Add interface to reflect virtual LVTPC_MASK bit onto HW,
Xiong Zhang
- [RFC PATCH 08/41] KVM: x86/pmu: Add get virtual LVTPC_MASK bit function,
Xiong Zhang
- [RFC PATCH 09/41] perf: core/x86: Forbid PMI handler when guest own PMU,
Xiong Zhang
- [RFC PATCH 10/41] perf: core/x86: Plumb passthrough PMU capability from x86_pmu to x86_pmu_cap,
Xiong Zhang
- [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter and propage to KVM instance,
Xiong Zhang
- [RFC PATCH 12/41] KVM: x86/pmu: Plumb through passthrough PMU to vcpu for Intel CPUs,
Xiong Zhang
- [RFC PATCH 13/41] KVM: x86/pmu: Add a helper to check if passthrough PMU is enabled,
Xiong Zhang
- [RFC PATCH 14/41] KVM: x86/pmu: Allow RDPMC pass through,
Xiong Zhang
- [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL,
Xiong Zhang
- [RFC PATCH 16/41] KVM: x86/pmu: Create a function prototype to disable MSR interception,
Xiong Zhang
- [RFC PATCH 17/41] KVM: x86/pmu: Implement pmu function for Intel CPU to disable MSR interception,
Xiong Zhang
- [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities,
Xiong Zhang
- [RFC PATCH 19/41] KVM: x86/pmu: Whitelist PMU MSRs for passthrough PMU,
Xiong Zhang
- [RFC PATCH 20/41] KVM: x86/pmu: Introduce PMU operation prototypes for save/restore PMU context,
Xiong Zhang
- [RFC PATCH 21/41] KVM: x86/pmu: Introduce function prototype for Intel CPU to save/restore PMU context,
Xiong Zhang
- [RFC PATCH 22/41] x86: Introduce MSR_CORE_PERF_GLOBAL_STATUS_SET for passthrough PMU,
Xiong Zhang
- [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Xiong Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Jim Mattson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
maobibo
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Sean Christopherson
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Liang, Kan
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mi, Dapeng
- Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU,
Mingwei Zhang
- [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Selectors to avoid information leakage,
Xiong Zhang
- [RFC PATCH 25/41] KVM: x86/pmu: Introduce macro PMU_CAP_PERF_METRICS,
Xiong Zhang
- [RFC PATCH 27/41] KVM: x86/pmu: Clear PERF_METRICS MSR for guest,
Xiong Zhang
- [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary,
Xiong Zhang
- [RFC PATCH 29/41] KVM: x86/pmu: Exclude existing vLBR logic from the passthrough PMU,
Xiong Zhang
- [RFC PATCH 26/41] KVM: x86/pmu: Add host_perf_cap field in kvm_caps to record host PMU capability,
Xiong Zhang
- [RFC PATCH 30/41] KVM: x86/pmu: Switch PMI handler at KVM context switch boundary,
Xiong Zhang
- [RFC PATCH 31/41] KVM: x86/pmu: Call perf_guest_enter() at PMU context switch,
Xiong Zhang
- [RFC PATCH 33/41] KVM: x86/pmu: Make check_pmu_event_filter() an exported function,
Xiong Zhang
- [RFC PATCH 34/41] KVM: x86/pmu: Intercept EVENT_SELECT MSR,
Xiong Zhang
- [RFC PATCH 35/41] KVM: x86/pmu: Allow writing to event selector for GP counters if event is allowed,
Xiong Zhang
- [RFC PATCH 36/41] KVM: x86/pmu: Intercept FIXED_CTR_CTRL MSR,
Xiong Zhang
- [RFC PATCH 37/41] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed,
Xiong Zhang
- [RFC PATCH 38/41] KVM: x86/pmu: Introduce PMU helper to increment counter,
Xiong Zhang
- [RFC PATCH 39/41] KVM: x86/pmu: Implement emulated counter increment for passthrough PMU,
Xiong Zhang
- [RFC PATCH 41/41] KVM: nVMX: Add nested virtualization support for passthrough PMU,
Xiong Zhang
- [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic in set/get_msr() from non-passthrough vPMU,
Xiong Zhang
- [RFC PATCH 32/41] KVM: x86/pmu: Add support for PMU context switch at VM-exit/enter,
Xiong Zhang
- Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM,
Sean Christopherson
- Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM,
Sean Christopherson
- [PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support,
Michael Roth
- [PATCH v2 09/25] x86/fault: Dump RMP table information when RMP page faults occur,
Michael Roth
- [PATCH v2 10/25] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction,
Michael Roth
- [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults,
Michael Roth
- [PATCH v2 12/25] crypto: ccp: Define the SEV-SNP commands,
Michael Roth
- [PATCH v2 13/25] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP,
Michael Roth
- [PATCH v2 14/25] crypto: ccp: Provide API to issue SEV and SNP commands,
Michael Roth
- [PATCH v2 15/25] x86/sev: Introduce snp leaked pages list,
Michael Roth
- [PATCH v2 16/25] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled,
Michael Roth
- [PATCH v2 17/25] crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled,
Michael Roth
- [PATCH v2 18/25] crypto: ccp: Handle legacy SEV commands when SNP is enabled,
Michael Roth
- [PATCH v2 19/25] iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown,
Michael Roth
- [PATCH v2 20/25] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump,
Michael Roth
- [PATCH v2 01/25] x86/cpufeatures: Add SEV-SNP CPU feature,
Michael Roth
- [PATCH v2 21/25] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe,
Michael Roth
- [PATCH v2 22/25] x86/cpufeatures: Enable/unmask SEV-SNP CPU feature,
Michael Roth
- [PATCH v2 23/25] crypto: ccp: Add the SNP_PLATFORM_STATUS command,
Michael Roth
- [PATCH v2 24/25] crypto: ccp: Add the SNP_COMMIT command,
Michael Roth
- [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command,
Michael Roth
- [PATCH v2 02/25] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled,
Michael Roth
- [PATCH v2 03/25] iommu/amd: Don't rely on external callers to enable IOMMU SNP support,
Michael Roth
- [PATCH v2 04/25] x86/sev: Add the host SEV-SNP initialization support,
Michael Roth
- [PATCH v2 05/25] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled,
Michael Roth
- [PATCH v2 06/25] x86/sev: Add RMP entry lookup helpers,
Michael Roth
- [PATCH v2 07/25] x86/fault: Add helper for dumping RMP entries,
Michael Roth
- [PATCH v2 08/25] x86/traps: Define RMP violation #PF error code,
Michael Roth
- Re: [PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support,
Borislav Petkov
- [PATCH 2/2] bulk: Prefer fast cpu_env() over slower CPU QOM cast macro,
Philippe Mathieu-Daudé
- [PATCH] vmbus: Print a warning when enabled without the recommended set of features,
Maciej S. Szmigiero
- [kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target,
Marc Hartmayer
- [PATCH v2] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver,
Kunwu Chan
- [PATCH 0/3] add debugfs to hisilicon migration driver,
Longfang Liu
- [Bug 218419] New: kvm-unit-tests asyncpf is skipped with no reason,
bugzilla-daemon
- [PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support,
Xiaoyao Li
- [PATCH v4 02/66] RAMBlock: Add support of KVM private guest memfd,
Xiaoyao Li
- [PATCH v4 01/66] linux-headers: Update to Linux v6.8-rc1,
Xiaoyao Li
- [PATCH v4 04/66] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory(),
Xiaoyao Li
- [PATCH v4 03/66] HostMem: Add mechanism to opt in kvm guest memfd via MachineState,
Xiaoyao Li
- [PATCH v4 05/66] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot,
Xiaoyao Li
- [PATCH v4 06/66] kvm: Introduce support for memory_attributes,
Xiaoyao Li
- [PATCH v4 07/66] physmem: Introduce ram_block_discard_guest_memfd_range(),
Xiaoyao Li
- [PATCH v4 08/66] kvm: handle KVM_EXIT_MEMORY_FAULT,
Xiaoyao Li
- [PATCH v4 09/66] trace/kvm: Add trace for page convertion between shared and private,
Xiaoyao Li
- [PATCH v4 10/66] *** HACK *** linux-headers: Update headers to pull in TDX API changes,
Xiaoyao Li
- [PATCH v4 11/66] i386: Introduce tdx-guest object,
Xiaoyao Li
- [PATCH v4 12/66] target/i386: Implement mc->kvm_type() to get VM type,
Xiaoyao Li
- [PATCH v4 13/66] target/i386: Introduce kvm_confidential_guest_init(),
Xiaoyao Li
- [PATCH v4 14/66] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context,
Xiaoyao Li
- [PATCH v4 15/66] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES,
Xiaoyao Li
- [PATCH v4 16/66] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object,
Xiaoyao Li
- [PATCH v4 17/66] i386/tdx: Adjust the supported CPUID based on TDX restrictions,
Xiaoyao Li
- [PATCH v4 18/66] i386/tdx: Make Intel-PT unsupported for TD guest,
Xiaoyao Li
- [PATCH v4 20/66] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup,
Xiaoyao Li
- [PATCH v4 21/66] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup,
Xiaoyao Li
- [PATCH v4 19/66] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[],
Xiaoyao Li
- [PATCH v4 22/66] i386/kvm: Move architectural CPUID leaf generation to separate helper,
Xiaoyao Li
- [PATCH v4 23/66] kvm: Introduce kvm_arch_pre_create_vcpu(),
Xiaoyao Li
- [PATCH v4 24/66] i386/tdx: Initialize TDX before creating TD vcpus,
Xiaoyao Li
- [PATCH v4 25/66] i386/tdx: Add property sept-ve-disable for tdx-guest object,
Xiaoyao Li
- [PATCH v4 26/66] i386/tdx: Make sept_ve_disable set by default,
Xiaoyao Li
- [PATCH v4 27/66] i386/tdx: Wire CPU features up with attributes of TD guest,
Xiaoyao Li
- [PATCH v4 28/66] i386/tdx: Validate TD attributes,
Xiaoyao Li
- [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig,
Xiaoyao Li
- [PATCH v4 30/66] i386/tdx: Implement user specified tsc frequency,
Xiaoyao Li
- [PATCH v4 31/66] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM,
Xiaoyao Li
- [PATCH v4 32/66] kvm/memory: Introduce the infrastructure to set the default shared/private value,
Xiaoyao Li
- [PATCH v4 33/66] i386/tdx: Make memory type private by default,
Xiaoyao Li
- [PATCH v4 34/66] kvm/tdx: Don't complain when converting vMMIO region to shared,
Xiaoyao Li
- [PATCH v4 35/66] kvm/tdx: Ignore memory conversion to shared of unassigned region,
Xiaoyao Li
- [PATCH v4 36/66] i386/tdvf: Introduce function to parse TDVF metadata,
Xiaoyao Li
- [PATCH v4 37/66] i386/tdx: Parse TDVF metadata for TDX VM,
Xiaoyao Li
- [PATCH v4 38/66] i386/tdx: Skip BIOS shadowing setup,
Xiaoyao Li
- [PATCH v4 39/66] i386/tdx: Don't initialize pc.rom for TDX VMs,
Xiaoyao Li
- [PATCH v4 40/66] i386/tdx: Track mem_ptr for each firmware entry of TDVF,
Xiaoyao Li
- [PATCH v4 41/66] i386/tdx: Track RAM entries for TDX VM,
Xiaoyao Li
- [PATCH v4 42/66] headers: Add definitions from UEFI spec for volumes, resources, etc...,
Xiaoyao Li
- [PATCH v4 43/66] i386/tdx: Setup the TD HOB list,
Xiaoyao Li
- [PATCH v4 44/66] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION,
Xiaoyao Li
- [PATCH v4 46/66] i386/tdx: register TDVF as private memory,
Xiaoyao Li
- [PATCH v4 47/66] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu,
Xiaoyao Li
- [PATCH v4 48/66] i386/tdx: Finalize TDX VM,
Xiaoyao Li
- [PATCH v4 45/66] memory: Introduce memory_region_init_ram_guest_memfd(),
Xiaoyao Li
- [PATCH v4 49/66] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>,
Xiaoyao Li
- [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>,
Xiaoyao Li
- Re: [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>,
Daniel P. Berrangé
- [PATCH v4 51/66] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall,
Xiaoyao Li
- [PATCH v4 52/66] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>,
Xiaoyao Li
- [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility,
Xiaoyao Li
- [PATCH v4 54/66] pci-host/q35: Move PAM initialization above SMRAM initialization,
Xiaoyao Li
- [PATCH v4 55/66] q35: Introduce smm_ranges property for q35-pci-host,
Xiaoyao Li
- [PATCH v4 56/66] i386/tdx: Disable SMM for TDX VMs,
Xiaoyao Li
- [PATCH v4 57/66] i386/tdx: Disable PIC for TDX VMs,
Xiaoyao Li
- [PATCH v4 58/66] i386/tdx: Don't allow system reset for TDX VMs,
Xiaoyao Li
- [PATCH v4 59/66] i386/tdx: LMCE is not supported for TDX,
Xiaoyao Li
- [PATCH v4 60/66] hw/i386: add eoi_intercept_unsupported member to X86MachineState,
Xiaoyao Li
- [PATCH v4 61/66] hw/i386: add option to forcibly report edge trigger in acpi tables,
Xiaoyao Li
- [PATCH v4 62/66] i386/tdx: Don't synchronize guest tsc for TDs,
Xiaoyao Li
- [PATCH v4 63/66] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs,
Xiaoyao Li
- [PATCH v4 64/66] i386/tdx: Skip kvm_put_apicbase() for TDs,
Xiaoyao Li
- [PATCH v4 65/66] i386/tdx: Don't get/put guest state for TDX VMs,
Xiaoyao Li
- [PATCH v4 66/66] docs: Add TDX documentation,
Xiaoyao Li
[PATCH v3 0/3] i386: Minor fixes for building CPUIDs,
Xiaoyao Li
[PATCH v6 0/4] VM: selftests: Add LoongArch support,
Bibo Mao
[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection,
Oliver Upton
- [PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray,
Oliver Upton
- [PATCH 03/15] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs,
Oliver Upton
- [PATCH 02/15] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi(),
Oliver Upton
- [PATCH 04/15] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list(),
Oliver Upton
- [PATCH 05/15] KVM: arm64: vgic: Get rid of the LPI linked-list,
Oliver Upton
- [PATCH 06/15] KVM: arm64: vgic: Use atomics to count LPIs,
Oliver Upton
- [PATCH 07/15] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner,
Oliver Upton
- [PATCH 08/15] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi(),
Oliver Upton
- [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref,
Oliver Upton
- [PATCH 10/15] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq(),
Oliver Upton
- [PATCH 11/15] KVM: arm64: vgic-its: Lazily allocate LPI translation cache,
Oliver Upton
- [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count,
Oliver Upton
- [PATCH 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU,
Oliver Upton
- [PATCH 14/15] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist,
Oliver Upton
- [PATCH 15/15] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads,
Oliver Upton
- Re: [PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection,
Marc Zyngier
[PATCH] KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum,
Maciej S. Szmigiero
[PATCH net-next v1] vsock/test: print type for SOCK_SEQPACKET,
Arseniy Krasnov
[ANNOUNCE] PUCK Notes - 2024.01.24 - Memtypes for non-coherent DMA,
Sean Christopherson
[PATCH] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:,
Suzuki K Poulose
[PATCH 1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing,
Vitaly Kuznetsov
[PATCH] KVM: x86: Check irqchip mode before create PIT,
Brilliant Hanabi
[PATCH 0/2] accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition,
Philippe Mathieu-Daudé
[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data(),
Kirill A. Shutemov
[v3 0/3] KVM: irqchip: synchronize srcu only if needed,
Yi Wang
[PATCH] powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX,
Matthias Schiffer
[PATCH] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver,
Kunwu Chan
[PATCH net-next 2/2] tun: AF_XDP Rx zero-copy support,
Yunjian Wang
[PATCH net-next 0/2] tun: AF_XDP Rx zero-copy support,
Yunjian Wang
[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev,
Yunjian Wang
[PATCH v6 0/6] Delay VERW,
Pawan Gupta
[kvm-unit-tests PATCH 00/24] Introduce RISC-V,
Andrew Jones
- [kvm-unit-tests PATCH 01/24] configure: Add ARCH_LIBDIR,
Andrew Jones
- [kvm-unit-tests PATCH 02/24] riscv: Initial port, hello world,
Andrew Jones
- [kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib,
Andrew Jones
- [kvm-unit-tests PATCH 04/24] arm/arm64: Share cpu online, present and idle masks,
Andrew Jones
- [kvm-unit-tests PATCH 05/24] riscv: Add DT parsing,
Andrew Jones
- [kvm-unit-tests PATCH 06/24] riscv: Add initial SBI support,
Andrew Jones
- [kvm-unit-tests PATCH 07/24] riscv: Add run script and unittests.cfg,
Andrew Jones
- [kvm-unit-tests PATCH 08/24] riscv: Add riscv32 support,
Andrew Jones
- [kvm-unit-tests PATCH 09/24] riscv: Add exception handling,
Andrew Jones
- [kvm-unit-tests PATCH 10/24] riscv: Add backtrace support,
Andrew Jones
- [kvm-unit-tests PATCH 11/24] arm/arm64: Generalize wfe/sev names in smp.c,
Andrew Jones
- [kvm-unit-tests PATCH 12/24] arm/arm64: Remove spinlocks from on_cpu_async,
Andrew Jones
- [kvm-unit-tests PATCH 13/24] arm/arm64: Share on_cpus,
Andrew Jones
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]