kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 21:38:27 to 2023-03-23 07:30:28 UTC [more...]

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-23  7:25 UTC  (5+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt

[PATCH 0/7] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-03-23  7:27 UTC  (8+ messages)
` [PATCH 1/7] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH 2/7] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH 3/7] KVM: selftests: Test consistency of CPUID with num of GP counters
` [PATCH 4/7] KVM: selftests: Test consistency of CPUID with num of Fixed counters
` [PATCH 5/7] KVM: selftests: Test Intel supported fixed counters bit mask
` [PATCH 6/7] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version
` [PATCH 7/7] KVM: selftests: Test Intel counters' bit width emulation

[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-23  7:25 UTC  (9+ messages)

[PATCH] KVM: x86/mmu: Don't create kvm-nx-lpage-re kthread if not itlb_multihit
 2023-03-23  7:18 UTC 

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

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-23  6:49 UTC  (8+ messages)

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-03-23  6:06 UTC  (3+ messages)

[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
 2023-03-23  5:07 UTC  (9+ messages)
` [PATCH 1/6] KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
` [PATCH 2/6] KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
` [PATCH 3/6] KVM: SVM: "
` [PATCH 4/6] KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
` [PATCH 5/6] KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
` [PATCH 6/6] KVM: SVM: Return the local "r" variable from svm_set_msr()

[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
 2023-03-23  4:26 UTC  (8+ messages)
` [PATCH rcu v2 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu v2 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu v2 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu v2 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu v2 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu v2 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu v2 7/7] rcutorture: Add srcu_lockdep.sh

[PATCH v3 0/8] vdpa_sim: add support for user VA
 2023-03-23  3:42 UTC  (13+ messages)
` [PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
  ` [PATCH v3 8/8] vdpa_sim: add support for user VA

[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-23  3:15 UTC  (24+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-23  1:27 UTC  (9+ messages)

[PATCHv4 00/11] SVM: virtual NMI
 2023-03-23  1:14 UTC  (11+ messages)
` [PATCHv4 08/11] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv4 09/11] KVM: SVM: Add VNMI bit definition
` [PATCHv4 10/11] KVM: x86: add support for delayed virtual NMI injection interface
` [PATCHv4 11/11] KVM: nSVM: implement support for nested VNMI

[PATCH 0/4] Add and use helpers to check bit set in CR0/CR4
 2023-03-23  1:09 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: Add helpers to check bit set in CR0/CR4 and return in bool
` [PATCH 2/4] KVM: x86: Replace kvm_read_{cr0,cr4}_bits() with kvm_is_{cr0,cr4}_bit_set()
` [PATCH 3/4] KVM: SVM: Remove implicit cast from ulong to bool in svm_can_emulate_instruction()
` [PATCH 4/4] KVM: x86: Change return type of is_long_mode() to bool

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-23  0:41 UTC  (4+ messages)

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-23  0:26 UTC  (24+ messages)
` [PATCH v5 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [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

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-22 23:17 UTC  (13+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-22 22:47 UTC  (5+ messages)
` [PATCH v16 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-03-22 21:53 UTC  (22+ messages)

[PATCH v4 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
 2023-03-22 20:43 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: irqfd: Make resampler_list an RCU list
` [PATCH v4 2/2] KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking

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

[PATCH v5 00/13] riscv: improve boot time isa extensions handling
 2023-03-22 20:19 UTC  (10+ messages)
` [PATCH v5 06/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
    ` [PATCH] riscv: require alternatives framework when selecting FPU support

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-03-22 19:09 UTC  (12+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 30/30] arm64: Add an efi/run script

[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-22 18:38 UTC  (3+ messages)

[RFC PATCH v5 0/2] allocate multiple skbuffs on tx
 2023-03-22 18:36 UTC  (3+ messages)
` [RFC PATCH v5 1/2] virtio/vsock: "
` [RFC PATCH v5 2/2] virtio/vsock: check argument to avoid no effect call

[PATCH 0/2] KVM: PPC: support kvm selftests
 2023-03-22 17:41 UTC  (3+ messages)

[PATCH] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-22 17:07 UTC  (5+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22 16:52 UTC  (3+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-22  1:58 UTC  (6+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-22 15:06 UTC  (3+ messages)

[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
 2023-03-22 14:55 UTC  (2+ messages)

[PATCH] selftests: kvm: Add 'malloc' failure check in vcpu_save_state
 2023-03-22 14:45 UTC 

[PATCH 0/2] KVM: x86: Fix RM exception injection bugs
 2023-03-22 14:33 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
` [PATCH 2/2] KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-22 14:10 UTC  (3+ messages)
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace

[PATCH] KVM: x86: Suppress pending MMIO write exits if emulator detects exception
 2023-03-22 14:12 UTC 

[PATCH v2 4/4] Add myself to MAINTAINERS for Power VFIO support
 2023-03-22 12:25 UTC  (2+ messages)

[PATCH v2 2/4] powerpc/pci_64: Init pcibios subsys a bit later
 2023-03-22 12:25 UTC  (2+ messages)

[PATCH v2 3/4] powerpc/iommu: Add iommu_ops to report capabilities and
 2023-03-22 12:25 UTC  (2+ messages)

[PATCH v2 1/4] powerpc/iommu: Add "borrowing" iommu_table_group_ops
 2023-03-22 12:25 UTC  (2+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2023-03-22 11:51 UTC  (12+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents

[kvm-unit-tests PATCH] MAINTAINERS: Add Nico as s390x Maintainer and make Thomas reviewer
 2023-03-22 11:45 UTC  (4+ messages)

[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
 2023-03-22 11:19 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted

[PATCH net-next v1] virtio/vsock: check transport before skb allocation
 2023-03-22 10:20 UTC  (2+ messages)

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-22  9:47 UTC  (10+ messages)

[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
 2023-03-22  9:31 UTC 

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-22  7:41 UTC  (8+ messages)
` [PATCH v4 1/6] KVM: x86/mmu: Avoid indirect call for get_cr3
` [PATCH v4 2/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled
` [PATCH v4 3/6] KVM: x86: Ignore CR0.WP toggles in non-paging mode
` [PATCH v4 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v4 5/6] KVM: x86/mmu: Fix comment typo
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH v2] perf/x86: use hexidecimal value for cpuid
 2023-03-22  5:37 UTC  (2+ messages)
` [PATCH v3] "

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-22  1:54 UTC  (3+ messages)
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state

[PATCH v4 00/29] Add KVM LoongArch support
 2023-03-22  1:34 UTC  (4+ messages)
` [PATCH v4 05/29] LoongArch: KVM: Add vcpu related header files

[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
 2023-03-22  1:09 UTC  (5+ messages)
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode

[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-21 23:59 UTC  (8+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

[PATCH] KVM: x86: Allow restore of some sregs with protected state
 2023-03-21 23:46 UTC  (4+ messages)

[GIT PULL] VFIO fixes for v6.3-rc4
 2023-03-21 22:50 UTC  (2+ messages)

[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
 2023-03-21 22:00 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: x86/mmu: Add a helper function to check if an SPTE needs atomic write
` [PATCH v4 02/13] KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
` [PATCH v4 03/13] KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
` [PATCH v4 04/13] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [PATCH v4 05/13] KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
` [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() "
` [PATCH v4 07/13] KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
` [PATCH v4 08/13] KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
` [PATCH v4 09/13] KVM: x86/mmu: Drop unnecessary dirty log checks "
` [PATCH v4 10/13] KVM: x86/mmu: Bypass __handle_changed_spte() "
` [PATCH v4 11/13] KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
` [PATCH v4 12/13] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
` [PATCH v4 13/13] KVM: x86/mmu: Merge all handle_changed_pte*() functions

[Patch v3 0/7] Optimize clear dirty log
 2023-03-21 21:38 UTC  (6+ 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).