messages from 2024-06-05 23:22:20 to 2024-06-10 10:31:47 UTC [more...]
[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
2024-06-10 10:31 UTC (3+ messages)
` [PATCH v8 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
[PATCH] kvm: do not account temporary allocations to kmem
2024-06-10 10:31 UTC
[PATCH v6 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
2024-06-10 10:30 UTC (12+ messages)
` [PATCH v6 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v6 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v6 03/10] x86/sev: Set GHCB data structure version
` [PATCH v6 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v6 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v6 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v6 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v6 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v6 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v6 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests
[PATCH v2 00/15] TDX MMU prep series part 1
2024-06-10 9:23 UTC (51+ messages)
` [PATCH v2 01/15] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH v2 03/15] KVM: x86/mmu: Add a mirrored pointer to struct kvm_mmu_page
` [PATCH v2 04/15] KVM: x86/mmu: Add a new mirror_pt member for union kvm_mmu_page_role
` [PATCH v2 05/15] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH v2 06/15] KVM: x86/mmu: Support GFN direct mask
` [PATCH v2 08/15] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH v2 09/15] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v2 10/15] KVM: x86/tdp_mmu: Reflect building mirror page tables
` [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down "
` [PATCH v2 13/15] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH v2 14/15] KVM: x86/tdp_mmu: Invalidate correct roots
` [PATCH v2 15/15] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
[PATCH v3 0/2] vfio/pci: add msi interrupt affinity support
2024-06-10 8:21 UTC (7+ messages)
` [PATCH v4 1/2] cgroup/cpuset: export cpuset_cpus_allowed()
` [PATCH v4 2/2] vfio/pci: add msi interrupt affinity support
[PATCH v5 0/8] KVM: arm64: Add support for hypervisor kCFI
2024-06-10 6:32 UTC (9+ messages)
` [PATCH v5 1/8] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v5 2/8] KVM: arm64: Fix __pkvm_init_switch_pgd call ABI
` [PATCH v5 3/8] KVM: arm64: nVHE: Simplify invalid_host_el2_vect
` [PATCH v5 4/8] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v5 5/8] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v5 6/8] arm64: Introduce esr_brk_comment, esr_is_cfi_brk
` [PATCH v5 7/8] KVM: arm64: Introduce print_nvhe_hyp_panic helper
` [PATCH v5 8/8] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
[Bug 218949] New: Kernel panic after upgrading to 6.10-rc2
2024-06-10 5:36 UTC (2+ messages)
` [Bug 218949] "
[RFC] UAF in acrn_irqfd_assign() and vfio_virqfd_enable()
2024-06-10 5:12 UTC
[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-06-10 0:59 UTC (12+ messages)
` [PATCH v3 1/8] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v3 2/8] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v3 3/8] KVM: Rename functions related to enabling virtualization hardware
` [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v3 5/8] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v3 6/8] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v3 7/8] KVM: x86: Register "emergency disable" callbacks when virt is enabled
` [PATCH v3 8/8] KVM: Enable virtualization at load/initialization by default
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-06-09 15:49 UTC (19+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
` [PATCH 02/18] KVM: x86: hyper-v: Introduce helpers to check if VSM is exposed to guest
` [PATCH 03/18] hyperv-tlfs: Update struct hv_send_ipi{_ex}'s declarations
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 06/18] KVM: x86: hyper-v: Exit on Get/SetVpRegisters hcall
` [PATCH 07/18] KVM: x86: hyper-v: Exit on TranslateVirtualAddress hcall
` [PATCH 08/18] KVM: x86: hyper-v: Exit on StartVirtualProcessor and GetVpIndexFromApicId hcalls
` [PATCH 09/18] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 12/18] KVM: x86/mmu: Introduce infrastructure to handle non-executable mappings
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 14/18] KVM: x86/mmu: Init memslot if memory attributes available
` [PATCH 15/18] KVM: Introduce RWX memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
` [PATCH 17/18] KVM: Introduce traces to track memory attributes modification
` [PATCH 18/18] KVM: x86: hyper-v: Handle VSM hcalls in user-space
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-09 8:27 UTC (2+ messages)
` [PATCH 03/14] KVM: PPC: "
[PATCH V7 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
2024-06-08 15:12 UTC (4+ messages)
` [PATCH V7 1/2] KVM: selftests: Add x86_64 guest udelay() utility
` [PATCH V7 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
[PATCH] KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
2024-06-08 0:11 UTC
[PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
2024-06-08 0:10 UTC
[PATCH] KVM: x86/pmu: Add a helper to enable bits in FIXED_CTR_CTRL
2024-06-08 0:08 UTC
[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
2024-06-07 23:03 UTC (10+ messages)
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data
[PATCH] vfio/qat: add PCI_IOV dependency
2024-06-07 21:34 UTC (6+ messages)
[PATCH v3 0/2] vfio/pci: add msi interrupt affinity support
2024-06-07 18:18 UTC (6+ messages)
` [PATCH v3 1/2] cgroup/cpuset: export cpuset_cpus_allowed()
` [PATCH v3 2/2] vfio/pci: add msi interrupt affinity support
[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
2024-06-07 17:55 UTC (14+ messages)
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared
[PATCH 0/6] KVM: nVMX: Fix nested posted intr vs. HLT
2024-06-07 17:26 UTC (7+ messages)
` [PATCH 1/6] KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
` [PATCH 2/6] KVM: nVMX: Request immediate exit iff pending nested event needs injection
` [PATCH 3/6] KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
` [PATCH 4/6] KVM: nVMX: Check for pending posted interrupts when looking for nested events
` [PATCH 5/6] KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
` [PATCH 6/6] KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet inject
[PATCH 0/4] Export APICv-related state via binary stats interface
2024-06-07 15:11 UTC (5+ messages)
` [PATCH 4/4] KVM: x86: Add vCPU stat for APICv interrupt injections causing #VMEXIT
[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-07 14:23 UTC (6+ messages)
[PATCH v3 0/6] target/i386: add support for FRED
2024-06-07 14:13 UTC (4+ messages)
` [PATCH v3 4/6] target/i386: add support for VMX FRED controls
[PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
2024-06-07 12:38 UTC (2+ messages)
` [PATCH net-next v7 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
2024-06-07 9:39 UTC (10+ messages)
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()
[PATCH] RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest
2024-06-07 7:07 UTC (2+ messages)
[kvm-unit-tests PATCH] Bump Fedora version to 40
2024-06-07 6:51 UTC
[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
2024-06-07 6:50 UTC (8+ messages)
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
[GIT PULL] KVM/riscv fixes for 6.10 take #2
2024-06-07 6:49 UTC
[kvm-unit-tests PATCH] gitlab-ci: Test that "make check-kerneldoc" does not report any errors
2024-06-07 6:36 UTC
[PATCH] LoongArch: KVM: Add feature passing from user space
2024-06-07 6:31 UTC (6+ messages)
[PATCH] vfio/pci: Insert full vma on mmap'd MMIO fault
2024-06-07 3:52 UTC
[PATCH] KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
2024-06-07 3:48 UTC (2+ messages)
[PATCH 0/2] KVM: Reject vCPU IDs above 2^32
2024-06-07 0:12 UTC (8+ messages)
` [PATCH 1/2] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
[kvm-unit-tests PATCH v7 00/11] Add #VC exception handling for AMD SEV-ES
2024-06-06 23:49 UTC (14+ messages)
` [kvm-unit-tests PATCH v7 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v7 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v7 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v7 10/11] x86: AMD SEV-ES: Handle IOIO #VC
[PATCH v2] vfio/pci: add msi interrupt affinity support
2024-06-06 23:11 UTC (3+ messages)
[PATCH V5 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
2024-06-06 17:27 UTC (6+ messages)
` [PATCH V5 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency
[PATCH v4 00/13] KVM: arm64: Add support for hypervisor kCFI
2024-06-06 16:22 UTC (5+ messages)
` [PATCH v4 11/13] KVM: arm64: Improve CONFIG_CFI_CLANG error message
[PATCH] KVM: Fix Undefined Behavior Sanitizer(UBSAN) error
2024-06-06 14:50 UTC (5+ messages)
[PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
2024-06-06 12:34 UTC (9+ messages)
` [PATCH v2 1/2] arch/powerpc/kvm: Add DPDES support in helper library for Guest state buffer
` [PATCH v2 2/2] arch/powerpc/kvm: Fix doorbell emulation for v2 API
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-06-06 10:45 UTC (3+ messages)
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
[PATCH] KVM: selftests: Fix RISC-V compilation
2024-06-06 10:20 UTC (2+ messages)
[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
2024-06-06 9:25 UTC (2+ messages)
[RFC kvm-unit-tests PATCH] build: fix .aux.o target building
2024-06-06 7:58 UTC (6+ messages)
[PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes
2024-06-06 3:06 UTC (2+ messages)
[kvm-unit-tests PATCH v3] x86/asyncpf: fix async page fault issues
2024-06-06 1:42 UTC (2+ messages)
[kvm-unit-tests PATCH 0/4] x86/pmu: PEBS fixes and new testcases
2024-06-06 0:51 UTC (3+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-06-06 0:15 UTC (6+ messages)
` [EXTERNAL] "
[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
2024-06-06 0:03 UTC (3+ messages)
[PULL v3 33/41] linux-headers: update to 6.10-rc1
2024-06-05 23:36 UTC
[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
2024-06-05 23:20 UTC (2+ 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