Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-04-24 11:14:42 to 2023-05-15 17:47:03 UTC [more...]

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-15 17:30 UTC  (17+ messages)
` [PATCH v10 01/59] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
` [PATCH v10 02/59] arm64: Add missing Set/Way CMO encodings
` [PATCH v10 03/59] arm64: Add missing VA "
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings
` [PATCH v10 07/59] arm64: Add AT "
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v10 14/59] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v10 15/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v10 18/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v10 27/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v10 42/59] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v10 43/59] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v10 46/59] KVM: arm64: nv: Tag shadow S2 entries with nested level

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-15 17:16 UTC  (53+ messages)
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
 2023-05-15 17:00 UTC 

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-12 23:31 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH v2 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-12 17:21 UTC  (7+ messages)
` [PATCH v3 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v3 6/7] KVM: arm64: Add 'skip_flush' arg to stage2_put_pte()
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v2 00/11] arm64: Support for Armv8.8 memcpy instructions in userspace
 2023-05-12  4:02 UTC  (13+ messages)
` [PATCH v2 01/11] KVM: arm64: initialize HCRX_EL2
` [PATCH v2 02/11] arm64: cpufeature: detect FEAT_HCX
` [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest
` [PATCH v2 04/11] arm64: mops: document boot requirements for MOPS
` [PATCH v2 05/11] arm64: mops: don't disable host MOPS instructions from EL2
` [PATCH v2 06/11] KVM: arm64: hide MOPS from guests
` [PATCH v2 07/11] arm64: mops: handle MOPS exceptions
` [PATCH v2 08/11] arm64: mops: handle single stepping after MOPS exception
` [PATCH v2 09/11] arm64: mops: detect and enable FEAT_MOPS
` [PATCH v2 10/11] arm64: mops: allow disabling MOPS from the kernel command line
` [PATCH v2 11/11] kselftest/arm64: add MOPS to hwcap test

[GIT PULL] KVM/arm64 fixes for 6.4, take #1
 2023-05-11 14:36 UTC 

[PATCH v2 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-05-10 20:50 UTC  (5+ messages)
` [PATCH v2 01/10] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH v2 04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP "

[PATCH] KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implementations
 2023-05-10  6:21 UTC  (2+ messages)

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-05-09 20:51 UTC  (3+ messages)

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-05-06  0:55 UTC  (4+ messages)
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[kvm-unit-tests PATCH v5 00/29] EFI and ACPI support for arm64
 2023-05-05 14:55 UTC  (52+ messages)
` [kvm-unit-tests PATCH v5 01/29] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v5 02/29] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v5 03/29] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v5 04/29] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v5 05/29] lib/acpi: Convert table names to Linux style
` [kvm-unit-tests PATCH v5 06/29] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v5 07/29] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v5 08/29] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v5 09/29] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v5 10/29] devicetree: Check that fdt is not NULL in dt_available()
` [kvm-unit-tests PATCH v5 11/29] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v5 12/29] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v5 13/29] arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v5 14/29] arm64: Add support for cpu "
` [kvm-unit-tests PATCH v5 15/29] arm64: Add support for gic "
` [kvm-unit-tests PATCH v5 16/29] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v5 17/29] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v5 18/29] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v5 19/29] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v5 20/29] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v5 21/29] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v5 22/29] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v5 23/29] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v5 24/29] arm64: Change GNU-EFI imported code to use defined types
` [kvm-unit-tests PATCH v5 25/29] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v5 26/29] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v5 27/29] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v5 28/29] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v5 29/29] arm64: Add an efi/run script

[PATCH v9 3/3] KVM: arm64: Dirty quota-based throttling of vcpus
 2023-05-04 15:08 UTC 

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-03 23:43 UTC  (8+ messages)
` [PATCH v8 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v8 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v8 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v8 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v8 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v9 00/50] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-02  9:35 UTC  (3+ messages)
` [PATCH v9 17/50] KVM: arm64: nv: Handle shadow stage 2 page faults

[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
 2023-04-27 11:26 UTC  (4+ messages)

[BACKPORT PATCH 6.1.y] KVM: arm64: Retry fault if vma_lookup() results become invalid
 2023-04-27  8:35 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for v6.4
 2023-04-26 21:24 UTC  (3+ messages)

[PATCH v8 00/12] Implement Eager Page Splitting for ARM
 2023-04-26 17:23 UTC  (13+ messages)
` [PATCH v8 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v8 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
` [PATCH v8 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v8 04/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v8 05/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v8 06/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v8 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v8 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v8 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v8 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v8 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v8 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH v7 0/6] Support writable CPU ID registers from userspace
 2023-04-26  4:01 UTC  (11+ messages)
` [PATCH v7 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v7 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v7 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v7 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v7 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v7 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-04-25 18:31 UTC  (5+ messages)
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI

[PATCH v6 0/6] Support writable CPU ID registers from userspace
 2023-04-25 16:40 UTC  (13+ messages)
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-04-25 13:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop

[BACKPORT PATCH 5.15.y] KVM: arm64: Retry fault if vma_lookup() results become invalid
 2023-04-25 12:14 UTC 

[BACKPORT PATCH 5.10.y] KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
 2023-04-25 12:12 UTC 

RFC: Common MMU Recommendation
 2023-04-24 22:33 UTC 

[PATCH v7 00/12] Implement Eager Page Splitting for ARM
 2023-04-24 18:48 UTC  (6+ messages)
` [PATCH v7 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE

[PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
 2023-04-24 16:45 UTC  (3+ messages)


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