kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 17:57:31 to 2022-09-20 22:55:48 UTC [more...]

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-20 22:55 UTC  (7+ messages)
` [PATCH v3 06/15] vfio/mtty: Use the new device life cycle helpers
` [PATCH v3 15/15] vfio: Add struct device to vfio_device

[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-20 22:52 UTC  (3+ messages)
` [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-20 22:50 UTC  (24+ 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: x86/mmu: fix repeated words in comments
 2022-09-20 22:16 UTC  (2+ messages)

[PATCH v2 0/2] Add missing trace points in emulator path
 2022-09-20 22:12 UTC  (2+ messages)

[PATCH kernel v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-20 21:46 UTC  (3+ messages)

[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
 2022-09-20 21:36 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "KVM: SVM: Allow EFER.LMSLE to be set with nested svm"
` [PATCH v2 2/3] x86/cpufeatures: Introduce X86_FEATURE_NO_LMSLE
` [PATCH v2 3/3] KVM: SVM: Unconditionally enumerate EferLmsleUnsupported

[PATCH] KVM: x86: Handle MXCSR in kvm_arch_vcpu_ioctl_{get,set}_fpu
 2022-09-20 21:33 UTC  (2+ messages)

[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-09-20 21:17 UTC  (12+ messages)
` [PATCH v2 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-20 20:07 UTC  (6+ messages)

[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
 2022-09-20 19:51 UTC  (2+ messages)

[PATCH 1/4] vfio: Simplify vfio_create_group()
 2022-09-20 19:45 UTC  (2+ messages)

[RFC] KVM: s390: pci: register pci hooks without interpretation
 2022-09-20 19:28 UTC  (2+ messages)

[PATCH 3/4] vfio: Follow a strict lifetime for struct iommu_group *
 2022-09-20 19:32 UTC  (2+ messages)

[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
 2022-09-20 19:30 UTC  (3+ messages)

[PATCH] KVM: s390: pci: register pci hooks without interpretation
 2022-09-20 19:30 UTC 

[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
 2022-09-20 19:19 UTC  (3+ messages)

[PATCH v7 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-20 18:57 UTC  (24+ 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 0/5] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-20 18:46 UTC  (10+ 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 v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-20 18:44 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()

[PATCH v5 0/7] Introduce and test masked events
 2022-09-20 17:59 UTC  (10+ messages)
` [PATCH v5 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v5 2/7] kvm: x86/pmu: Remove invalid raw events from the pmu event filter
` [PATCH v5 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v5 5/7] selftests: kvm/x86: Add flags when creating a "
` [PATCH v5 6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER
` [PATCH v5 7/7] selftests: kvm/x86: Test masked events

[PATCH v3 3/7] mm: Add PG_arch_3 page flag
 2022-09-20 16:58 UTC  (8+ messages)

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-20 16:50 UTC  (5+ messages)
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC

[PATCH v3 0/4] dirty_log_perf_test cpu pinning and some goodies
 2022-09-20 16:31 UTC  (2+ messages)

[kvm-unit-tests GIT PULL 00/28] storage keys, attestation, migration tests
 2022-09-20 15:53 UTC  (3+ messages)
` [kvm-unit-tests GIT PULL 02/28] s390x: add test for SIGP STORE_ADTL_STATUS order

[PATCH v4 0/7] Introduce and test masked events
 2022-09-20 15:24 UTC  (4+ messages)
` [PATCH v4 7/7] selftests: kvm/x86: Test "

[Bug 216498] New: Can't load kvmgt anymore (works with 5.18)
 2022-09-20 15:00 UTC  (2+ messages)
` [Bug 216498] "

[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
 2022-09-20 14:59 UTC  (26+ messages)
` [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early
` [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking
` [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu()
` [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include
` [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-20 14:04 UTC  (12+ messages)
` [PATCH Part2 v6 11/49] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

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

[PATCH -next] RISC-V: KVM: add __init annotation to riscv_kvm_init()
 2022-09-20 13:47 UTC 

[PATCH kernel v2 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-09-20 13:43 UTC  (5+ messages)
` [PATCH kernel v2 1/3] powerpc/iommu: Add "borrowing" iommu_table_group_ops
` [PATCH kernel v2 2/3] powerpc/pci_64: Init pcibios subsys a bit later
` [PATCH kernel v2 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2022-09-20 11:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests

[RFC PATCH v2 0/1] KVM: s390: pv: fix clock comparator late after suspend/resume
 2022-09-20 11:07 UTC  (3+ messages)
` [RFC PATCH v2 1/1] KVM: s390: pv: don't allow userspace to set the clock under PV

[PATCH 0/4] Conditionally read fields in dev cfg space
 2022-09-20  9:58 UTC  (12+ 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 kernel] KVM: SVM: Fix function name in comment
 2022-09-20  8:48 UTC  (5+ messages)

[PATCH] KVM: s390: pci: fix GAIT physical vs virtual pointers usage
 2022-09-20  8:25 UTC  (2+ messages)

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

[kvm-unit-tests GIT PULL 00/11] s390x: LPAR boot fix and additional tests
 2022-09-20  7:30 UTC  (12+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests GIT PULL 02/11] s390x: smp: use an array for sigp calls
` [kvm-unit-tests GIT PULL 03/11] s390x: smp: add tests for calls in wait state
` [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
` [kvm-unit-tests GIT PULL 11/11] s390x: create persistent comm-key

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

[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 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  (4+ messages)
` [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 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 v6 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-19 20:01 UTC  (12+ messages)
` [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [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  (4+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[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


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).