kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-26 10:33:30 to 2021-11-29 21:24:43 UTC [more...]

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-29 21:04 UTC  (5+ messages)
` [kvm-unit-tests PATCH 10/14] x86: Look up the PTEs rather than assuming them

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (26+ messages)
` [PATCH v5 03/69] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
` [PATCH v5 06/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v5 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v5 22/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v5 25/69] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2
` [PATCH v5 26/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v5 33/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v5 35/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 41/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v5 50/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v5 51/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v5 59/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v5 60/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v5 68/69] KVM: arm64: nv: Fast-track 'InHost' exception returns

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-29 17:25 UTC  (5+ messages)
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH] KVM: MMU: shadow nested paging does not have PKU
 2021-11-29 19:08 UTC  (4+ messages)

[PATCH v4 41/66] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
 2021-11-29 18:12 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-11-29 15:24 UTC  (5+ messages)

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-11-29 17:56 UTC  (12+ messages)

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2021-11-29 17:18 UTC  (2+ messages)

[PATCH] kvm/eventfd: fix the misleading comment in kvm_irqfd_assign
 2021-11-29 17:13 UTC  (2+ messages)

[PATCH] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
 2021-11-29 16:59 UTC  (2+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-29 16:41 UTC  (15+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-29 16:34 UTC  (30+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH RFC v2] vfio: Documentation for the migration region
 2021-11-29 14:45 UTC 

[PATCH v3 0/6] KVM: arm64: Emulate the OS lock
 2021-11-29 14:15 UTC  (5+ messages)
` [PATCH v3 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v3 4/6] KVM: arm64: Emulate the OS Lock

[PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-29 12:59 UTC  (26+ messages)
` [PATCH v2 01/17] iommu: Add device dma ownership set/release interfaces
` [PATCH v2 02/17] driver core: Add dma_unconfigure callback in bus_type
` [PATCH v2 03/17] PCI: Add driver dma ownership management
` [PATCH v2 04/17] driver core: platform: "
` [PATCH v2 05/17] amba: "
` [PATCH v2 06/17] bus: fsl-mc: "
` [PATCH v2 07/17] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH v2 08/17] PCI: portdrv: "
` [PATCH v2 09/17] iommu: Add security context management for assigned devices
` [PATCH v2 10/17] iommu: Expose group variants of dma ownership interfaces
` [PATCH v2 11/17] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v2 12/17] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v2 13/17] vfio: Remove use of vfio_group_viable()
` [PATCH v2 14/17] vfio: Delete the unbound_list
` [PATCH v2 15/17] vfio: Remove iommu group notifier
` [PATCH v2 16/17] iommu: Remove iommu group changes notifier
` [PATCH v2 17/17] drm/tegra: Use the iommu dma_owner mechanism

FOSDEM 2022 call for participation
 2021-11-29 10:50 UTC 

[PATCH v5 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-11-29  9:47 UTC  (5+ messages)
` [PATCH v5 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v5 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v5 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v5 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[PATCH] ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
 2021-11-29  9:31 UTC 

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-11-29  9:26 UTC  (8+ messages)
` [RFC PATCH v3 16/59] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space

[PATCH v3 0/3] KVM: s390: Some gaccess cleanup
 2021-11-29  9:17 UTC  (10+ messages)
` [PATCH v3 1/3] KVM: s390: gaccess: Refactor gpa and length calculation
` [PATCH v3 2/3] KVM: s390: gaccess: Refactor access address range check
` [PATCH v3 3/3] KVM: s390: gaccess: Cleanup access to guest pages

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-11-29  7:54 UTC  (5+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v2 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[PATCH 0/2] KVM: arm64: nv: Fix issue with Stage 2 MMU init for Nested case
 2021-11-29  6:00 UTC  (13+ messages)
` [PATCH 1/2] KVM: arm64: Use appropriate mmu pointer in stage2 page table init
` [PATCH 2/2] KVM: arm64: nv: fixup! Support multiple nested Stage-2 mmu structures

[PATCH 1/2] x86/cpu: introduce x86_get_freq
 2021-11-29  5:20 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86: use x86_get_freq to get freq for kvmclock

[PATCH 0/4] KVM RISC-V 64-bit selftests support
 2021-11-29  3:43 UTC  (11+ messages)
` [PATCH 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA size
` [PATCH 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
 2021-11-29  3:43 UTC  (5+ messages)
` [PATCH v5 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v5 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v5 3/4] KVM: arm64/mmu: "
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-11-29  3:28 UTC  (4+ messages)

[GIT PULL] vhost,virtio,vdpa: bugfixes
 2021-11-28 20:03 UTC  (2+ messages)

kernel-selftests/kvm: kvm.tsc_msrs_test.fail
 2021-11-28 11:55 UTC  (2+ messages)

[RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection
 2021-11-27 17:27 UTC  (7+ messages)
` [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

[syzbot] INFO: rcu detected stall in newstat
 2021-11-27 17:11 UTC  (2+ messages)

[RFC PATCH 00/15] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2021-11-27 10:26 UTC  (14+ messages)
` [RFC PATCH 01/15] KVM: x86/mmu: Rename rmap_write_protect to kvm_vcpu_write_protect_gfn
` [RFC PATCH 02/15] KVM: x86/mmu: Rename __rmap_write_protect to rmap_write_protect
` [RFC PATCH 06/15] KVM: x86/mmu: Derive page role from parent
` [RFC PATCH 12/15] KVM: x86/mmu: Split large pages when dirty logging is enabled
` [RFC PATCH 13/15] KVM: x86/mmu: Split large pages during CLEAR_DIRTY_LOG

[PATCH v5 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc
 2021-11-26 20:14 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Update Atish's email address
 2021-11-26 19:31 UTC 

[kvm-unit-tests PATCH 00/39] x86/access: nVMX: Big overhaul
 2021-11-26 18:43 UTC  (10+ messages)
` [kvm-unit-tests PATCH 05/39] x86/access: Refactor so called "page table pool" logic
` [kvm-unit-tests PATCH 13/39] x86/access: Pre-allocate all page tables at (sub)test init
` [kvm-unit-tests PATCH 28/39] nVMX: Remove "v1" version of INVVPID test
` [kvm-unit-tests PATCH 34/39] nVMX: Fix name of macro defining EPT execute only capability

[PATCH v2 0/4] KVM: x86: some fixes about msr access emulation
 2021-11-26 17:39 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: x86: Use different callback if msr access comes from the emulator

[v4][PATCH 1/2] KVM: x86: don't print when fail to read/write pv eoi memory
 2021-11-26 16:54 UTC  (4+ messages)
` [v4][PATCH 2/2] KVM: Clear pv eoi pending bit only when it is set

[PATCH] KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
 2021-11-26 16:45 UTC  (2+ messages)

[PATCH] KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
 2021-11-26 16:11 UTC  (2+ messages)

[PATCH RFC] vfio: Documentation for the migration region
 2021-11-26 15:01 UTC  (10+ messages)

[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
 2021-11-26 13:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support

[PATCH 0/3] KVM: Scalable memslots implementation additional patches
 2021-11-26 13:19 UTC  (6+ messages)
` [PATCH 2/3] KVM: Use atomic_long_cmpxchg() instead of an open-coded variant

[PATCH] KVM: x86/mmu: Handle "default" period when selectively waking kthread
 2021-11-26 13:10 UTC  (2+ messages)

[RFC PATCH] x86/kvm: Allow kvm_read_and_reset_apf_flags() to be instrumented
 2021-11-26 12:31 UTC 

[PATCH 00/12] KVM: X86: misc fixes and cleanup
 2021-11-26 12:58 UTC  (5+ messages)
` [PATCH 11/12] KVM: X86: Check root_level only in fast_pgd_switch()
` [PATCH 12/12] KVM: X86: Walk shadow page starting with shadow_root_level

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-26 12:33 UTC  (6+ messages)

[PATCH v2] KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
 2021-11-26 12:32 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2021-11-26 12:20 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 0/2] KVM: nVMX: Fix VPID + !EPT TLB bugs
 2021-11-26 12:11 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.16, take #2
 2021-11-26 10:42 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 5.16, take #1
 2021-11-26 10:37 UTC  (2+ messages)

[PATCH] KVM: selftests: use ARRAY_SIZE
 2021-11-26 10:31 UTC  (3+ 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 NNTP newsgroup(s).