public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-02 20:58:20 to 2022-05-04 15:02:26 UTC [more...]

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

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

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

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

Core2 and v5.18-rc5 troubles
 2022-05-04 14:17 UTC  (7+ messages)

[PATCH v2] vfio/pci: Remove vfio_device_get_from_dev()
 2022-05-04 14:13 UTC  (2+ messages)

[PATCH mlx5-next 0/5] Improve mlx5 live migration driver
 2022-05-04 13:55 UTC  (4+ messages)
` [PATCH mlx5-next 2/5] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs

[kvm-unit-tests PATCH v7 0/3] s390x: Test effect of storage keys on some instructions
 2022-05-04 13:29 UTC  (6+ 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

[PATCH v3 00/12] KVM: SVM: Fix soft int/ex re-injection
 2022-05-04 12:40 UTC  (3+ messages)

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-05-04 12:38 UTC  (9+ messages)
` [PATCH v2 08/12] KVM: SVM: Update AVIC settings when changing APIC mode

[PATCH v3 00/14] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-05-04 12:36 UTC  (22+ messages)
` [PATCH v3 01/14] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v3 02/14] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH v3 03/14] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [PATCH v3 04/14] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [PATCH v3 05/14] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [PATCH v3 06/14] KVM: SVM: Do not support updating APIC ID when in x2APIC mode
` [PATCH v3 07/14] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [PATCH v3 08/14] KVM: SVM: Update AVIC settings when changing APIC mode
` [PATCH v3 09/14] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC
` [PATCH v3 10/14] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
` [PATCH v3 11/14] KVM: SVM: Introduce hybrid-AVIC mode
` [PATCH v3 12/14] kvm/x86: Warning APICv inconsistency only when vcpu APIC mode is valid
` [PATCH v3 13/14] KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
` [PATCH v3 14/14] KVM: SVM: Add AVIC doorbell tracepoint

[PATCH v6 00/12] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-05-04 12:01 UTC  (14+ 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 v7 0/9] KVM: arm64: Add support for hypercall services selection
 2022-05-04 12:01 UTC  (19+ 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

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

[kvm-unit-tests PATCH v5 0/6] s390x: Attestation tests
 2022-05-04  8:39 UTC  (7+ messages)
` [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] vringh: Fix maximum number check for indirect descriptors
 2022-05-04  8:11 UTC 

[PATCH v8 0/2] s390x: KVM: CPU Topology
 2022-05-04  8:05 UTC  (4+ messages)
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-05-04  7:48 UTC 

[PATCH v7 00/38] KVM: arm64: Make CPU ID registers writable by userspace
 2022-05-04  6:35 UTC  (3+ messages)
` [PATCH v7 01/38] KVM: arm64: Introduce a validation function for an ID register

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-05-04  6:33 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus

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

[PATCH] KVM: VMX: Fix build error on claim of vmx_get_pid_table_order()
 2022-05-04  3:21 UTC 

[PATCH] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
 2022-05-04  3:32 UTC  (2+ messages)

[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] KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
 2022-05-04  0:50 UTC  (5+ messages)

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

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

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-03 20:45 UTC  (2+ 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 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 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

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

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

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-05-03 11:54 UTC  (6+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support

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

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

[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 


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