kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 07:26:42 to 2023-07-11 09:04:45 UTC [more...]

[GIT PULL] KVM: Non-x86 changes for 6.5
 2023-07-11  9:03 UTC  (5+ messages)
` [GIT PULL] KVM: x86: Misc "

[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
 2023-07-11  8:43 UTC  (7+ messages)
` [kvm-unit-tests PATCH v10 2/2] s390x: topology: Checking Configuration "

[kvm-unit-tests PATCH v4 0/6] s390x: Add support for running guests without MSO/MSL
 2023-07-11  7:35 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/6] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v4 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v4 3/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v4 4/6] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v4 5/6] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v4 6/6] s390x: add a test for SIE without MSO/MSL

[PATCH 0/9] iommu: Prepare to deliver page faults to user space
 2023-07-11  6:26 UTC  (14+ messages)
` [PATCH 1/9] iommu: Move iommu fault data to linux/iommu.h
` [PATCH 2/9] iommu: Add device parameter to iopf handler
` [PATCH 3/9] iommu: Add common code to handle IO page faults
` [PATCH 4/9] iommu: Change the return value of dev_iommu_get()
` [PATCH 5/9] iommu: Make fault_param generic
` [PATCH 6/9] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH 7/9] iommu: Add helper to set iopf handler for domain
` [PATCH 8/9] iommu: Add iommu page fault cookie helpers
` [PATCH 9/9] iommu: Use fault cookie to store iopf_param

[PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-11  6:24 UTC  (30+ messages)
` [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH 03/17] "
` [PATCH 04/17] "
` [PATCH 05/17] "
` [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag
` [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 12/17] staging: "
` [PATCH 13/17] fbdev: "
` [PATCH 14/17] "
` [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH 16/17] fbdev/pxafb: "
` [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT

[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
 2023-07-11  6:24 UTC  (4+ messages)
` [Bug 217558] "

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-07-11  3:54 UTC  (23+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT

[PATCH v14 00/26] Add vfio_device cdev for iommufd support
 2023-07-11  2:59 UTC  (27+ messages)
` [PATCH v14 01/26] vfio: Allocate per device file structure
` [PATCH v14 02/26] vfio: Refine vfio file kAPIs for KVM
` [PATCH v14 03/26] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v14 04/26] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v14 05/26] kvm/vfio: Accept vfio device file from userspace
` [PATCH v14 06/26] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v14 07/26] vfio: Block device access via device fd until device is opened
` [PATCH v14 08/26] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v14 09/26] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v14 10/26] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v14 11/26] vfio-iommufd: Split bind/attach into two steps
` [PATCH v14 12/26] vfio: Record devid in vfio_device_file
` [PATCH v14 13/26] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v14 14/26] iommufd/device: Add iommufd_access_detach() API
` [PATCH v14 15/26] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v14 16/26] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v14 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
` [PATCH v14 18/26] vfio: Add cdev for vfio_device
` [PATCH v14 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
` [PATCH v14 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v14 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
` [PATCH v14 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v14 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v14 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v14 25/26] vfio: Compile vfio_group infrastructure optionally
` [PATCH v14 26/26] docs: vfio: Add vfio device cdev description

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

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

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-11  1:24 UTC  (11+ messages)
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs

general protection fault in vmx_vcpu_run (2)
 2023-07-10 23:39 UTC  (4+ messages)
  ` [syzbot] [kvm?] "

[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-10 22:20 UTC 

[PATCH] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
 2023-07-10 22:13 UTC  (5+ messages)

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in __vhost_vq_attach_worker
 2023-07-10 21:36 UTC  (5+ messages)

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

[BUG]: bad usercopy in kvm_stats_read in mm/usercopy.c
 2023-07-10 20:34 UTC 

[syzbot] Monthly kvm report (Jul 2023)
 2023-07-10 20:28 UTC  (2+ messages)

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-07-10 19:50 UTC  (4+ messages)
` [Bug 217307] "

[PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
 2023-07-10 17:58 UTC  (11+ messages)

[PATCH v1] virt: kvm: Replace define function
 2023-07-10 16:51 UTC  (2+ messages)

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-10 16:46 UTC  (4+ messages)
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()

[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL
 2023-07-10 15:05 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 6/6] s390x: add a test for SIE "

[PATCH] KVM: s390: Don't WARN on PV validities
 2023-07-10 14:03 UTC  (3+ messages)

[stable:linux-5.15.y 55/9999] arch/x86/kvm/hyperv.c:2185:5: error: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2023-07-10 13:13 UTC 

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-10 13:11 UTC  (4+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile

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

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-07-10 12:29 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/pmu: Clean up arch/hw event handling
 2023-07-10 10:50 UTC  (3+ messages)
` [PATCH 1/4] KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indices

[kvm-unit-tests PATCH 0/2] s390x: Improve console handling
 2023-07-10  9:33 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: sclp: Add carriage return to line feed
` [kvm-unit-tests PATCH 2/2] lib: s390x: sclp: Add line mode input handling

[PATCH kvmtool v2 0/4] Add --loglevel argument
 2023-07-10  8:30 UTC  (7+ messages)
` [PATCH kvmtool v2 1/4] util: Make pr_err() return void
` [PATCH kvmtool v2 2/4] Replace printf/fprintf with pr_* macros
` [PATCH kvmtool v2 3/4] util: Use __pr_debug() instead of pr_info() to print debug messages
` [PATCH kvmtool v2 4/4] Add --loglevel argument for the run command

[RFC PATCH V2 1/4] KVM: x86: add msr register and data structure for lazy tscdeadline
 2023-07-10  6:03 UTC  (4+ messages)
` [RFC PATCH V2 2/4] KVM: x86: exchange info about lazy_tscdeadline with msr
` [RFC PATCH V2 3/4] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
` [RFC PATCH V2 4/4] KVM: x86: add debugfs file for lazy tscdeadline

[RFC PATCH V2 0/4] KVM: x86: introduce pv feature lazy tscdeadline
 2023-07-10  6:03 UTC 

[PATCH] KVM: arm64: Keep need_db always true in vgic_v4_put() when emulating WFI
 2023-07-10  2:04 UTC  (3+ messages)

[PATCH] target/riscv KVM_RISCV_SET_TIMER macro is not configured correctly
 2023-07-10  1:01 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: prefer 'unsigned int' to bare use of 'unsigned'
 2023-07-09  9:37 UTC 

[PATCH v6] ppc: Enable 2nd DAWR support on p10
 2023-07-08  6:25 UTC  (10+ messages)

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

[PATCH RESEND kvmtool 0/4] Add --loglevel argument
 2023-07-07 14:21 UTC  (11+ messages)
` [PATCH RESEND kvmtool 1/4] util: Make pr_err() return void
` [PATCH RESEND kvmtool 2/4] Replace printf/fprintf with pr_* macros
` [PATCH RESEND kvmtool 3/4] util: Use __pr_debug() instead of pr_info() to print debug messages

[PATCH] MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
 2023-07-07 12:43 UTC  (3+ messages)

[PATCH 1/1] KVM: pass through CPUID(0x80000006)
 2023-07-07 11:41 UTC  (2+ messages)

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-07 10:25 UTC  (15+ messages)

[PATCH] KVM: VMX: Avoid noinstr warning
 2023-07-07  8:43 UTC 

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2023-07-07  8:42 UTC  (6+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
 2023-07-07  8:11 UTC  (3+ messages)

[PATCH v12 00/22] TDX host kernel support
 2023-07-07  7:26 UTC  (3+ messages)
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum


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