public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-29 10:10:19 to 2022-08-30 22:20:17 UTC [more...]

[RFC PATCH v2 00/17] TDX KVM selftests
 2022-08-30 22:19 UTC  (2+ messages)
` [RFC PATCH v2 02/17] KVM: selftest: Add helper functions to create TDX VMs

[PATCH 00/15] Tidy up vfio_device life cycle
 2022-08-30 22:18 UTC  (9+ messages)
` [PATCH 01/15] vfio: Add helpers for unifying "
` [PATCH 09/15] vfio/ap: Use the new device life cycle helpers
` [PATCH 15/15] vfio: Add struct device to vfio_device

[PATCH v5 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-08-30 22:02 UTC  (6+ messages)
` [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 v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-30 21:52 UTC  (4+ messages)
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v2 0/2] MSR Filtering documentation updates
 2022-08-30 21:48 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering

[PATCH] KVM: SVM: remove unnecessary check on INIT intercept
 2022-08-30 21:46 UTC  (2+ messages)

[PATCH] KVM: x86: Fix mce_banks memory leak on mci_ctl2_banks allocation failure
 2022-08-30 21:45 UTC  (2+ messages)

[PATCH v2] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-08-30 21:45 UTC  (2+ messages)

[PATCH] KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run
 2022-08-30 21:43 UTC  (2+ messages)

[PATCH] KVM: Add extra information in kvm_page_fault trace point
 2022-08-30 21:42 UTC  (3+ messages)

[PATCH] KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
 2022-08-30 21:41 UTC  (2+ messages)

[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-30 21:40 UTC  (2+ messages)

[PATCH] KVM: fix memoryleak in kvm_init()
 2022-08-30 21:36 UTC  (2+ messages)

[PATCH v4 0/3] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-30 21:29 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: x86: Update trace function for nested VM entry "
` [PATCH v4 3/3] KVM: x86: Print guest pgd in kvm_nested_vmenter()

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-08-30 19:52 UTC  (15+ messages)
` [PATCH 01/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 03/14] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [PATCH 04/14] KVM: arm64: Read the PTE once per visit
` [PATCH 05/14] KVM: arm64: Split init and set for table PTE
` [PATCH 06/14] KVM: arm64: Return next table from map callbacks
` [PATCH 07/14] KVM: arm64: Document behavior of pgtable visitor callback
` [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH 10/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware
` [PATCH 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware
` [PATCH 13/14] KVM: arm64: Make table->block "
` [PATCH 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH 0/2] Add missing trace points in emulator path
 2022-08-30 19:05 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Return emulator error if RDMSR/WRMSR emulation failed
` [PATCH 2/2] KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator path

[PATCH v2 3/3] KVM: selftests: Randomize page access order
 2022-08-30 19:02 UTC  (2+ messages)

[PATCH v2 2/3] KVM: selftests: Randomize which pages are written vs read
 2022-08-30 19:02 UTC  (2+ messages)

[PATCH v2 1/3] KVM: selftests: Create source of randomness for guest code
 2022-08-30 19:01 UTC  (2+ messages)

[PATCH RESEND v2 0/8] x86/pmu: Corner cases fixes and optimization
 2022-08-30 18:24 UTC  (12+ messages)
` [PATCH RESEND v2 1/8] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
` [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

[PATCH v2] KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
 2022-08-30 17:49 UTC 

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-08-30 17:45 UTC  (8+ messages)
` [PATCH 1/6] KVM: arm64: Use visibility hook to treat ID regs as RAZ
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH 3/6] KVM: arm64: Spin off helper for calling visibility hook

[PATCH] KVM: nVMX: Fix comment typo
 2022-08-30 17:24 UTC  (2+ messages)

[PATCH 0/8] Break up ioctl dispatch functions to one function per ioctl
 2022-08-30 16:51 UTC  (9+ messages)
` [PATCH 7/8] vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
` [PATCH 8/8] vfio: Split VFIO_GROUP_GET_STATUS into a function

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-30 16:27 UTC  (3+ messages)

[PATCH] vfio/type1: Unpin zero pages
 2022-08-30 15:43 UTC  (5+ messages)

[kvm-unit-tests PATCH v6 0/2] Add specification exception tests
 2022-08-30 15:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: Add specification exception test

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-30 14:42 UTC  (10+ messages)
` [PATCH v1 1/5] "

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

[RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver
 2022-08-30 13:12 UTC  (15+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: Add exit time test
 2022-08-30 12:52 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib/s390x: time: add wrapper for stckf
` [kvm-unit-tests PATCH v1 2/2] s390x: add exittime tests

[PATCH v2 00/19] KVM hardware enable/disable reorganize
 2022-08-30 12:01 UTC  (20+ messages)
` [PATCH v2 01/19] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v2 02/19] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v2 03/19] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v2 04/19] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v2 05/19] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 06/19] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 07/19] KVM: Add arch hooks for PM events with empty stub
` [PATCH v2 08/19] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v2 09/19] KVM: Add arch hook when VM is added/deleted
` [PATCH v2 10/19] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v2 11/19] KVM: kvm_arch.c: Remove _nolock post fix
` [PATCH v2 12/19] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v2 13/19] KVM: Do processor compatibility check on cpu online and resume
` [PATCH v2 14/19] KVM: x86: Duplicate arch callbacks related to pm events
` [PATCH v2 15/19] KVM: Eliminate kvm_arch_post_init_vm()
` [PATCH v2 16/19] KVM: x86: Delete kvm_arch_hardware_enable/disable()
` [PATCH v2 17/19] KVM: Add config to not compile kvm_arch.c
` [PATCH v2 18/19] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
` [PATCH v2 19/19] RFC: KVM: "

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-30 12:01 UTC  (21+ messages)
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 019/103] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
` [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v8 026/103] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v8 027/103] KVM: TDX: Do TDX specific vcpu initialization

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-30 10:59 UTC  (8+ messages)
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-08-30 10:12 UTC  (3+ messages)
` [PATCH v2 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter

[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
 2022-08-30  9:43 UTC  (19+ messages)

[GIT PULL 0/1] KVM: s390: VFIO PCI build fix
 2022-08-30  8:32 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: pci: Hook to access KVM lowlevel from VFIO

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-08-30  6:02 UTC  (4+ messages)

[PATCH] KVM: x86: use TPAUSE to replace PAUSE in halt polling
 2022-08-30  5:56 UTC  (5+ messages)

[PATCH v5 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-30  4:27 UTC  (10+ messages)
` [PATCH v5 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v5 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v5 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v5 7/7] KVM: selftests: Add ucall pool based implementation

[PATCH v3] KVM: VMX: Allow exposing EDECCSSA user leaf function to KVM guest
 2022-08-30  2:45 UTC 

Telegram: Werden Sie in einem Monat einer der Krypto-Millionare
 2022-08-30  0:12 UTC 

[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-29 19:49 UTC  (2+ messages)
` [PATCH v6 2/2] selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace

[PATCH v2 0/4] Fix a race between posted interrupt delivery and migration in a nested VM
 2022-08-29 17:21 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86: move the event handling of KVM_REQ_GET_VMCS12_PAGES into a common function
` [PATCH v2 3/4] KVM: selftests: Add support for posted interrupt handling in L2
` [PATCH v2 4/4] KVM: selftests: Test if posted interrupt delivery race with migration

[V4 0/8] KVM: selftests: Add simple SEV test
 2022-08-29 17:10 UTC  (9+ messages)
` [V4 1/8] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [V4 2/8] KVM: selftests: sparsebit: add const where appropriate
` [V4 3/8] KVM: selftests: add hooks for managing encrypted guest memory
` [V4 4/8] KVM: selftests: handle encryption bits in page tables
` [V4 5/8] KVM: selftests: add support for encrypted vm_vaddr_* allocations
` [V4 6/8] KVM: selftests: add library for creating/interacting with SEV guests
` [V4 7/8] KVM: selftests: Update ucall pool to allocate from shared memory
` [V4 8/8] KVM: selftests: Add simple sev vm testing

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-29 15:21 UTC  (9+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v3 0/4] dirty_log_perf_test cpu pinning and some goodies
 2022-08-29 16:06 UTC  (3+ messages)
` [PATCH v3 2/4] KVM: selftests: Put command line options in alphabetical order in dirty_log_perf_test

[RFC PATCH v6 00/36] KVM: x86: eVMCS rework
 2022-08-29 15:54 UTC  (6+ messages)

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-29 15:45 UTC  (7+ messages)
` [V3 08/11] KVM: selftests: add library for creating/interacting with SEV guests
` [V3 11/11] KVM: selftests: Add simple sev vm testing

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

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-29 13:28 UTC  (2+ messages)

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-29 12:26 UTC  (4+ messages)
` [PATCH 4/4] vfio/pci: "

[PATCH v7 0/5] vfio/pci: power management changes
 2022-08-29 11:48 UTC  (6+ messages)
` [PATCH v7 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v7 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v7 3/5] vfio/pci: Mask INTx during runtime suspend
` [PATCH v7 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v7 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH v2 1/3] vfio/pci: Split linux/vfio_pci_core.h
 2022-08-29 11:47 UTC  (2+ messages)

[PATCH v2 3/3] vfio/pci: Simplify the is_intx/msi/msix/etc defines
 2022-08-29 11:51 UTC  (2+ messages)

[PATCH v2 2/3] vfio/pci: Rename vfio_pci_register_dev_region()
 2022-08-29 11:49 UTC  (2+ messages)

[PATCHv4 0/8] Virtual NMI feature
 2022-08-29 10:08 UTC  (9+ messages)
` [PATCHv4 1/8] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv4 2/8] KVM: SVM: Add VNMI bit definition
` [PATCHv4 3/8] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCHv4 4/8] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCHv4 5/8] KVM: SVM: Add VNMI support in inject_nmi
` [PATCHv4 6/8] KVM: nSVM: implement nested VNMI
` [PATCHv4 7/8] KVM: nSVM: emulate VMEXIT_INVALID case for "
` [PATCHv4 8/8] KVM: SVM: Enable VNMI feature


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