public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-06 17:53:49 to 2022-06-07 22:22:42 UTC [more...]

[PATCH] KVM: x86: preserve interrupt shadow across SMM entries
 2022-06-07 19:22 UTC  (3+ messages)

[PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
 2022-06-07 18:55 UTC  (10+ messages)

[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
 2022-06-07 18:23 UTC  (6+ messages)
` [PATCH v6 1/5] firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
` [PATCH v6 2/5] firmware: sysfb: Add sysfb_disable() helper function
` [PATCH v6 3/5] fbdev: Disable sysfb device registration when removing conflicting FBs
` [PATCH v6 4/5] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c

[PATCH AUTOSEL 5.10 36/38] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:58 UTC 

[PATCH AUTOSEL 5.4 32/34] s390/gmap: voluntarily schedule during key setting
 2022-06-07 18:00 UTC 

[PATCH AUTOSEL 5.15 48/51] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:55 UTC 

[PATCH AUTOSEL 5.17 57/60] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:52 UTC 

[PATCH AUTOSEL 5.18 65/68] s390/gmap: voluntarily schedule during key setting
 2022-06-07 17:48 UTC 

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-07 17:40 UTC  (3+ messages)
` [PATCH 1/2] drm/aperture: Split conflicting platform driver removal

[PATCH kvmtool 00/24] Virtio v1 support
 2022-06-07 17:02 UTC  (25+ messages)
` [PATCH kvmtool 01/24] virtio: Add NEEDS_RESET to the status mask
` [PATCH kvmtool 02/24] virtio: Remove redundant test
` [PATCH kvmtool 03/24] virtio/vsock: Remove redundant state tracking
` [PATCH kvmtool 04/24] virtio: Factor virtqueue initialization
` [PATCH kvmtool 05/24] virtio: Support modern virtqueue addresses
` [PATCH kvmtool 06/24] virtio: Add config access helpers
` [PATCH kvmtool 07/24] virtio: Fix device-specific config endianness
` [PATCH kvmtool 08/24] virtio/console: Remove unused callback
` [PATCH kvmtool 09/24] virtio: Remove set_guest_features() device op
` [PATCH kvmtool 10/24] Add memcpy_fromiovec_safe
` [PATCH kvmtool 11/24] virtio/net: Offload vnet header endianness conversion to tap
` [PATCH kvmtool 12/24] virtio/net: Prepare for modern virtio
` [PATCH kvmtool 13/24] virtio/net: Implement VIRTIO_F_ANY_LAYOUT feature
` [PATCH kvmtool 14/24] virtio/console: Add "
` [PATCH kvmtool 15/24] virtio/blk: Implement "
` [PATCH kvmtool 16/24] virtio/pci: Factor MSI route creation
` [PATCH kvmtool 17/24] virtio/pci: Delete MSI routes
` [PATCH kvmtool 18/24] virtio: Extract init_vq() for PCI and MMIO
` [PATCH kvmtool 19/24] virtio/pci: Make doorbell offset dynamic
` [PATCH kvmtool 20/24] virtio: Move PCI transport to pci-legacy
` [PATCH kvmtool 21/24] virtio: Add support for modern virtio-pci
` [PATCH kvmtool 22/24] virtio: Move MMIO transport to mmio-legacy
` [PATCH kvmtool 23/24] virtio: Add support for modern virtio-mmio
` [PATCH kvmtool 24/24] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-07 16:43 UTC  (10+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: better smp interrupt checks

[GIT PULL 00/15] KVM: s390: pv dump and selftest changes
 2022-06-07 16:27 UTC  (2+ messages)

[Bug 216091] New: KVM nested virtualization does not support VMX fields that should always be supported
 2022-06-07 16:10 UTC  (2+ messages)
` [Bug 216091] "

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-07 15:27 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state
 2022-06-07 15:27 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Don't read a HW interrupt pending state in user context
` [PATCH v2 2/3] KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
` [PATCH v2 3/3] KVM: arm64: Warn if accessing timer pending state outside of vcpu context
` (subset) [PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state

[PATCH] KVM: SVM: fix tsc scaling cache logic
 2022-06-07 15:26 UTC  (2+ messages)

[PATCH] KVM: selftests: Make hyperv_clock selftest more stable
 2022-06-07 15:22 UTC  (5+ messages)

[PATCH v2] KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
 2022-06-07 15:14 UTC  (4+ messages)

[PATCH 1/1] KVM: MMU: Fix VM entry failure and OOPS for shdaow page table
 2022-06-07 14:58 UTC  (3+ messages)

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-07 14:33 UTC  (3+ messages)
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible

[PATCH kvmtool 0/4] Fix some undefined behaviour
 2022-06-07 14:18 UTC  (4+ messages)
` [PATCH kvmtool 2/4] virtio/mmio: access header members normally

[PATCH 00/23] Update Documentation/ cross-references
 2022-06-07 14:11 UTC  (2+ messages)
` (subset) "

ioregionfd with io_uring IORING_OP_URING_CMD
 2022-06-07 14:08 UTC  (3+ messages)

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-07 13:43 UTC  (6+ messages)
` [PATCH 03/18] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code

[PATCH 0/7] Virtual NMI feature
 2022-06-07 13:22 UTC  (15+ messages)
` [PATCH 1/7] x86/cpu: Add CPUID feature bit for VNMI
` [PATCH 2/7] KVM: SVM: Add VNMI bit definition
` [PATCH 3/7] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCH 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCH 5/7] KVM: SVM: Add VNMI support in inject_nmi
` [PATCH 6/7] KVM: nSVM: implement nested VNMI

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-07 12:42 UTC  (13+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain

[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-07 12:14 UTC  (29+ messages)
` [PATCH v6 02/38] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v6 03/38] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v6 11/38] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v6 14/38] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v6 15/38] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v6 17/38] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v6 18/38] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v6 20/38] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v6 21/38] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v6 22/38] KVM: nSVM: "
` [PATCH v6 25/38] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v6 26/38] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v6 31/38] KVM: selftests: Hyper-V PV TLB flush selftest

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-06-07 12:05 UTC  (5+ messages)
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove

[PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-06-07 11:57 UTC  (7+ messages)
` [PATCH 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH 2/2] vfio: Replace the iommu notifier with a device list

[RFC PATCH v4 00/36] TDX QEMU support
 2022-06-07 11:16 UTC  (9+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus

[PATCH 0/3] KVM: arm64: Fix userspace access to HW pending state
 2022-06-07 11:10 UTC  (4+ messages)
` [PATCH 2/3] KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending

[RFC PATCH v1 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-07 10:26 UTC  (7+ messages)

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-06-07  9:45 UTC  (4+ messages)
` [PATCH v6 1/4] "

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-07  8:54 UTC  (3+ messages)
` [Bug 216026] "

[PATCH] KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
 2022-06-07  8:27 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: AVIC/APICv patch queue
 2022-06-07  7:53 UTC  (10+ messages)
` [PATCH 1/7] KVM: x86: document AVIC/APICv inhibit reasons
` [PATCH 2/7] KVM: x86: inhibit APICv/AVIC when the guest and/or host changes either apic id or the apic base from their default values
` [PATCH 3/7] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [PATCH 4/7] KVM: x86: SVM: fix avic_kick_target_vcpus_fast
` [PATCH 5/7] KVM: x86: disable preemption while updating apicv inhibition
` [PATCH 6/7] KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking
` [PATCH 7/7] KVM: x86: SVM: there is no need for preempt safe wrappers for avic_vcpu_load/put

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-07  6:57 UTC  (3+ messages)

simplify the mdev interface
 2022-06-07  5:56 UTC  (21+ messages)
` [PATCH 1/8] vfio/mdev: make mdev.h standalone includable
` [PATCH 2/8] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 3/8] vfio/mdev: simplify mdev_type handling
` [PATCH 4/8] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 5/8] vfio/mdev: remove mdev_from_dev
` [PATCH 6/8] vfio/mdev: unexport mdev_bus_type
` [PATCH 7/8] vfio/mdev: remove mdev_parent_dev
` [PATCH 8/8] vfio/mdev: remove mtype_get_parent_dev

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-06-07  0:42 UTC  (8+ messages)
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs

[PATCH] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
 2022-06-06 23:11 UTC  (6+ messages)

[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-06-06 23:05 UTC  (2+ messages)

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-06 22:20 UTC  (5+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-06 20:45 UTC  (15+ messages)
` [PATCH v1 01/18] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v1 02/18] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-06 20:42 UTC  (23+ messages)
` [PATCH v9 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v9 02/21] s390/sclp: detect the AISII facility
` [PATCH v9 03/21] s390/sclp: detect the AENI facility
` [PATCH v9 04/21] s390/sclp: detect the AISI facility
` [PATCH v9 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v9 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v9 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v9 08/21] s390/pci: stash associated GISA designation
` [PATCH v9 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 11/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v9 12/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v9 13/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v9 14/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v9 15/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v7 0/8] s390x/pci: zPCI interpretation support
 2022-06-06 20:36 UTC  (9+ messages)
` [PATCH v7 1/8] Update linux headers
` [PATCH v7 2/8] s390x/pci: add routine to get host function handle from CLP info
` [PATCH v7 3/8] s390x/pci: enable for load/store intepretation
` [PATCH v7 4/8] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH v7 5/8] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v7 6/8] s390x/pci: let intercept devices have separate PCI groups
` [PATCH v7 7/8] s390x/pci: reflect proper maxstbl for groups of interpreted devices
` [PATCH v7 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PATCH v2 0/4] kvm: x86/pmu: Introduce and test masked events
 2022-06-06 17:52 UTC  (5+ messages)
` [PATCH v2 1/4] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v2 2/4] selftests: kvm/x86: Add flags when creating a "
` [PATCH v2 3/4] selftests: kvm/x86: Add testing for masked events
` [PATCH v2 4/4] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER


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