public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-16 08:21:39 to 2022-09-20 07:32:36 UTC [more...]

[kvm-unit-tests GIT PULL 00/11] s390x: LPAR boot fix and additional tests
 2022-09-20  7:30 UTC  (9+ messages)
` [kvm-unit-tests GIT PULL 02/11] s390x: smp: use an array for sigp calls
` [kvm-unit-tests GIT PULL 04/11] lib/s390x: fix SMP setup bug
` [kvm-unit-tests GIT PULL 05/11] runtime: add support for panic tests
` [kvm-unit-tests GIT PULL 06/11] lib/s390x: add CPU timer related defines and functions
` [kvm-unit-tests GIT PULL 07/11] s390x: add extint loop test
` [kvm-unit-tests GIT PULL 08/11] s390x: add pgm spec interrupt "
` [kvm-unit-tests GIT PULL 09/11] s390x: Add strict mode to specification exception interpretation test
` [kvm-unit-tests GIT PULL 10/11] s390x: factor out common args for genprotimg

[PATCH] kvm_host.h: fix spelling typo in function declaration
 2022-09-20  6:02 UTC 

[PATCH v6 0/2] Enable notify VM exit
 2022-09-20  5:55 UTC  (7+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support

[PATCH 0/4] Conditionally read fields in dev cfg space
 2022-09-20  5:46 UTC  (10+ messages)
` [PATCH 1/4] vDPA: allow userspace to query features of a vDPA device
` [PATCH 2/4] vDPA: only report driver features if FEATURES_OK is set
` [PATCH 3/4] vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
` [PATCH 4/4] vDPA: Conditionally read MTU and MAC in dev cfg space

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-20  5:36 UTC  (18+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
` [PATCH 2/9] exec/hwaddr.h: Add missing include
` [PATCH 3/9] hw/core/sysbus: Resolve main_system_bus singleton
` [PATCH 4/9] hw/ppc/spapr: Fix code style problems reported by checkpatch
` [PATCH 6/9] target/loongarch/cpu: Remove unneeded include directive
` [PATCH 7/9] hw/sysbus: Introduce dedicated struct SysBusState for TYPE_SYSTEM_BUS
` [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
` [PATCH 9/9] exec/address-spaces: Inline legacy functions
  ` [PATCH 5/9] exec/address-spaces: Wrap address space singletons into functions

[PATCH] kvm: vmx: keep constant definition format consistent
 2022-09-20  4:52 UTC 

[RESEND PATCH] kvm: mmu: fix typos in struct kvm_arch
 2022-09-20  4:44 UTC 

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

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

[RFC 0/9] KVM perf support
 2022-09-20  2:24 UTC  (3+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH v2 0/4] KVM: arm64: Fix bugs of single-step execution enabled by userspace
 2022-09-20  2:13 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabled
` [PATCH v2 2/4] KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pending
` [PATCH v2 3/4] KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases
` [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

[PATCH v3 0/7] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-20  1:15 UTC  (4+ messages)

[PATCH v2 0/9] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-20  0:55 UTC  (9+ messages)
` [PATCH v2 2/9] KVM: x86: remove return value of kvm_vcpu_block
` [PATCH v2 9/9] KVM: x86: never write to memory from kvm_vcpu_check_block

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-19 23:46 UTC  (8+ messages)
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH 0/2] KVM: selftests: Rename perf_test_util to memstress
 2022-09-19 23:23 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
` [PATCH 2/2] KVM: selftests: Rename perf_test_util symbols to memstress

[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-19 22:36 UTC  (2+ messages)

[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-19 21:26 UTC  (9+ messages)
` [PATCH 2/5] KVM: selftests: Compare insn opcodes directly in fix_hypercall_test
` [PATCH 3/5] KVM: selftests: Remove unnecessary register shuffling "
` [PATCH 4/5] KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==off
` [PATCH 5/5] KVM: selftests: Dedup subtests of fix_hypercall_test

[PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-19 20:01 UTC  (21+ messages)
` [PATCH v6 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v6 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v6 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [PATCH v6 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-19 19:10 UTC  (10+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v3 3/7] mm: Add PG_arch_3 page flag
 2022-09-19 18:12 UTC  (5+ messages)

[PATCH 0/5] KVM: EFER.LMSLE cleanup
 2022-09-19 18:09 UTC  (8+ messages)
` [PATCH 2/5] KVM: svm: Disallow EFER.LMSLE on hardware that doesn't support it

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2022-09-19 18:08 UTC  (4+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-19 17:56 UTC  (9+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

Call for Outreachy Dec-Mar internship project ideas
 2022-09-19 17:36 UTC  (2+ messages)

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-19 17:30 UTC  (12+ messages)
` [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update

[GIT PULL] KVM/arm64 fixes for 6.0, take #2
 2022-09-19 17:18 UTC 

[PATCH v2] KVM: s390: Pass initialized arg even if unused
 2022-09-19 16:17 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-19 16:17 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-19 15:55 UTC  (15+ messages)

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2022-09-19 15:10 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v4 08/12] arm: pmu: Test SW_INCR event count
` [kvm-unit-tests PATCH v4 10/12] arm: pmu: test 32-bit <-> 64-bit transitions

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-09-19 14:31 UTC  (6+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[Bug 216498] New: Can't load kvmgt anymore (works with 5.18)
 2022-09-19 11:04 UTC  (4+ messages)
` [Bug 216498] "

[v1] KVM: s390: pv: fix external interruption loop not always detected
 2022-09-19  9:37 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-09-19  9:34 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v2 2/3] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v2 3/3] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-09-19  9:10 UTC  (3+ messages)
` [PATCH v3 2/3] KVM: x86/pmu: Limit the maximum number of supported Intel GP counters
` [PATCH v3 3/3] KVM: x86/pmu: Limit the maximum number of supported AMD "

[PATCH v3 0/7] x86/pmu: Corner cases fixes and optimization
 2022-09-19  8:58 UTC  (3+ messages)

[PATCH v2 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-09-19  8:49 UTC  (3+ messages)

[PATCH] KVM: x86: Un-inhibit APICv/AVIC when switching to x2APIC mode
 2022-09-19  7:32 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-09-19  7:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1

[PATCH linux-next] KVM: s390: pci: fix comparing pointer to 0
 2022-09-19  6:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] x86: nSVM: Add testing for routing L2 exceptions
 2022-09-19  4:41 UTC  (3+ messages)

[PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-19  1:27 UTC  (3+ messages)

[RFC PATCH 0/4] KVM: x86/xen: shinfo cache lock corruption
 2022-09-18 23:13 UTC  (4+ messages)
` [RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-18 13:11 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
 2022-09-17 20:23 UTC  (3+ messages)
` [Bug 216388] "

[PATCH] vhost: add __init/__exit annotations to module init/exit funcs
 2022-09-17  8:38 UTC 

[PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups
 2022-09-17  1:11 UTC  (3+ messages)

[PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-09-17  1:05 UTC  (2+ messages)

[PATCH 3/4] x86/fpu: Clarify the XSTATE clearing only for extended components
 2022-09-17  0:25 UTC  (2+ messages)

[PATCH] KVM: x86: Handle MXCSR in kvm_arch_vcpu_ioctl_{get,set}_fpu
 2022-09-17  0:09 UTC 

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-16 19:10 UTC  (12+ messages)
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC
` [PATCH v2 13/23] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode

[PATCH 00/19] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-16 18:58 UTC  (6+ messages)
` [PATCH 16/19] KVM: x86: Explicitly track all possibilities for APIC map's logical modes

[PATCH] KVM: duplicate code
 2022-09-16 17:27 UTC  (2+ messages)

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-16  3:51 UTC  (9+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-16 13:52 UTC  (7+ messages)
` [PATCH v3 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
` [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control
` [PATCH v3 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v3 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v3 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-09-16 10:02 UTC  (4+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-09-16  9:00 UTC  (4+ messages)

[PATCH kvmtool 0/1] riscv: Add zihintpause extension support
 2022-09-16  8:21 UTC  (3+ messages)
` [PATCH kvmtool 1/1] "


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