KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-04 00:00:01 to 2024-04-05 12:12:59 UTC [more...]

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-05 12:12 UTC  (30+ messages)
` [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
` [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-05 12:05 UTC  (14+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-05 11:58 UTC  (5+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[RFC PATCH 0/4] KVM: x86/mmu: Rework marking folios dirty/accessed
 2024-04-05 10:14 UTC  (14+ messages)

[PATCH 5.15 0/2] KVM: x86: Fix for dirty logging emulated atomics
 2024-04-05  9:35 UTC  (4+ messages)
` [PATCH 5.15 1/2] KVM: x86: Bail to userspace if emulation of atomic user access faults
` [PATCH 5.15 2/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty

[kvm-unit-tests RFC PATCH 00/17] add shellcheck support
 2024-04-05  9:00 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
` [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
` [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
` [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
` [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
` [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
` [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
` [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
` [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
` [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
` [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
` [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
` [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
` [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
` [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
` [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
` [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-04-05  8:53 UTC  (5+ messages)
` [PATCH 14/19] i2c: nomadik: drop owner assignment
` [PATCH 15/19] hwrng: "

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-05  8:35 UTC  (36+ messages)
` [kvm-unit-tests PATCH v8 01/35] arch-run: Add functions to help handle migration directives from test
` [kvm-unit-tests PATCH v8 02/35] arch-run: Keep infifo open
` [kvm-unit-tests PATCH v8 03/35] migration: Add a migrate_skip command
` [kvm-unit-tests PATCH v8 04/35] (arm|s390): Use migrate_skip in test cases
` [kvm-unit-tests PATCH v8 05/35] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v8 07/35] common: add memory dirtying vs migration test
` [kvm-unit-tests PATCH v8 08/35] powerpc: Fix KVM caps on POWER9 hosts
` [kvm-unit-tests PATCH v8 09/35] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v8 10/35] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH v8 11/35] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH v8 12/35] powerpc/sprs: Avoid taking PMU interrupts caused by register fuzzing
` [kvm-unit-tests PATCH v8 13/35] doc: start documentation directory with unittests.cfg doc
` [kvm-unit-tests PATCH v8 14/35] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH v8 15/35] scripts: Accommodate powerpc powernv machine differences
` [kvm-unit-tests PATCH v8 16/35] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests PATCH v8 17/35] powerpc: Fix emulator illegal instruction test for powernv
` [kvm-unit-tests PATCH v8 18/35] powerpc/sprs: Test hypervisor registers on powernv machine
` [kvm-unit-tests PATCH v8 19/35] powerpc: general interrupt tests
` [kvm-unit-tests PATCH v8 20/35] powerpc: Add rtas stop-self support
` [kvm-unit-tests PATCH v8 21/35] powerpc: Remove broken SMP exception stack setup
` [kvm-unit-tests PATCH v8 22/35] powerpc: add SMP and IPI support
` [kvm-unit-tests PATCH v8 23/35] powerpc: Permit ACCEL=tcg,thread=single
` [kvm-unit-tests PATCH v8 24/35] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running
` [kvm-unit-tests PATCH v8 25/35] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v8 26/35] powerpc: Add timebase tests
` [kvm-unit-tests PATCH v8 27/35] powerpc: Add MMU support
` [kvm-unit-tests PATCH v8 28/35] common/sieve: Use vmalloc.h for setup_mmu definition
` [kvm-unit-tests PATCH v8 29/35] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH v8 30/35] powerpc: Add sieve.c common test
` [kvm-unit-tests PATCH v8 31/35] powerpc: add usermode support
` [kvm-unit-tests PATCH v8 32/35] powerpc: add pmu tests
` [kvm-unit-tests PATCH v8 33/35] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH v8 34/35] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v8 35/35] powerpc: gitlab CI update

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-05  7:09 UTC  (11+ 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 v1 5/5] s390/hugetlb: convert PG_arch_1 code to work on folio->flags

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-05  5:54 UTC  (5+ messages)

[kvm-unit-tests PATCH v7 00/35] migration, powerpc improvements
 2024-04-05  4:54 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 07/35] common: add memory dirtying vs migration test

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-04-05  2:28 UTC  (8+ messages)
` [PATCH 04/15] x86/irq: Add a Kconfig option for "
` [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs

[PATCH] x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
 2024-04-05  0:33 UTC  (2+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-04 23:42 UTC  (38+ messages)
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 104/130] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v19 105/130] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v19 106/130] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v19 111/130] KVM: TDX: Implement callbacks for MSR operations for TDX

[PATCH] KVM: Remove kvm_make_all_cpus_request_except
 2024-04-04 23:26 UTC 

[PATCH v5 00/17] KVM: SEV: allow customizing VMSA features
 2024-04-04 21:39 UTC  (21+ messages)
` [PATCH v5 01/17] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
` [PATCH v5 02/17] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v5 03/17] KVM: x86: use u64_to_user_ptr()
` [PATCH v5 04/17] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH v5 05/17] KVM: SEV: publish supported VMSA features
` [PATCH v5 06/17] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH v5 07/17] KVM: x86: add fields to struct kvm_arch for CoCo features
` [PATCH v5 08/17] KVM: x86: Add supported_vm_types to kvm_caps
` [PATCH v5 09/17] KVM: SEV: introduce to_kvm_sev_info
` [PATCH v5 10/17] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH v5 11/17] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
` [PATCH v5 12/17] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH v5 13/17] KVM: SEV: allow SEV-ES DebugSwap again
` [PATCH v5 14/17] selftests: kvm: add tests for KVM_SEV_INIT2
` [PATCH v5 15/17] selftests: kvm: switch to using KVM_X86_*_VM
` [PATCH v5 16/17] selftests: kvm: split "launch" phase of SEV VM creation
` [PATCH v5 17/17] selftests: kvm: add test for transferring FPU state into VMSA

[PATCH v4 0/4] add debugfs to hisilicon migration driver
 2024-04-04 20:07 UTC  (7+ messages)
` [PATCH v4 2/4] hisi_acc_vfio_pci: Create subfunction for data reading
` [PATCH v4 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v4 4/4] Documentation: add debugfs description for hisi migration

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-04 18:52 UTC  (3+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-04 18:50 UTC  (12+ messages)
` [PATCH 01/11] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH 02/11] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH 03/11] KVM: guest_memfd: pass error up from filemap_grab_folio
` [PATCH 04/11] filemap: add FGP_CREAT_ONLY
` [PATCH 05/11] KVM: guest_memfd: limit overzealous WARN
` [PATCH 06/11] KVM: guest_memfd: Add hook for initializing memory
` [PATCH 07/11] KVM: guest_memfd: extract __kvm_gmem_get_pfn()
` [PATCH 08/11] KVM: guest_memfd: extract __kvm_gmem_punch_hole()
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data
` [PATCH 10/11] KVM: guest_memfd: Add hook for invalidating memory
` [PATCH 11/11] KVM: x86: Add gmem hook for determining max NPT mapping level

[ANNOUNCE] KVM Microconference at LPC 2024
 2024-04-04 18:26 UTC  (4+ messages)

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-04-04 18:17 UTC  (13+ messages)

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-04 18:17 UTC  (6+ messages)

[PATCH 0/5] x86/sev: Fix SNP host late disable
 2024-04-04 17:07 UTC  (7+ messages)
` [PATCH 5/5] x86/CPU/AMD: Track SNP host status with cc_platform_*()

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-04-04 16:45 UTC  (7+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation

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

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-04 16:03 UTC  (3+ messages)
` [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-04-04 16:03 UTC  (3+ messages)
` [PATCH v11 8/8] KVM: x86/mmu: Handle "

[PATCH 1/1] KVM: selftests: add kvmclock drift test
 2024-04-04 14:34 UTC  (2+ messages)

[BUG net-next] arch/x86/kernel/cpu/bugs.c:2935: "Unpatched return thunk in use. This should not happen!" [STACKTRACE]
 2024-04-04 13:44 UTC  (12+ messages)

[PATCH] KVM: SEV: use u64_to_user_ptr throughout
 2024-04-04 12:14 UTC 

[PATCH v4 00/15] KVM: SEV: allow customizing VMSA features
 2024-04-04 11:53 UTC  (7+ messages)
` [PATCH v4 05/15] KVM: SEV: publish supported "
` [PATCH v4 09/15] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-04 11:41 UTC  (5+ messages)
` [PATCH v2 12/25] gpio: virtio: drop owner assignment
` [PATCH v2 21/25] nvdimm: virtio_pmem: "

[PATCH v2 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-04-04 10:38 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: selftests: Extend @shape to allow creation of VM without in-kernel APIC

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-04 10:32 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH 2/5] riscv: add ISA extension parsing for Zimop
` [PATCH 3/5] riscv: hwprobe: export Zimop ISA extension
` [PATCH 4/5] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zimop extension to get-reg-list test

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-04-04  9:19 UTC  (3+ messages)

[PATCH v3] Documentation: Add reconnect process for VDUSE
 2024-04-04  5:56 UTC 

[PATCH v2] Documentation: Add reconnect process for VDUSE
 2024-04-04  5:35 UTC  (3+ messages)

folio_mmapped
 2024-04-04  0:15 UTC  (11+ messages)


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).