kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 03:15:06 to 2023-07-20 16:33:31 UTC [more...]

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-20 16:30 UTC  (5+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "

[PATCH kvmtool v2 0/3] Align value generated by get_ram_size() to the host's page size
 2023-07-20 16:04 UTC  (2+ messages)

[kvmtool PATCH v4 0/9] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
 2023-07-20 16:04 UTC  (2+ messages)

[PATCH kvmtool] virtio-net: Don't print the compat warning for the default device
 2023-07-20 16:04 UTC  (2+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-20 15:14 UTC  (25+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[RFC PATCH] KVM:selftests: Add selftests for CET MSRs
 2023-07-20 12:04 UTC 

[kvm-unit-tests PATCH] x86:VMX: Fixup for VMX test failures
 2023-07-20 11:58 UTC 

[Bug 217688] New: Guest call trace during boot
 2023-07-20 14:48 UTC  (3+ messages)
` [Bug 217688] "

[PATCH v2 0/4] Enable CET userspace support
 2023-07-20 11:14 UTC  (5+ messages)
` [PATCH v2 1/4] target/i386: Enable XSAVES support for CET states
` [PATCH v2 2/4] target/i386: Add CET MSRs access interface
` [PATCH v2 3/4] target/i386: Add CET states to vmstate
` [PATCH v2 4/4] target/i386: Advertise CET related flags in feature words

[kvm-unit-tests PATCH v1 0/2] arm64: Define name for the original RES1 bit but now functinal bit
 2023-07-20 11:58 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm64: Replace the SCTLR_EL1 filed definition by _BITUL()
` [kvm-unit-tests PATCH v1 2/2] arm64: Define name for the bits used in SCTLR_EL1_RES1

[PATCH v5 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-20 11:47 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: selftests: Add x86 properties for Intel PMU in processor.h
` [PATCH v5 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v5 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v5 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v5 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v5 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-20 10:46 UTC  (17+ messages)

KVM's sloppiness wrt IA32_SPEC_CTRL and IA32_PRED_CMD
 2023-07-20 10:38 UTC  (7+ messages)

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-20  9:17 UTC  (3+ messages)

[PATCH v3 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-20  8:39 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v3 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v3 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v3 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v3 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-20  8:52 UTC  (3+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH RESEND] accel/kvm: Specify default IPA size for arm64
 2023-07-20  8:45 UTC  (2+ messages)

[PATCH v17 00/30] Add KVM LoongArch support
 2023-07-20  6:28 UTC  (31+ messages)
` [PATCH v17 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v17 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v17 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v17 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v17 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v17 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v17 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v17 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v17 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v17 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v17 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v17 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v17 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v17 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v17 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v17 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v17 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v17 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v17 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v17 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v17 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v17 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v17 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v17 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v17 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v17 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v17 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v17 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v17 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v17 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-20  2:36 UTC  (6+ messages)
` [PATCH v3 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups

[PATCH] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2023-07-20  2:03 UTC  (3+ messages)

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-20  1:59 UTC  (2+ messages)

[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-20  1:31 UTC  (9+ messages)
` [PATCH v2 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v2 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v2 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-20  0:03 UTC  (13+ messages)

[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
 2023-07-19 22:51 UTC  (5+ messages)

[PATCH v12 vfio 0/7] pds-vfio-pci driver
 2023-07-19 22:35 UTC  (8+ messages)
` [PATCH v12 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v12 vfio 2/7] vfio/pds: Initial support for pds VFIO driver
` [PATCH v12 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v12 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v12 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v12 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v12 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc()
 2023-07-19 22:04 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2] KVM: arm64: Fix hardware enable/disable flows for pKVM
 2023-07-19 21:57 UTC 

[PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB
 2023-07-19 21:18 UTC  (3+ messages)

[PATCH] KVM: arm64: Fix CPUHP logic for protected KVM
 2023-07-19 21:16 UTC  (3+ messages)

[RFC PATCH v2 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-07-19 19:27 UTC  (5+ messages)
` [RFC PATCH v2 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v2 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
` [RFC PATCH v2 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
` [RFC PATCH v2 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[PATCH] KVM: SVM: Update destination when updating pi irte
 2023-07-19 15:57 UTC  (7+ messages)

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-19 15:34 UTC  (30+ messages)
` [PATCH v21 14/20] tests/avocado: s390x cpu topology core
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-07-19 14:41 UTC  (10+ messages)
` [PATCH v10 1/9] KVM: x86/mmu: Use GENMASK_ULL() to define __PT_BASE_ADDR_MASK
` [PATCH v10 2/9] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
` [PATCH v10 3/9] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v10 4/9] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v10 5/9] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v10 6/9] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
` [PATCH v10 7/9] KVM: VMX: Implement and wire get_untagged_addr() for LAM
` [PATCH v10 8/9] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v10 9/9] KVM: x86: Expose LAM feature to userspace VMM

[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
 2023-07-19 14:20 UTC  (2+ messages)

[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-07-19 11:00 UTC  (4+ messages)
` [PATCH 06/27] arm64: Add debug registers affected by HDFGxTR_EL2

[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
 2023-07-19  9:28 UTC  (2+ messages)

[PATCH] docs: move s390 under arch
 2023-07-19  8:10 UTC  (4+ messages)

[PATCH net-next v2 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-19  7:47 UTC  (7+ messages)
` [PATCH net-next v2 2/4] vsock/virtio: support to send non-linear skb

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-19  7:16 UTC  (4+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-07-19  5:42 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19  5:42 UTC  (4+ messages)

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-19  3:26 UTC  (7+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-19  2:45 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space


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