messages from 2024-08-19 13:20:54 to 2024-08-22 01:22:09 UTC [more...]
[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
2024-08-22 1:15 UTC (31+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
[PATCH v2 0/3] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-08-21 23:35 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v2 2/3] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v2 3/3] KVM: arm64: Hide S1PIE registers "
[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-08-21 19:11 UTC (3+ messages)
` [PATCH v3 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 18:41 UTC (38+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
2024-08-21 18:23 UTC (3+ messages)
[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
2024-08-21 16:53 UTC (25+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
` [PATCH 02/12] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH 03/12] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH 04/12] KVM: arm64: Force GICv3 traps activa when no irqchip is configured on VHE
` [PATCH 05/12] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH 06/12] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH 07/12] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH 08/12] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH 09/12] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH 10/12] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH 11/12] KVM: arm64: Unify UNDEF injection helpers
` [PATCH 12/12] KVM: arm64: Add selftest checking how the absence of GICv3 is handled
[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-08-21 16:40 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH 2/2] KVM: arm64: Hide S1PIE registers "
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-08-21 15:38 UTC (44+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms
[PATCH v4 0/8] KVM: arm64: Add support for FP8
2024-08-21 14:34 UTC (10+ messages)
` [PATCH v4 1/8] KVM: arm64: Move SVCR into the sysreg array
` [PATCH v4 2/8] KVM: arm64: Add predicate for FPMR support in a VM
` [PATCH v4 3/8] KVM: arm64: Move FPMR into the sysreg array
` [PATCH v4 4/8] KVM: arm64: Add save/restore support for FPMR
` [PATCH v4 5/8] KVM: arm64: Honor trap routing "
` [PATCH v4 6/8] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH v4 7/8] KVM: arm64: Enable FP8 support when available and configured
` [PATCH v4 8/8] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests
[PATCH v4 00/18] KVM: arm64: nv: Add support for address translation instructions
2024-08-21 9:28 UTC (22+ messages)
` [PATCH v4 01/18] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH v4 02/18] arm64: Add PAR_EL1 field description
` [PATCH v4 03/18] arm64: Add system register encoding for PSTATE.PAN
` [PATCH v4 04/18] arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
` [PATCH v4 05/18] KVM: arm64: Make kvm_at() take an OP_AT_*
` [PATCH v4 06/18] KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
` [PATCH v4 07/18] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH v4 08/18] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH v4 09/18] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
` [PATCH v4 10/18] KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
` [PATCH v4 11/18] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH v4 12/18] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH v4 13/18] KVM: arm64: nv: Make ps_to_output_size() generally available
` [PATCH v4 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v4 15/18] KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM configuration
` [PATCH v4 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
` [PATCH v4 17/18] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
` [PATCH v4 18/18] KVM: arm64: nv: Add support for FEAT_ATS1A
[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
2024-08-21 2:45 UTC (2+ messages)
[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-08-20 14:45 UTC (15+ messages)
` [PATCH v4 18/29] arm64: add POE signal support
[PATCH v8 0/6] arm64: ptdump: View the second stage page-tables
2024-08-20 14:39 UTC (10+ messages)
` [PATCH v8 3/6] arm64: ptdump: Use the mask from the state structure
` [PATCH v8 4/6] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v8 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-19 22:47 UTC (7+ messages)
` [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-19 22:19 UTC (15+ messages)
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v5 17/19] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v5 18/19] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms
[PATCH] KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
2024-08-19 17:26 UTC (3+ messages)
[PATCH] KVM: arm64: vgic-debug: Don't put unmarked LPIs
2024-08-19 17:25 UTC (5+ messages)
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