messages from 2023-03-07 01:19:52 to 2023-03-08 07:17:32 UTC [more...]
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-08 7:17 UTC (21+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
2023-03-08 6:36 UTC (4+ messages)
` [PATCH 1/3] powerpc/kvm: Make kvmppc_get_last_inst() produce a ppc_inst_t
` [PATCH 2/3] powerpc/kvm: Fetch prefixed instructions from the guest
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM
[RFC PATCH v4 0/7] pds vfio driver
2023-03-08 5:24 UTC (8+ messages)
` [RFC PATCH v4 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH v4 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH v4 3/7] vfio/pds: register with the pds_core PF
` [RFC PATCH v4 4/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH v4 5/7] vfio/pds: Add support for dirty page tracking
` [RFC PATCH v4 6/7] vfio/pds: Add support for firmware recovery
` [RFC PATCH v4 7/7] vfio/pds: Add Kconfig and documentation
[REPOST PATCH 00/16] Add support for vPMU selftests
2023-03-08 4:44 UTC (15+ messages)
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs
[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-08 3:18 UTC (20+ messages)
` [PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v2 02/17] iommufd: Add iommufd_group
` [PATCH v2 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v2 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v2 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v2 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v2 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v2 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v2 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v2 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v2 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v2 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v2 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v2 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
2023-03-08 2:45 UTC (10+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events
` [PATCH v3 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v3 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v3 4/5] KVM: selftests: Fixup test asserts
` [PATCH v3 5/5] KVM: selftests: Test the PMU event "Instructions retired"
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-03-08 2:08 UTC (20+ messages)
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
2023-03-08 1:59 UTC (4+ messages)
[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
2023-03-08 1:20 UTC (5+ messages)
[PATCH v10 00/16] TDX host kernel support
2023-03-08 1:11 UTC (2+ messages)
[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
2023-03-08 0:39 UTC (7+ messages)
[RFC PATCH v2 0/4] virtio/vsock: fix credit update logic
2023-03-07 23:53 UTC (8+ messages)
` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-08 0:13 UTC (2+ messages)
[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
2023-03-07 23:41 UTC (2+ messages)
[PATCH v3 0/9] Export platform features from ccp driver
2023-03-07 23:42 UTC (3+ messages)
` [PATCH v3 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`
[PATCH v13 00/11] Parallel CPU bringup for x86_64
2023-03-07 23:35 UTC (10+ messages)
` [External] "
[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
2023-03-07 23:28 UTC (4+ messages)
[PATCH v2 0/4] Reenable VFIO support on POWER systems
2023-03-07 23:04 UTC (5+ messages)
[PATCH] Check for IOMMU table validity in error handler
2023-03-07 23:02 UTC
[PATCH v3 0/6] Support writable CPU ID registers from userspace
2023-03-07 22:44 UTC (3+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
[PATCH v5 00/34] x86: enable FRED for x86-64
2023-03-07 22:00 UTC (36+ messages)
` [PATCH v5 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v5 02/34] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v5 03/34] x86/traps: add install_system_interrupt_handler()
` [PATCH v5 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v5 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v5 06/34] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v5 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v5 08/34] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v5 09/34] x86/cpu: add X86_CR4_FRED macro
` [PATCH v5 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v5 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v5 12/34] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v5 13/34] x86/fred: header file for event types
` [PATCH v5 14/34] x86/fred: header file with FRED definitions
` [PATCH v5 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v5 16/34] x86/fred: reserve space for the FRED stack frame
` [PATCH v5 17/34] x86/fred: add a page fault entry stub for FRED
` [PATCH v5 18/34] x86/fred: add a debug "
` [PATCH v5 19/34] x86/fred: add a NMI "
` [PATCH v5 20/34] x86/fred: add a machine check "
` [PATCH v5 21/34] x86/fred: FRED entry/exit and dispatch code
` [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 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v5 25/34] x86/fred: disallow the swapgs instruction "
` [PATCH v5 26/34] x86/fred: no ESPFIX needed "
` [PATCH v5 27/34] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v5 29/34] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v5 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v5 31/34] x86/fred: allow dynamic stack frame size
` [PATCH v5 32/34] x86/fred: disable FRED by default in its early stage
` [PATCH v5 33/34] KVM: x86/vmx: call external_interrupt() to handle IRQ in IRQ caused VM exits
` [PATCH v5 34/34] KVM: x86/vmx: execute "int $2" to handle NMI in NMI caused VM exits when FRED is enabled
[PATCH] vfio/pci/vfio_pci_core.c: add IORESOURCE_EXCLUSIVE flag
2023-03-07 21:47 UTC (2+ messages)
[PULL 30/30] gdbstub: move update guest debug to accel ops
2023-03-07 21:21 UTC
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-07 20:27 UTC (3+ messages)
[Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
2023-03-07 20:18 UTC (5+ messages)
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-03-07 19:55 UTC (11+ messages)
[PATCH 5.15 468/567] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
2023-03-07 17:03 UTC (2+ messages)
` [PATCH 5.15 469/567] KVM: SVM: hyper-v: placate modpost section mismatch error
[PATCH 6.1 727/885] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
2023-03-07 17:01 UTC (2+ messages)
` [PATCH 6.1 728/885] KVM: SVM: hyper-v: placate modpost section mismatch error
[Patch v4 00/18] NUMA aware page table allocation
2023-03-07 18:33 UTC (3+ messages)
[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-03-07 17:53 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 6.2 0833/1001] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
2023-03-07 17:00 UTC (2+ messages)
` [PATCH 6.2 0834/1001] KVM: SVM: hyper-v: placate modpost section mismatch error
[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
2023-03-07 17:05 UTC (10+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
2023-03-07 16:35 UTC (2+ messages)
[PATCH v3 0/8] Clean up the supported xfeatures
2023-03-07 16:33 UTC (9+ messages)
` [PATCH v3 2/8] KVM: x86: Clear all supported MPX xfeatures if they are not all set
` [PATCH v3 7/8] KVM: selftests: Add XFEATURE masks to common code
[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
2023-03-07 16:32 UTC (10+ messages)
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Fortnightly KVM call for 2023-02-07
2023-03-07 16:22 UTC (4+ messages)
[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
2023-03-07 16:03 UTC (4+ messages)
Emulated CVQ in vdpa-net framework
2023-03-07 14:41 UTC
[PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
2023-03-07 13:53 UTC (2+ messages)
[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
2023-03-07 13:44 UTC (2+ messages)
QEMU/KVM call minutes for 2022-02-21
2023-03-07 13:18 UTC
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-03-07 12:00 UTC (2+ messages)
[PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
2023-03-07 11:38 UTC
[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
2023-03-07 11:28 UTC (8+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 3/7] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v10 6/7] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v10 7/7] arm/tcg-test: some basic TCG exercising tests
[PATCH v2 0/8] vdpa_sim: add support for user VA
2023-03-07 9:31 UTC (4+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb
[kvm-unit-tests PATCH v3 0/7] Some cleanup patches
2023-03-07 9:10 UTC (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH v3 2/7] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH v3 3/7] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH v3 4/7] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH v3 5/7] s390x: use preprocessor for linker script generation
` [kvm-unit-tests PATCH v3 6/7] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH v3 7/7] lib/linux/const.h: test for `__ASSEMBLER__` as well
[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
2023-03-07 8:13 UTC (2+ messages)
` [Bug 203477] "
[PATCH v6 00/12] Implement Eager Page Splitting for ARM
2023-03-07 3:45 UTC (13+ messages)
` [PATCH v6 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v6 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v6 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v6 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v6 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v6 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v6 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v6 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v6 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v6 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v6 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH v3 00/29] Add KVM LoongArch support
2023-03-07 2:49 UTC (7+ messages)
` [PATCH v3 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v3 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v3 19/29] LoongArch: KVM: Implement kvm mmu operations
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).