messages from 2024-08-15 15:45:59 to 2024-08-21 15:37:07 UTC [more...]
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 15:36 UTC (81+ messages)
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [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 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-08-21 15:19 UTC (7+ 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 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 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
2024-08-21 11:17 UTC (23+ 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
[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
2024-08-21 10:59 UTC (2+ messages)
[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 (19+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [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 (15+ messages)
` [PATCH v8 1/6] KVM: arm64: Move pagetable definitions to common header
` [PATCH v8 2/6] arm64: ptdump: Expose the attribute parsing functionality
` [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 v8 6/6] KVM: arm64: Expose guest stage-2 pagetable config to debugfs
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-19 22:47 UTC (12+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-19 22:19 UTC (28+ messages)
` [PATCH v5 01/19] arm64: mm: Add top-level dispatcher for internal mem_encrypt API
` [PATCH v5 02/19] arm64: mm: Add confidential computing hook to ioremap_prot()
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 08/19] fixmap: Allow architecture overriding set_fixmap_io
` [PATCH v5 09/19] fixmap: Pass down the full phys address for set_fixmap_io
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 13/19] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v5 14/19] arm64: Enforce bounce buffers for realm DMA
` [PATCH v5 15/19] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v5 16/19] arm64: Enable memory encrypt for Realms
` [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)
[PATCH] KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface
2024-08-19 12:48 UTC (5+ messages)
[PATCH 00/12] Enable build system on macOS hosts
2024-08-18 16:55 UTC (6+ messages)
[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
2024-08-16 21:22 UTC (7+ messages)
` [PATCH v2 1/3] KVM: Documentation: Clarify docs for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v2 2/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 "
[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
2024-08-16 21:13 UTC (8+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
2024-08-16 15:16 UTC (2+ messages)
[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
2024-08-16 13:44 UTC (10+ messages)
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v3 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
[PATCH v3] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
2024-08-16 13:28 UTC
[PATCH v2] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
2024-08-16 6:37 UTC (3+ 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