kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 09:28:30 to 2023-03-22 10:20:23 UTC [more...]

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

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-03-22 10:05 UTC  (12+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 30/30] arm64: Add an efi/run script

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

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

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

[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-22  8:17 UTC  (18+ messages)

[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
 2023-03-22  8:15 UTC  (8+ 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 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 v5 00/34] x86: enable FRED for x86-64
 2023-03-22  5:40 UTC  (13+ messages)
` [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED
` [PATCH v5 22/34] x86/fred: FRED initialization code

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

[PATCH 0/4] Add and use helpers to check bit set in CR0/CR4
 2023-03-22  4:58 UTC  (5+ 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 v2 0/6] use canonical ftrace path whenever possible
 2023-03-22  2:32 UTC  (2+ messages)

[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  (11+ 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 v2 0/4] Reenable VFIO support on POWER systems
 2023-03-21 21:43 UTC  (7+ messages)

[Patch v3 0/7] Optimize clear dirty log
 2023-03-21 21:38 UTC  (7+ messages)

[syzbot] [kernel?] general protection fault in vhost_task_start
 2023-03-21 21:36 UTC  (5+ messages)

[PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution
 2023-03-21 21:21 UTC  (3+ messages)

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-21 21:02 UTC  (15+ messages)
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v15 09/12] x86/smpboot: Support parallel startup of secondary CPUs

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-21 21:01 UTC  (18+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation

[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
 2023-03-21 20:15 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v2 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-21 19:40 UTC  (9+ messages)
` [PATCH v16 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v16 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v16 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v16 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v16 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

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

[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
 2023-03-21 19:10 UTC  (2+ messages)

[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
 2023-03-21 19:09 UTC  (2+ messages)

[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
 2023-03-21 19:08 UTC  (2+ messages)

[PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
 2023-03-21 18:43 UTC  (4+ messages)
` [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c

[PATCH v2 1/2] KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
 2023-03-21 17:52 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: nVMX: Add helpers to setup VMX control msr configs

[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
 2023-03-21 17:36 UTC  (12+ messages)
` [PATCH 01/11] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH 02/11] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
` [PATCH 04/11] KVM: arm64: Rename SMC/HVC call handler to reflect reality

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-21 17:16 UTC  (4+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-21 16:54 UTC  (17+ messages)
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 16:21 UTC  (7+ messages)

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-21 16:03 UTC  (8+ messages)
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-21 15:57 UTC  (5+ messages)
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits

[PATCH v3 0/8] vdpa_sim: add support for user VA
 2023-03-21 15:48 UTC  (9+ 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 6/8] vdpa_sim: use kthread worker
  ` [PATCH v3 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
  ` [PATCH v3 8/8] vdpa_sim: add support for user VA

[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-21 15:26 UTC  (11+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test

[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21 15:03 UTC 

[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 13:10 UTC  (9+ messages)

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-21 12:02 UTC  (3+ messages)
` [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-21 12:02 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
 2023-03-21 11:27 UTC 

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

[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21 10:36 UTC  (3+ 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).