public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-22 07:56:05 to 2022-04-25 17:06:04 UTC [more...]

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-04-25 17:05 UTC  (14+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-25 16:53 UTC  (9+ messages)
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk

[PATCH v6 0/9] KVM: arm64: Add support for hypercall services selection
 2022-04-25 16:52 UTC  (16+ messages)
` [PATCH v6 1/9] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v6 3/9] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v6 4/9] KVM: arm64: Add vendor "
` [PATCH v6 5/9] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v6 6/9] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v6 7/9] tools: Import ARM SMCCC definitions
` [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v6 9/9] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-25 16:30 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop
` [PATCH v2 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[kvm-unit-tests PATCH v5] s390x: Test effect of storage keys on some instructions
 2022-04-25 16:17 UTC 

Unexport of kvm_x86_ops vs tracer modules
 2022-04-25 16:02 UTC  (7+ messages)
    ` [lttng-dev] "

[kvm-unit-tests PATCH 1/2] x86: replace `push` `pop` with callee-clobbered list
 2022-04-25 15:58 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] x86: replace `int 0x20` with `syscall`

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-04-25 15:47 UTC  (3+ messages)
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 14:52 UTC  (16+ messages)

[kvm-unit-tests RESEND PATCH v3 0/8] Move npt test cases and NPT code improvements
 2022-04-25 14:48 UTC  (12+ messages)
` [kvm-unit-tests RESEND PATCH v3 1/8] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests RESEND PATCH v3 2/8] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
` [kvm-unit-tests RESEND PATCH v3 3/8] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
` [kvm-unit-tests RESEND PATCH v3 4/8] x86: Improve set_mmu_range() to implement npt
` [kvm-unit-tests RESEND PATCH v3 5/8] x86: nSVM: Build up the nested page table dynamically
` [kvm-unit-tests RESEND PATCH v3 6/8] x86: nSVM: Correct indentation for svm.c
` [kvm-unit-tests RESEND PATCH v3 7/8] x86: nSVM: Correct indentation for svm_tests.c part-1
` [kvm-unit-tests RESEND PATCH v3 8/8] x86: nSVM: Correct indentation for svm_tests.c part-2

[RFC 00/18] vfio: Adopt iommufd
 2022-04-25 14:37 UTC  (8+ messages)
` [RFC 15/18] vfio/iommufd: Implement iommufd backend

[kvm-unit-tests PATCH v4] s390x: Test effect of storage keys on some instructions
 2022-04-25 14:18 UTC  (3+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 14:07 UTC  (13+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v3 0/8] vfio/pci: power management changes
 2022-04-25  9:26 UTC  (9+ messages)
` [PATCH v3 1/8] vfio/pci: Invalidate mmaps and block the access in D3hot power state
` [PATCH v3 2/8] vfio/pci: Change the PF power state to D0 before enabling VFs
` [PATCH v3 3/8] vfio/pci: Virtualize PME related registers bits and initialize to zero
` [PATCH v3 4/8] vfio/pci: Add support for setting driver data inside core layer
` [PATCH v3 5/8] vfio/pci: Enable runtime PM for vfio_pci_core based drivers
` [PATCH v3 6/8] vfio: Invoke runtime PM API for IOCTL request
` [PATCH v3 7/8] vfio/pci: Mask INTx during runtime suspend
` [PATCH v3 8/8] vfio/pci: Add the support for PCI D3cold state

[kvm-unit-tests PATCH v3 0/6] Move npt test cases and NPT code improvements
 2022-04-25  4:11 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/6] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v3 2/6] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
` [kvm-unit-tests PATCH v3 3/6] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
` [kvm-unit-tests PATCH v3 4/6] x86: Improve set_mmu_range() to implement npt
` [kvm-unit-tests PATCH v3 5/6] x86: nSVM: Build up the nested page table dynamically

[PATCH v3 00/21] TDX host kernel support
 2022-04-25  2:58 UTC  (7+ messages)
` [PATCH v3 06/21] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v3 08/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory

[PATCH] vfio-pci: report recovery event after device recovery successful
 2022-04-25  1:34 UTC 

[PATCH v7 0/8] KVM: PKS Virtualization support
 2022-04-24 10:15 UTC  (9+ messages)
` [PATCH v7 1/8] KVM: VMX: Introduce PKS VMCS fields
` [PATCH v7 2/8] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v7 3/8] KVM: X86: Expose IA32_PKRS MSR
` [PATCH v7 4/8] KVM: MMU: Rename the pkru to pkr
` [PATCH v7 5/8] KVM: MMU: Add helper function to get pkr bits
` [PATCH v7 6/8] KVM: MMU: Add support for PKS emulation
` [PATCH v7 7/8] KVM: VMX: Expose PKS to guest
` [PATCH v7 8/8] KVM: VMX: Enable PKS for nested VM

[PATCH v2 00/11] KVM: SVM: Fix soft int/ex re-injection
 2022-04-24  9:34 UTC  (13+ messages)
` [PATCH v2 01/11] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH v2 02/11] KVM: SVM: Don't BUG if userspace injects a soft interrupt with GIF=0
` [PATCH v2 03/11] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
` [PATCH v2 04/11] KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported
` [PATCH v2 05/11] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
` [PATCH v2 06/11] KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
` [PATCH v2 07/11] KVM: x86: Trace re-injected exceptions
` [PATCH v2 08/11] KVM: x86: Print error code in exception injection tracepoint iff valid
` [PATCH v2 09/11] KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
` [PATCH v2 10/11] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
` [PATCH v2 11/11] KVM: SVM: Drop support for CPUs without NRIPS (NextRIP Save) support

[PATCH 1/2] x86: replace `push` `pop` with callee-clobbered list
 2022-04-24  7:02 UTC  (2+ messages)
` [PATCH 2/2] x86: replace `int 0x20` with `syscall`

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-04-24  5:52 UTC  (16+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH v2 3/7] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH v2 4/7] vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()

[PATCH v2 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-04-24  5:51 UTC  (6+ messages)
` [PATCH v2 5/8] vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()

[PATCH v2 3/8] vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
 2022-04-23 12:53 UTC  (4+ messages)

[syzbot] WARNING in kvm_mmu_uninit_tdp_mmu (2)
 2022-04-23 10:56 UTC 

[PATCH 00/12] KVM: x86/mmu: Bug fixes and cleanups
 2022-04-23  3:47 UTC  (13+ messages)
` [PATCH 01/12] KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
` [PATCH 02/12] KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
` [PATCH 03/12] KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
` [PATCH 04/12] KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
` [PATCH 05/12] KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"
` [PATCH 06/12] KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
` [PATCH 07/12] KVM: x86/mmu: Make all page fault handlers internal to the MMU
` [PATCH 08/12] KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faults
` [PATCH 09/12] KVM: x86/mmu: Expand and clean up page fault stats
` [PATCH 10/12] DO NOT MERGE: KVM: x86/mmu: Always send !PRESENT faults down the fast path
` [PATCH 11/12] DO NOT MERGE: KVM: x86/mmu: Use fast_page_fault() to detect spurious shadow MMU faults
` [PATCH 12/12] DO NOT MERGE: KVM: selftests: Attempt to detect lost dirty bits

[GIT PULL] KVM fixes for Linux 5.18-rc4
 2022-04-23  1:20 UTC  (2+ messages)

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2022-04-22 21:19 UTC  (9+ messages)

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-22 21:05 UTC  (21+ messages)
` [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v4 09/20] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v4 10/20] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 12/20] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 14/20] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 18/20] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v4 19/20] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH for-5.18] KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
 2022-04-22 19:57 UTC  (2+ messages)

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-22 16:21 UTC 

[v2 PATCH] RISC-V: KVM: Introduce ISA extension register
 2022-04-22 15:05 UTC 

[PATCH] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
 2022-04-22 13:44 UTC 

[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
 2022-04-22 12:19 UTC  (3+ messages)

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-22 12:10 UTC  (10+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of "

[kvm-unit-tests PATCH v4 0/4] s390x: add migration test support
 2022-04-22 12:02 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v4 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v4 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v4 4/4] s390x: add basic migration test

[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
 2022-04-22 10:37 UTC  (18+ messages)
` [PATCH kvmtool 2/5] virtio: Sanitize config accesses
` [PATCH kvmtool 3/5] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
` [PATCH kvmtool 5/5] mmio: Sanitize addr and len

[PATCH 0/4] KVM: fix KVM_EXIT_SYSTEM_EVENT mess
 2022-04-22 10:19 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: always initialize system_event.ndata

[PATCH] x86/kvm: handle the failure of __pv_cpu_mask allocation
 2022-04-22  9:47 UTC 

[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
 2022-04-22  8:01 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read

[PATCH v10 00/16] Introduce Architectural LBR for vPMU
 2022-04-22  7:55 UTC  (8+ messages)
` [PATCH v10 09/16] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v10 10/16] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v10 12/16] KVM: nVMX: Add necessary Arch LBR settings for nested VM
` [PATCH v10 13/16] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest
` [PATCH v10 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
` [PATCH v10 15/16] KVM: x86: Add Arch LBR data MSR access interface
` [PATCH v10 16/16] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox