messages from 2024-10-01 23:03:27 to 2024-10-07 19:01:39 UTC [more...]
[PATCH v2 0/4] KVM: arm64: nv: Fixes for stage-2 MMU recycling
2024-10-07 19:01 UTC (8+ messages)
` [PATCH v2 1/4] KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out
` [PATCH v2 2/4] KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
` [PATCH v2 3/4] KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
` [PATCH v2 4/4] KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule
[PATCH v3 00/17] KVM: arm64: nv: Support for EL2 PMU controls
2024-10-07 17:45 UTC (18+ messages)
` [PATCH v3 01/17] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v3 02/17] arm64: sysreg: Migrate MDCR_EL2 definition to table
` [PATCH v3 03/17] arm64: sysreg: Add missing definitions for ID_AA64DFR0_EL1
` [PATCH v3 04/17] KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2
` [PATCH v3 05/17] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v3 06/17] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v3 07/17] KVM: arm64: nv: Reinject traps that take effect in Host EL0
` [PATCH v3 08/17] KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} "
` [PATCH v3 09/17] KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
` [PATCH v3 10/17] KVM: arm64: nv: Advertise support for FEAT_HPMN0
` [PATCH v3 11/17] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v3 12/17] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v3 13/17] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v3 14/17] KVM: arm64: nv: Honor MDCR_EL2.HPME
` [PATCH v3 15/17] KVM: arm64: nv: Honor MDCR_EL2.HLP
` [PATCH v3 16/17] KVM: arm64: nv: Apply EL2 event filtering when in hyp context
` [PATCH v3 17/17] KVM: arm64: nv: Reprogram PMU events affected by nested transition
[PATCH v4 0/7] KVM: arm64: Hide unsupported MPAM from the guest
2024-10-07 11:05 UTC (9+ messages)
` [PATCH v4 1/7] arm64: head.S: Initialise MPAM EL2 registers and disable traps
` [PATCH v4 2/7] arm64/sysreg: Convert existing MPAM sysregs and add the remaining entries
` [PATCH v4 3/7] arm64: cpufeature: discover CPU support for MPAM
` [PATCH v4 4/7] KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
` [PATCH v4 5/7] KVM: arm64: Add a macro for creating filtered sys_reg_descs entries
` [PATCH v4 6/7] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
` [PATCH v4 7/7] KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored
[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
2024-10-07 10:34 UTC (48+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v5 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v5 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v5 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v5 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v5 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v5 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v5 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v5 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v5 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v5 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v5 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v5 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v5 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v5 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v5 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v5 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v5 41/43] arm64: RME: Provide accurate register list
` [PATCH v5 42/43] arm64: kvm: Expose support for private memory
` [PATCH v5 43/43] KVM: arm64: Allow activating realms
[BUG] ARM64 KVM: Data abort executing post-indexed LDR on MMIO address
2024-10-06 10:28 UTC (13+ messages)
[GIT PULL] KVM/arm64 fixes for 6.12, take #1
2024-10-06 7:59 UTC (2+ messages)
[PATCH v14 0/5] KVM: arm64: Provide guest support for GCS
2024-10-05 16:35 UTC (16+ messages)
` [PATCH v14 1/5] KVM: arm64: Expose S1PIE to guests
` [PATCH v14 2/5] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v14 4/5] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v14 5/5] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
2024-10-05 15:42 UTC (14+ messages)
` [PATCH v6 01/11] arm64: rsi: Add RSI definitions
` [PATCH v6 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v6 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v6 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v6 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute
[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
2024-10-05 12:38 UTC (6+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()
` [PATCH 2/5] arm64/mm: Replace PXD_TABLE_BIT with PXD_TYPE_[MASK|SECT]
` [PATCH 3/5] arm64/ptdump: Test PMD_TYPE_MASK for block mapping
` [PATCH 4/5] KVM: arm64: ptdump: "
` [PATCH 5/5] arm64/mm: Drop PXD_TABLE_BIT
[PATCH] KVM: arm64: Expose S1PIE to guests
2024-10-04 23:19 UTC
[RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
2024-10-04 18:00 UTC (3+ messages)
[bug report] KVM: arm64: BUG when reading kcore with kvm-arm.mode=protected
2024-10-04 15:41 UTC (3+ messages)
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-04 13:52 UTC (36+ messages)
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list
` (subset) [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
2024-10-04 10:44 UTC (2+ messages)
[PATCH 00/47] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
2024-10-04 5:01 UTC (12+ messages)
` [PATCH 04/47] arm64/sysreg: Add register fields for ID_AA64DFR2_EL1
` [PATCH 06/47] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH 47/47] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers
[PATCH v2 0/8] Enable build system on macOS hosts
2024-10-03 22:32 UTC (3+ messages)
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos
[PATCH 0/3] KVM: arm64: nv: Fixes for stage-2 MMU recycling
2024-10-03 22:03 UTC (17+ messages)
` [PATCH 3/3] KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
[PATCH] KVM: arm64: Fix kvm_has_feat*() handling of negative features
2024-10-03 18:38 UTC (2+ messages)
[PATCH 3/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-10-03 3:40 UTC (3+ messages)
[PATCH 2/3] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
2024-10-02 23:25 UTC (3+ messages)
[PATCH 00/13] Tracefs support for pKVM
2024-10-02 15:15 UTC (3+ messages)
` [PATCH 04/13] timekeeping: Add the boot clock to system time snapshot
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