kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-15 00:30:43 to 2023-07-18 12:35:02 UTC [more...]

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-18 12:34 UTC  (7+ messages)
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-07-18 12:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue
 2023-07-18 11:41 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
` [PATCH 2/3] KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
` [PATCH 3/3] KVM: x86: check the kvm_cpu_get_interrupt result before using it

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-18 11:17 UTC  (28+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v6 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v6 11/11] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
 2023-07-18 11:14 UTC  (3+ messages)
` [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg

[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-18 10:58 UTC  (21+ messages)
` [PATCH v4 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v4 02/18] fbdev: Remove FBINFO_DEFAULT from static structs
` [PATCH v4 03/18] fbdev: Remove FBINFO_DEFAULT from kzalloc()'ed structs
` [PATCH v4 04/18] fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs
` [PATCH v4 05/18] fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v4 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v4 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v4 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 12/18] staging: "
` [PATCH v4 13/18] fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structs
` [PATCH v4 14/18] fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v4 16/18] fbdev/pxafb: "
` [PATCH v4 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v4 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data

[PATCH v10 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-07-18 10:55 UTC  (11+ messages)
` [PATCH v10 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v10 02/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v10 03/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v10 04/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v10 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v10 06/10] vfio: Mark cdev usage in vfio_device
` [PATCH v10 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v10 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v10 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
` [PATCH v10 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH 00/10] Unify TDCALL/SEAMCALL and TDVMCALL assembly
 2023-07-18 10:32 UTC  (17+ messages)
` [PATCH 04/10] x86/tdx: Make macros of TDCALLs consistent with the spec
` [PATCH 08/10] x86/tdx: Unify TDX_HYPERCALL and TDX_MODULE_CALL assembly
` [PATCH 09/10] x86/virt/tdx: Wire up basic SEAMCALL functions

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-07-18 10:29 UTC  (5+ messages)

[PATCH] KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
 2023-07-18 10:15 UTC 

[Bug 217379] New: Latency issues in irq_bypass_register_consumer
 2023-07-18  9:51 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-07-18  8:44 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-18  7:56 UTC  (5+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [PATCH 4/4] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()

[PATCH] KVM: x86: Fix error & warning in i8254.h
 2023-07-18  6:48 UTC  (2+ messages)

[PATCH] KVM: x86: Fix errors & warnings in irq_comm.c
 2023-07-18  6:46 UTC  (2+ messages)

[PATCH] KVM: x86:Fix warnings in debugfs.c
 2023-07-18  6:43 UTC  (2+ messages)

[PATCH] docs: move s390 under arch
 2023-07-18  6:37 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 6.5, part #1
 2023-07-18  5:49 UTC 

[RFC PATCH] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
 2023-07-18  1:58 UTC 

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-07-18  1:18 UTC  (8+ messages)
` [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally

[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-07-17 22:52 UTC  (6+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers

[PATCH net-next v1 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-17 21:00 UTC  (5+ messages)
` [PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v1 2/4] vsock/virtio: support to send "
` [PATCH net-next v1 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-07-17 18:35 UTC  (9+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-17 18:12 UTC  (20+ messages)
` [PATCH v8 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v8 02/19] iommufd: Add iommufd_group
` [PATCH v8 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v8 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v8 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v8 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v8 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v8 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v8 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v8 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v8 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v8 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v8 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v8 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v8 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v8 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v8 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v8 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v8 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v14 000/113] KVM TDX basic feature support
 2023-07-17 17:12 UTC  (4+ messages)
` [PATCH v14 072/113] KVM: TDX: handle vcpu migration over logical processor

[PATCH v11 vfio 0/7] pds-vfio-pci driver
 2023-07-17 16:55 UTC  (4+ messages)
` [PATCH v11 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-17 15:27 UTC  (6+ messages)
` [PATCH v6 1/5] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/5] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/5] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 4/5] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH] KVM: SVM: correct the size of spec_ctrl field in VMCB save area
 2023-07-17 15:01 UTC  (3+ messages)

[PATCH 3/4] intel_idle: Add support for using intel_idle in a VM guest using just hlt
 2023-07-17 14:53 UTC  (5+ messages)

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

[PATCH kvmtool v2 0/3] Align value generated by get_ram_size() to the host's page size
 2023-07-17 12:12 UTC  (4+ messages)
` [PATCH kvmtool v2 1/3] Factor out getting the host "
` [PATCH kvmtool v2 2/3] Factor out getting the number of physical memory host pages
` [PATCH kvmtool v2 3/3] Apply scaling down the calculated guest ram size to the number of pages

[PATCH kvmtool v1 0/2] Align value generated by get_ram_size() to the host's page size
 2023-07-17 11:35 UTC  (5+ messages)
` [PATCH kvmtool v1 1/2] Factor out getting the host "
` [PATCH kvmtool v1 2/2] Align the calculated guest ram size to the host's "

[RFC] Support for Arm CCA VMs on Linux
 2023-07-17  9:40 UTC  (5+ messages)

[PATCH v2] KVM: ppc64: Enable ring-based dirty memory tracking on ppc64: enable config options and implement relevant functions
 2023-07-17  8:06 UTC  (2+ messages)

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

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-17  6:23 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: selftests: Add macros for fixed counters in processor.h
` [PATCH v4 2/6] KVM: selftests: Drop the return of remove_event()
` [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 v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v4 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters

[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
 2023-07-17  5:09 UTC  (3+ messages)

[PATCH 0/7] KVM RISC-V ONE_REG ISA extension improvements
 2023-07-17  3:54 UTC  (2+ messages)

[PATCH] KVM: Fix warnings in irqchip.c
 2023-07-17  3:27 UTC 

[RFC V3 1/6] KVM: x86: add msr register and data structure for lazy tscdeadline
 2023-07-17  2:35 UTC  (6+ messages)
` [RFC V3 2/6] KVM: x86: exchange info about lazy_tscdeadline with msr
` [RFC V3 3/6] x86/apic: switch set_next_event to lazy tscdeadline version
` [RFC V3 4/6] KVM: x86: do lazy_tscdeadline init and exit
` [RFC V3 5/6] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
` [RFC V3 6/6] KVM: x86: add debugfs file for lazy tscdeadline per vcpu

[RFC V3 0/6] KVM: x86: introduce pv feature lazy tscdeadline
 2023-07-17  2:35 UTC 

[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-07-16 17:43 UTC 

[PATCH v14 00/26] Add vfio_device cdev for iommufd support
 2023-07-15 14:19 UTC  (9+ messages)
` [PATCH v14 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v14 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
 2023-07-15  4:30 UTC  (4+ messages)
` [RFC PATCH v3 09/11] KVM: Add new members to struct kvm_gfn_range to operate on

[PATCH v9 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-07-15  4:20 UTC  (4+ messages)
` [PATCH v9 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-07-15  0:30 UTC  (5+ messages)


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