public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-29 20:11:51 to 2022-05-03 15:08:08 UTC [more...]

[PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
 2022-05-03 15:07 UTC  (8+ messages)
` [PATCH V2 1/7] KVM: X86/MMU: Add using_special_root_page()
` [PATCH V2 2/7] KVM: X86/MMU: Add special shadow pages
` [PATCH V2 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH V2 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic
` [PATCH V2 5/7] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
` [PATCH V2 6/7] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
` [PATCH V2 7/7] KVM: X86/MMU: Remove mmu_alloc_special_roots()

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

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-05-03 14:53 UTC  (9+ messages)
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices

2nd Quater puchase request
 2022-05-03 14:20 UTC 

[PATCH] entry/kvm: Make vCPU tasks exit to userspace when a livepatch is pending
 2022-05-03 14:17 UTC  (2+ messages)

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-05-03 14:17 UTC  (7+ messages)
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk

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

[RFC 00/18] vfio: Adopt iommufd
 2022-05-03 13:05 UTC  (4+ messages)
` [RFC 07/18] vfio: Add base object for VFIOContainer

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-05-03 13:04 UTC  (13+ messages)
` [PATCH v2 08/12] KVM: SVM: Update AVIC settings when changing APIC mode
` [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-05-03 11:54 UTC  (9+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
` [PATCH RFC 09/10] migration/dirtyrate: Expand dirty_bitmap to be tracked separately for devices

[PATCH][v2] KVM: VMX: optimize pi_wakeup_handler
 2022-05-03 11:54 UTC  (4+ messages)
  ` 答复: "

[PATCH] KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
 2022-05-03 11:50 UTC  (4+ messages)

[PATCH RFC] vfio: Introduce DMA logging uAPIs for VFIO device
 2022-05-03 11:46 UTC  (8+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-03 11:12 UTC  (11+ messages)

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-05-03 10:48 UTC  (29+ messages)
` [PATCH RFC 02/19] iommufd: Dirty tracking for io_pagetable
` [PATCH RFC 03/19] iommufd: Dirty tracking data support
` [PATCH RFC 04/19] iommu: Add an unmap API that returns dirtied IOPTEs
` [PATCH RFC 15/19] iommu/arm-smmu-v3: Add set_dirty_tracking_range() support
` [PATCH RFC 18/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v4 0/7] KVM: arm64: Limit feature register reads from AArch32
 2022-05-03 10:31 UTC  (9+ messages)
` [PATCH v4 1/7] KVM: arm64: Return a bool from emulate_cp()
` [PATCH v4 2/7] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
` [PATCH v4 3/7] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v4 4/7] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v4 5/7] KVM: arm64: Start trapping ID registers for 32 bit guests
` [PATCH v4 6/7] KVM/arm64: Hide AArch32 PMU registers when not available
` [PATCH v4 7/7] Revert "KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set"

[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2022-05-03  9:56 UTC  (6+ messages)
` [PATCH 2/5] lib: add bitmap_{from,to}_arr64

[PATCH v9 0/9] IPI virtualization support for VM
 2022-05-03  9:39 UTC  (3+ messages)

[PATCH] KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
 2022-05-03  9:35 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
 2022-05-03  9:32 UTC  (2+ messages)

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-05-03  7:22 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v2] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
 2022-05-03  6:40 UTC 

[PATCH v9 9/9] KVM: VMX: enable IPI virtualization
 2022-05-03  2:44 UTC  (3+ messages)

[PATCH v9 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
 2022-05-03  2:33 UTC  (3+ messages)

[kvm:queue 74/77] arch/x86/kvm/vmx/vmx.c:4405:5: error: no previous prototype for function 'vmx_get_pid_table_order'
 2022-05-03  1:56 UTC 

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-05-02  7:30 UTC  (22+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH v2] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2022-05-02 23:55 UTC  (3+ messages)

[PATCH v2] vfio/pci: Remove vfio_device_get_from_dev()
 2022-05-02 23:42 UTC 

[kvm-unit-tests PATCH] x86: vmx: Break the 'vmx' monolith into multiple tests
 2022-05-02 23:28 UTC  (2+ messages)

[PATCH net-next 0/2] vsock/virtio: add support for device suspend/resume
 2022-05-02 23:07 UTC  (4+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-05-02 21:55 UTC  (29+ messages)
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory
` [PATCH v3 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[kvm:queue 74/77] arch/x86/kvm/vmx/vmx.c:4405:5: warning: no previous prototype for 'vmx_get_pid_table_order'
 2022-05-02 21:10 UTC 

[kvm:queue 74/77] arch/x86/kvm/vmx/vmx.c:4405:5: warning: no previous prototype for function 'vmx_get_pid_table_order'
 2022-05-02 20:57 UTC 

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-02 18:46 UTC  (9+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v4 2/4] KVM: mmu: add a helper to account memory used by KVM mmu
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 "

[GIT PULL 0/1] KVM: s390: Fix lockdep issue in vm memop
 2022-05-02 17:58 UTC  (5+ messages)
` [GIT PULL 1/1] "

[PATCH v4] KVM: SEV: Mark nested locking of vcpu->lock
 2022-05-02 17:45 UTC  (2+ messages)

[PATCH v3 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-05-02 17:31 UTC  (8+ messages)
` [PATCH v3 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH v3 2/7] vfio/ccw: Remove mdev from struct channel_program
` [PATCH v3 3/7] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH v3 4/7] vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH v3 5/7] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH v3 6/7] vfio: Remove dead code
` [PATCH v3 7/7] vfio: Remove calls to vfio_group_add_container_user()

Core2 and v5.18-rc5 troubles
 2022-05-02 17:00 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
 2022-05-02 16:51 UTC  (14+ messages)

[PATCH 0/3] Include MKTME KeyID bits to MMU shadow_zero_check
 2022-05-02 16:22 UTC  (2+ messages)

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-05-02 16:22 UTC  (6+ messages)
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()

[kvm-unit-tests PATCH v7 0/3] s390x: Test effect of storage keys on some instructions
 2022-05-02 15:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 1/3] s390x: Give name to return value of tprot()
` [kvm-unit-tests PATCH v7 2/3] s390x: Test effect of storage keys on some instructions
` [kvm-unit-tests PATCH v7 3/3] Disable s390x skey test in GitLab CI

[syzbot] WARNING in vmx_queue_exception (2)
 2022-05-02 15:13 UTC  (2+ messages)

[kvm-unit-tests PATCH v5 0/6] s390x: Attestation tests
 2022-05-02  9:39 UTC  (7+ messages)
` [kvm-unit-tests PATCH v5 1/6] s390x: uv-host: Add invalid command attestation check
` [kvm-unit-tests PATCH v5 2/6] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v5 3/6] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v5 4/6] s390x: uv-guest: Remove double report_prefix_pop
` [kvm-unit-tests PATCH v5 5/6] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v5 6/6] s390x: Add attestation tests

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-05-02  7:58 UTC  (6+ messages)

[PATCH] KVM: x86: work around QEMU issue with synthetic CPUID leaves
 2022-05-02  6:25 UTC  (4+ messages)

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

[GIT PULL] KVM fixes for Linux 5.18-rc5 (or -rc6)
 2022-05-01 19:06 UTC  (2+ messages)

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-01 15:30 UTC 

[PATCH] RISC-V: fix typos in comments
 2022-04-30 19:11 UTC 

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-30 16:08 UTC  (12+ messages)

[Bug 215923] New: Nested KVM Networking issue
 2022-04-30 11:47 UTC 

[PATCH v3 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-29 21:00 UTC  (9+ messages)
` [PATCH v3 1/8] Revert "KVM: Do not speculatively mark pfn cache valid to "fix" race"
` [PATCH v3 2/8] Revert "KVM: Fix race between mmu_notifier invalidation and pfncache refresh"
` [PATCH v3 3/8] KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
` [PATCH v3 4/8] KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
` [PATCH v3 5/8] KVM: Do not incorporate page offset into gfn=>pfn cache user address
` [PATCH v3 6/8] KVM: Fully serialize gfn=>pfn cache refresh via mutex
` [PATCH v3 7/8] KVM: Fix multiple races in gfn=>pfn cache refresh
` [PATCH v3 8/8] KVM: Do not pin pages tracked by gfn=>pfn caches


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