messages from 2024-08-28 23:29:51 to 2024-09-06 07:19:12 UTC [more...]
[PATCH 0/1] KVM: arm64: Make nVHE ASLR conditional on cmdline nokaslr
2024-09-06 7:19 UTC (4+ messages)
` [PATCH 1/1] KVM: arm64: Make nVHE ASLR conditional on nokaslr
[PATCH v2 00/16] KVM: arm64: Add EL2 support to FEAT_S1PIE
2024-09-06 7:04 UTC (22+ messages)
` [PATCH v2 01/16] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v2 02/16] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v2 03/16] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v2 04/16] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v2 05/16] arm64: Add encoding for PIRE0_EL2
` [PATCH v2 06/16] arm64: Remove VNCR definition "
` [PATCH v2 07/16] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v2 08/16] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v2 09/16] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v2 10/16] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v2 11/16] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v2 12/16] KVM: arm64: Implement AT S1PIE support
` [PATCH v2 13/16] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v2 14/16] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v2 15/16] KVM: arm64: Hide S1PIE registers "
` [PATCH v2 16/16] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-09-06 4:52 UTC (18+ messages)
` [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 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms
Question on get random long worse in VM than on host
2024-09-06 3:42 UTC (10+ messages)
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-09-06 0:11 UTC (11+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms
[PATCH 00/12] Enable build system on macOS hosts
2024-09-05 23:58 UTC (11+ messages)
` [PATCH 08/12] include: add elf.h support
[RFC PATCH 00/11] Tracefs support for pKVM
2024-09-05 13:17 UTC (6+ messages)
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots
[PATCH v5 00/30] Permission Overlay Extension
2024-09-05 10:36 UTC (29+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
[PATCH v4 0/4] KVM: arm64: Fix underallocation of storage for SVE state
2024-09-04 15:48 UTC (5+ messages)
[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-09-04 15:03 UTC (17+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v4 02/10] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v4 03/10] KVM: Rename symbols related to enabling virtualization hardware
` [PATCH v4 04/10] KVM: Rename arch hooks related to per-CPU virtualization enabling
` [PATCH v4 05/10] KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM
` [PATCH v4 06/10] KVM: x86: "
` [PATCH v4 07/10] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v4 08/10] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v4 09/10] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v4 10/10] KVM: x86: Register "emergency disable" callbacks when virt is enabled
[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
2024-09-04 10:57 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests
[kvm-unit-tests PATCH 0/3] Support cross compiling with clang
2024-09-04 10:31 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH 3/3] riscv: gitlab-ci: Add clang build tests
[PATCH 0/3] KVM: arm64: Get rid of REG_HIDDEN_USER
2024-09-04 8:24 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Simplify handling of CNTKCTL_EL12
` [PATCH 2/3] KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
` [PATCH 3/3] KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
2024-09-03 16:38 UTC (40+ messages)
` [PATCH v12 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v12 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v12 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v12 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v12 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v12 17/39] arm64/hwcap: Add hwcap "
` [PATCH v12 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v12 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v12 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v12 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v12 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v12 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v12 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v12 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v12 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v12 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v12 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v12 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v12 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v12 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v12 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v12 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list
[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
2024-09-03 14:39 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable
[PATCH] kbuild: use objcopy to generate asm-offsets
2024-09-03 9:28 UTC (7+ messages)
[PATCH v12 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks
2024-09-03 8:59 UTC (2+ messages)
` [PATCH v12 6/39] "
[PATCH v12 04/39] mman: Add map_shadow_stack() flags
2024-09-03 8:57 UTC (2+ messages)
` [PATCH v12 4/39] "
[PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
2024-09-03 8:55 UTC (2+ messages)
` [PATCH v12 3/39] "
[PATCH v2 0/3] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-09-02 19:12 UTC (3+ messages)
` [PATCH v2 2/3] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
[GIT PULL] KVM/arm64 fixes for 6.11, round #2
2024-09-02 16:29 UTC (5+ messages)
[PATCH v9 0/5] arm64: ptdump: View the second stage page-tables
2024-09-02 13:45 UTC (18+ messages)
` [PATCH v9 2/5] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v9 4/5] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v9 5/5] KVM: arm64: Introduce the PTDUMP_STAGE2_DEBUGFS config
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-30 20:22 UTC (21+ 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 v4 00/18] KVM: arm64: nv: Add support for address translation instructions
2024-08-30 20:09 UTC (3+ messages)
[PATCH v2] arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
2024-08-30 16:12 UTC (2+ messages)
[PATCH v6 0/2] Add arch_timer_edge_cases selftest
2024-08-30 8:07 UTC (2+ messages)
[PATCH 1/3] ampere/arm64: Add a fixup handler for alignment faults in aarch64 code
2024-08-30 1:43 UTC (2+ messages)
[PATCH] KVM: arm64: selftests: Cope with lack of GICv3 in set_id_regs
2024-08-29 16:45 UTC (4+ messages)
[PATCH v2 00/11] KVM: arm64: Handle the lack of GICv3 exposed to a guest
2024-08-29 0:48 UTC (4+ messages)
` [PATCH v2 05/11] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
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