kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-27 08:25:09 to 2023-03-27 19:32:24 UTC [more...]

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-27 19:32 UTC  (15+ messages)
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

[GIT PULL] Non-x86 KVM fixes for Linux 6.3-rc5
 2023-03-27 19:30 UTC  (2+ messages)

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-27 19:26 UTC  (12+ messages)
` [PATCH v2 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v2 02/10] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v2 08/10] vfio/pci: Renaming for accepting device fd in "
` [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-03-27 19:11 UTC  (4+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap
` [PATCH net-next v4 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v4 3/3] selftests/bpf: add a test case for vsock sockmap

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

[kvm-unit-tests PATCH] compiler.h: Make __always_inline match glibc definition, preventing redefine error
 2023-03-27 18:25 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Test for CR0.WP=0/1 r/o write access
 2023-03-27 18:19 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: Use existing CR0.WP / CR4.SMEP bit definitions
` [kvm-unit-tests PATCH 2/2] x86/access: CR0.WP toggling write access test

[PATCH 0/3] KVM: x86/emulator: Segment load fixes
 2023-03-27 18:08 UTC  (3+ messages)

[PATCH v6 0/4] Add IO page table replacement support
 2023-03-27 18:05 UTC  (5+ messages)
` [PATCH v6 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v6 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v6 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v6 4/4] vfio: Support IO page table replacement

[PATCH] KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()
 2023-03-27 17:54 UTC 

[PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-27 17:48 UTC  (26+ messages)
` [PATCH v8 01/24] vfio: Allocate per device file structure
` [PATCH v8 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
` [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v8 06/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [PATCH v8 09/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v8 12/24] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v8 13/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v8 14/24] vfio: Record devid in vfio_device_file
` [PATCH v8 15/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v8 17/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v8 20/24] vfio: Add cdev for vfio_device
` [PATCH v8 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v8 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v8 23/24] vfio: Compile group optionally
` [PATCH v8 24/24] docs: vfio: Add vfio device cdev description

[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-27 17:47 UTC  (9+ messages)
` [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
` [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/6] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v3 4/6] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v3 5/6] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v3 6/6] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH 0/2] KVM: PPC: support kvm selftests
 2023-03-27 17:43 UTC  (5+ messages)

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-03-27 17:36 UTC  (22+ messages)
` [PATCH -next v17 01/20] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v17 04/20] riscv: Clear vector regfile on bootup
` [PATCH -next v17 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v17 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v17 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v17 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v17 09/20] riscv: Add task switch support for vector
` [PATCH -next v17 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v17 11/20] riscv: Add ptrace vector support
` [PATCH -next v17 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v17 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v17 14/20] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v17 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v17 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v17 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v17 18/20] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v17 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-27 17:18 UTC  (3+ messages)
` [PATCH v4 5/9] vringh: support VA with iotlb

[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
 2023-03-27 17:02 UTC  (10+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v7 2/2] s390x: topology: Checking Configuration Topology Information

[kvm-unit-tests v3 00/13] powerpc: updates, P10, PNV support
 2023-03-27 16:09 UTC  (18+ messages)
` [kvm-unit-tests v3 01/13] MAINTAINERS: Update powerpc list
` [kvm-unit-tests v3 02/13] powerpc: Add local variant of SPR test
` [kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install
` [kvm-unit-tests v3 04/13] powerpc: Abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v3 05/13] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests v3 06/13] powerpc: Extract some common helpers and defines to headers
` [kvm-unit-tests v3 07/13] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v3 08/13] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v3 09/13] powerpc: Expand exception handler vector granularity
` [kvm-unit-tests v3 10/13] powerpc: Add support for more interrupts including HV interrupts
` [kvm-unit-tests v3 11/13] powerpc: Discover runtime load address dynamically
` [kvm-unit-tests v3 12/13] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests v3 13/13] powerpc/sprs: Test hypervisor registers on powernv machine

[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
 2023-03-27 16:20 UTC  (4+ messages)

[PATCH v5 vfio 0/7] pds_vfio driver
 2023-03-27 16:19 UTC  (6+ messages)
` [PATCH v5 vfio 3/7] vfio/pds: register with the pds_core PF

[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
 2023-03-27 16:00 UTC  (8+ messages)
` [PATCH 5/6] KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD

[Bug 217247] New: BUG: kernel NULL pointer dereference, address: 000000000000000c / speculation_ctrl_update
 2023-03-27 15:32 UTC  (3+ messages)
` [Bug 217247] "

[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
 2023-03-27 15:14 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
 2023-03-27 14:58 UTC  (4+ messages)

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver
 2023-03-27 14:45 UTC  (6+ messages)
` [PATCH v9 1/5] include: update virtio_blk headers to v6.3-rc1
` [PATCH v9 2/5] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v9 3/5] block: add accounting for zone append operation
` [PATCH v9 4/5] virtio-blk: add some trace events for zoned emulation
` [PATCH v9 5/5] docs/zoned-storage:add zoned emulation use case

[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
 2023-03-27 14:30 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.3, take #1
 2023-03-27 14:24 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.3, part #2
 2023-03-27 14:22 UTC  (6+ messages)

[PATCH] KVM: x86: Suppress pending MMIO write exits if emulator detects exception
 2023-03-27 14:13 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Fix RM exception injection bugs
 2023-03-27 14:15 UTC  (2+ messages)

[PATCH v4 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
 2023-03-27 14:13 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-27 14:10 UTC  (4+ messages)
` [RESEND PATCH "

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-27 13:48 UTC  (5+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH v4 0/6] Support writable CPU ID registers from userspace
 2023-03-27 13:34 UTC  (13+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v4 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v4 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[GIT PULL] vdpa: bugfix
 2023-03-27 13:32 UTC  (3+ messages)

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-27 11:59 UTC  (4+ messages)
` [kvm-unit-tests v2 06/10] powerpc/sprs: Specify SPRs with data rather than code

[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-27 11:57 UTC  (13+ messages)

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-27  9:54 UTC  (5+ messages)
` [PATCH v13 057/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-27  9:07 UTC  (4+ messages)

[PATCH v6 00/33] x86: enable FRED for x86-64
 2023-03-27  7:58 UTC  (23+ messages)
` [PATCH v6 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v6 13/33] x86/fred: header file for event types
` [PATCH v6 14/33] x86/fred: header file with FRED definitions
` [PATCH v6 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v6 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v6 17/33] x86/fred: add a debug "
` [PATCH v6 18/33] x86/fred: add a NMI "
` [PATCH v6 19/33] x86/fred: add a machine check "
` [PATCH v6 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v6 21/33] x86/fred: FRED initialization code
` [PATCH v6 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v6 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v6 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v6 25/33] x86/fred: no ESPFIX needed "
` [PATCH v6 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v6 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v6 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v6 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v6 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v6 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v6 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v6 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames


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