messages from 2023-01-26 22:01:50 to 2023-01-27 20:06:30 UTC [more...]
[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
2023-01-27 20:04 UTC
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-01-27 20:02 UTC (12+ messages)
[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
2023-01-27 19:19 UTC (5+ 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
[RFC PATCH v1] KVM: selftests: Compile s390 tests with -march=z10
2023-01-27 18:37 UTC (3+ messages)
[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2023-01-27 18:15 UTC (4+ messages)
` [PATCH v6 12/14] "
[PATCH v3 00/14] KVM perf support
2023-01-27 18:25 UTC (15+ messages)
` [PATCH v3 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v3 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v3 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v3 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v3 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v3 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v3 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v3 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v3 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v3 13/14] RISC-V: KVM: Support firmware events
` [PATCH v3 14/14] RISC-V: KVM: Increment firmware pmu events
[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
2023-01-27 17:59 UTC (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case
[Bug 216970] New: When VM using vfio-pci driver to pci device passthrough, host can access VM's pci device with libpciaccess library
2023-01-27 17:32 UTC (2+ messages)
[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
2023-01-27 17:25 UTC (8+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-27 16:35 UTC (3+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
[PATCH 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-01-27 16:15 UTC (5+ messages)
` [PATCH 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP
[PATCH v3 0/4] Improve dirty ring warning report
2023-01-27 15:57 UTC (7+ 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 0/7] RISC-V KVM virtualize AIA CSRs
2023-01-27 15:55 UTC (16+ 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 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-27 15:45 UTC (6+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[RFC] Support for Arm CCA VMs on Linux
2023-01-27 15:26 UTC (92+ 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 09/28] arm64: RME: RTT handling
` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
` [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 27/28] arm64: RME: Always use 4k pages for realms
` [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 15/31] arm64: Add support for Realm Personalisation Value
` [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 18/31] arm64: Populate initial realm contents
` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
` [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 01/27] lib/string: include stddef.h for size_t
` [RFC kvm-unit-tests 02/27] arm: Expand SMCCC arguments and return values
` [RFC kvm-unit-tests 03/27] arm: realm: Add RSI interface header
` [RFC kvm-unit-tests 04/27] arm: Make physical address mask dynamic
` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
` [RFC kvm-unit-tests 06/27] arm: Move io_init after vm initialization
` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup
` [RFC kvm-unit-tests 12/27] arm: realm: Add RSI version test
` [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 15/27] arm: realm: Add test for FPU/SIMD context save/restore
` [RFC kvm-unit-tests 16/27] arm: realm: Add tests for in realm SEA
` [RFC kvm-unit-tests 17/27] lib/alloc_page: Add shared page allocation support
` [RFC kvm-unit-tests 18/27] arm: gic-v3-its: Use shared pages wherever needed
` [RFC kvm-unit-tests 19/27] arm: realm: Enable memory encryption
` [RFC kvm-unit-tests 20/27] qcbor: Add QCBOR as a submodule
` [RFC kvm-unit-tests 21/27] arm: Add build steps for QCBOR library
` [RFC kvm-unit-tests 22/27] arm: Add a library to verify tokens using the "
` [RFC kvm-unit-tests 23/27] arm: realm: add RSI interface for attestation measurements
` [RFC kvm-unit-tests 24/27] arm: realm: Add helpers to decode RSI return codes
` [RFC kvm-unit-tests 25/27] arm: realm: Add Realm attestation tests
` [RFC kvm-unit-tests 26/27] arm: realm: Add a test for shared memory
` [RFC kvm-unit-tests 27/27] NOT-FOR-MERGING: add run-realm-tests
Call for GSoC and Outreachy project ideas for summer 2023
2023-01-27 15:17 UTC
A question of KVM selftests' makefile
2023-01-27 14:29 UTC (3+ messages)
[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
2023-01-27 13:36 UTC
[PATCH v4 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
2023-01-27 14:19 UTC (3+ messages)
` [PATCH v4 1/1] "
[Bug 215459] New: VM freezes starting with kernel 5.15
2023-01-27 13:11 UTC (2+ messages)
` [Bug 215459] "
[Bug 202415] soft lockup while running windows vm
2023-01-27 13:08 UTC
[Bug 75331] New: "soft lockup CPU#0 stuck for 23s" regression on 32bit 3.13.0+ kernels
2023-01-27 13:07 UTC (2+ messages)
` [Bug 75331] "
[Bug 204293] New: When destroying guests, hypervisor freezes for some seconds and get BUG: soft lockup - CPU* stuck for Xs
2023-01-27 13:06 UTC (2+ messages)
` [Bug 204293] "
[PATCH v2 0/5] target/i386: Update AMD EPYC CPU Models
2023-01-27 12:53 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
2023-01-27 12:05 UTC (2+ messages)
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-01-27 11:28 UTC (7+ messages)
` [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 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 (11+ messages)
[PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
2023-01-27 5:38 UTC (5+ messages)
[PATCH v4 00/13] riscv: improve boot time isa extensions handling
2023-01-27 3:51 UTC (3+ messages)
` [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 (7+ 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 (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Add helper vgic_write_guest_lock()
[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
2023-01-26 22:27 UTC (12+ 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 (3+ messages)
[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
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