kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-03 04:52:15 to 2022-11-04 07:17:58 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-04  7:17 UTC  (47+ messages)
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-04  7:00 UTC  (9+ messages)
` [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-04  6:57 UTC  (7+ messages)
` [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-04  6:32 UTC  (14+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties
` [PATCH v11 02/11] s390x/cpu topology: add max_threads machine class attribute
` [PATCH v11 03/11] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v11 05/11] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v11 06/11] s390x/cpu_topology: CPU topology migration
` [PATCH v11 07/11] target/s390x: interception of PTF instruction
` [PATCH v11 08/11] s390x/cpu topology: add topology_capable QEMU capability
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property
` [PATCH v11 10/11] s390x/cpu_topology: activating CPU topology
` [PATCH v11 11/11] docs/s390x: document s390x cpu topology

[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-04  6:24 UTC  (8+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
    ` [External] "
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check
    ` [External] "

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-04  6:21 UTC  (7+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [v2 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v2 5/6] KVM: arm64: Support the VCPU preemption check
` [v2 6/6] KVM: selftests: add tests for PV time specific hypercall

[PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock
 2022-11-04  6:16 UTC 

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-04  5:43 UTC  (16+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH 2/2] KVM: x86: Fix a typo about the usage of kvcalloc()
 2022-11-04  4:06 UTC  (6+ messages)

[PATCH v2 1/2] hisi_acc_vfio_pci: Add debugfs to migration driver
 2022-11-04  3:22 UTC  (2+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04  2:28 UTC  (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH] KVM: x86: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-04  2:25 UTC 

[RFC 0/1] KVM: selftests: rseq_test: use vdso_getcpu() instead of syscall()
 2022-11-04  2:07 UTC  (7+ messages)
` [RFC 1/1] "

[PATCH v2 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-04  2:01 UTC  (4+ messages)
` [PATCH v2 1/8] x86: KVM: Move existing x86 CPUID leaf [CPUID_7_1_EAX] to kvm-only leaf

[PATCH] kvm/arm: Fix pvtime documentation
 2022-11-04  1:48 UTC  (6+ messages)

[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-11-04  1:10 UTC  (9+ messages)
` [PATCH v5 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures
` [PATCH v5 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v5 4/8] mm: Add PG_arch_3 page flag
` [PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH v2 0/7] vfio-ccw parent rework
 2022-11-03 23:43 UTC  (13+ messages)
` [PATCH v2 1/7] vfio/ccw: create a parent struct
` [PATCH v2 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v2 5/7] vfio/ccw: remove release completion
` [PATCH v2 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v2 7/7] vfio: Remove vfio_free_device

[RESEND PATCH v2] kvm: x86: Keep the lock order consistent
 2022-11-03 23:15 UTC  (2+ messages)

KVM vs AMD: Re: [PATCH v3 48/59] x86/retbleed: Add SKL return thunk
 2022-11-03 22:53 UTC 

[PATCH v2] vfio-pci: Accept a non-zero open_count on reset
 2022-11-03 22:30 UTC  (6+ messages)

[PATCH] KVM: x86: Omit PMU MSRs from KVM_GET_MSR_INDEX_LIST if !enable_pmu
 2022-11-03 22:29 UTC  (3+ messages)

[PATCH] KVM: SVM: Only dump VSMA to klog for debugging
 2022-11-03 22:25 UTC  (2+ messages)

[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
 2022-11-03 22:19 UTC  (3+ messages)

[PATCH v6 00/21] TDX host kernel support
 2022-11-03 22:07 UTC  (7+ messages)
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-03 21:42 UTC  (17+ messages)
` [PATCH v4 01/14] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v4 02/14] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v4 03/14] KVM: arm64: Pass mm_ops through the "
` [PATCH v4 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v4 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v4 06/14] KVM: arm64: Use an opaque type for pteps
` [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v4 08/14] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v4 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v4 10/14] KVM: arm64: Split init and set for table PTE
` [PATCH v4 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v4 12/14] KVM: arm64: Make leaf->leaf "
` [PATCH v4 13/14] KVM: arm64: Make table->block "
` [PATCH v4 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v2] KVM: x86/mmu: Do not recover dirty-tracked NX Huge Pages
 2022-11-03 20:44 UTC 

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-03 20:13 UTC  (7+ messages)
` [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v9 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 19:17 UTC  (8+ messages)
` [PATCH v9 1/7] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v9 2/7] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v9 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v9 4/7] KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c
` [PATCH v9 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v9 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v9 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH v8 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 18:56 UTC  (5+ messages)
` [PATCH v8 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c

[syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff
 2022-11-03 18:42 UTC  (3+ messages)

[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
 2022-11-03 16:53 UTC  (8+ messages)
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

[PATCH v9 0/4] randomize memory access of dirty_log_perf_test
 2022-11-03 16:34 UTC  (9+ messages)
` [PATCH v9 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v9 2/4] KVM: selftests: create -r argument to specify random seed
` [PATCH v9 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v9 4/4] KVM: selftests: randomize page access order

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:27 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v3 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-11-03 15:26 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH V4] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-03 15:23 UTC 

[PATCH] KVM: replace direct irq.h inclusion
 2022-11-03 15:01 UTC 

[PATCH v2 0/9] nSVM: Security and correctness fixes
 2022-11-03 14:28 UTC  (11+ messages)
` [PATCH v2 1/9] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH v2 2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH v2 3/9] KVM: x86: add kvm_leave_nested
` [PATCH v2 4/9] KVM: x86: forcibly leave nested mode on vCPU reset
` [PATCH v2 5/9] KVM: selftests: move idt_entry to header
` [PATCH v2 6/9] kvm: selftests: add svm nested shutdown test
` [PATCH v2 7/9] KVM: x86: allow L1 to not intercept triple fault
` [PATCH v2 8/9] KVM: selftests: add svm part to triple_fault_test
` [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit

[PATCH] tools/kvm_stat: fix attack vector with user controlled FUSE mounts
 2022-11-03 14:21 UTC  (3+ messages)

[PATCH 0/9] nSVM: Security and correctness fixes
 2022-11-03 14:06 UTC  (11+ messages)
` [PATCH 1/9] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH 2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH 3/9] KVM: x86: add kvm_leave_nested
` [PATCH 4/9] KVM: x86: forcibly leave nested mode on vCPU reset
` [PATCH 5/9] KVM: selftests: move idt_entry to header
` [PATCH 6/9] kvm: selftests: add svm nested shutdown test
` [PATCH 7/9] KVM: x86: allow L1 to not intercept triple fault
` [PATCH 8/9] KVM: selftests: add svm part to triple_fault_test
` [PATCH 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit

[PATCH v2] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()
 2022-11-03 13:35 UTC  (2+ messages)

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-11-03 13:30 UTC  (12+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-11-03  8:07 UTC  (10+ messages)
` [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics

[syzbot] WARNING in __perf_event_overflow
 2022-11-03  7:26 UTC  (2+ messages)

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-03  4:52 UTC  (5+ messages)
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated VFIO devices


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