KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 14:44:54 to 2024-04-11 20:54:42 UTC [more...]

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-11 20:54 UTC  (31+ messages)
` [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 03/41] perf: Set exclude_guest onto nmi_watchdog
` [RFC PATCH 04/41] perf: core/x86: Add support to register a new vector for PMI handling
` [RFC PATCH 05/41] KVM: x86/pmu: Register PMI handler for passthrough PMU
` [RFC PATCH 06/41] perf: x86: Add function to switch PMI handler
` [RFC PATCH 07/41] perf/x86: Add interface to reflect virtual LVTPC_MASK bit onto HW
` [RFC PATCH 08/41] KVM: x86/pmu: Add get virtual LVTPC_MASK bit function
` [RFC PATCH 09/41] perf: core/x86: Forbid PMI handler when guest own PMU
` [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter and propage to KVM instance

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-11 20:50 UTC  (20+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-11 20:46 UTC  (17+ messages)
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 076/130] KVM: TDX: Finalize VM initialization

[GIT PULL] KVM: x86: Fixes for 6.9-rcN
 2024-04-11 20:35 UTC 

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-11 19:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc

[RFC PATCH] KVM: x86: Advertise PCID based on hardware support (with an asterisk)
 2024-04-11 19:11 UTC  (3+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-11 18:52 UTC  (24+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-11 18:47 UTC  (7+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-11 18:29 UTC  (8+ messages)
` [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH v2 08/13] x86/irq: Install posted MSI notification handler

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-11 18:07 UTC  (11+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[PATCH for-9.1 v1 0/3] Add SEV/SEV-ES machine compat options for KVM_SEV_INIT2
 2024-04-11 17:35 UTC  (2+ messages)

[PATCH v6 00/11] Add #VC exception handling for AMD SEV-ES
 2024-04-11 17:29 UTC  (12+ messages)
` [kvm-unit-tests PATCH v6 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v6 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v6 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v6 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v6 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v6 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v6 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v6 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v6 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v6 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v6 11/11] x86: AMD SEV-ES: Handle string IO for "

[PATCH 00/10] KVM: x86: Fix LVTPC masking on AMD CPUs
 2024-04-11 17:03 UTC  (2+ messages)

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-11 16:37 UTC  (4+ messages)
` [PATCH v3 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
 2024-04-10  2:39 UTC  (7+ messages)

[PATCH v4 0/2] KVM: SVM: Flush cache only on CPUs running SEV guest
 2024-04-11 14:04 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: x86: Add a wbinvd helper
` [PATCH v4 2/2] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-11 13:33 UTC  (9+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v12 29/29] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
 2024-04-11 13:28 UTC  (2+ messages)

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-11 13:13 UTC  (18+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment

[PATCH v2 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-11 12:55 UTC  (8+ messages)
` [PATCH v2 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v2 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH 9/9] target/i386: Replace sprintf() by snprintf()
 2024-04-11 11:59 UTC  (2+ messages)

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-11 11:53 UTC  (11+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-11  9:40 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash
` [kvm-unit-tests PATCH 2/2] s390x: Fix is_pv check in run script

[PATCH 0/2] KVM RISC-V HW IMSIC guest files
 2024-04-11  9:06 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers
` [PATCH 2/2] RISC-V: KVM: Use IMSIC guest files when available

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-11  7:53 UTC  (2+ messages)

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  7:45 UTC  (5+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  7:38 UTC  (7+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-11  7:24 UTC  (6+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

[PATCH net-next v2 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
 2024-04-11  7:09 UTC  (2+ messages)

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-11  7:03 UTC  (3+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-11  2:35 UTC  (7+ messages)
` [PATCH vhost v8 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v8 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v8 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v8 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v8 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  0:07 UTC  (25+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (5+ messages)

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-10 22:07 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH v2 02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH v2 04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH v2 05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
` [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
` [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()
` [PATCH v2 09/10] KVM: SVM: Implement pre_mmu_map_page() to refuse KVM_MAP_MEMORY
` [PATCH v2 10/10] KVM: selftests: x86: Add test for KVM_MAP_MEMORY

[PATCH v1 0/3] mm: follow_pte() improvements and acrn follow_pte() fixes
 2024-04-10 20:12 UTC  (6+ messages)
` [PATCH v1 1/3] drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
` [PATCH v1 2/3] mm: pass VMA instead of MM to follow_pte()
` [PATCH v1 3/3] mm: follow_pte() improvements

[PATCH 0/4] KVM: x86/mmu: Fix TDP MMU dirty logging bug L2 running with EPT disabled
 2024-04-10 16:17 UTC  (4+ messages)

[Bug 218698] Kernel panic on adding vCPU to guest in Linux 6.9-rc2
 2024-04-10 16:14 UTC  (2+ messages)

[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
 2024-04-10 14:58 UTC  (7+ messages)
` [PATCH 05/10] KVM: arm64: nVHE: Add EL2 sync exception handler
` [PATCH 09/10] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2


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 read-only IMAP folder(s) and NNTP newsgroup(s).