Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-01-29 09:31:38 to 2024-02-02 20:14:40 UTC [more...]

[PATCH v2 00/25] KVM/arm64: VM configuration enforcement
 2024-02-02 20:14 UTC  (45+ messages)
` [PATCH v2 01/25] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [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 07/25] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v2 08/25] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v2 09/25] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v2 10/25] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v2 11/25] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v2 12/25] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v2 13/25] KVM: arm64: Always populate the trap configuration xarray
` [PATCH v2 14/25] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH v2 15/25] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH v2 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH v2 17/25] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH v2 18/25] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH v2 19/25] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH v2 20/25] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [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 23/25] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU "
` [PATCH v2 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if "
` [PATCH v2 25/25] KVM: arm64: Add debugfs file for guest's ID registers

[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

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-02 14:56 UTC  (70+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [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 10/35] mm: cma: Fast track allocating memory when the pages are free
` [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 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [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

[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 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-02-01 16:14 UTC  (3+ messages)
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor

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

[PATCH 0/5] KVM: selftests: Remove redundant newlines
 2024-01-31  8:49 UTC  (5+ messages)
` [PATCH 5/5] KVM: selftests: x86_64: "
    `  "

[PATCH v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-01-31  3:11 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Fix circular locking dependency
 2024-01-30 21:40 UTC  (2+ messages)

[PATCH 00/25] KVM/arm64: VM configuration enforcement
 2024-01-30 12:46 UTC  (10+ messages)
` [PATCH 02/25] KVM: arm64: Add feature checking helpers
` [PATCH 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-01-30 11:34 UTC  (6+ messages)
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values

[PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2024-01-30  3:41 UTC  (6+ messages)
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (21+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices


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