messages from 2024-02-08 14:51:40 to 2024-02-12 11:24:24 UTC [more...]
[PATCH] KVM: fix kvm_mmu_memory_cache allocation warning
2024-02-12 11:24 UTC
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-02-12 10:50 UTC (15+ messages)
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
[PATCH v18 000/121] KVM TDX basic feature support
2024-02-12 10:34 UTC (7+ messages)
` [PATCH v18 015/121] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v18 041/121] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v18 044/121] KVM: x86/mmu: Assume guest MMIOs are shared
[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-12 10:26 UTC (6+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v1 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
2024-02-12 10:21 UTC (4+ messages)
` [PATCH v1 1/2] KVM: s390: load guest access registers "
` [PATCH v1 2/2] KVM: s390: selftests: memop: add a simple AR test
Question About QEMU KVM interaction for memory access
2024-02-12 4:28 UTC
[PATCH v13 00/16] iommu: Prepare to deliver page faults to user space
2024-02-12 1:22 UTC (17+ messages)
` [PATCH v13 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v13 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v13 03/16] iommu: Remove unrecoverable fault data
` [PATCH v13 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v13 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v13 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v13 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v13 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v13 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v13 10/16] iommu: Separate SVA and IOPF
` [PATCH v13 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v13 12/16] iommu: Use refcount for fault data access
` [PATCH v13 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v13 14/16] iommu: Track iopf group instead of last fault
` [PATCH v13 15/16] iommu: Make iopf_group_response() return void
` [PATCH v13 16/16] iommu: Make iommu_report_device_fault() "
[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
2024-02-11 20:12 UTC (16+ messages)
[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
2024-02-11 8:17 UTC (8+ messages)
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[PATCH 00/10] KVM: SEV: allow customizing VMSA features
2024-02-09 22:40 UTC (14+ messages)
` [PATCH 01/10] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
` [PATCH 02/10] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH 03/10] Documentation: kvm/sev: separate description of firmware
` [PATCH 04/10] KVM: SEV: publish supported VMSA features
` [PATCH 05/10] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH 06/10] KVM: x86: define standard behavior for bits 0/1 of VM type
` [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
` [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH 10/10] selftests: kvm: add tests for KVM_SEV_INIT2
` [PATCH 11/10] selftests: kvm: switch sev_migrate_tests to KVM_SEV_INIT2
[PATCH 0/2] KVM: x86: Cleanup kvm_get_dr() usage
2024-02-09 22:30 UTC (5+ messages)
` [PATCH 1/2] KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
` [PATCH 2/2] KVM: x86: Open code all direct reads to guest DR6 and DR7
[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
2024-02-09 22:28 UTC (5+ messages)
` [PATCH v4 1/4] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
` [PATCH v4 2/4] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH v4 3/4] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH v4 4/4] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
[PATCH 0/2] KVM: x86: kvm_has_noapic_vcpu fix/cleanup
2024-02-09 22:20 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code
` [PATCH 2/2] KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()
[PATCH 0/3] KVM: nVMX: nEPT injection fixes and cleanups
2024-02-09 22:17 UTC (4+ messages)
` [PATCH 1/3] KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig
` [PATCH 2/3] KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
` [PATCH 3/3] KVM: nVMX: Add a sanity check that nested PML Full stems from EPT Violations
[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
2024-02-09 22:03 UTC (7+ messages)
[PATCH v7 0/6] Delay VERW
2024-02-09 21:15 UTC (6+ messages)
` [PATCH v7 1/6] x86/bugs: Add asm helpers for executing VERW
[syzbot] [kvm?] KMSAN: uninit-value in em_ret_far
2024-02-09 21:10 UTC (2+ messages)
[syzbot] [kvm?] WARNING in kvm_mmu_notifier_change_pte
2024-02-09 21:07 UTC (2+ messages)
[PATCH 00/12] PCI device authentication
2024-02-09 20:32 UTC (4+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices
[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
2024-02-09 20:31 UTC (4+ messages)
[kvm-unit-tests PATCH v4 0/8] Multi-migration support
2024-02-09 18:09 UTC (12+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest
[PATCH v17 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-02-09 18:00 UTC (13+ messages)
` [PATCH v17 3/3] "
[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
2024-02-09 17:46 UTC
[kvmtool PATCH 00/10] SBI debug console and few ISA extensions
2024-02-09 16:08 UTC (3+ messages)
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-02-09 16:05 UTC (11+ messages)
` [PATCH v12 04/20] KVM: pfncache: add a mark-dirty helper
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-09 16:00 UTC (14+ messages)
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
[PATCH kvmtool] x86: Enable in-kernel irqchip before creating PIT
2024-02-09 15:55 UTC (2+ messages)
[kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
2024-02-09 15:55 UTC (2+ messages)
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
2024-02-09 15:13 UTC (14+ messages)
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type
[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-09 14:12 UTC (15+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[GIT PULL] KVM/riscv fixes for 6.8, take #1
2024-02-09 11:57 UTC
[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
2024-02-09 10:36 UTC (5+ messages)
[PATCH] vfio: mdev: make mdev_bus_type const
2024-02-09 10:32 UTC (2+ messages)
[v3 0/3] KVM: irqchip: synchronize srcu only if needed
2024-02-09 10:17 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/8] Multi-migration support
2024-02-09 8:44 UTC (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest
[kvm-unit-tests PATCH v2 0/9] Multi-migration support
2024-02-09 5:01 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
2024-02-09 2:40 UTC (6+ messages)
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for "
` [PATCH rc 7/8] iommu/vt-d: Wrap the dirty tracking loop to be a helper
[PATCH v12 00/16] iommu: Prepare to deliver page faults to user space
2024-02-09 2:39 UTC (2+ messages)
[PATCH] KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
2024-02-09 0:34 UTC (4+ messages)
[PATCH] KVM: VMX: Report up-to-date exit qualification to userspace
2024-02-09 0:22 UTC (2+ messages)
[PATCH 1/2] KVM: x86: Fix partially uninitialized integer in emulate_pop
2024-02-09 0:22 UTC (3+ messages)
` [PATCH v2 "
[PATCH] KVM: x86/emulator: emulate movbe with operand-size prefix
2024-02-09 0:22 UTC (2+ messages)
[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
2024-02-08 21:08 UTC (9+ messages)
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature
[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
2024-02-08 20:48 UTC (9+ messages)
` [PATCH v3 1/8] KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
` [PATCH v3 2/8] KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
` [PATCH v3 4/8] KVM: selftests: Add a macro to define a test with one vcpu
` [PATCH v3 5/8] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH v3 6/8] KVM: selftests: x86: Use TAP interface in the fix_hypercall test
` [PATCH v3 7/8] KVM: selftests: x86: Use TAP interface in the vmx_pmu_caps test
` [PATCH v3 8/8] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test
[PATCH v2 0/7] Use TAP in some more x86 KVM selftests
2024-02-08 19:31 UTC (4+ messages)
` [PATCH v2 7/7] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test
[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
2024-02-08 19:15 UTC (7+ messages)
[PATCH 0/8] KVM: cleanup linux/kvm.h
2024-02-08 17:32 UTC (5+ messages)
[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
2024-02-08 16:52 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox