kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 23:14:11 to 2023-03-21 00:05:04 UTC [more...]

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-21  0:04 UTC  (26+ messages)
` [PATCH v5 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v5 25/34] x86/fred: disallow the swapgs instruction when FRED is enabled
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-20 23:39 UTC  (20+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-20 23:21 UTC 

[PATCH] KVM: x86: Allow restore of some sregs with protected state
 2023-03-20 22:51 UTC 

KVM call for agenda for 2023-03-21
 2023-03-20 22:45 UTC  (4+ messages)

[PATCH v4 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs
 2023-03-20 22:42 UTC  (4+ messages)

[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
 2023-03-20 22:36 UTC  (19+ messages)
` [PATCH v6 1/7] KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode
` [PATCH v6 3/7] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v6 4/7] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v6 5/7] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v6 6/7] KVM: x86: Untag address when LAM applicable
` [PATCH v6 7/7] KVM: x86: Expose LAM feature to userspace VMM

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-20 22:22 UTC  (26+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation

[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
 2023-03-20 22:10 UTC  (12+ messages)
` [PATCH 01/11] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH 02/11] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
` [PATCH 04/11] KVM: arm64: Rename SMC/HVC call handler to reflect reality
` [PATCH 05/11] KVM: arm64: Start handling SMCs from EL1
` [PATCH 06/11] KVM: arm64: Refactor hvc filtering to support different actions
` [PATCH 07/11] KVM: arm64: Use a maple tree to represent the SMCCC filter
` [PATCH 08/11] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [PATCH 09/11] KVM: arm64: Indroduce support for userspace SMCCC filtering
` [PATCH 10/11] KVM: selftests: Add a helper for SMCCC calls with SMC instruction
` [PATCH 11/11] KVM: selftests: Add test for SMCCC filter

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-03-20 21:37 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache

[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-20 21:31 UTC 

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-20 21:34 UTC  (13+ messages)
` [PATCH v3 2/6] KVM: VMX: Avoid retpoline call for control register caused exits
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-20 20:36 UTC  (14+ messages)
` [PATCH rcu 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu 7/7] rcutorture: Add srcu_lockdep.sh

[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-20 18:02 UTC  (3+ messages)

[RFC PATCH v1 0/3] fix header length on skb merging
 2023-03-20 18:12 UTC  (10+ messages)
` [RFC PATCH v1 1/3] virtio/vsock: "
` [RFC PATCH v1 2/3] virtio/vsock: add WARN() for invalid state of socket
` [RFC PATCH v1 3/3] test/vsock: skbuff merging test

[PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
 2023-03-20 19:09 UTC  (6+ messages)
` [PATCH 06/21] KVM: x86/mmu: Get rid of is_cpuid_PSE36()
` [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-20 19:08 UTC  (4+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-20 19:07 UTC  (9+ messages)
` [PATCH 2/7] vfio/pci: Only check ownership of opened devices in "
` [PATCH 3/7] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH 4/7] vfio/pci: Renaming for accepting device fd in hot reset path
` [PATCH 6/7] vfio: Accpet device file from vfio PCI "

[PATCH] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-20 18:51 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-20 18:09 UTC  (11+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations

[PATCH net-next v1] virtio/vsock: check transport before skb allocation
 2023-03-20 17:43 UTC 

[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-20 17:34 UTC  (3+ messages)
` [PATCH v2 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()

[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-20 16:52 UTC  (11+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

[RFC PATCH 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-20 16:12 UTC  (7+ messages)
` [RFC PATCH 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X

[PATCH v3 0/8] Clean up the supported xfeatures
 2023-03-20 15:45 UTC  (2+ messages)

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-20 15:33 UTC  (12+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-20 14:54 UTC  (18+ messages)
` [PATCH -next v15 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v15 09/19] riscv: Add task switch support for vector
` [PATCH -next v15 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built

[PATCH v2 kvmtool] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-20 14:37 UTC  (3+ messages)

[PATCH kvmtool v3] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-20 14:33 UTC 

[PATCH kvmtool v3] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-20 14:32 UTC 

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-20 14:30 UTC  (6+ messages)
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU

[PATCH kvmtool] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-20 14:27 UTC 

[PATCH-for-8.1 4/5] bulk: Do not declare function prototypes using extern keyword
 2023-03-20 14:23 UTC  (3+ messages)

[RFC PATCH v1] virtio/vsock: check transport before skb allocation
 2023-03-20 13:58 UTC  (2+ messages)

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-20 13:56 UTC  (10+ messages)
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
` [PATCH v5 3/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-20 13:54 UTC  (5+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
` [PATCH v2 3/5] iommu/vt-d: Extend dmar_domain to support nested domain

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-20 12:48 UTC  (11+ messages)
` [PATCH 02/12] iommu: Add nested domain support
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-20 12:43 UTC  (4+ messages)
` [PATCH v2 4/4] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_HW_INFO ioctl

[kvm-unit-tests PATCH v6] s390x: Add tests for execute-type instructions
 2023-03-20 12:25 UTC  (2+ messages)

[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
 2023-03-20 12:22 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/3] s390x: Add misaligned instruction tests
 2023-03-20 12:21 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-20  9:47 UTC  (12+ messages)
` [kvm-unit-tests v2 01/10] MAINTAINERS: Update powerpc list
` [kvm-unit-tests v2 02/10] powerpc: add local variant of SPR test
` [kvm-unit-tests v2 03/10] powerpc: abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v2 04/10] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests v2 05/10] powerpc: Indirect SPR accessor functions
` [kvm-unit-tests v2 06/10] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v2 07/10] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v2 08/10] powerpc: Discover runtime load address dynamically
` [kvm-unit-tests v2 09/10] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests v2 10/10] powerpc/sprs: Test hypervisor registers on powernv machine

[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
 2023-03-20  8:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v7 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH vfio] vfio/mlx5: Fix the report of dirty_bytes upon pre-copy
 2023-03-19 14:18 UTC  (5+ messages)

[PATCH v1] vfio/mdev: Remove redundant driver match function
 2023-03-19 14:18 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] x86: Add test cases for LAM
 2023-03-19  8:37 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: Allow setting of CR3 LAM bits if LAM supported
` [kvm-unit-tests PATCH v2 2/4] x86: Add test case for LAM_SUP
` [kvm-unit-tests PATCH v2 3/4] x86: Add test cases for LAM_{U48,U57}
` [kvm-unit-tests PATCH v2 4/4] x86: Add test case for INVVPID with LAM

[PATCH v2 0/4] x86: Add test cases for LAM
 2023-03-19  8:32 UTC  (6+ messages)
` [PATCH v2 1/4] x86: Allow setting of CR3 LAM bits if LAM supported
` [PATCH v2 2/4] x86: Add test case for LAM_SUP
` [PATCH v2 3/4] x86: Add test cases for LAM_{U48,U57}
` [PATCH v2 4/4] x86: Add test case for INVVPID with LAM

[RFC PATCH v1] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-18 21:23 UTC  (4+ messages)

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-18 19:06 UTC  (4+ messages)

Should I record QEMU developers fortnightly call?
 2023-03-18 18:10 UTC 

[Patch v3 0/7] Optimize clear dirty log
 2023-03-17 23:51 UTC  (9+ messages)
` [Patch v3 2/7] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [Patch v3 7/7] KVM: x86/mmu: Merge all handle_changed_pte* functions


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