Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-05-16 18:47:03 to 2023-05-26 14:46:50 UTC [more...]

[PATCH v2 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-05-26 14:33 UTC  (11+ messages)
` [PATCH v2 01/17] KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
` [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 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-26  8:44 UTC  (19+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH 0/2] KVM: arm64: Fix for probing default PMU
 2023-05-26  8:41 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Iterate arm_pmus list to probe for "
` [PATCH 2/2] KVM: arm64: Document default vPMU behavior on heterogeneous systems

[PATCH] KVM: arm64: fix typo
 2023-05-26  8:35 UTC  (2+ messages)

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

[PATCH v2 0/7] arm64/sysreg: More conversions to automatic generation
 2023-05-25 21:41 UTC  (10+ messages)
` [PATCH v2 1/7] arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation
` [PATCH v2 2/7] arm64/sysreg: Convert MDSCR_EL1 "
` [PATCH v2 3/7] arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1
` [PATCH v2 4/7] arm64/sysreg: Convert OSLAR_EL1 to automatic generation
` [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 07/11] arm64: mops: handle MOPS exceptions
 2023-05-25 19:50 UTC  (2+ messages)

[PATCH v2 06/11] KVM: arm64: hide MOPS from guests
 2023-05-25 19:26 UTC  (2+ messages)

[PATCH 00/15] arm64: address -Wmissing-prototype warnings
 2023-05-25 18:25 UTC  (3+ messages)

[PATCH v4 3/4] perf/core: Remove pmu linear searching code
 2023-05-25 15:56 UTC  (6+ messages)

[GIC PULL] KVM/arm64 fixes for 6.4, take #2
 2023-05-24 14:18 UTC  (2+ messages)

[PATCH] KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
 2023-05-24 12:49 UTC  (5+ messages)

[PATCH] KVM: arm64: Prevent unconditional donation of unmapped regions from the host
 2023-05-24 12:49 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-24 12:49 UTC  (8+ messages)
` [PATCH 1/2] arm64: Add missing Set/Way CMO encodings
` [PATCH 2/2] KVM: arm64: Handle trap of tagged Set/Way CMOs

[PATCH 0/4] KVM: arm64: vgic: Locking fixes
 2023-05-24 12:49 UTC  (11+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue
` [PATCH 2/4] KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
` [PATCH 3/4] KVM: arm64: vgic: Fix locking comment
` [PATCH 4/4] KVM: arm64: vgic: Fix a comment

[PATCH v2 0/7] b4/sysreg: More conversions to automatic generation
 2023-05-23 18:36 UTC  (5+ messages)
` [PATCH v2 1/7] arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation
` [PATCH v2 2/7] arm64/sysreg: Convert MDSCR_EL1 "
` [PATCH v2 3/7] arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1
` [PATCH v2 4/7] arm64/sysreg: Convert OSLAR_EL1 to automatic generation

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-23 17:49 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] arm64: Make vector_table and vector_stub weak symbols
 2023-05-23 13:53 UTC 

[PATCH 0/5] b4/sysreg: More conversions to automatic generation
 2023-05-23 11:53 UTC  (17+ messages)
` [PATCH 1/5] arm64/sysreg: Remove some unused sysreg definitions
` [PATCH 2/5] arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation
` [PATCH 3/5] arm64/sysreg: Convert MDSCR_EL1 "
` [PATCH 4/5] arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1
` [PATCH 5/5] arm64/sysreg: Convert OSLAR_EL1 to automatic generation

[PATCH v3 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-05-23 10:18 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH v3 02/10] KVM: arm64: Probe FF-A version and host/hyp partition ID during init
` [PATCH v3 03/10] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
` [PATCH v3 04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host
` [PATCH v3 05/10] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world
` [PATCH v3 06/10] KVM: arm64: Handle FFA_MEM_SHARE calls from the host
` [PATCH v3 07/10] KVM: arm64: Handle FFA_MEM_RECLAIM "
` [PATCH v3 08/10] KVM: arm64: Handle FFA_MEM_LEND "
` [PATCH v3 09/10] KVM: arm64: Handle FFA_FEATURES call "
` [PATCH v3 10/10] KVM: arm64: pkvm: Add support for fragmented FF-A descriptors

[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
 2023-05-23  9:52 UTC  (5+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-05-23  9:32 UTC  (3+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH v2 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-05-23  8:07 UTC  (8+ 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 v10 0/5] Support writable CPU ID registers from userspace
 2023-05-22 22:18 UTC  (6+ 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 v9 0/5] Support writable CPU ID registers from userspace
 2023-05-22 17:27 UTC  (14+ messages)
` [PATCH v9 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v9 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v9 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v9 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v9 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v4 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
 2023-05-22 16:23 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: Add feature detection for fine grained traps
` [PATCH v4 2/2] KVM: arm64: Move FGT value configuration to vCPU state

[linux-next:master] BUILD SUCCESS WITH WARNING 9f258af06b6268be8e960f63c3f66e88bdbbbdb0
 2023-05-22 16:01 UTC 

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-21 19:32 UTC  (8+ messages)
` [PATCH v4 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [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 4/6] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v4 5/6] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
 2023-05-21 19:19 UTC  (3+ messages)

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-20  8:45 UTC  (27+ 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 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 v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-19 17:41 UTC  (3+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-05-19 15:33 UTC  (3+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains

[PATCH] arm64: kvm: avoid overflow in integer division
 2023-05-18 17:45 UTC  (4+ messages)

[PATCH v3 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-05-18 12:16 UTC  (11+ messages)
` [PATCH v3 08/13] KVM: arm64: Add support for KVM_EXIT_HYPERCALL

[PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
 2023-05-18  8:10 UTC  (2+ messages)

current status for allowing setting arm cpu model
 2023-05-18  0:57 UTC 

[PATCH v2] KVM: arm64: Use BTI for nvhe
 2023-05-17 17:35 UTC 

[GIT PULL] KVM/arm64 fixes for 6.4, take #1
 2023-05-17 17:35 UTC  (2+ messages)

[PATCH] KVM: arm64: Use BTI for pKVM
 2023-05-17 14:19 UTC  (4+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-17 14:12 UTC  (6+ messages)

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-05-16 21:37 UTC 

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-16 18:54 UTC  (6+ messages)
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap


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