kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 05:58:23 to 2023-03-20 07:40:59 UTC [more...]

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-20  7:40 UTC  (14+ messages)
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-20  7:03 UTC  (11+ 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

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-20  6:57 UTC  (4+ messages)
` [PATCH v5 3/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}

[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
 2023-03-20  1:30 UTC  (9+ 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

[RFC PATCH v1 0/3] fix header length on skb merging
 2023-03-19 18:53 UTC  (4+ 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

[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-19 18:46 UTC 

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-19 16:34 UTC  (5+ messages)
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 12/12] x86/smpboot: Allow parallel bringup for SEV-ES

[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 

KVM call for agenda for 2023-03-21
 2023-03-18 17:59 UTC 

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-18  8:34 UTC  (6+ 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 RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-18  5:13 UTC  (8+ 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 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-17 23:59 UTC  (6+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

[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

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-17 23:42 UTC  (29+ 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
` [WIP Patch v2 11/14] KVM: arm64: Allow user_mem_abort to return 0 to signal a 'normal' exit
` [WIP Patch v2 12/14] KVM: arm64: Implement KVM_CAP_MEMORY_FAULT_NOWAIT

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

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-03-17 22:45 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache

[RFC PATCH v1] virtio/vsock: check transport before skb allocation
 2023-03-17 21:54 UTC  (2+ messages)

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-17 21:26 UTC  (4+ messages)
` [PATCH rcu 3/7] locking: Reduce the number of locks in ww_mutex stress tests

[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
 2023-03-17 21:11 UTC 

[PATCH v2 0/2] Calculate memory access latency stats
 2023-03-17 18:16 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
` [PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-03-17 18:07 UTC  (6+ messages)

[kvm-unit-tests PATCH v3 0/3] s390x: Add misaligned instruction tests
 2023-03-17 16:37 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v3 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-17 16:20 UTC  (34+ messages)
` [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry
` [PATCH v2 06/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH v2 07/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH v2 08/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH v2 09/27] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
` [PATCH v2 10/27] drm/i915/gvt: Protect gfn hash table with vgpu_lock
` [PATCH v2 12/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
` [PATCH v2 13/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH v2 15/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH v2 16/27] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH v2 17/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
` [PATCH v2 23/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
` [PATCH v2 25/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
` [PATCH v2 26/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
` [PATCH v2 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details

[PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-17 16:00 UTC  (4+ messages)

[PATCH v2 kvmtool] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-17 16:00 UTC  (2+ messages)

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-17 15:46 UTC  (23+ messages)
` [PATCH -next v15 01/19] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v15 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v15 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v15 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v15 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v15 06/19] riscv: Introduce Vector enable/disable helpers
` [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 11/19] riscv: Add ptrace vector support
` [PATCH -next v15 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v15 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v15 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built

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

[kvm-unit-tests PATCH v4 0/3] s390x: Add misaligned instruction tests
 2023-03-17 14:41 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v4 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v4 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[kvm-unit-tests PATCH 1/7] MAINTAINERS: Update powerpc list
 2023-03-17 13:01 UTC  (9+ messages)
` [kvm-unit-tests PATCH 2/7] powerpc: add local variant of SPR test
` [kvm-unit-tests PATCH 3/7] powerpc: abstract H_CEDE calls into a sleep() function
` [kvm-unit-tests PATCH 4/7] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests PATCH 5/7] powerpc: Indirect SPR accessor functions
` [kvm-unit-tests PATCH 6/7] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH 7/7] powerpc/spapr_vpa: Add basic VPA tests

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-17 12:11 UTC  (14+ messages)
` [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PATCH v2 05/32] gitlab: update centos-8-stream job
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors

[GIT PULL] KVM/riscv fixes for 6.3, take #1
 2023-03-17 11:32 UTC 

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-17 11:25 UTC  (6+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb

[kvm-unit-tests PATCH v6] s390x: Add tests for execute-type instructions
 2023-03-17 11:23 UTC 

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-17 10:20 UTC  (5+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC

[PATCH v7 00/22] Add vfio_device cdev for iommufd support
 2023-03-17  9:53 UTC  (2+ messages)

Zapytanie ofertowe
 2023-03-17  9:15 UTC 

[PATCH v2] KVM: selftests: Add new CFLAGS to generate dependency files
 2023-03-17  8:43 UTC 

[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
 2023-03-17  9:09 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-17  9:03 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Disable interrupts while walking userspace PTs

[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-17  8:43 UTC  (2+ messages)

[PATCH v2] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-17  8:22 UTC 


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