public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-15 11:32:34 to 2024-02-17 07:20:04 UTC [more...]

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-17  7:19 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH v2 0/3] add debugfs to hisilicon migration driver
 2024-02-17  6:51 UTC  (4+ messages)
` [PATCH v2 2/3] hisi_acc_vfio_pci: register debugfs for "

[PATCH 1/2] kbuild: change tool coverage variables to take the path relative to $(obj)
 2024-02-17  5:55 UTC 

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-17  3:15 UTC  (4+ messages)

[PATCH for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-17  3:03 UTC  (5+ messages)
` [PATCH for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg
` [PATCH for-6.8 v3 2/3] LoongArch: KVM: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v3 3/3] LoongArch: KVM: Streamline kvm_check_cpucfg and improve comments

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-17  2:33 UTC  (23+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
` [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
` [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
` [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH RFC 17/20] perf: Add json file for virt machine supported events
` [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
` [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
` [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-17  1:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: fix comment to add LBR to passthrough MSRs
` [PATCH 2/3] KVM: VMX: return early if msr_bitmap is not supported
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-17  1:41 UTC 

[PATCH 00/10] KVM: SEV: allow customizing VMSA features
 2024-02-17  1:40 UTC  (21+ messages)
` [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
` [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation

[PATCH] KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
 2024-02-17  1:34 UTC 

[PATCH 0/2] KVM: x86: Fix dirty logging of emulated atomics
 2024-02-17  1:02 UTC  (17+ messages)
` [PATCH 1/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty
` [PATCH 2/2] KVM: selftests: Test forced instruction emulation in dirty log test (x86 only)

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-17  0:11 UTC  (10+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-16 23:40 UTC  (18+ messages)
` [PATCH v7 01/14] KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v7 02/14] KVM: Add function comments for __kvm_read/write_guest_page()
` [PATCH v7 03/14] KVM: Documentation: Make note of the KVM_MEM_GUEST_MEMFD memslot flag
` [PATCH v7 04/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v7 05/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v7 07/14] KVM: x86: Enable KVM_CAP_EXIT_ON_MISSING and annotate EFAULTs from stage-2 fault handler
` [PATCH v7 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO and annotate fault in the "
` [PATCH v7 09/14] KVM: arm64: Implement and advertise KVM_CAP_EXIT_ON_MISSING
` [PATCH v7 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v7 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v7 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v7 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v7 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH v3 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-16 21:36 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v3 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-16 21:18 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: s390: load guest access registers "
` [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-16 19:54 UTC  (9+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)
` [PATCH 2/6] hw/display/pl110: Pass frame buffer memory region as link property
` [PATCH 3/6] hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)
` [PATCH 4/6] hw/display/exynos4210_fimd: Pass frame buffer memory region as link
` [PATCH 5/6] hw/i386/kvmvapic: Inline sysbus_address_space()
` [PATCH 6/6] hw/sysbus: Remove now unused sysbus_address_space()

[kvm-unit-tests PATCH] s390x/snippets/c/sie-dat: Fix compiler warning with GCC 11.2
 2024-02-16 19:08 UTC  (2+ messages)

[GIT PULL] KVM fixes and cleanups for 6.8-rc5
 2024-02-16 18:51 UTC  (2+ messages)

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-16 18:41 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v3 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v3 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v3 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v3 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v3 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v3 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v3 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v3 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
 2024-02-16 17:13 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.8, take #2
 2024-02-16 17:02 UTC  (2+ messages)

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-16 15:52 UTC  (25+ messages)
` [PATCH v13 01/21] KVM: pfncache: Add a map helper function
` [PATCH v13 02/21] KVM: pfncache: remove unnecessary exports
` [PATCH v13 03/21] KVM: x86/xen: mark guest pages dirty with the pfncache lock held
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 06/21] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v13 07/21] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v13 08/21] KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 10/21] KVM: x86/xen: separate initialization of shared_info cache and content
` [PATCH v13 11/21] KVM: x86/xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 13/21] KVM: x86/xen: allow vcpu_info "
` [PATCH v13 14/21] KVM: selftests: map Xen's shared_info page using HVA rather than GFN
` [PATCH v13 15/21] KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPA
` [PATCH v13 16/21] KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v13 17/21] KVM: x86/xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v13 19/21] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v13 20/21] KVM: x86/xen: allow vcpu_info content to be 'safely' copied
` [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-02-16 15:47 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[PATCH] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-16 15:04 UTC 

[PATCH v13 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-16 14:20 UTC  (2+ messages)

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-16 14:02 UTC 

[PATCH RESEND for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-16  9:37 UTC  (4+ messages)
` [PATCH RESEND for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg
` [PATCH RESEND for-6.8 v3 2/3] LoongArch: KVM: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH RESEND for-6.8 v3 3/3] LoongArch: KVM: Streamline kvm_check_cpucfg and improve comments

[PATCH v18 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-16  3:01 UTC  (4+ messages)
` [PATCH v18 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v18 2/3] vfio/pci: rename and export range_intersect_range
` [PATCH v18 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

[kvm:kvm-coco-queue 33/42] include/linux/kvm_host.h:2404:1: warning: no return statement in function returning non-void
 2024-02-15 23:26 UTC 

[kvm:kvm-coco-queue 33/42] include/linux/kvm_host.h:2404:2: warning: non-void function does not return a value
 2024-02-15 23:16 UTC 

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-15 20:15 UTC  (5+ messages)

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-15 19:26 UTC  (14+ messages)

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-15 18:27 UTC  (6+ messages)
` [PATCH v4 4/5] "
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-02-15 18:12 UTC  (6+ messages)
` [RFC 1/3] x86: KVM: stats: Add a stat to report status of APICv inhibition
` [RFC 2/3] x86: KVM: stats: Add stat counter for IRQs injected via APICv
` [RFC 3/3] x86: KVM: stats: Add a stat counter for GALog events

[PATCH 0/9] SVM guest shadow stack support
 2024-02-15 17:39 UTC  (6+ messages)
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-15 16:56 UTC  (7+ messages)

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-15 15:19 UTC  (6+ messages)
  ` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
 2024-02-15 14:20 UTC  (4+ messages)
` [PATCH v2 1/3] MAINTAINERS: Cover hw/i386/kvm/ in 'X86 KVM CPUs' section
` [PATCH v2 2/3] hw/i386: Move SGX files within the kvm/ directory
` [PATCH v2 3/3] hw/i386/sgx: Use QDev API

[PATCH 0/2] KVM: x86: kvm_has_noapic_vcpu fix/cleanup
 2024-02-15 12:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-02-15 11:31 UTC  (9+ messages)
` [PATCH v8 09/16] x86/cpufeatures: Add synthetic Secure TSC bit
` [PATCH v8 10/16] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v8 11/16] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v8 12/16] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v8 13/16] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v8 14/16] x86/sev: Mark Secure TSC as reliable
` [PATCH v8 15/16] x86/cpu/amd: Do not print FW_BUG for Secure TSC
` [PATCH v8 16/16] x86/sev: Enable Secure TSC for SNP guests


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