public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-05 21:08:10 to 2023-04-07 07:28:28 UTC [more...]

[PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-07  7:28 UTC  (24+ messages)
` [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
` [PATCH v4 06/12] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v4 07/12] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu
` [PATCH v4 08/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH v4 09/12] KVM: x86/pmu: Forget PERFCTR_CORE if the min "
` [PATCH v4 10/12] KVM: x86/cpuid: Add X86_FEATURE_PERFMON_V2 as a scattered flag
` [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-07  7:21 UTC  (15+ messages)
` [PATCH V2 4/8] vfio/pci: Use xarray for interrupt context storage
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x

The necessity of injecting a hardware exception reported in VMX IDT vectoring information
 2023-04-07  7:15 UTC  (10+ messages)

[PATCH] vfio/cdx: add support for CDX bus
 2023-04-07  5:03 UTC  (3+ messages)

[PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-07  3:42 UTC  (14+ messages)
` [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
` [PATCH v9 07/25] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v9 08/25] vfio: Block device access via device fd until device is opened
` [PATCH v9 09/25] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v9 10/25] vfio: Make vfio_device_open() single open for device cdev path

[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
 2023-04-07  2:33 UTC  (18+ messages)
` [RFC PATCH 1/7] x86/entry: Move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [RFC PATCH 2/7] x86/entry: Add IST main stack
` [RFC PATCH 3/7] x86/entry: Implement atomic-IST-entry

[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
 2023-04-07  2:18 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-04-07  2:06 UTC  (2+ messages)

[PATCH v5 00/30] Add KVM LoongArch support
 2023-04-07  2:00 UTC  (31+ messages)
` [PATCH v5 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v5 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v5 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v5 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v5 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v5 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v5 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v5 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v5 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v5 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v5 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v5 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v5 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v5 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v5 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v5 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v5 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v5 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v5 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v5 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v5 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v5 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v5 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v5 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v5 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v5 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v5 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v5 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v5 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v5 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH 1/3] KVM: x86: Disallow enable KVM_CAP_X86_DISABLE_EXITS capability after vCPUs have been created
 2023-04-07  2:01 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86: Don't update KVM PV feature CPUID during vCPU running

[PATCH v3 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-04-07  2:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Link with "-z noexecstack" to suppress irrelevant linker warnings
 2023-04-06 22:08 UTC 

[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
 2023-04-06 21:39 UTC  (13+ messages)

[PATCH v2 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-06 20:23 UTC  (6+ messages)
` [PATCH v2 05/11] qemu-options: finesse the recommendations around -blockdev

[Bug 217304] New: KVM does not handle NMI blocking correctly in nested virtualization
 2023-04-06 19:14 UTC  (3+ messages)
` [Bug 217304] "

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-06 19:12 UTC  (9+ messages)
` [PATCH 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-04-06 18:46 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-04-06 18:00 UTC  (7+ messages)
` [PATCH 1/2] KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)
` [PATCH 2/2] KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-06 17:53 UTC  (18+ messages)
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO

[PATCH 00/10] accel/kvm: Spring cleaning
 2023-04-06 17:46 UTC  (12+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
` [PATCH 02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs
` [PATCH 08/10] target/ppc: Restrict KVM-specific field from ArchCPU
` [PATCH 10/10] hw/s390x: Rename pv.c -> pv-kvm.c

[GIT PULL] KVM/arm64 fixes for 6.3, part #3
 2023-04-06 17:35 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/flat.lds: Silence warnings about empty loadable segments
 2023-04-06 17:19 UTC  (5+ messages)

[PATCH 0/2] KVM: arm64: Synchronise speculative page table walks on translation regime change
 2023-04-06 16:56 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: nvhe: Synchronise with page table walker on MMU update

[PATCH][v2] x86/kvm: Don't check vCPU preempted if vCPU has dedicated pCPU and non-trap HLT
 2023-04-06 16:49 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86/emulator: Test non-canonical memory access exceptions
 2023-04-06 16:43 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 0/2] nSVM: vNMI testcase
 2023-04-06 16:31 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/2] nSVM: Add helper to report fatal errors in guest
` [kvm-unit-tests PATCH v4 2/2] x86: nSVM: Add support for VNMI test

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-06 16:25 UTC  (16+ messages)
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v13 019/113] KVM: TDX: create/destroy VM structure

[PATCH][next] KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCALL_EXIT_SMC"
 2023-04-06 16:23 UTC  (2+ messages)

[PATCH v2 0/4] x86: Add test cases for LAM
 2023-04-06 16:09 UTC  (5+ messages)
` [PATCH v2 2/4] x86: Add test case for LAM_SUP

[PATCH] KVM: arm64: vhe: Drop extra isb() on guest exit
 2023-04-06 15:48 UTC 

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-06 13:20 UTC  (5+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-04-06 13:22 UTC  (6+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-06 12:07 UTC  (2+ messages)

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-04-06 11:14 UTC  (4+ messages)
` [Bug 217307] "

W sprawie samochodu
 2023-04-06  7:40 UTC 

[RESEND PATCH] kvm/selftests: Close opened file descriptor in stable_tsc_check_supported()
 2023-04-06  8:07 UTC  (6+ messages)

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-04-06  8:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE "

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-04-06  7:26 UTC  (9+ messages)

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-06  7:07 UTC  (3+ messages)

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-06  4:42 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros

[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix
 2023-04-06  3:08 UTC  (5+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2023-04-06  3:06 UTC 

[kvm-unit-tests PATCH 0/5] x86: Add "safe" macros to wrap ASM_TRY()
 2023-04-06  2:51 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] x86: Add macros to wrap ASM_TRY() for single instructions
` [kvm-unit-tests PATCH 2/5] x86: Convert inputs-only "safe" instruction helpers to asm_safe()
` [kvm-unit-tests PATCH 3/5] x86: Add macros to wrap ASM_TRY() for single instructions with output(s)
` [kvm-unit-tests PATCH 4/5] x86: Move invpcid_safe() to processor.h and convert to asm_safe()
` [kvm-unit-tests PATCH 5/5] x86: Move XSETBV and XGETBV "safe" helpers to processor.h

[PATCH REBASED] KVM: x86: SVM: Fix one redefine issue about VMCB_AVIC_APIC_BAR_MASK
 2023-04-06  2:31 UTC  (4+ messages)

[PATCH v1 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-06  2:28 UTC  (5+ messages)
` [PATCH v1 2/2] KVM: arm64: PMU: Ensure to trap PMU access from EL0 to EL2

[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
 2023-04-06  2:11 UTC  (2+ messages)

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-04-06  0:34 UTC  (2+ messages)

[PATCH v2 0/2] KVM: PPC: Book3S HV: Injected interrupt SRR1
 2023-04-06  0:34 UTC  (2+ messages)

[PATCH] KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()
 2023-04-06  0:17 UTC 

[PATCH] KVM: x86/pmu: Zero out pmu->all_valid_pmc_idx each time it's refreshed
 2023-04-05 23:59 UTC  (2+ messages)

[PATCH] KVM: x86: set varaiable mitigate_smt_rsb storage-class-specifier to static
 2023-04-05 23:59 UTC  (2+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-05 23:48 UTC  (4+ messages)
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates

[kvm-unit-tests v3 00/13] powerpc: updates, P10, PNV support
 2023-04-05 23:45 UTC  (3+ messages)
` [kvm-unit-tests v3 10/13] powerpc: Add support for more interrupts including HV interrupts

[PATCH] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode in SGX handler
 2023-04-05 23:16 UTC  (2+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new testcases
 2023-04-05 23:16 UTC 

[PATCH v13 003/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2023-04-05 23:10 UTC  (12+ messages)

[kvm-unit-tests PATCH] x86/syscall: Add suffix to "sysret" to silence an assembler warning
 2023-04-05 23:01 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] x86/msr: Add tests for command MSRs
 2023-04-05 23:00 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] x86: Add testcases for x2APIC MSRs
 2023-04-05 23:00 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] x86: Fix goofs in FEP access configs
 2023-04-05 23:00 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/emulator: Segment load fixes
 2023-04-05 23:00 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] x86: Fixes for rdpid test
 2023-04-05 23:00 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:32 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:29 UTC  (2+ messages)

[RFC PATCH v2 0/6] Improve VM CPUfreq and task placement behavior
 2023-04-05 22:07 UTC  (4+ messages)
` [RFC PATCH v2 5/6] dt-bindings: cpufreq: add bindings for virtual kvm cpufreq

[PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
 2023-04-05 22:06 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 21:58 UTC  (2+ messages)

[PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling
 2023-04-05 21:50 UTC  (2+ messages)

[PATCH v3 2/6] vfio/nvgpu: expose GPU device memory as BAR1
 2023-04-05 21:07 UTC  (2+ messages)

[PATCH v3 3/6] mm: handle poisoning of pfn without struct pages
 2023-04-05 21:07 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox