kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 00:46:49 to 2022-08-24 10:42:35 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (20+ 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

[kvm-unit-tests PATCH v5 0/2] Add specification exception tests
 2022-08-24  9:35 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: Add specification exception test

[PATCH 0/2] KVM: x86: Allow opt out of guest hypercall patching
 2022-08-24  9:34 UTC  (9+ messages)
` [PATCH 1/2] KVM: x86: Allow userspace to opt out of "

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-08-24  9:29 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v2 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH v2 3/6] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH v2 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v2 5/6] KVM: x86/mmu: Introduce helper function to do range-based flushing for given page
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH] KVM: x86: use TPAUSE to replace PAUSE in halt polling
 2022-08-24  9:11 UTC 

[RFC PATCH v2 0/6] add support for CDX bus controller
 2022-08-24  8:50 UTC  (6+ messages)
  ` [RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver

[PATCH v8 00/12] s390x: CPU Topology
 2022-08-24  8:41 UTC  (18+ 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

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-24  8:31 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[kvm-unit-tests PATCH v1 0/2] s390x: dump support for PV tests
 2022-08-24  8:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: create persistent comm-key

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-08-24  6:03 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-08-24  4:33 UTC  (7+ messages)
` [PATCH 1/2] Documentation/x86: Add the AMX enabling example
` [PATCH 2/2] Documentation/x86: Explain guest XSTATE permission control

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-24  4:27 UTC  (7+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers

[PATCH net-next v4 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-24  3:48 UTC  (7+ messages)

[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
 2022-08-24  3:30 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
` [PATCH 2/3] KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
` [PATCH 3/3] KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled

[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  (2+ messages)

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: "

[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 v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-23 20:16 UTC  (16+ messages)
` [PATCH v5 03/26] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition

[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 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] "

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)

[Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
 2022-08-23  0:57 UTC  (2+ 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 "


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 NNTP newsgroup(s).