messages from 2023-08-15 18:46:59 to 2023-08-23 10:10:48 UTC [more...]
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-23 10:09 UTC (33+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH v2] KVM: arm64: pmu: Resync EL0 state on counter rotation
2023-08-23 9:21 UTC (8+ messages)
[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-23 7:37 UTC (16+ messages)
` [PATCH v9 01/11] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v9 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v9 03/11] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v9 04/11] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v9 06/11] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v9 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v9 08/11] KVM: arm64: Refactor helper Macros for idreg desc
` [PATCH v9 09/11] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v9 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v9 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce
[RFC] KVM: arm/arm64: optimize vSGI injection performance
2023-08-23 3:19 UTC (5+ messages)
[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
2023-08-22 17:55 UTC (43+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
2023-08-22 14:57 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: timers: Move helper has_cntpoff to a header file
` [PATCH 2/2] KVM: arm64: timers: Adjust CVAL of a ptimer across guest entry and exits
[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
2023-08-22 11:12 UTC (38+ messages)
` [PATCH v4 10/28] KVM: arm64: Correctly handle ACCDATA_EL1 traps
` [PATCH v4 11/28] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v4 12/28] KVM: arm64: nv: Add FGT registers
` [PATCH v4 13/28] KVM: arm64: Restructure FGT register switching
` [PATCH v4 14/28] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v4 17/28] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v4 18/28] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v4 19/28] KVM: arm64: nv: Add fine grained trap forwarding infrastructure
` [PATCH v4 20/28] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
` [PATCH v4 21/28] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
` [PATCH v4 22/28] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
` [PATCH v4 23/28] KVM: arm64: nv: Add SVC trap forwarding
` [PATCH v4 24/28] KVM: arm64: nv: Expand ERET trap forwarding to handle FGT
` [PATCH v4 25/28] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR
` [PATCH v4 26/28] KVM: arm64: nv: Expose FGT to nested guests
` [PATCH v4 27/28] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems
` [PATCH v4 28/28] KVM: arm64: nv: Add support for HCRX_EL2
[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-08-22 10:05 UTC (20+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} "
` [PATCH v5 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 06/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v5 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 09/12] tools: Import arm_pmuv3.h
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v5 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v5 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-21 19:49 UTC (6+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-21 19:33 UTC (5+ messages)
[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-21 17:40 UTC (21+ messages)
` [PATCH v8 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v8 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v8 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v8 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v3 0/4] KVM: arm64: PMU: Fix PMUver related handling of vPMU support
2023-08-20 8:44 UTC (6+ messages)
` [PATCH v3 1/4] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer
` [PATCH v3 2/4] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
` [PATCH v3 3/4] KVM: arm64: PMU: Don't advertise the STALL_SLOT event
` [PATCH v3 4/4] KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-08-18 17:32 UTC (13+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
2023-08-18 1:12 UTC (2+ messages)
` [RFC PATCH 4/4] treewide: Use clocksource id for struct system_counterval_t
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-08-18 0:08 UTC (2+ messages)
[PATCH] KVM: arm64: nv: select XARRAY_MULTI to fix build error
2023-08-17 9:29 UTC (2+ messages)
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-17 9:29 UTC (9+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
2023-08-16 21:15 UTC (6+ messages)
Mail delivery failed: returning message to sender
2023-08-16 11:05 UTC
[PATCH v4 1/4] compiler_types: Introduce the Clang __preserve_most function attribute
2023-08-15 21:58 UTC (4+ messages)
[PATCH -next] KVM: arm64: Remove unused declarations
2023-08-15 19:29 UTC (2+ 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