Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-12-20 13:58:06 to 2024-01-22 09:45:52 UTC [more...]

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-01-22  9:58 UTC  (4+ messages)
` [PATCH v5 01/12] selftests/kvm: Fix issues with $(SPLIT_TESTS)
` [PATCH v5 02/12] KVM: arm64: selftests: Data type cleanup for arch_timer test
` [PATCH v5 03/12] KVM: arm64: selftests: Enable tuning of error margin in "

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-22  7:31 UTC  (45+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH v2 0/4] KVM: arm64: Hide unsupported MPAM from the guest
 2024-01-19 17:15 UTC  (3+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2024-01-19  1:26 UTC  (7+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-01-18 21:10 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[bug report] GICv4.1: VM performance degradation due to not trapping vCPU WFI
 2024-01-18  7:56 UTC  (5+ messages)

[PATCH 00/10] KVM: arm64: fix many kernel-doc warnings
 2024-01-17 23:07 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm64: debug: fix "
` [PATCH 02/10] KVM: arm64: guest: "
` [PATCH 03/10] KVM: arm64: hyp/aarch32: "
` [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning
` [PATCH 05/10] KVM: arm64: mmu: "
` [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings
` [PATCH 07/10] KVM: arm64: sys_regs: "
` [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning
` [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings
` [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-17 15:53 UTC  (4+ messages)
` [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults

[PATCH] KVM: arm64: Add missing ERX*_EL1 registers
 2024-01-16 15:38 UTC  (5+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-01-16  8:59 UTC  (7+ messages)
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

[kvm-unit-tests PATCH v3 0/3] arm64: runtime scripts improvements on efi
 2024-01-16  6:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v3 2/3] runtime: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v3 3/3] arm64: efi: Make running tests on EFI can be parallel

[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
 2024-01-16  6:37 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel

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

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-15 23:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-15 21:53 UTC  (6+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-01-15 12:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[PATCH 5/8] KVM: arm64: Fix typos
 2024-01-15 12:01 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-01-12  5:53 UTC 

[RFC PATCH] KVM: arm64: Workaround for Ampere AC03_CPU_36 (exception taken to an incorrect EL)
 2024-01-11  1:17 UTC  (7+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2024-01-09 16:23 UTC  (9+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-01-09 15:16 UTC  (8+ messages)
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2024-01-08 13:18 UTC  (17+ messages)
` [PATCH v3 1/2] kvm: arm64: introduce new flag for non-cacheable IO memory
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[GIT PULL] KVM/arm64 updates for 6.8
 2024-01-08 12:53 UTC  (2+ messages)

[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-01-05 10:05 UTC  (16+ messages)
` [PATCH v4 1/7] arm64: KVM: Fix renamed function in comment
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor
` [PATCH v4 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v4 4/7] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v4 5/7] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v4 6/7] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v4 7/7] coresight: Pass guest TRFCR value to KVM

[PATCH] KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd
 2024-01-04 19:34 UTC  (4+ messages)

[PATCH] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
 2024-01-04 19:33 UTC  (2+ messages)

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2024-01-04 11:09 UTC  (10+ messages)
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
              `  "

[kvm-unit-tests PATCH 0/9] Multi-migration support
 2023-12-23  5:18 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: clean lib/auxinfo.o
` [kvm-unit-tests PATCH 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH 9/9] migration: add a migration selftest

[GIT PULL] KVM/arm64 fixes for 6.7, part #2
 2023-12-22 23:25 UTC  (8+ messages)

[PATCH RFC v2 00/22] KVM: arm64: Implement support for SME in non-protected guests
 2023-12-22 16:21 UTC  (23+ messages)
` [PATCH RFC v2 01/22] KVM: arm64: Document why we trap SVE access from the host
` [PATCH RFC v2 02/22] arm64/fpsimd: Make SVE<->FPSIMD rewriting available to KVM
` [PATCH RFC v2 03/22] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v2 04/22] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v2 05/22] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v2 06/22] KVM: arm64: Make FFR restore optional in __sve_restore_state()
` [PATCH RFC v2 07/22] KVM: arm64: Define guest flags for SME
` [PATCH RFC v2 08/22] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v2 09/22] KVM: arm64: Basic SME system register descriptions
` [PATCH RFC v2 10/22] KVM: arm64: Add support for TPIDR2_EL0
` [PATCH RFC v2 11/22] KVM: arm64: Make SMPRI_EL1 RES0 for SME guests
` [PATCH RFC v2 12/22] KVM: arm64: Make SVCR a normal system register
` [PATCH RFC v2 13/22] KVM: arm64: Context switch SME state for guest
` [PATCH RFC v2 14/22] KVM: arm64: Manage and handle SME traps
` [PATCH RFC v2 15/22] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v2 16/22] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v2 17/22] KVM: arm64: Support userspace access to streaming mode SVE registers
` [PATCH RFC v2 18/22] KVM: arm64: Expose ZA to userspace
` [PATCH RFC v2 19/22] KVM: arm64: Provide userspace access to ZT0
` [PATCH RFC v2 20/22] KVM: arm64: Support SME version configuration via ID registers
` [PATCH RFC v2 21/22] KVM: arm64: Provide userspace ABI for enabling SME
` [PATCH RFC v2 22/22] KVM: arm64: selftests: Add SME system registers to get-reg-list

[PATCH 0/3] KVM: arm64: Fix + cleanup for GICv3 ISPENDR
 2023-12-22 13:03 UTC  (2+ messages)

[PATCH] KVM: arm64: Document why we trap SVE access from the host in nVHE
 2023-12-21 21:21 UTC 

[PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
 2023-12-21 18:41 UTC  (7+ messages)
` [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
` [PATCH v4 10/10] arm64: ptdump: Add guest stage-2 pagetables dumping

[PATCH v5 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-21 15:40 UTC  (5+ messages)
` [PATCH v5 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v5 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v5 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v5 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH v4 0/3] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-20 14:16 UTC  (6+ messages)
` [PATCH v4 1/3] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v4 2/3] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices


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