kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 14:43:50 to 2021-08-02 15:12:11 UTC [more...]

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-08-02 15:12 UTC  (8+ messages)
` [RFC PATCH v2 05/69] KVM: TDX: Add architectural definitions for structures and values

[kvm-unit-tests PATCH] nSVM: Added test for VGIF feature
 2021-08-02 15:09 UTC  (2+ messages)

[PATCH 0/6] Improve gfn-to-memslot performance during page faults
 2021-08-02 14:59 UTC  (13+ messages)
` [PATCH 1/6] KVM: Cache the least recently used slot index per vCPU
` [PATCH 2/6] KVM: Avoid VM-wide lru_slot lookup in kvm_vcpu_gfn_to_memslot
` [PATCH 3/6] KVM: x86/mmu: Speed up dirty logging in tdp_mmu_map_handle_target_level
` [PATCH 4/6] KVM: x86/mmu: Leverage vcpu->lru_slot_index for rmap_add and rmap_recycle
` [PATCH 5/6] KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap
` [PATCH 6/6] KVM: selftests: Support multiple slots in dirty_log_perf_test

[PATCH] KVM: nVMX: nSVM: Show guest mode in kvm_{entry,exit} tracepoints
 2021-08-02 14:18 UTC  (4+ messages)

[PATCH] vhost: Fix typo in comments
 2021-08-02 14:10 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Prevent kmemleak from accessing HYP data
 2021-08-02 13:47 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: Move .hyp.rodata outside of the _sdata.._edata range
` [PATCH v2 2/2] KVM: arm64: Unregister HYP sections from kmemleak in protected mode

[PATCH] KVM: ARM: count remote TLB flushes
 2021-08-02 13:45 UTC  (2+ messages)

[PATCH 0/4] Add multi-cid support for vsock driver
 2021-08-02 13:42 UTC  (6+ messages)
` [PATCH 1/4] VSOCK DRIVER: Add multi-cid support for guest
` [PATCH 2/4] VSOCK DRIVER: support communication using additional guest cid
` [PATCH 3/4] VSOCK DRIVER: support specifying additional cids for host
` [PATCH 4/4] VSOCK DRIVER: support communication using host additional cids

[PATCH v2] KVM: const-ify all relevant uses of struct kvm_memory_slot
 2021-08-02 13:40 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-08-02 13:39 UTC  (2+ messages)

[PATCH v2 0/4] kvm-arm64: Fix PMU reset values (and more)
 2021-08-02 13:39 UTC  (2+ messages)

[PATCH] KVM: SEV: improve the code readability for ASID management
 2021-08-02 13:38 UTC  (2+ messages)

[PATCH RFC] KVM: nSVM: remove useless kvm_clear_*_queue
 2021-08-02 13:10 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-08-02 12:53 UTC  (3+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-02 12:42 UTC  (18+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "

[PATCH] KVM: arm64: Unregister HYP sections from kmemleak in protected mode
 2021-08-02 12:36 UTC  (3+ messages)

[PATCH v2 0/8] My AVIC patch queue
 2021-08-02  9:20 UTC  (6+ messages)
` [PATCH v2 8/8] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use
      ` KVM's support for non default APIC base

[PATCH 0/5] IPI virtualization support for VM
 2021-08-02  8:22 UTC  (8+ messages)
` [PATCH 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config

[PATCH v3 0/3] kvm: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-08-02  7:28 UTC  (10+ messages)
` [PATCH v3 1/3] KVM: x86: kvm_x86_ops.get_exit_info should include the exit reason
` [PATCH v3 2/3] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v3 3/3] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[PATCH] vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro
 2021-08-02  5:55 UTC  (2+ messages)

[RFC v2] /dev/iommu uAPI proposal
 2021-08-02  2:49 UTC  (4+ messages)

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-08-01 11:20 UTC  (24+ messages)
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[syzbot] general protection fault in tls_sk_proto_close (3)
 2021-07-31 14:48 UTC  (2+ messages)

[PATCH 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-07-31  7:18 UTC  (7+ messages)
` [PATCH 04/12] x86/sev: Do not hardcode GHCB protocol version
` [PATCH 11/12] x86/sev: Handle CLFLUSH MMIO events

[PATCH] KVM: const-ify all relevant uses of struct kvm_memory_slot
 2021-07-31  4:55 UTC  (4+ messages)

[PATCH v3 0/3] Add detailed page size stats in KVM stats
 2021-07-30 22:59 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte
` [PATCH v3 2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats
` [PATCH v3 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH v3 0/7] KVM: X86: Some light optimizations on rmap logic
 2021-07-30 22:06 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: Allow to have arch-specific per-vm debugfs files
` [PATCH v3 2/7] KVM: X86: Introduce pte_list_count() helper
` [PATCH v3 3/7] KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
` [PATCH v3 4/7] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
` [PATCH v3 5/7] KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
` [PATCH v3 6/7] KVM: X86: Optimize pte_list_desc with per-array counter
` [PATCH v3 7/7] KVM: X86: Optimize zapping rmap

[PATCH v5 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-07-30 18:34 UTC  (24+ messages)
` [PATCH v5 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v5 02/13] KVM: x86: Refactor tsc synchronization code
` [PATCH v5 03/13] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v5 04/13] tools: arch: x86: pull in pvclock headers
` [PATCH v5 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v5 06/13] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v5 07/13] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v5 08/13] selftests: KVM: Introduce system counter offset test
` [PATCH v5 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v5 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v5 11/13] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v5 12/13] selftests: KVM: Test physical counter offsetting
` [PATCH v5 13/13] selftests: KVM: Add counter emulation benchmark

[PATCH v2 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-07-30 17:52 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: Record number of signal exits as a vCPU stat
` [PATCH v2 2/3] entry: KVM: Allow use of generic KVM entry w/o full generic support
` [PATCH v2 3/3] KVM: arm64: Use generic KVM xfer to guest work function

[PATCH v1 0/4] Linear and Logarithmic histogram statistics
 2021-07-30 17:34 UTC  (11+ messages)
` [PATCH v1 1/4] KVM: stats: Support linear and logarithmic "
` [PATCH v1 2/4] KVM: stats: Update doc for "
` [PATCH v1 4/4] KVM: stats: Add halt polling related histogram stats

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-30 16:31 UTC  (13+ messages)
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-07-30 16:24 UTC  (5+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting

[PATCH v2 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-07-30 15:45 UTC  (7+ messages)
` [PATCH v2 8/9] KVM: X86: Optimize pte_list_desc with per-array counter

[PATCH v9 01/26] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
 2021-07-30 14:59 UTC  (5+ messages)
` [PATCH v9 03/26] x86/fpu/xstate: Modify address finders "
` [PATCH v9 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
` [PATCH v9 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v9 09/26] x86/fpu/xstate: Update the XSTATE save function to support dynamic states

[PATCH 0/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
 2021-07-30 15:01 UTC  (11+ messages)
` [PATCH 1/4] KVM: x86: hyper-v: Check access to hypercall before reading XMM registers
` [PATCH 2/4] KVM: x86: Introduce trace_kvm_hv_hypercall_done()
` [PATCH 3/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
` [PATCH 4/4] KVM: selftests: Test access to XMM fast hypercalls

[kvm-unit-tests PATCH 0/4] s390x: SIE cleanup 2
 2021-07-30 14:54 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests PATCH 2/4] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests PATCH 3/4] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests PATCH 4/4] lib: s390x: sie: Move sie function into library

[RFC PATCH v4 00/11] Introduce vfio-pci-core subsystem
 2021-07-30 11:55 UTC  (3+ messages)

A question of TDP unloading
 2021-07-30  9:42 UTC  (18+ messages)

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-30  9:36 UTC  (3+ messages)
` [PATCH V9 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability

[RFC PATCH 0/2] KVM: Support Heterogeneous RT VCPU Configurations
 2021-07-30  9:09 UTC  (3+ messages)

[RFC PATCH kernel] KVM: Stop leaking memory in debugfs
 2021-07-30  4:32 UTC 

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-07-30  3:28 UTC  (4+ messages)

[PATCH 0/3 V3] Add AMD SEV and SEV-ES intra host migration support
 2021-07-29 22:17 UTC  (5+ messages)
` [PATCH 1/3 V3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3 V3] KVM, SEV: Add support for SEV intra host migration

[PATCH 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-07-29 20:23 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Record number of signal exits as a vCPU stat
` [PATCH 2/3] entry: KVM: Allow use of generic KVM entry w/o full generic support
` [PATCH 3/3] KVM: arm64: Use generic KVM xfer to guest work function

[PATCH v2 0/3] Add detailed page size stats in KVM stats
 2021-07-29 19:02 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte
` [PATCH v2 2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats
` [PATCH v2 3/3] KVM: x86/mmu: Add detailed page size stats

[RFC PATCH] kvm/x86: Keep root hpa in prev_roots as much as possible
 2021-07-29 18:05 UTC  (2+ messages)

[PATCH v4 0/5] KVM: PKS Virtualization support
 2021-07-29 17:45 UTC  (6+ messages)
` [PATCH v4 2/5] KVM: X86: Expose PKS to guest
` [PATCH v4 4/5] KVM: MMU: Add support for PKS emulation

[RFC PATCH 00/10] KVM: x86/mmu: simplify argument to kvm page fault handler
 2021-07-29 17:24 UTC  (7+ messages)

[PATCH v4 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-07-29 16:57 UTC  (8+ messages)
` [PATCH v4 06/13] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v4 11/13] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v4 13/13] selftests: KVM: Add counter emulation benchmark

[GIT PULL] KVM fixes for Linux 5.14-rc4
 2021-07-29 16:47 UTC  (2+ messages)

[PATCH] KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
 2021-07-29 16:30 UTC  (4+ 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).