messages from 2022-09-08 23:26:42 to 2022-09-12 13:42:02 UTC [more...]
[PATCH v9 00/10] s390x: CPU Topology
2022-09-12 13:41 UTC (5+ messages)
` [PATCH v9 08/10] target/s390x: interception of PTF instruction
` [PATCH v9 10/10] docs/s390x: document s390x cpu topology
[PATCH kvmtool] pci: Disable writes to Status register
2022-09-12 12:46 UTC (2+ messages)
[PATCH] KVM: SVM: don't apply host security mitigations to the guest
2022-09-12 11:58 UTC
[PATCH 4/4] iommu: Fix ordering of iommu_release_device()
2022-09-12 11:13 UTC (11+ messages)
[PATCH RFC v2 00/13] IOMMUFD Generic interface
2022-09-12 10:40 UTC (5+ messages)
` [PATCH RFC v2 02/13] iommufd: Overview documentation
[PATCH kernel] KVM: SVM: Fix function name in comment
2022-09-12 9:36 UTC (3+ messages)
[PATCH] KVM: s390: vsie: fix crycb virtual vs physical usage
2022-09-12 8:03 UTC (3+ messages)
[PATCH v5 0/5] KVM: Dirty quota-based throttling
2022-09-12 4:15 UTC (7+ messages)
` [PATCH v5 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v5 2/5] KVM: x86: Dirty "
` [PATCH v5 3/5] KVM: arm64: "
` [PATCH v5 4/5] KVM: s390x: "
` [PATCH v5 5/5] KVM: selftests: Add selftests for dirty quota throttling
[PATCH v4 00/26] KVM: hardware enable/disable reorganize
2022-09-11 3:00 UTC (35+ messages)
` [PATCH v4 09/26] KVM: Do processor compatibility check on resume
` [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
` [PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
` [PATCH v4 14/26] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v4 15/26] KVM: kvm_arch.c: Remove _nolock post fix
` [PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v4 17/26] KVM: Introduce a arch wrapper to check all processor compatibility
` [PATCH v4 18/26] KVM: x86: Duplicate arch callbacks related to pm events and compat check
` [PATCH v4 19/26] KVM: Eliminate kvm_arch_post_init_vm()
` [PATCH v4 20/26] KVM: Add config to not compile kvm_arch.c
` [PATCH v4 21/26] KVM: x86: Delete kvm_arch_hardware_enable/disable()
` [PATCH v4 22/26] KVM: x86: Make x86 processor compat check callback empty
` [PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
` [PATCH v4 24/26] KVM: Eliminate kvm_arch_check_processor_compat()
` [PATCH v4 25/26] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
` [PATCH v4 26/26] RFC: KVM: "
[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-09-10 23:35 UTC (18+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
[PATCH AUTOSEL 5.19 06/38] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
2022-09-10 21:15 UTC
[PATCH 0/3] KVM: arm64: Fix a bug of single-step execution enabled by userspace
2022-09-10 10:36 UTC (8+ messages)
` [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
` [PATCH 2/3] KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases
` [PATCH 3/3] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP
[PATCH 0/9] KVM: arm64: selftests: Test linked {break,watch}points
2022-09-10 5:22 UTC (16+ messages)
` [PATCH 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint
[PATCH v3 00/15] Tidy up vfio_device life cycle
2022-09-09 23:53 UTC (19+ messages)
` [PATCH v3 01/15] vfio: Add helpers for unifying "
` [PATCH v3 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v3 03/15] vfio/mlx5: "
` [PATCH v3 04/15] vfio/hisi_acc: "
` [PATCH v3 05/15] vfio/mdpy: "
` [PATCH v3 06/15] vfio/mtty: "
` [PATCH v3 07/15] vfio/mbochs: "
` [PATCH v3 08/15] drm/i915/gvt: "
` [PATCH v3 09/15] vfio/ap: "
` [PATCH v3 10/15] vfio/fsl-mc: "
` [PATCH v3 11/15] vfio/platform: "
` [PATCH v3 12/15] vfio/amba: "
` [PATCH v3 13/15] vfio/ccw: "
` [PATCH v3 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v3 15/15] vfio: Add struct device to vfio_device
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-09 23:02 UTC (17+ messages)
[PATCH] KVM: x86: Un-inhibit APICv/AVIC when switching to x2APIC mode
2022-09-09 19:54 UTC
[GIT PULL] VFIO fix for v6.0-rc5
2022-09-09 18:58 UTC (7+ messages)
[PATCH RFC v2 03/13] iommufd: File descriptor, context, kconfig and makefiles
2022-09-09 18:46 UTC (3+ messages)
[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
2022-09-09 18:13 UTC (5+ messages)
` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]
[PATCH v5 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
2022-09-09 17:41 UTC (12+ messages)
` [PATCH v5 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v5 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v5 3/3] KVM: selftests: randomize page access order
Call for Outreachy Dec-Mar internship project ideas
2022-09-09 16:41 UTC
[PATCH v5 0/3] Enable notify VM exit
2022-09-09 16:25 UTC (5+ messages)
` [PATCH v5 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v5 3/3] i386: Add notify VM exit support
[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
2022-09-09 16:24 UTC (3+ messages)
[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
2022-09-09 16:11 UTC (2+ messages)
[PATCH v2] KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
2022-09-09 14:57 UTC (4+ messages)
[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
2022-09-09 14:53 UTC (5+ messages)
[PATCH 1/2] KVM: x86/xen: Remove redundant NULL check
2022-09-09 14:46 UTC (4+ messages)
` [PATCH 2/2] KVM: x86: Introduce kvm_gfn_to_hva_cache_valid()
[PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite
2022-09-09 14:32 UTC (2+ messages)
[RFC PATCH 0/9] kvm: implement atomic memslot updates
2022-09-09 14:30 UTC (11+ messages)
` [RFC PATCH 1/9] kvm_main.c: move slot check in kvm_set_memory_region
` [RFC PATCH 2/9] kvm.h: introduce KVM_SET_USER_MEMORY_REGION_LIST ioctl
` [RFC PATCH 3/9] kvm_main.c: introduce kvm_internal_memory_region_list
` [RFC PATCH 4/9] kvm_main.c: split logic in kvm_set_memslots
` [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
` [RFC PATCH 6/9] kvm_main.c: simplify change-specific callbacks
` [RFC PATCH 7/9] kvm_main.c: duplicate invalid memslot also in inactive list
` [RFC PATCH 8/9] kvm_main.c: find memslots from the inactive memslot list
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update
[kvm-unit-tests PATCH] arm/psci: Test that CPU 1 has been successfully brought online
2022-09-09 14:29 UTC
[PATCH v2 4/4] vfio/pci: Allow MMIO regions to be exported through dma-buf
2022-09-09 14:09 UTC (12+ messages)
[kvm-unit-tests PATCH v3 0/2] s390x: dump support for PV tests
2022-09-09 12:14 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: factor out common args for genprotimg
` [kvm-unit-tests PATCH v3 2/2] s390x: create persistent comm-key
[PATCH] KVM: s390: pci: fix GAIT physical vs virtual pointers usage
2022-09-09 9:52 UTC (2+ messages)
[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
2022-09-09 11:02 UTC (21+ messages)
` [RFC PATCH 1/2] softmmu/memory: add missing begin/commit callback calls
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase
[RFC PATCH 0/1] accel/kvm: implement KVM_SET_USER_MEMORY_REGION_LIST
2022-09-09 11:00 UTC (2+ messages)
` [RFC PATCH 1/1] kvm/kvm-all.c: implement KVM_SET_USER_MEMORY_REGION_LIST ioctl
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-09 8:04 UTC (3+ messages)
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
[PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
2022-09-09 10:15 UTC (4+ messages)
` [PATCH v2 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
2022-09-09 10:07 UTC (14+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 06/14] KVM: arm64: Return next table from map callbacks
` [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
[PATCH 0/4] Conditionally read fields in dev cfg space
2022-09-09 8:57 UTC (5+ 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
BUG: soft lockup - CPU#0 stuck for 26s! with nested KVM on 5.19.x
2022-09-09 8:33 UTC (8+ messages)
[RFC PATCH v2 0/3] accel/kvm: extend kvm memory listener to support
2022-09-09 8:11 UTC (4+ messages)
` [RFC PATCH v2 1/3] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [RFC PATCH v2 2/3] accel/kvm/kvm-all.c: pass kvm_userspace_memory_region_entry instead
` [RFC PATCH v2 3/3] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase
[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
2022-09-09 7:01 UTC (6+ messages)
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
[RFC PATCH v3 0/7] add support for CDX bus
2022-09-09 6:32 UTC (5+ messages)
` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent
[PATCH v2 0/2] expose host-phys-bits to guest
2022-09-09 6:13 UTC (7+ messages)
` [PATCH v2 2/2] [RfC] "
[Bug 216365] New: kvm selftests build fail
2022-09-09 6:04 UTC (2+ messages)
` [Bug 216365] "
[PATCH v2 00/15] Tidy up vfio_device life cycle
2022-09-09 3:09 UTC (11+ messages)
` [PATCH v2 13/15] vfio/ccw: Use the new device life cycle helpers
` [PATCH v2 15/15] vfio: Add struct device to vfio_device
[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
2022-09-08 23:31 UTC (6+ messages)
` [PATCH 1/5] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).