kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-13 20:18:21 to 2023-01-17 12:51:31 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 12:42 UTC  (27+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-17 12:19 UTC  (42+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 013/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 032/113] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 035/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v7 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-17 11:54 UTC  (10+ messages)
` [PATCH v7 1/7] x86/cpu, kvm: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
` [PATCH v7 2/7] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
` [PATCH v7 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature
` [PATCH v7 4/7] x86/cpu, kvm: Add the Null Selector Clears Base feature
` [PATCH v7 5/7] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
` [PATCH v7 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v7 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[kvm-unit-tests PATCH 0/9] Some cleanup patches
 2023-01-17 11:21 UTC  (21+ messages)
` [kvm-unit-tests PATCH 1/9] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH 2/9] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH 3/9] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH 4/9] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH 5/9] s390x/Makefile: remove unused include path
` [kvm-unit-tests PATCH 6/9] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH 7/9] s390x: use C pre-processor for linker script generation
` [kvm-unit-tests PATCH 8/9] s390x: use STACK_FRAME_SIZE macro in linker scripts
` [kvm-unit-tests PATCH 9/9] lib/linux/const.h: test for `__ASSEMBLER__` as well

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-01-17 10:50 UTC  (7+ messages)
  ` [External] "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-17 10:42 UTC  (17+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled

[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-01-17 10:29 UTC  (7+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface
` [v3 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v3 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [v3 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v3 5/6] KVM: arm64: Support the VCPU preemption check
` [v3 6/6] KVM: selftests: add tests for PV time specific hypercall

[PATCH] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
 2023-01-17 10:08 UTC 

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-17  9:49 UTC  (21+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command

[PATCH v4] vfio: fix potential deadlock on vfio group lock
 2023-01-17  9:05 UTC  (3+ messages)

[PATCH 8/8] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
 2023-01-17  8:49 UTC  (2+ messages)

[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-17  8:35 UTC  (6+ messages)
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH 7/8] iommu/intel: Support the gfp argument to the map_pages op

[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-17  7:25 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH v2 2/8] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH v2 4/8] KVM: arm64: PMU: Disallow userspace to set PMCR.N greater than the host value
` [PATCH v2 5/8] tools: arm64: Import perf_event.h
` [PATCH v2 6/8] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v2 7/8] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v2 8/8] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-17  7:21 UTC  (3+ messages)
` [PATCH v4 2/2] qtests/arm: add some mte tests

[kvm-unit-tests PATCH] configure: Show the option in case it is not known
 2023-01-17  7:12 UTC  (2+ messages)

[PATCH v2] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-17  5:14 UTC  (2+ messages)

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-17  1:36 UTC  (15+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [PATCH 4/3] locking/lockdep: Improve the deadlock scenario print for sync and read lock

[PATCH v6 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-16 21:22 UTC  (5+ messages)
` [PATCH v6 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature

[PATCH] vfio: platform: No need to check res again
 2023-01-16 20:37 UTC  (2+ messages)

[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
 2023-01-16 18:12 UTC  (3+ messages)

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-16 17:37 UTC  (10+ messages)

[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
 2023-01-16 14:55 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 11/16] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:05 UTC 

[PATCH AUTOSEL 5.10 13/17] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:04 UTC 

[PATCH AUTOSEL 5.15 18/24] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:03 UTC 

[PATCH AUTOSEL 6.1 40/53] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:01 UTC 

[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-16 13:30 UTC  (3+ messages)

[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-16 11:43 UTC  (6+ messages)

[PATCH] accel/kvm: Specify default IPA size for arm64
 2023-01-16 11:18 UTC  (4+ messages)

[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-16  9:10 UTC 

[PATCH] vhost: remove unused paramete
 2023-01-16  9:09 UTC  (3+ messages)

[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2023-01-16  4:54 UTC  (8+ messages)
` [PATCH v10 4/7] "

[PATCH 0/4] Improve dirty ring warning report
 2023-01-16  4:04 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context
` [PATCH 2/4] KVM: arm64: Allow saving vgic3 pending tables "
` [PATCH 3/4] KVM: Refactor mark_page_dirty_in_slot()
` [PATCH 4/4] KVM: Improve warning report in mark_page_dirty_in_slot()

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2023-01-15 19:13 UTC  (17+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 16:29 UTC  (15+ messages)
` [PATCH v4 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v4 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v4 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v4 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v4 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v4 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v4 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v4 08/13] riscv: module: move find_section to module.h
` [PATCH v4 09/13] riscv: switch to relative alternative entries
` [PATCH v4 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v4 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v4 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v4 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 14:19 UTC  (11+ messages)
` [PATCH v3 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions

[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
 2023-01-15 14:20 UTC  (3+ messages)
` [RFC PATCH 8/9] x86/kvm/vmx: Initialize SPEC_CTRL MASK for RRSBA

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-01-15  9:05 UTC  (2+ messages)

[PATCH 0/2] Fix kvm_setup_gdt and reuse in vcpu_init_descriptor_tables
 2023-01-14 16:15 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Fix initialization of GDT limit
` [PATCH 2/2] KVM: selftests: Reuse kvm_setup_gdt in vcpu_init_descriptor_tables

5.15.y backport request to fix compilation error in selftests/kvm
 2023-01-14  9:49 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Use kstrtobool() instead of strtobool()
 2023-01-14  9:39 UTC 

[PATCH] KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
 2023-01-13 22:09 UTC 

[RFC PATCH v5 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-13 22:01 UTC  (7+ messages)
` [RFC PATCH v5 1/6] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v5 2/6] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v5 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v5 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v5 5/6] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v5 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[GIT PULL] KVM fixes for Linux 6.2-rc4
 2023-01-13 20:45 UTC  (2+ messages)

[PATCH v3] vfio: fix potential deadlock on vfio group lock
 2023-01-13 20:18 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).