messages from 2024-05-10 21:19:02 to 2024-05-15 04:45:57 UTC [more...]
[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
2024-05-15 4:45 UTC (12+ messages)
[PATCH] KVM: introduce vm's max_halt_poll_ns to debugfs
2024-05-15 4:03 UTC (4+ messages)
linux-next: manual merge of the kvm tree with the loongarch tree
2024-05-15 2:54 UTC
[PATCH]virtio-pci: Check if is_avq is NULL
2024-05-15 2:48 UTC (4+ messages)
[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-15 1:25 UTC (13+ messages)
` [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
[PATCH v2 00/17] KVM: x86/mmu: Page fault and MMIO cleanups
2024-05-15 1:03 UTC (29+ messages)
` [PATCH 01/17] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 02/17] KVM: x86: Remove separate "bit" defines for page fault error code masks
` [PATCH 04/17] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
` [PATCH 07/17] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 09/17] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
` [PATCH 10/17] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 12/17] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 13/17] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH 14/17] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 15/17] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 16/17] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 17/17] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
[PATCH 00/16] TDX MMU prep series part 1
2024-05-15 0:59 UTC (17+ messages)
` [PATCH 01/16] KVM: x86: Add a VM type define for TDX
` [PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion
` [PATCH 03/16] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
` [PATCH 04/16] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH 05/16] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH 06/16] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH 07/16] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH 08/16] KVM: x86/mmu: Bug the VM if kvm_zap_gfn_range() is called for TDX
` [PATCH 09/16] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH 11/16] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH 12/16] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH 13/16] KVM: x86/tdp_mmu: Introduce shared, private KVM MMU root types
` [PATCH 14/16] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH 15/16] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH 16/16] KVM: x86/tdp_mmu: Invalidate correct roots
[PATCH 0/4] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-05-14 22:41 UTC (16+ messages)
` [PATCH 1/4] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH 2/4] KVM: x86: Register emergency virt callback in common code, via kvm_x86_ops
` [PATCH 3/4] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH 4/4] KVM: Rename functions related to enabling virtualization hardware
[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
2024-05-14 18:00 UTC (15+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v2 06/14] arm64: Override set_fixmap_io
` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
2024-05-14 17:39 UTC (10+ messages)
` [PATCH v4 02/11] riscv: add ISA extensions validation
[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
2024-05-14 16:05 UTC (9+ messages)
` [RFC PATCH 5/7] riscv: add double trap driver
` [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
2024-05-14 15:11 UTC (12+ messages)
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "
[PATCH] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
2024-05-14 14:51 UTC
[RFC PATCH v2] Cleaning up the KVM clock mess
2024-05-14 13:17 UTC (4+ messages)
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields
[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
2024-05-14 12:23 UTC (10+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
2024-05-14 10:27 UTC (4+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore
[PATCH 00/12] Make riscv use THP contpte support for arm64
2024-05-14 9:30 UTC (5+ messages)
` [PATCH 01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE
[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
2024-05-14 8:08 UTC (5+ messages)
` [PATCH v2 27/54] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v2 30/54] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
[kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9
2024-05-14 5:49 UTC (4+ messages)
` [kvmtool PATCH 1/3] Sync-up headers with Linux-6.9 kernel
` [kvmtool PATCH 2/3] riscv: Add Ztso extensiona support
` [kvmtool PATCH 3/3] riscv: Add Zacas "
[PATCH v19 000/130] KVM TDX basic feature support
2024-05-14 2:01 UTC (9+ messages)
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-13 22:08 UTC (25+ messages)
` [PULL 01/19] KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
` [PULL 02/19] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PULL 03/19] KVM: SEV: Add initial SEV-SNP support
` [PULL 04/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PULL 05/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PULL 06/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PULL 07/19] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PULL 08/19] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PULL 09/19] KVM: SEV: Add support to handle "
` [PULL 15/19] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PULL 16/19] KVM: SVM: Add module parameter to enable SEV-SNP
` [PULL 17/19] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PULL 18/19] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST "
` [PULL 19/19] crypto: ccp: Add the SNP_VLEK_LOAD command
Unmapping KVM Guest Memory from Host Kernel
2024-05-13 22:01 UTC (10+ messages)
[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
2024-05-13 20:56 UTC (7+ messages)
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
[PATCH] KVM: SEV: Fix unused variable in guest request handling
2024-05-13 18:19 UTC
[PATCH v3 00/12] KVM: arm64: Add support for hypervisor kCFI
2024-05-13 17:30 UTC (19+ messages)
` [PATCH v3 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v3 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
` [PATCH v3 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
` [PATCH v3 04/12] KVM: arm64: nVHE: Remove __guest_exit_panic path
` [PATCH v3 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v3 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v3 08/12] arm64: Move esr_comment() to <asm/esr.h>
` [PATCH v3 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v3 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
[PATCH] KVM: SEV: Fix uninitialized firmware error code
2024-05-13 17:27 UTC
[GIT PULL] Kselftest fixes for v6.9
2024-05-13 17:15 UTC (3+ messages)
[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-05-13 16:19 UTC (4+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[PATCH 3/7] KVM: arm64: Only reset vCPU-scoped feature ID regs once
2024-05-13 13:31 UTC (2+ messages)
[PATCH 2/7] KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
2024-05-13 13:26 UTC (2+ messages)
[PATCH 1/7] KVM: arm64: Rename is_id_reg() to imply VM scope
2024-05-13 13:24 UTC (2+ messages)
[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
2024-05-13 13:18 UTC (3+ messages)
[syzbot] Monthly kvm report (May 2024)
2024-05-13 12:35 UTC
[Bug 218684] New: CPU soft lockups in KVM VMs on kernel 6.x after switching hypervisor from C8S to C9S
2024-05-13 11:22 UTC (2+ messages)
` [Bug 218684] "
[PATCH v6 0/5] add debugfs to hisilicon migration driver
2024-05-13 8:35 UTC (10+ messages)
` [PATCH v6 2/5] hisi_acc_vfio_pci: modify the register location of the XQC address
[PATCH AUTOSEL 6.1 08/25] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
2024-05-13 8:27 UTC (3+ messages)
[PATCH] vfio/pci: Collect hot-reset devices to local buffer
2024-05-13 7:51 UTC (2+ messages)
[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-05-13 6:52 UTC (5+ messages)
[PATCH v2] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
2024-05-13 2:48 UTC (6+ messages)
[PATCH] Build guest_memfd_test also on arm64
2024-05-13 1:46 UTC (4+ messages)
[PATCH v3] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
2024-05-13 1:40 UTC
[PATCH 0/3] LoongArch: KVM: Add Binary Translation extension support
2024-05-13 1:12 UTC (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Add HW "
` [PATCH 2/3] LoongArch: KVM: Add LBT feature detection with cpucfg
` [PATCH 3/3] LoongArch: KVM: Add vm migration support for LBT feature
[GIT PULL] Final KVM change for Linux 6.9
2024-05-12 20:11 UTC (2+ messages)
KVM: x86 pull requests for 6.10
2024-05-12 7:19 UTC (8+ messages)
` [GIT PULL] KVM: Common changes "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: Selftests cleanups and fixes "
` [GIT PULL] KVM: Selftests "tree"-wide changes "
` [GIT PULL] KVM: x86: VMX "
[GIT PULL] KVM/arm64 updates for 6.10
2024-05-12 7:16 UTC (2+ messages)
[mst-vhost:vhost 54/54] drivers/vdpa/octeon_ep/octep_vdpa_main.c:538:25: error: implicit declaration of function 'readq'; did you mean 'readl'?
2024-05-11 22:55 UTC
[PATCH v7 00/10] Fix Kselftest's vfork() side effects
2024-05-11 17:14 UTC (11+ messages)
` [PATCH v7 01/10] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v7 02/10] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v7 03/10] selftests/harness: Fix fixture teardown
` [PATCH v7 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v7 05/10] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v7 06/10] selftests/harness: Constify fixture variants
` [PATCH v7 07/10] selftests/pidfd: Fix wrong expectation
` [PATCH v7 08/10] selftests/harness: Share _metadata between forked processes
` [PATCH v7 09/10] selftests/harness: Fix vfork() side effects
` [PATCH v7 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes
[PATCH v2] KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= KVM_MAX_HUGEPAGE_LEVEL
2024-05-11 3:46 UTC
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-05-11 3:03 UTC (9+ messages)
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
2024-05-11 2:08 UTC (22+ messages)
[PATCH] vfio: remove an extra semicolon
2024-05-10 22:14 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