kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-18 13:04:30 to 2022-07-20 00:03:51 UTC [more...]

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  0:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v4 2/2] vfio: Replace the iommu notifier with a device list

[PATCH v5 00/22] TDX host kernel support
 2022-07-19 23:54 UTC  (14+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function

[RFC PATCH v2 0/3] MSR filtering / exiting flag cleanup
 2022-07-19 23:49 UTC  (4+ messages)
` [RFC PATCH v2 1/3] KVM: x86: Protect the unused bits in the MSR filtering / exiting flags
` [PATCH v2 2/3] KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
` [RFC PATCH v2 3/3] selftests: kvm/x86: Test the flags in MSR filtering / exiting

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-19 23:44 UTC  (4+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots
 2022-07-19 23:27 UTC  (18+ messages)
` [PATCH V3 01/12] KVM: X86/MMU: Verify PDPTE for nested NPT in PAE paging mode when page fault
` [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page()
` [PATCH V3 05/12] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH V3 07/12] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
` [PATCH V3 08/12] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
` [PATCH V3 09/12] KVM: X86/MMU: Move the verifying of NPT's PDPTE in FNAME(fetch)
` [PATCH V3 10/12] KVM: X86/MMU: Remove unused INVALID_PAE_ROOT and IS_VALID_PAE_ROOT
` [PATCH V3 11/12] KVM: X86/MMU: Don't use mmu->pae_root when shadowing PAE NPT in 64-bit host

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-19 23:17 UTC  (26+ messages)
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 043/102] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD

[PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
 2022-07-19 20:45 UTC  (15+ messages)
` [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
` [PATCH 06/12] KVM: X86/MMU: Rename mmu_unsync_walk() to mmu_unsync_walk_and_clear()
` [PATCH 07/12] KVM: X86/MMU: Remove the useless struct mmu_page_path
` [PATCH 08/12] KVM: X86/MMU: Remove the useless idx from struct kvm_mmu_pages
` [PATCH 10/12] KVM: X86/MMU: Don't add parents to "
` [PATCH 11/12] KVM: X86/MMU: Remove mmu_pages_first() and mmu_pages_next()
` [PATCH 12/12] KVM: X86/MMU: Rename struct kvm_mmu_pages to struct kvm_mmu_page_vec

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-19 20:18 UTC  (17+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support

[RFC PATCH] KVM: x86: Protect the unused bits in MSR exiting flags
 2022-07-19 19:47 UTC  (4+ messages)

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-07-19 19:23 UTC  (6+ messages)
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall

[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
 2022-07-19 19:16 UTC  (27+ messages)
` [PATCH 01/35] perf tools: Fix dso_id inode generation comparison
` [PATCH 02/35] perf tools: Export dsos__for_each_with_build_id()
` [PATCH 03/35] perf ordered_events: Add ordered_events__last_flush_time()
` [PATCH 04/35] perf tools: Export perf_event__process_finished_round()
` [PATCH 05/35] perf tools: Factor out evsel__id_hdr_size()
` [PATCH 06/35] perf tools: Add perf_event__synthesize_id_sample()
` [PATCH 07/35] perf script: Add --dump-unsorted-raw-trace option
` [PATCH 08/35] perf buildid-cache: Add guestmount'd files to the build ID cache
` [PATCH 09/35] perf buildid-cache: Do not require purge files to also be in the file system
` [PATCH 10/35] perf tools: Add machine_pid and vcpu to id_index
` [PATCH 11/35] perf session: Create guest machines from id_index

[PATCH] KVM: SVM: Fix x2APIC MSRs interception
 2022-07-19 19:11 UTC  (3+ messages)

[PATCH v2] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
 2022-07-19 19:02 UTC  (2+ messages)

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-07-19 19:01 UTC  (2+ messages)

[PATCH 0/4] Huge page related cleanups
 2022-07-19 18:02 UTC  (6+ messages)
` [PATCH 2/4] KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()

[PATCH 0/4] KVM: x86/mmu: Memtype related cleanups
 2022-07-19 17:59 UTC  (8+ messages)
` [PATCH 2/4] KVM: x86: Drop unnecessary goto+label in kvm_arch_init()
` [PATCH 3/4] KVM: x86/mmu: Add shadow mask for effective host MTRR memtype

[PATCH 0/3] selftests: KVM: Improvements to binary stats test
 2022-07-19 17:53 UTC  (6+ messages)
` [PATCH 1/3] selftests: KVM: Check stat name before other fields
` [PATCH 2/3] selftests: KVM: Provide descriptive assertions in kvm_binary_stats_test
` [PATCH 3/3] selftests: KVM: Add exponent check for boolean stats

simplify the mdev interface v6
 2022-07-19 17:49 UTC  (13+ messages)
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[PATCH] x86, cpu: use MSR_IA32_MISC_ENABLE constants
 2022-07-19 17:47 UTC 

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-19 16:11 UTC  (14+ messages)
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM "
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure "
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables "

[RFC V1 00/10] *** KVM: selftests: Add simple SEV test
 2022-07-19 15:43 UTC  (5+ messages)
` [RFC V1 06/10] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [RFC V1 08/10] KVM: selftests: Make ucall work with encrypted guests

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-19 15:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 19/27] arm/arm64: Add a setup sequence for systems that boot through EFI

[PATCH v2 0/3] KVM: arm64: support MTE in protected VMs
 2022-07-19 14:50 UTC  (2+ messages)

Clarify the functions of each version of VFIO
 2022-07-19 14:36 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-19 14:23 UTC  (13+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-19 13:20 UTC  (6+ messages)

[PATCH v2 0/7] KVM: x86: Clean up rmap zap helpers
 2022-07-19 13:15 UTC  (2+ messages)

[PATCH] KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
 2022-07-19 13:07 UTC  (2+ messages)

[PATCH] KVM: selftests: fix bit test in is_steal_time_supported()
 2022-07-19 12:59 UTC  (2+ messages)

[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
 2022-07-19 12:58 UTC  (8+ messages)
` [RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH] KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean stats
 2022-07-19 12:53 UTC  (2+ messages)

[PATCH v5 0/5] vfio/pci: power management changes
 2022-07-19 12:15 UTC  (6+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v5 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v5 3/5] vfio/pci: Mask INTx during runtime suspend
` [PATCH v5 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v5 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH v13 0/2] s390x: KVM: CPU Topology
 2022-07-19 12:09 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-19 11:34 UTC  (6+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-07-19 11:34 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-19  6:35 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt loop test

[PATCH] KVM: x86: Do not block APIC write for non ICR registers
 2022-07-19  3:24 UTC  (3+ messages)

[PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-19  3:18 UTC  (8+ messages)
` [PATCH kernel 1/3] powerpc/iommu: Add "borrowing" iommu_table_group_ops
` [PATCH kernel 2/3] powerpc/pci_64: Init pcibios subsys a bit later
` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains

[PATCH 0/2] Fix the #PF injection logic for smaller MAXPHYADDR in nested
 2022-07-19  0:09 UTC  (5+ messages)
` [PATCH 2/2] KVM: X86: Fix the comments in prepare_vmcs02_rare()

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-19  1:40 UTC  (4+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-18 18:26 UTC  (6+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v2 0/2] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-07-18 17:13 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: nested/x86: update trace_kvm_nested_vmrun() to suppot VMX
` [PATCH v2 2/2] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun

[RFC 0/9] KVM perf support
 2022-07-18 17:02 UTC  (10+ messages)
` [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
` [RFC 2/9] RISC-V: Define a helper function to return counter width
` [RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
` [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
` [RFC 5/9] RISC-V: KVM: Add skeleton support "
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
` [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [RFC 8/9] RISC-V: KVM: Implement perf support
` [RFC 9/9] RISC-V: KVM: Implement firmware events

[PATCH v2 00/24] KVM: x86: Event/exception fixes and cleanups
 2022-07-18 16:37 UTC  (16+ messages)
` [PATCH v2 02/24] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v2 09/24] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v2 17/24] KVM: nVMX: Add a helper to identify low-priority #DB traps
` [PATCH v2 18/24] KVM: nVMX: Document priority of all known events on Intel CPUs
` [PATCH v2 19/24] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v2 21/24] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior
` [PATCH v2 22/24] KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()

[PATCH 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-18 16:09 UTC  (3+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-18 15:40 UTC  (5+ messages)
` [PATCH v2 12/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct

[PATCH 0/3] KVM: x86: Hyper-V invariant TSC control feature
 2022-07-18 15:07 UTC  (4+ messages)

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-07-18 14:11 UTC  (6+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()
` [PATCH v2 3/5] x86/cpuid: move filter_cpuid_features to cpuid-deps.c
` [PATCH v2 4/5] x86/cpuid: remove 'warn' parameter from filter_cpuid_features
` [PATCH v2 5/5] x86/cpuid: check for dependencies violations in CPUID and attempt to fix them

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-07-18 14:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 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).