messages from 2023-01-20 00:30:41 to 2023-01-27 11:41:00 UTC [more...]
[RFC] Support for Arm CCA VMs on Linux
2023-01-27 11:39 UTC (71+ messages)
` [RFC PATCH 00/14] arm64: Support for running as a guest in Arm CCA
` [RFC PATCH 01/14] arm64: remove redundant 'extern'
` [RFC PATCH 02/14] arm64: rsi: Add RSI definitions
` [RFC PATCH 03/14] arm64: Detect if in a realm and set RIPAS RAM
` [RFC PATCH 04/14] arm64: realm: Query IPA size from the RMM
` [RFC PATCH 05/14] arm64: Mark all I/O as non-secure shared
` [RFC PATCH 06/14] fixmap: Allow architecture overriding set_fixmap_io
` [RFC PATCH 07/14] arm64: Override set_fixmap_io
` [RFC PATCH 08/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [RFC PATCH 09/14] arm64: Enforce bounce buffers for realm DMA
` [RFC PATCH 10/14] arm64: Enable memory encrypt for Realms
` [RFC PATCH 11/14] arm64: Force device mappings to be non-secure shared
` [RFC PATCH 12/14] efi: arm64: Map Device with Prot Shared
` [RFC PATCH 13/14] arm64: realm: Support nonsecure ITS emulation shared
` [RFC PATCH 14/14] HACK: Accept prototype RSI version
` [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
[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
2023-01-27 0:08 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "
[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 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-01-26 20:44 UTC (9+ messages)
` [PATCH 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH 2/8] arm64: perf: Abstract system register accesses away
` [PATCH 3/8] perf: pmuv3: Add common defines for the PMU version
` [PATCH 4/8] perf: pmuv3: Add wrappers for KVM accesses
` [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH 8/8] ARM: mach-virt: Select PMUv3 driver by default
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-26 20:10 UTC (28+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 2/9] KVM: arm64: Add helper for creating removed stage2 subtrees
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[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 "
[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 (17+ messages)
` [kvm-unit-tests PATCH v3 1/4] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals
[RFC PATCH 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-01-25 22:20 UTC (7+ messages)
` [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
` [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions
[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-25 17:21 UTC (9+ messages)
` [PATCH 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH 6/7] KVM: Allow range-based TLB invalidation from common code
[PATCH 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
2023-01-25 14:14 UTC (15+ messages)
` [PATCH 1/4] KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
` [PATCH 4/4] KVM: selftests: aarch64: Test read-only PT memory regions
[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
2023-01-24 21:18 UTC (4+ messages)
[PATCH v2 0/6] KVM: arm64: Parallel access faults
2023-01-23 20:29 UTC (2+ messages)
[PATCH] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
2023-01-23 20:29 UTC (2+ messages)
[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
2023-01-23 20:28 UTC (2+ messages)
[PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV
2023-01-23 20:27 UTC (2+ messages)
` (subset) "
[PATCH] KVM: arm64: Synchronize SMEN on vcpu schedule out
2023-01-23 20:26 UTC (2+ messages)
[PATCH v2] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
2023-01-23 20:25 UTC (2+ messages)
[PATCH v7 0/7] KVM: arm64: Normalize cache configuration
2023-01-23 20:24 UTC (9+ messages)
` [PATCH v7 7/7] "
[PATCH] KVM: arm64: vgic: Fix soft lockup during VM teardown
2023-01-23 11:23 UTC (12+ messages)
[GIT PULL] KVM/arm64 fixes for 6.2, take #2
2023-01-22 8:51 UTC (2+ messages)
[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-01-21 5:18 UTC (12+ messages)
` [PATCH v2 1/8] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH v2 4/8] KVM: arm64: PMU: Disallow userspace to set PMCR.N greater than the host value
[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
2023-01-20 16:59 UTC (2+ messages)
[PATCH] KVM: arm64: Pass the actual page address to mte_clear_page_tags()
2023-01-20 14:14 UTC (3+ messages)
[PATCH 0/2] KVM: arm64: Drop support for VPIPT i-cache policy
2023-01-20 11:49 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Disable KVM on systems with a VPIPT i-cache
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