messages from 2023-01-12 19:30:22 to 2023-01-16 04:20:03 UTC [more...]
[PATCH v11 000/113] KVM TDX basic feature support
2023-01-16 4:19 UTC (18+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [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 v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
2023-01-16 4:09 UTC (6+ 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 (25+ messages)
` [PATCH v3 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v3 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [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
` [PATCH v3 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v3 09/13] riscv: switch to relative alternative entries
` [PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v3 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
[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] accel/kvm: Specify default IPA size for arm64
2023-01-14 6:49 UTC (3+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-14 0:37 UTC (23+ 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 v4] vfio: fix potential deadlock on vfio group lock
2023-01-14 0:03 UTC
[PATCH] Documentation: kvm: fix SRCU locking order docs
2023-01-14 0:02 UTC (9+ messages)
[PATCH 0/3] Detect SRCU related deadlocks
2023-01-13 23:57 UTC (13+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [PATCH 3/3] WIP: locking/lockdep: selftests: Add selftests for SRCU
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
` [PATCH 1/3] KVM: Show lockdep the kvm->mutex vs. kvm->srcu ordering rule
` [PATCH 2/3] KVM: selftests: Use enum for test numbers in xen_shinfo_test
` [PATCH 3/3] KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
` [PATCH 4/3] locking/lockdep: Improve the deadlock scenario print for sync and read lock
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-13 23:49 UTC (30+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [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
[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2023-01-13 22:21 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)
[PATCH 0/6] KVM: x86: x2APIC reserved bits/regs fixes
2023-01-13 18:41 UTC (3+ messages)
[PATCH v14 00/11] s390x: CPU Topology
2023-01-13 18:15 UTC (5+ 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
[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
2023-01-13 18:06 UTC (6+ messages)
` [RFC 07/14] KVM: x86/MMU: Cleanup shrinker interface with "
` [RFC 03/14] KVM: x86/MMU: Move the Shadow MMU implementation to shadow_mmu.c
Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
2023-01-13 17:27 UTC (8+ messages)
[PATCH 0/2] KVM: arm64: Drop support for VPIPT i-cache policy
2023-01-13 17:25 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Disable KVM on systems with a VPIPT i-cache
` [PATCH 2/2] KVM: arm64: Remove VPIPT I-cache handling
[kvm-unit-tests PATCH v2 0/7] s390x: Snippet fixes
2023-01-13 15:50 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 7/7] lib: s390x: Handle debug prints for SIE exceptions correctly
[kvm:queue 121/153] arch/arm64/kvm/arm.c:2211: warning: expecting prototype for Initialize Hyp(). Prototype was for kvm_arm_init() instead
2023-01-13 15:36 UTC
[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
2023-01-13 15:20 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 2/4] arm: pmu: Prepare for testing 64-bit overflows
[PATCH v2] vfio: fix potential deadlock on vfio group lock
2023-01-13 14:50 UTC (9+ messages)
Thoughts on (not) expanding the KVM IRQ routing table
2023-01-13 14:44 UTC
[PATCH v2 0/6] Clean up the supported xfeatures
2023-01-13 14:43 UTC (13+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set
[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
2023-01-13 13:28 UTC
[PATCH] kvm: x86/mmu: Simplify pte_list_{add|remove}
2023-01-13 12:29 UTC
[PATCH v2 00/11] KVM perf support
2023-01-13 12:08 UTC (19+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events
[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
2023-01-13 11:53 UTC (4+ messages)
checkpoint/restore: Adding more "Getters" to the KVM API
2023-01-13 11:14 UTC (2+ messages)
[Bug 216923] New: kvm-unit-test pmu_pebs is skipped on SPR
2023-01-13 8:43 UTC
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-13 3:50 UTC (10+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 2/9] KVM: arm64: Add helper for creating removed stage2 subtrees
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 4/9] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH 5/9] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH 7/9] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH 8/9] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH 9/9] KVM: arm64: Use local TLBI on permission relaxation
[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
2023-01-13 3:44 UTC (6+ messages)
` [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order
[PATCH rcu v2 17/20] kvm: Remove "select SRCU"
2023-01-13 0:11 UTC
[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2023-01-10 14:45 UTC (4+ messages)
[PATCH] KVM: x86: Replace 0-length arrays with flexible arrays
2023-01-12 22:44 UTC (4+ messages)
linux-next: Fixes tag needs some work in the kvm-fixes tree
2023-01-12 21:27 UTC
[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-12 19:19 UTC (20+ messages)
` [PATCH v7 13/68] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v7 15/68] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v7 17/68] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v7 21/68] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v7 24/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v7 30/68] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v7 31/68] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v7 36/68] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v7 38/68] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v7 40/68] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v7 41/68] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v7 47/68] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v7 48/68] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v7 49/68] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v7 53/68] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v7 55/68] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v7 63/68] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v7 65/68] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v7 68/68] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
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;
as well as URLs for NNTP newsgroup(s).