kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-02 09:39:36 to 2022-05-04 03:25:57 UTC [more...]

[PATCH v6 00/12] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-05-04  3:24 UTC  (13+ messages)
` [PATCH v6 01/12] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v6 02/12] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v6 03/12] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v6 04/12] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v6 05/12] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v6 06/12] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v6 07/12] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v6 08/12] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v6 09/12] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v6 10/12] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v6 11/12] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v6 12/12] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-05-04  2:15 UTC  (9+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value

[PATCH v3 00/21] TDX host kernel support
 2022-05-04  1:15 UTC  (27+ messages)
` [PATCH v3 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH v2] entry/kvm: Make vCPU tasks exit to userspace when a livepatch is pending
 2022-05-04  1:08 UTC  (3+ messages)

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

[PATCH v3 0/8] vfio/pci: power management changes
 2022-05-04  0:20 UTC  (4+ messages)
` [PATCH v3 4/8] vfio/pci: Add support for setting driver data inside core layer

[PATCH] x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)
 2022-05-04  0:12 UTC 

Core2 and v5.18-rc5 troubles
 2022-05-03 23:52 UTC  (6+ messages)

[PATCH RFC] KVM: x86/mmu: Remove KVM memory shrinker
 2022-05-03 22:13 UTC 

[PATCH] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
 2022-05-03 21:14 UTC 

[PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
 2022-05-03 21:09 UTC  (17+ 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

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-03 20:45 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
 2022-05-03 20:30 UTC  (13+ messages)

[PATCH v2 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-05-03 19:40 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v2 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v2 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

[PATCH v3 00/12] KVM: SVM: Fix soft int/ex re-injection
 2022-05-03 18:48 UTC  (2+ messages)

[PATCH v7 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-05-03 18:34 UTC  (13+ messages)
` [PATCH v7 01/11] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v7 02/11] KVM: selftests: Read binary stats header in lib
` [PATCH v7 03/11] KVM: selftests: Read binary stats desc "
` [PATCH v7 04/11] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v7 05/11] KVM: selftests: Read binary stat data in lib
` [PATCH v7 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v7 07/11] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v7 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v7 09/11] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v7 10/11] KVM: selftests: Test disabling NX hugepages on "
` [PATCH v7 11/11] KVM: selftests: Cache binary stats metadata for duration of test

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-05-03 17:39 UTC  (2+ messages)

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

[PATCH] KVM: LAPIC: Fix advance timer expiration delta trace
 2022-05-03 12:18 UTC  (2+ messages)

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

[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 

[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

[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  (6+ messages)
` [PATCH v2 08/12] KVM: SVM: Update AVIC settings when changing APIC mode

[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 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 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  (14+ messages)
` [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)

[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  (7+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[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()

[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  (4+ 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)

[PATCH] KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
 2022-05-02 11:52 UTC  (3+ 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


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