messages from 2022-12-10 16:19:16 to 2022-12-13 10:27:07 UTC [more...]
[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
2022-12-13 10:26 UTC (6+ messages)
` [PATCH v2 1/4] KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
` [PATCH v2 2/4] KVM: nVMX: Don't stuff secondary execution control if it's not supported
` [PATCH v2 3/4] KVM: nVMX: Don't muck with allowed sec exec controls on CPUID changes
` [PATCH v2 4/4] KVM: selftests: Test KVM's handling of VMX's sec exec MSR on KVM_SET_CPUID
[PATCH net-next v6] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2022-12-13 10:22 UTC (2+ messages)
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-12-13 9:58 UTC (12+ messages)
` [RFC PATCH V2 02/18] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V2 03/18] x86/hyperv: apic change for sev-snp enlightened guest
` [RFC PATCH V2 04/18] x86/hyperv: Decrypt hv vp assist page in "
` [RFC PATCH V2 05/18] x86/hyperv: Get Virtual Trust Level via hvcall
` [RFC PATCH V2 18/18] x86/sev: Fix interrupt exit code paths from #HV exception
[PATCH v2] KVM: MMU: Make the definition of 'INVALID_GPA' common
2022-12-13 9:04 UTC
[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
2022-12-13 9:51 UTC (21+ messages)
` [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
` [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
` [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
` [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore
` [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code
` [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files
` [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test "
` [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V
[PATCH] KVM: X86: Use the common definition - 'GPA_INVALID' for X86
2022-12-13 9:26 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/1] s390x: test storage keys during migration
2022-12-13 8:50 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: add parallel skey migration test
[PATCH] kvm: kvm_main: Remove unnecessary (void*) conversions
2022-12-13 8:02 UTC
[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
2022-12-13 6:57 UTC (3+ messages)
[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
2022-12-13 6:09 UTC (8+ messages)
` [PATCH 1/7] KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendly
` [PATCH 2/7] KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumented
` [PATCH 3/7] KVM: VMX: Always inline eVMCS read/write helpers
` [PATCH 4/7] KVM: VMX: Always inline to_vmx() and to_kvm_vmx()
` [PATCH 5/7] x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
` [PATCH 6/7] KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlers
` [PATCH 7/7] KVM: VMX: Handle NMI VM-Exits in noinstr region
linux-next: build warning after merge of the kvm tree
2022-12-13 5:11 UTC (2+ messages)
[RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
2022-12-13 4:12 UTC (7+ messages)
[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
2022-12-13 3:30 UTC (6+ messages)
` [PATCH 1/5] KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
` [PATCH 2/5] KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reached
` [PATCH 3/5] KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
` [PATCH 4/5] KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
` [PATCH 5/5] KVM: x86/mmu: Move kvm_tdp_mmu_map()'s prolog and epilog to its caller
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2022-12-13 1:42 UTC (38+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault "
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
[PATCH] vfio/type1: Cleanup remaining vaddr removal/update fragments
2022-12-13 0:11 UTC (18+ messages)
[kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5
2022-12-12 21:00 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Fix overflow checks for PMUv3p5 long counters
[GIT PULL] First batch of KVM changes for Linux 6.2
2022-12-12 20:41 UTC (3+ messages)
[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
2022-12-12 20:23 UTC (8+ messages)
` [RFC PATCH 4/9] x86/kvm/vmx: Virtualize Intel IA32_SPEC_CTRL
` [RFC PATCH 5/9] x86/bugs: Use Virtual MSRs to request hardware mitigations
` [RFC PATCH 6/9] kvm/x86: Add ARCH_CAP_VIRTUAL_ENUM for guest MSR_IA32_ARCH_CAPABILITIES
` [RFC PATCH 7/9] kvm/x86: Add MSR_VIRTUAL_MITIGATION_ENUM/CTRL emulation
` [RFC PATCH 8/9] x86/kvm/vmx: Initialize SPEC_CTRL MASK for RRSBA
` [RFC PATCH 9/9] x86/kvm/vmx: Initialize SPEC_CTRL MASK for BHI
[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-12 18:46 UTC (10+ messages)
` [PATCH iommufd v2 1/9] irq: Add msi_device_has_isolated_msi()
` [PATCH iommufd v2 2/9] iommu: Add iommu_group_has_isolated_msi()
` [PATCH iommufd v2 3/9] vfio/type1: Convert to iommu_group_has_isolated_msi()
` [PATCH iommufd v2 4/9] iommufd: Convert to msi_device_has_isolated_msi()
` [PATCH iommufd v2 5/9] irq: Remove unused irq_domain_check_msi_remap() code
` [PATCH iommufd v2 6/9] irq: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
` [PATCH iommufd v2 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
` [PATCH iommufd v2 8/9] irq/s390: Add arch_is_isolated_msi() for s390
` [PATCH iommufd v2 9/9] iommu: Remove IOMMU_CAP_INTR_REMAP
[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
2022-12-12 18:37 UTC (14+ messages)
` [Patch v4 01/13] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
` [Patch v4 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
` [Patch v4 03/13] KVM: x86: Hyper-V invariant TSC control
` [Patch v4 04/13] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
` [Patch v4 05/13] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [Patch v4 06/13] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
` [Patch v4 07/13] KVM: selftests: Test Hyper-V invariant TSC control
` [Patch v4 08/13] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [Patch v4 09/13] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
` [Patch v4 10/13] KVM: selftests: Test Hyper-V extended hypercall enablement
` [Patch v4 11/13] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
` [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` [Patch v4 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
[GIT PULL] Please pull IOMMUFD subsystem changes
2022-12-12 18:30 UTC
[RFC PATCH vfio 0/7] pds vfio driver
2022-12-12 17:46 UTC (4+ messages)
[PATCH iommufd 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-12 16:25 UTC (9+ messages)
` [PATCH iommufd 4/9] iommufd: Convert to msi_device_has_secure_msi()
[Patch v3 00/13] Add Hyper-v extended hypercall support in KVM
2022-12-12 16:00 UTC (9+ messages)
` [Patch v3 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` [Patch v3 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
[PATCH 1/2] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
2022-12-12 15:32 UTC (2+ messages)
` [PATCH 2/2] kvm: x86/mmu: Remove useless shadow_host_writable_mask
[RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
2022-12-12 14:49 UTC (23+ messages)
[GIT PULL] KVM/riscv changes for 6.2
2022-12-12 14:05 UTC (4+ messages)
[PATCH 0/2] Fix "Instructions Retired" from incorrectly counting
2022-12-12 13:24 UTC (2+ messages)
[PATCH RFC 0/8] KVM: x86/pmu: Enable Fixed Counter3 and Topdown Perf Metrics
2022-12-12 13:23 UTC (10+ messages)
` [PATCH RFC 1/8] perf/core: Add *group_leader to perf_event_create_kernel_counter()
` [PATCH RFC 2/8] perf: x86/core: Expose the available number of the Topdown metrics
` [PATCH RFC 3/8] perf: x86/core: Snyc PERF_METRICS bit together with fixed counter3
` [PATCH RFC 4/8] KVM: x86/pmu: Add Intel CPUID-hinted Topdown Slots event
` [PATCH RFC 5/8] KVM: x86/pmu: Add kernel-defined slots event to enable Fixed Counter3
` [PATCH RFC 6/8] KVM: x86/pmu: properly use INTEL_PMC_FIXED_RDPMC_BASE macro
` [PATCH RFC 7/8] KVM: x86/pmu: Use flex *event arrays to implement grouped events
` [PATCH RFC 8/8] KVM: x86/pmu: Add MSR_PERF_METRICS MSR emulation to enable Topdown
[PATCH 1/1] virtio/vsock: Make vsock virtio packet buff size configurable
2022-12-12 13:10 UTC (4+ messages)
[kvm-unit-tests PATCH v3 0/4] lib: add function to request migration
2022-12-12 11:48 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 1/4] "
` [kvm-unit-tests PATCH v3 2/4] powerpc: use migrate_once() in migration tests
` [kvm-unit-tests PATCH v3 3/4] s390x: "
` [kvm-unit-tests PATCH v3 4/4] arm: "
[PATCH v2 0/7] KVM: selftests: Fixes for ucall pool + page_fault_test
2022-12-12 10:38 UTC (7+ messages)
` [PATCH v2 4/7] KVM: selftests: Correctly initialize the VA space for TTBR0_EL1
` [PATCH v2 7/7] KVM: selftests: Avoid infinite loop if ucall_alloc() fails
[PATCH v13 0/7] s390x: CPU Topology
2022-12-12 10:17 UTC (18+ messages)
` [PATCH v13 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v13 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration
vfio-pci rejects binding to devices having same pcie vendor id and device id
2022-12-12 9:26 UTC (3+ messages)
[PATCH] kvm: x86/mmu: Warn on linking when sp->unsync_children
2022-12-12 9:01 UTC
[PATCH V2] kvm: Remove the unused macro KVM_MMU_READ_[UN]LOCK()
2022-12-12 8:35 UTC
[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
2022-12-12 8:11 UTC (23+ messages)
` [RFC PATCH 5/5] nvme-vfio: Add a document for the NVMe device
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-12 7:23 UTC (9+ messages)
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 8/9] KVM: Handle page fault for private memory
Found a memory leak in kvm module
2022-12-12 3:07 UTC
Compliment Of The Day,
2022-12-10 20:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox