Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-08-24 00:14:16 to 2024-09-02 11:13:19 UTC [more...]

[PATCH v9 0/5] arm64: ptdump: View the second stage page-tables
 2024-09-02 11:13 UTC  (19+ messages)
` [PATCH v9 1/5] KVM: arm64: Move pagetable definitions to common header
` [PATCH v9 2/5] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v9 3/5] arm64: ptdump: Use the ptdump description from a local context
` [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 v4 00/43] arm64: Support for Arm CCA in KVM
 2024-09-02 10:17 UTC  (4+ messages)
` [PATCH v4 43/43] KVM: arm64: Allow activating realms

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-09-02  3:53 UTC  (38+ 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 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 19/19] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-01 16:15 UTC  (18+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 08/12] include: add elf.h support

Question on get random long worse in VM than on host
 2024-08-31  8:14 UTC  (4+ messages)

[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  (3+ messages)

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-30 13:57 UTC  (15+ 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

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-30 11:58 UTC  (17+ 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 v6 0/2] Add arch_timer_edge_cases selftest
 2024-08-30  8:07 UTC  (2+ messages)

[PATCH 0/3] altra workarounds for PCIE_64 with instrumentation
 2024-08-30  1:43 UTC  (8+ messages)
` [PATCH 1/3] ampere/arm64: Add a fixup handler for alignment faults in aarch64 code
` [PATCH 2/3] ampere/arm64: Work around Ampere Altra erratum #82288 PCIE_65
` [PATCH 3/3] ampere/arm64: instrument the altra workarounds

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-08-29 20:37 UTC  (5+ 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  (16+ messages)
` [PATCH v2 01/11] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH v2 02/11] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH v2 03/11] KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHE
` [PATCH v2 04/11] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH v2 05/11] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH v2 06/11] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH v2 07/11] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH v2 08/11] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH v2 09/11] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH v2 10/11] KVM: arm64: Unify UNDEF injection helpers
` [PATCH v2 11/11] KVM: arm64: Add selftest checking how the absence of GICv3 is handled

[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 23:27 UTC  (40+ messages)
` [PATCH v12 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v12 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v12 04/39] mman: Add map_shadow_stack() flags
` [PATCH v12 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v12 06/39] arm64/gcs: Document the ABI "
` [PATCH v12 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v12 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v12 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v12 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [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

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames

[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
 2024-08-28 15:10 UTC  (9+ messages)

[PATCH] arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
 2024-08-27 16:02 UTC  (2+ messages)

[PATCH v2 00/12] KVM: arm64: nv: More complete support for FEAT_PMUv3
 2024-08-27 16:40 UTC  (15+ messages)
` [PATCH v2 01/12] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v2 02/12] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v2 03/12] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v2 04/12] KVM: arm64: nv: Add support for describing traps that affect Host EL0
` [PATCH v2 05/12] KVM: arm64: nv: Reinject traps that take effect in "
` [PATCH v2 06/12] KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} "
` [PATCH v2 07/12] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v2 08/12] KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
` [PATCH v2 09/12] KVM: arm64: nv: Advertise support for FEAT_HPMN0
` [PATCH v2 10/12] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v2 11/12] KVM: arm64: nv: Honor NSH filter when in hyp context
` [PATCH v2 12/12] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-27  9:06 UTC  (2+ messages)

[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
 2024-08-27  8:58 UTC  (4+ messages)
` [PATCH v3 4/6] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes

[PATCH 0/3] KVM: arm64: nv: Add EL2 PMU event filtering support
 2024-08-27  7:59 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH 2/3] KVM: arm64: nv: Honor NSH filter when in hyp context
` [PATCH 3/3] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH v4 0/8] KVM: arm64: Add support for FP8
 2024-08-27  7:07 UTC  (2+ messages)

[PATCH 0/3] KVM: selftests: Fix unsupported $(ARCH) builds
 2024-08-26 19:01 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH 2/3] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH 3/3] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR

[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
 2024-08-26  3:10 UTC  (9+ messages)

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-08-25 19:45 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox