Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-05-26 14:33:54 to 2023-06-01 22:43:31 UTC [more...]

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-01 22:43 UTC  (16+ messages)
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation

[PATCH v2 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-01 20:10 UTC  (26+ messages)
` [PATCH v2 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v2 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v2 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v2 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v2 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v2 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v2 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH v2 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v2 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set
` [PATCH v2 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE
` [PATCH v2 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
` [PATCH v2 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH v2 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode
` [PATCH v2 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
` [PATCH v2 16/17] arm64: Allow arm64_sw.hvhe on command line
` [PATCH v2 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE

[linux-next:master] BUILD REGRESSION 571d71e886a5edc89b4ea6d0fe6f445282938320
 2023-06-01 17:30 UTC 

[PATCH 0/5] arm64: Get rid of CnP
 2023-06-01 14:31 UTC 

[PATCH v4 3/4] perf/core: Remove pmu linear searching code
 2023-06-01 11:20 UTC  (18+ messages)

[PATCH 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-01  7:01 UTC  (3+ messages)
` [PATCH 02/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate

[PATCH 0/4] KVM: arm64: PMU: Fix PMUVer handling on heterogeneous PMU systems
 2023-06-01  5:02 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH 2/4] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH 3/4] KVM: arm64: PMU: Use PMUVer of the guest's PMU for ID_AA64DFR0.PMUVer
` [PATCH 4/4] KVM: arm64: PMU: Don't use the PMUVer of the PMU set for guest

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-31 23:41 UTC  (23+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-05-31 20:15 UTC  (12+ messages)
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test

[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-05-31 20:14 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH v2 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH v2 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH v2 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH v2 5/6] arm: pmu: Add pmu-mem-access-reliability test
` [kvm-unit-tests PATCH v2 6/6] arm: pmu-chain-promotion: Increase the count and margin values

[PATCH v10 0/5] Support writable CPU ID registers from userspace
 2023-05-31 17:29 UTC  (20+ messages)
` [PATCH v10 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v10 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v10 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v10 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v10 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH] arm64/sysreg: Convert TRBE registers to automatic generation
 2023-05-31 11:46 UTC  (2+ messages)

[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg
 2023-05-31 10:41 UTC 

[GIT PULL] KVM/arm64 fixes for 6.4, take #3
 2023-05-31 10:03 UTC 

[PATCH 0/2] KVM: arm64: Fix for probing default PMU
 2023-05-31  9:49 UTC  (2+ messages)

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-31  8:54 UTC  (12+ messages)
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH] KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()
 2023-05-31  7:07 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
 2023-05-30 21:32 UTC  (2+ messages)

[PATCH v3] KVM: arm64: Use BTI for nvhe
 2023-05-30 18:01 UTC  (2+ messages)

[PATCH v2 07/11] arm64: mops: handle MOPS exceptions
 2023-05-30 16:36 UTC  (2+ messages)

[PATCH v2 06/11] KVM: arm64: hide MOPS from guests
 2023-05-30 16:34 UTC  (2+ messages)

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

[PATCH v2 0/7] arm64/sysreg: More conversions to automatic generation
 2023-05-30 10:55 UTC  (7+ messages)
` [PATCH v2 5/7] arm64/sysreg: Convert OSDTRRX_EL1 "
` [PATCH v2 6/7] arm64/sysreg: Convert OSDTRTX_EL1 "
` [PATCH v2 7/7] arm64/sysreg: Convert OSECCR_EL1 "

[PATCH v2] KVM: arm64: Populate fault info for watchpoint
 2023-05-30  7:42 UTC  (3+ messages)

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-29 12:20 UTC  (11+ messages)
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2] KVM: arm64: Use BTI for nvhe
 2023-05-29 11:53 UTC  (3+ messages)

[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-05-29 11:17 UTC  (3+ messages)

[PATCH] KVM: arm64: Populate fault info for watchpoint
 2023-05-29  8:33 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-05-27  4:16 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-05-26 22:19 UTC  (22+ messages)
` [PATCH kvmtool 01/21] update_headers: Use a list for arch-generic headers
` [PATCH kvmtool 02/21] update_headers: Add missing entries to list of headers to copy
` [PATCH kvmtool 03/21] Copy 64-bit alignment attrtibutes from Linux 6.4-rc1
` [PATCH kvmtool 04/21] Update headers with "
` [PATCH kvmtool 05/21] Import arm-smccc.h from "
` [PATCH kvmtool 06/21] aarch64: Copy cputype.h "
` [PATCH kvmtool 07/21] arm: Stash kvm_vcpu_init for later use
` [PATCH kvmtool 08/21] arm: Add support for resetting a vCPU
` [PATCH kvmtool 09/21] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH kvmtool 10/21] aarch64: Expose ARM64_CORE_REG() for general use
` [PATCH kvmtool 11/21] arm: Generalize execution state specific VM initialization
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread
` [PATCH kvmtool 13/21] aarch64: Add support for finding vCPU for given MPIDR
` [PATCH kvmtool 14/21] aarch64: Add skeleton implementation for PSCI
` [PATCH kvmtool 15/21] aarch64: psci: Implement CPU_SUSPEND
` [PATCH kvmtool 16/21] aarch64: psci: Implement CPU_OFF
` [PATCH kvmtool 17/21] aarch64: psci: Implement CPU_ON
` [PATCH kvmtool 18/21] aarch64: psci: Implement AFFINITY_INFO
` [PATCH kvmtool 19/21] aarch64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH kvmtool 20/21] aarch64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH kvmtool 21/21] aarch64: smccc: Start sending PSCI to userspace


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