public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-12 03:40:48 to 2024-07-15 22:42:58 UTC [more...]

[kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add support to test timer extension
 2024-07-15 22:42 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/3] riscv: Update exception cause list

[PATCH kvm-unit-tests v2] riscv: sbi: debug console write tests
 2024-07-15 22:33 UTC  (2+ messages)

[PATCH v3 0/8] [PATCH v3 0/8] target/i386: Misc cleanup on KVM PV defs, outdated comments and error handling
 2024-07-15 22:18 UTC  (10+ messages)
` [PATCH v3 1/8] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v3 2/8] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v3 3/8] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v3 4/8] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v3 5/8] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v3 6/8] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
` [PATCH v3 7/8] target/i386/kvm: Clean up return values of MSR filter related functions
` [PATCH v3 8/8] target/i386/kvm: Clean up error handling in kvm_arch_init()

[PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-15 21:47 UTC  (8+ messages)
` [PATCH 09/12] KVM: guest_memfd: move check for already-populated page to common code

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-15 21:37 UTC  (4+ messages)
` [RFC PATCH 02/18] KVM: Add KVM_CAP_USERFAULT and KVM_MEMORY_ATTRIBUTE_USERFAULT

[PATCH kvm-unit-tests] riscv: Fix virt_to_phys()
 2024-07-15 20:57 UTC  (2+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-07-15 20:39 UTC  (12+ messages)

[PATCH v2] vfio-mdev: add missing MODULE_DESCRIPTION() macros
 2024-07-15 19:27 UTC 

[PATCH v3 3/8] mm/mprotect: Push mmu notifier to PUDs
 2024-07-15 19:21 UTC 

[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
 2024-07-15 17:41 UTC  (3+ messages)

[PATCH] vfio-mdev: add MODULE_DESCRIPTION() macros
 2024-07-15 17:32 UTC  (7+ messages)

[PATCH v7 0/4] Add Svade and Svadu Extensions Support
 2024-07-15 16:21 UTC  (6+ messages)
` [PATCH v7 1/4] RISC-V: "
` [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v7 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v7 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-07-15 16:03 UTC  (3+ messages)
` [PATCH net-next v3 3/3] test/vsock: add ioctl unsent bytes test

[PATCH v2] s390/cio: add missing MODULE_DESCRIPTION() macros
 2024-07-15 15:58 UTC 

[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-07-15 15:30 UTC  (15+ messages)
` [PATCH 01/12] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH 02/12] arm64: Add PAR_EL1 field description
` [PATCH 04/12] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH 05/12] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH v2 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2024-07-15 15:18 UTC  (10+ messages)
` [PATCH v2 1/4] x86/split_lock: Move Split and Bus lock code to a dedicated file
` [PATCH v2 2/4] x86/bus_lock: Add support for AMD
` [PATCH v2 3/4] KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
` [PATCH v2 4/4] KVM: SVM: Add Bus Lock Detect support

[PATCH 0/6] Make set_dev_pasid op supportting domain replacement
 2024-07-15 12:19 UTC  (18+ messages)
` [PATCH 3/6] iommu/vt-d: Make helpers support modifying present pasid entry
` [PATCH 4/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH 6/6] iommu: Make set_dev_pasid op support "

[PATCH net-next v3 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-15 10:44 UTC  (6+ messages)
` [PATCH net-next v3 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH net-next v3 2/2] vsock/virtio: avoid queuing packets when work queue is empty

[PATCH] KVM: VMX: Do not account for temporary memory allocation in ECREATE emulation
 2024-07-15 10:12 UTC 

[PATCH] KVM: x86: Suppress MMIO that is triggered during task switch emulation
 2024-07-15  9:48 UTC  (2+ messages)

[PATCH 0/6] KVM: Improve MMIO Coalescing API
 2024-07-15  9:30 UTC  (16+ messages)
` [PATCH 1/6] KVM: Fix coalesced_mmio_has_room()
` [PATCH 2/6] KVM: Add KVM_CREATE_COALESCED_MMIO_BUFFER ioctl
` [PATCH 3/6] KVM: Support poll() on coalesced mmio buffer fds
` [PATCH 4/6] KVM: Add KVM_(UN)REGISTER_COALESCED_MMIO2 ioctls
` [PATCH 5/6] KVM: Documentation: Document v2 of coalesced MMIO API

[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-07-15  8:35 UTC  (7+ messages)

[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
 2024-07-15  8:02 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 6.11
 2024-07-15  6:57 UTC 

[PATCH 00/11] Added Interrupt controller emulation for loongarch kvm
 2024-07-15  6:21 UTC  (17+ messages)
` [PATCH 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH 02/11] LoongArch: KVM: Add IPI device support
` [PATCH 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH 05/11] LoongArch: KVM: Add EXTIOI device support
` [PATCH 06/11] LoongArch: KVM: Add EXTIOI read and write functions
` [PATCH 07/11] LoongArch: KVM: Add EXTIOI user mode "
` [PATCH 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH 10/11] LoongArch: KVM: Add PCHPIC user mode read and write functions

[PATCH v2] KVM: x86: Advertise AVX10.1 CPUID to userspace
 2024-07-15  5:44 UTC  (2+ messages)

[PATCH] arch/powerpc/kvm: Avoid extra checks when emulating HFSCR bits
 2024-07-15  5:26 UTC  (2+ messages)

[Bug 218980] New: [VM boot] Guest Kernel hit BUG: kernel NULL pointer dereference, address: 0000000000000010 and WARNING: CPU: 0 PID: 218 at arch/x86/kernel/fpu/core.c:57 x86_task_fpu+0x17/0x20
 2024-07-15  1:40 UTC  (2+ messages)
` [Bug 218980] "

[PULL 12/13] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
 2024-07-14 11:10 UTC 

[PATCH 4/4] Fixed: virt: kvm: kvm_main_c: Resolved seven code indent errors
 2024-07-13 18:38 UTC 

[PATCH 0/2] Fix for a very old KVM bug in the segment cache
 2024-07-13 10:22 UTC  (4+ messages)
` [PATCH 1/2] KVM: nVMX: use vmx_segment_cache_clear
` [PATCH 2/2] KVM: VMX: disable preemption when writing guest segment state

[PATCH] LoongArch: KVM: Remove redundant assignment in kvm_map_page_fast
 2024-07-13 15:59 UTC 

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-13  5:24 UTC  (10+ messages)

[GIT PULL] KVM: x86 pull requests for 6.11
 2024-07-12 23:57 UTC  (11+ messages)
` [GIT PULL] KVM: x86: Single Xen fix for 6.10 or 6.11
` [GIT PULL] KVM: Generic changes for 6.11
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: Remove MTRR virtualization
` [GIT PULL] KVM: x86: PMU changes for 6.11
` [GIT PULL] KVM: Selftests "
` [GIT PULL (sort of)] KVM: x86: Static call "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "

[PATCH] fixup! KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
 2024-07-12 23:34 UTC 

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-07-12 23:29 UTC  (2+ messages)

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-07-12 20:02 UTC  (13+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-07-12 19:30 UTC  (9+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[RFC PATCH v2 0/5] Paravirt Scheduling (Dynamic vcpu priority management)
 2024-07-12 17:28 UTC  (20+ messages)

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-07-12 17:09 UTC  (28+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible
` [PATCH 02/26] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH 03/26] mm: asi: Introduce ASI core API
` [PATCH 04/26] objtool: let some noinstr functions make indirect calls
` [PATCH 05/26] mm: asi: Add infrastructure for boot-time enablement
` [PATCH 06/26] mm: asi: ASI support in interrupts/exceptions
` [PATCH 07/26] mm: asi: Switch to unrestricted address space before a context switch
` [PATCH 08/26] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH 09/26] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH 10/26] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH 11/26] mm: asi: ASI page table allocation functions
` [PATCH 12/26] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH 13/26] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH 14/26] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH 15/26] mm: Add __PAGEFLAG_FALSE
` [PATCH 16/26] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH 17/26] mm: asi: Map kernel text and static data "
` [PATCH 18/26] mm: asi: Map vmalloc/vmap data as nonsesnitive
` [PATCH 19/26] percpu: clean up all mappings when pcpu_map_pages() fails
` [PATCH 20/26] mm: asi: Map dynamic percpu memory as nonsensitive
` [PATCH 21/26] KVM: x86: asi: Restricted address space for VM execution
` [PATCH 22/26] KVM: x86: asi: Stabilize CR3 when potentially accessing with ASI
` [PATCH 23/26] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH 24/26] mm: asi: Make TLB flushing correct under ASI
` [PATCH 25/26] mm: asi: Stop ignoring asi=on cmdline flag
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-12 15:59 UTC  (7+ messages)
` [RFC PATCH 8/8] kvm: gmem: Allow restricted userspace mappings

[GIT PULL] LoongArch KVM changes for v6.11
 2024-07-12 15:31 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: Add support for FP8
 2024-07-12 15:28 UTC  (7+ messages)
` [PATCH 3/7] KVM: arm64: Add save/restore support for FPMR

[GIT PULL 0/3] KVM: s390x: changes for v6.11
 2024-07-12 15:23 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.11
 2024-07-12 15:22 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Clean up hugepage split error handling
 2024-07-12 15:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
` [PATCH 2/2] KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-07-12 15:06 UTC  (11+ messages)

[PATCH v2] KVM/x86: make function emulator_do_task_switch as noinline_for_stack
 2024-07-12 14:51 UTC  (2+ messages)

[PATCH 0/6] Introduce CET supervisor state support
 2024-07-12 14:36 UTC  (8+ messages)

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-07-12 13:31 UTC  (6+ messages)
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
` [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed

[PATCH v1 0/2] s390: Two small fixes and improvements
 2024-07-12  9:56 UTC  (5+ messages)
` [PATCH v1 2/2] s390/kvm: Move bitfields for dat tables

[PATCH] target/i386: Add Bus Lock Detect support
 2024-07-12  9:52 UTC 

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-12  8:54 UTC  (2+ messages)

[Bug 218792] New: Guest call trace with mwait enabled
 2024-07-12  8:40 UTC  (3+ messages)
` [Bug 218792] "

[Bug 218419] New: kvm-unit-tests asyncpf is skipped with no reason
 2024-07-12  8:31 UTC  (2+ messages)
` [Bug 218419] "

[PATCH] mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLE
 2024-07-12  7:31 UTC  (3+ messages)

[PATCH] vfio: Reuse file f_inode as vfio device inode
 2024-07-12  6:14 UTC  (12+ messages)

[Patch v2] KVM: x86/pmu: Insert #GP for invalid architectural PMU MSRs access
 2024-07-12 12:49 UTC 

[Bug 219034] New: [linux-next][tag next-20240709] kernel BUG at lib/dynamic_queue_limits.c:99! and Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
 2024-07-12  3:40 UTC 


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