Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-01-31 12:22:22 to 2024-02-05 10:34:50 UTC [more...]

[PATCH v3 00/26] KVM/arm64: VM configuration enforcement
 2024-02-05 10:34 UTC  (20+ messages)
` [PATCH v3 01/26] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v3 02/26] KVM: arm64: Add feature checking helpers
` [PATCH v3 03/26] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v3 04/26] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v3 05/26] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v3 06/26] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v3 07/26] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v3 08/26] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v3 09/26] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v3 10/26] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v3 11/26] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v3 12/26] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v3 13/26] KVM: arm64: Always populate the trap configuration xarray
` [PATCH v3 14/26] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH v3 15/26] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH v3 16/26] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH v3 17/26] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH v3 18/26] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH v3 19/26] KVM: arm64: Move existing feature disabling over to FGU infrastructure

[PATCH v2 00/25] KVM/arm64: VM configuration enforcement
 2024-02-05 10:10 UTC  (32+ messages)
` [PATCH v2 02/25] KVM: arm64: Add feature checking helpers
` [PATCH v2 03/25] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v2 04/25] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v2 05/25] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v2 06/25] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v2 10/25] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v2 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH v2 22/25] KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is "
` [PATCH v2 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if "

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-05  9:46 UTC  (40+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64

[PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
 2024-02-05  6:05 UTC  (2+ messages)

[PATCH] KVM: arm64: do not source virt/lib/Kconfig twice
 2024-02-04 13:09 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM code
 2024-02-03 22:26 UTC  (2+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-03  1:52 UTC  (42+ messages)
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-03  0:09 UTC  (11+ messages)
` [PATCH v8 01/10] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
` [PATCH v8 02/10] KVM: selftests: Make sparsebit structs const where appropriate
` [PATCH v8 03/10] KVM: selftests: Add a macro to iterate over a sparsebit range
` [PATCH v8 04/10] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v8 05/10] KVM: selftests: Add support for protected vm_vaddr_* allocations
` [PATCH v8 06/10] KVM: selftests: Explicitly ucall pool from shared memory
` [PATCH v8 07/10] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH v8 08/10] KVM: selftests: Add library for creating and interacting with SEV guests
` [PATCH v8 09/10] KVM: selftests: Use the SEV library APIs in the intra-host migration test
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV smoke test

[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-02-02 22:00 UTC  (4+ messages)
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor

[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-02-02 19:03 UTC  (2+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-02 17:04 UTC  (20+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
 2024-02-02 14:22 UTC  (25+ messages)
` [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world
    `  "
` [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
    `  "
` [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-02  9:30 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v2 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH v2 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH v2 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH v2 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v2 9/9] migration: add a migration selftest

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-02  8:34 UTC  (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2024-02-02  1:03 UTC  (15+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler

[PATCH 00/10] KVM: arm64: fix many kernel-doc warnings
 2024-02-01 20:30 UTC  (7+ messages)

[bug report] KVM: arm64: Always invalidate TLB for stage-2 permission faults
 2024-02-01 17:59 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-02-01 17:32 UTC  (4+ messages)

[PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
 2024-02-01 11:20 UTC  (4+ messages)
` [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2024-01-31 23:20 UTC  (7+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation

[PATCH] KVM: arm64: Add capability for unconditional WFx passthrough
 2024-01-31 18:38 UTC  (2+ messages)

[PATCH v2 0/2] irqchip/gic-v4.1: Two bugfixes about doorbell affinity
 2024-01-31 14:05 UTC  (9+ messages)
` [PATCH v2 1/2] irqchip/gic-v4.1: Fix GICv4.1 "

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-31 13:50 UTC  (8+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures


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