KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 17:07:13 to 2022-08-24 03:31:07 UTC [more...]

[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
 2022-08-24  3:30 UTC 

[PATCH v4 0/6] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-24  3:21 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v4 2/6] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v4 3/6] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v4 4/6] tools: Add atomic_test_and_set_bit()
` [PATCH v4 5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v4 6/6] KVM: selftests: Add ucall pool based implementation

[RFC PATCH v6 00/36] KVM: x86: eVMCS rework
 2022-08-24  3:01 UTC  (37+ messages)
` [RFC PATCH v6 01/36] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [RFC PATCH v6 02/36] x86/hyperv: Update "
` [RFC PATCH v6 03/36] KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
` [RFC PATCH v6 04/36] KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
` [RFC PATCH v6 05/36] KVM: x86: Report error when setting CPUID if Hyper-V allocation fails
` [RFC PATCH v6 06/36] KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
` [RFC PATCH v6 07/36] KVM: nVMX: Refactor unsupported eVMCS controls logic to use 2-d array
` [RFC PATCH v6 08/36] KVM: nVMX: Use CC() macro to handle eVMCS unsupported controls checks
` [RFC PATCH v6 09/36] KVM: nVMX: Enforce unsupported eVMCS in VMX MSRs for host accesses
` [RFC PATCH v6 10/36] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [RFC PATCH v6 11/36] KVM: nVMX: Support several new fields in eVMCSv1
` [RFC PATCH v6 12/36] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [RFC PATCH v6 13/36] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [RFC PATCH v6 14/36] KVM: selftests: Switch to updated eVMCSv1 definition
` [RFC PATCH v6 15/36] KVM: nVMX: WARN once and fail VM-Enter if eVMCS sees VMFUNC[63:32] != 0
` [RFC PATCH v6 16/36] KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCS
` [RFC PATCH v6 17/36] KVM: nVMX: Support TSC scaling "
` [RFC PATCH v6 18/36] KVM: selftests: Enable TSC scaling in evmcs selftest
` [RFC PATCH v6 19/36] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [RFC PATCH v6 20/36] KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
` [RFC PATCH v6 21/36] KVM: nVMX: Always emulate PERF_GLOBAL_CTRL VM-Entry/VM-Exit controls
` [RFC PATCH v6 22/36] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [RFC PATCH v6 23/36] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [RFC PATCH v6 24/36] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [RFC PATCH v6 25/36] KVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit kernels/KVM
` [RFC PATCH v6 26/36] KVM: VMX: Extend VMX controls macro shenanigans
` [RFC PATCH v6 27/36] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [RFC PATCH v6 28/36] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [RFC PATCH v6 29/36] KVM: VMX: Add missing CPU based VM execution "
` [RFC PATCH v6 30/36] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [RFC PATCH v6 31/36] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [RFC PATCH v6 32/36] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [RFC PATCH v6 33/36] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [RFC PATCH v6 34/36] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [RFC PATCH v6 35/36] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [RFC PATCH v6 36/36] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-24  0:53 UTC  (11+ messages)
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 020/103] KVM: TDX: create/destroy VM structure

[PATCH v2] vfio: Remove vfio_group dev_counter
 2022-08-24  0:38 UTC  (5+ messages)

[PATCH] KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
 2022-08-24  0:20 UTC  (8+ messages)
` [kvm-unit-tests PATCH] x86/emulator: Test POP-SS blocking

WARNING: kmalloc bug in kvm_page_track_create_memslot
 2022-08-24  0:16 UTC 

[PATCH v5 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-08-23 23:47 UTC  (14+ messages)
` [PATCH v5 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v5 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v5 03/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v5 04/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v5 05/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v5 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v5 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [PATCH v5 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v5 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v5 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v5 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v5 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v5 13/13] KVM: selftests: aarch64: Add mix of "

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-08-23 23:37 UTC  (8+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-08-23 23:34 UTC  (5+ messages)
` [PATCH 2/2] Documentation/x86: Explain guest XSTATE permission control

[RFC PATCH 0/2] KVM: x86: Add a new attribute to control dynamic XSTATE components
 2022-08-23 23:14 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: x86: Add a new system attribute for dynamic XSTATE component
` [RFC PATCH 2/2] selftests: kvm: Use the KVM API to enable dynamic XSTATE features

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-23 23:19 UTC  (19+ messages)
` [PATCH v1 1/5] "
` [PATCH v1 3/5] KVM: selftests: Dirty host pages in dirty_log_test

[PATCH] KVM: x86: Expose Predictive Store Forwarding Disable
 2022-08-23 21:26 UTC 

[PATCH net-next v4 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-23 20:57 UTC  (6+ messages)

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-23 20:16 UTC  (23+ messages)
` [PATCH v5 03/26] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS

[PATCH] KVM: s390: pci: fix plain integer as NULL pointer warnings
 2022-08-23 19:18 UTC  (2+ messages)

simplify the mdev interface v7
 2022-08-23 18:07 UTC  (16+ messages)
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/14] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling
` [PATCH 10/14] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/14] vfio/mdev: consolidate all the name "
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 17:41 UTC  (14+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-08-23 17:41 UTC  (16+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-08-23 17:27 UTC  (4+ messages)
` [PATCH 5/6] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 16:05 UTC  (12+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd

KVM call for agenda for 2022-09-06
 2022-08-23 15:26 UTC 

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-23 15:06 UTC  (3+ messages)
` [PATCH v3 1/2] s390/vfio-ap: bypass unnecessary processing of AP resources
` [PATCH v3 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-23 13:21 UTC  (3+ messages)
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault

FYI: xapic_state_test selftest fails with avic enabled
 2022-08-23 14:19 UTC  (2+ messages)

[PATCH v5 0/3] Enable notify VM exit
 2022-08-23 14:44 UTC  (5+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1

[PATCH v2] KVM: s390: pci: Hook to access KVM lowlevel from VFIO
 2022-08-23 11:54 UTC  (3+ messages)

[kvm-unit-tests PATCH v6 0/4] Add panic test support
 2022-08-23 11:16 UTC  (7+ messages)
` [kvm-unit-tests PATCH v6 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v6 2/4] lib/s390x: add CPU timer related defines and functions
` [kvm-unit-tests PATCH v6 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v6 4/4] s390x: add pgm spec interrupt "

[kvm-unit-tests PATCH v5 0/4] Add panic test support
 2022-08-23  9:39 UTC  (9+ messages)
` [kvm-unit-tests PATCH v5 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v5 2/4] lib/s390x: add CPU timer related defines and functions
` [kvm-unit-tests PATCH v5 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v5 4/4] s390x: add pgm spec interrupt "

[kvm-unit-tests PATCH v1] x86: efi: set up the IDT before accessing MSRs
 2022-08-23  9:43 UTC 

[PATCH RESEND v2 0/8] x86/pmu: Corner cases fixes and optimization
 2022-08-23  9:32 UTC  (9+ messages)
` [PATCH RESEND v2 1/8] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
` [PATCH RESEND v2 2/8] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
` [PATCH RESEND v2 3/8] KVM: x86/pmu: Don't generate PEBS records for emulated instructions
` [PATCH RESEND v2 4/8] KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
` [PATCH RESEND v2 5/8] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH RESEND v2 6/8] KVM: x86/pmu: Defer counter emulated overflow via pmc->stale_counter
` [PATCH RESEND v2 7/8] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
` [PATCH RESEND v2 8/8] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability

[RFC PATCH 00/18] KVM hardware enable/disable reorganize
 2022-08-23  8:40 UTC  (7+ messages)
` [RFC PATCH 03/18] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [RFC PATCH 12/18] KVM: Do processor compatibility check on cpu online and resume

[kvm-unit-tests PATCH v1 1/1] lib/s390x: fix SMP setup bug
 2022-08-23  7:38 UTC  (5+ messages)

[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
 2022-08-23  6:52 UTC  (18+ messages)

[PATCH] KVM: fix memoryleak in kvm_init()
 2022-08-23  6:34 UTC 

[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-23  6:32 UTC 

[PATCH v2 0/3] Documentation fixes for kvm-upstream-workaround
 2022-08-23  5:57 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-23  4:30 UTC  (3+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode

[Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
 2022-08-23  0:57 UTC  (6+ messages)
` [Bug 216388] "

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-23  0:46 UTC  (5+ messages)
` [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v7 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH] KVM: x86: Always enable legacy fp/sse
 2022-08-23  0:15 UTC  (4+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-23  0:08 UTC  (6+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-22 23:55 UTC  (5+ messages)
` [V3 10/11] KVM: selftests: Add ucall pool based implementation

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-22 21:58 UTC  (3+ messages)

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-08-22 20:26 UTC  (7+ messages)

[PATCH v3 0/7] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-08-22 19:40 UTC  (9+ messages)
` [PATCH v3 2/7] KVM: x86: make vendor code check for all nested events
` [PATCH v3 3/7] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v3 4/7] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v3 5/7] KVM: x86: never write to memory from kvm_vcpu_check_block
` [PATCH v3 6/7] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v3 7/7] KVM: remove KVM_REQ_UNHALT

[kvm-unit-tests PATCH v4 08/13] x86: efi: Provide percpu storage
 2022-08-22 18:07 UTC  (4+ messages)

[PATCH] mailmap: Update Oliver's email address
 2022-08-22 17:18 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).