public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-26 12:01:23 to 2023-01-27 11:47:03 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-01-27 11:41 UTC  (62+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 01/28] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [RFC PATCH 02/28] arm64: RME: Add SMC definitions for calling the RMM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 11/28] arm64: RME: Support for the VGIC in realms
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
  ` [RFC PATCH 14/28] arm64: RME: Handle realm enter/exit
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
  ` [RFC PATCH 18/28] KVM: arm64: Handle realm VCPU load
  ` [RFC PATCH 19/28] KVM: arm64: Validate register access for a Realm VM
  ` [RFC PATCH 20/28] KVM: arm64: Handle Realm PSCI requests
  ` [RFC PATCH 21/28] KVM: arm64: WARN on injected undef exceptions
  ` [RFC PATCH 22/28] arm64: Don't expose stolen time for realm guests
  ` [RFC PATCH 23/28] KVM: arm64: Allow activating realms
  ` [RFC PATCH 24/28] arm64: rme: allow userspace to inject aborts
  ` [RFC PATCH 25/28] arm64: rme: support RSI_HOST_CALL
  ` [RFC PATCH 26/28] arm64: rme: Allow checking SVE on VM instance
  ` [RFC PATCH 28/28] HACK: Accept prototype RMI versions
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 01/31] arm64: Disable MTE when CFI flash is emulated
  ` [RFC kvmtool 02/31] script: update_headers: Ignore missing architectures
  ` [RFC kvmtool 03/31] hw: cfi flash: Handle errors in memory transitions
  ` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
  ` [RFC kvmtool 05/31] arm64: Check pvtime support against the KVM instance
  ` [RFC kvmtool 06/31] arm64: Check SVE capability on the VM instance
  ` [RFC kvmtool 07/31] arm64: Add option to disable SVE
  ` [RFC kvmtool 08/31] linux: Update kernel headers for RME support
  ` [RFC kvmtool 09/31] arm64: Add --realm command line option
  ` [RFC kvmtool 10/31] arm64: Create a realm virtual machine
  ` [RFC kvmtool 11/31] arm64: Lock realm RAM in memory
  ` [RFC kvmtool 12/31] arm64: Create Realm Descriptor
  ` [RFC kvmtool 13/31] arm64: Add --measurement-algo command line option for a realm
  ` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
  ` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
  ` [RFC kvmtool 17/31] arm: Add kernel size to VM context
  ` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
  ` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
  ` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
  ` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
  ` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
  ` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
  ` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
  ` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
  ` [RFC kvmtool 30/31] arm64: realm: inject an abort on "
  ` [RFC kvmtool 31/31] arm64: Allow the user to create a realm
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
  ` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
  ` [RFC kvm-unit-tests 13/27] arm: selftest: realm: skip pabt test when running in a realm
  ` [RFC kvm-unit-tests 14/27] arm: realm: add hvc and RSI_HOST_CALL tests
  ` [RFC kvm-unit-tests 17/27] lib/alloc_page: Add shared page allocation support
  ` [RFC kvm-unit-tests 19/27] arm: realm: Enable memory encryption
  ` [RFC kvm-unit-tests 25/27] arm: realm: Add Realm attestation tests

[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
 2023-01-27 11:29 UTC 

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-27 11:28 UTC  (15+ messages)
` [PATCH -next v13 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v13 07/19] riscv: Introduce riscv_vsize to record size of Vector context
` [PATCH -next v13 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-27 11:19 UTC  (6+ messages)

[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
 2023-01-27 10:37 UTC  (3+ messages)

[PATCH v3 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-27  9:09 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH] vhost_net: revert upend_idx only on retriable error
 2023-01-27  8:19 UTC  (3+ messages)

[PATCH v2] KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
 2023-01-27  7:23 UTC  (13+ messages)

[PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
 2023-01-27  5:38 UTC  (5+ messages)

[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
 2023-01-27  4:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: Support sharing gpc locks
` [PATCH 2/3] KVM: use gfn=>pfn cache in nested_get_vmcs12_pages
` [PATCH 3/3] KVM: use gfn=>pfn cache for evmcs

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-27  3:51 UTC  (6+ messages)
` [PATCH v4 09/13] riscv: switch to relative alternative entries
` [PATCH v4 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()

[PATCH] KVM: x86/mmu: Replace tdp_mmu_page with a bit in the role
 2023-01-27  3:49 UTC  (5+ messages)

[PATCH RFC 0/8] Enarx fixes for AMD SEV-SNP hypervisor v7
 2023-01-27  2:59 UTC 

[PATCH RFC 1/8] KVM: SVM: fix: calculate end instead of passing size
 2023-01-27  2:56 UTC  (8+ messages)
` [PATCH RFC 2/8] KVM: SVM: fix: initialize `npinned`
` [PATCH RFC 3/8] KVM: SVM: write back corrected CPUID page
` [PATCH RFC 4/8] KVM: SVM: fix: add separate error for missing slot
` [PATCH RFC 5/8] KVM: SVM: fix: Don't return an error for `GHCB_MSR_PSC_REQ`
` [PATCH RFC 6/8] KVM: SVM: KVM_SEV_SNP_LAUNCH_RESET_VECTOR
` [PATCH RFC 8/8] crypto: ccp: Move __sev_snp_init_locked() call inside __sev_platform_init_locked()

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-01-27  2:09 UTC  (5+ messages)
` [PATCH v3 1/8] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
` [PATCH v3 2/8] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers

[PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-27  0:13 UTC  (8+ messages)
` [PATCH v4 2/2] selftests: KVM: Add dirty logging page splitting test

[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
 2023-01-27  0:08 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v2 0/3] Improve dirty ring warning report
 2023-01-27  0:02 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Add helper vgic_write_guest_lock()

[PATCH v3 0/4] Improve dirty ring warning report
 2023-01-26 23:54 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: Include kvm_mmu.h from vgic.h
` [PATCH v3 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v3 3/4] KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending status
` [PATCH v3 4/4] KVM: arm64: Allow no running vcpu on saving vgic3 pending table

[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
 2023-01-26 22:27 UTC  (14+ messages)

[PATCH] KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping"
 2023-01-26 22:09 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/emulator: Segment load fixes
 2023-01-26 22:04 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86/emulator: Fix segment load privilege level validation
` [PATCH 2/3] KVM: x86/emulator: Fix comment in __load_segment_descriptor()

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-26 22:01 UTC  (6+ messages)
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE

Fortnightly KVM call minutes for 2023-01-24
 2023-01-26 21:26 UTC  (2+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-26 21:25 UTC  (9+ messages)
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-26 20:10 UTC  (12+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-26 19:50 UTC  (3+ messages)
` [PATCH v2 03/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS

[PATCH 2/3] KVM: selftests: Collect memory access latency samples
 2023-01-26 19:07 UTC  (3+ messages)

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-26 18:40 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v2 3/7] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [PATCH v2 4/7] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [PATCH v2 5/7] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [PATCH v2 6/7] KVM: Allow range-based TLB invalidation from common code
` [PATCH v2 7/7] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "

[PATCH 2/3] KVM: selftests: Collect memory access latency samples
 2023-01-26 18:30 UTC  (3+ messages)

[PATCH] Documentation: KVM: fix typos in running-nested-guests.rst
 2023-01-26 18:24 UTC  (2+ messages)

[PATCH 1/3] KVM: selftests: Allocate additional space for latency samples
 2023-01-26 18:00 UTC  (2+ messages)

[PATCH 3/3] KVM: selftests: Print summary stats of memory latency distribution
 2023-01-26 17:59 UTC  (2+ messages)

[PATCH 2/3] KVM: selftests: Collect memory access latency samples
 2023-01-26 17:59 UTC  (2+ messages)

[PATCH 3/3] KVM: selftests: Print summary stats of memory latency distribution
 2023-01-26 17:58 UTC  (2+ messages)

[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-26 17:19 UTC  (11+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (10+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-26 17:01 UTC  (19+ messages)
` [PATCH v6 02/14] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v6 03/14] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v6 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v6 08/14] KVM: s390: Move common code of mem_op functions into functions
` [PATCH v6 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v6 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg

[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
 2023-01-26 16:53 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/6] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW
` [kvm-unit-tests PATCH v4 4/6] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v4 5/6] arm: pmu: Print counter values as hexadecimals
` [kvm-unit-tests PATCH v4 6/6] arm: pmu: Fix test_overflow_interrupt()

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-26 16:45 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for 64-bit overflows

[PATCH v2 0/9] A few more cpuidle vs rcu fixes
 2023-01-26 15:08 UTC  (10+ messages)
` [PATCH v2 1/9] drivers: firmware: psci: Dont instrument suspend code
` [PATCH v2 2/9] bug: Disable rcu_is_watching() during WARN/BUG
` [PATCH v2 3/9] tracing: Warn about !rcu_is_watching()
` [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing
` [PATCH v2 5/9] x86: Always inline arch_atomic64
` [PATCH v2 6/9] x86/pvclock: improve atomic update of last_value in pvclock_clocksource_read
` [PATCH v2 7/9] x86: Mark sched_clock() noinstr
` [PATCH v2 8/9] sched/clock: Make local_clock() noinstr
` [PATCH v2 9/9] cpuidle: Fix poll_idle() noinstr annotation

[PATCH 00/32] Move and clean up monitor command code
 2023-01-26 13:29 UTC  (3+ messages)
` [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-26 12:15 UTC  (5+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE


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