Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-04-30 09:07:38 to 2018-05-11 14:20:16 UTC [more...]

Potential deadlock in vgic
 2018-05-11 14:29 UTC  (10+ messages)

[PATCH 0/4] KVM: arm/arm64: Fix locking issues
 2018-05-11 14:20 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm/arm64: Properly protect VGIC locks from IRQs
` [PATCH 2/4] KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
` [PATCH 3/4] KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
` [PATCH 4/4] KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls

[PATCH] KVM: arm/arm64: fix unaligned hva start and end in handle_hva_to_gpa
 2018-05-11 13:39 UTC  (5+ messages)

kvm_read_guest_page() missing kvm->srcu read lock?
 2018-05-11 13:25 UTC  (5+ messages)

[PATCH v7 00/16] KVM: arm64: Optimise FPSIMD context switching
 2018-05-10 16:53 UTC  (33+ messages)
` [PATCH v7 01/16] thread_info: Add update_thread_flag() helpers
` [PATCH v7 02/16] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v7 03/16] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v7 04/16] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v7 05/16] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v7 06/16] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH v7 07/16] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v7 08/16] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v7 09/16] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v7 10/16] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v7 11/16] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v7 12/16] KVM: arm64: Save host SVE context as appropriate
` [PATCH v7 13/16] KVM: arm64: Remove eager host SVE state saving
` [PATCH v7 14/16] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v7 15/16] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v7 16/16] KVM: arm64: Invoke FPSIMD context switch trap from C

[PATCH] kvm: Change return type to vm_fault_t
 2018-05-10 16:42 UTC  (4+ messages)

[PATCHv2] ARM64: KVM: use lm_alias() for kvm_ksym_ref()
 2018-05-10 11:13 UTC 

[PATCH v6 00/15] KVM: arm64: Optimise FPSIMD context switching
 2018-05-09 10:00 UTC  (31+ messages)
` [PATCH v6 01/15] thread_info: Add update_thread_flag() helpers
` [PATCH v6 02/15] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v6 03/15] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v6 04/15] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v6 05/15] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v6 06/15] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v6 07/15] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v6 08/15] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v6 09/15] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v6 10/15] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v6 11/15] KVM: arm64: Save host SVE context as appropriate
` [PATCH v6 12/15] KVM: arm64: Remove eager host SVE state saving
` [PATCH v6 13/15] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v6 14/15] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v6 15/15] KVM: arm64: Invoke FPSIMD context switch trap from C

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-05-08 13:47 UTC  (12+ messages)
` [PATCH v2 05/17] arm64: Helper for parange to PASize
` [PATCH v2 10/17] kvm: arm64: Dynamic configuration of VTCR and VTTBR mask
` [PATCH v2 11/17] kvm: arm64: Configure VTCR per VM
` [kvmtool PATCH 21/17] kvmtool: arm: Add support for creating VM with PA size

[PATCH v5 00/14] KVM: arm64: Optimise FPSIMD context switching
 2018-05-08 12:40 UTC  (30+ messages)
` [PATCH v5 01/14] thread_info: Add update_thread_flag() helpers
` [PATCH v5 02/14] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v5 03/14] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v5 04/14] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v5 05/14] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v5 06/14] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v5 07/14] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v5 08/14] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v5 09/14] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v5 10/14] KVM: arm64: Save host SVE context as appropriate
` [PATCH v5 11/14] KVM: arm64: Remove eager host SVE state saving
` [PATCH v5 12/14] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v5 13/14] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v5 14/14] KVM: arm64: Invoke FPSIMD context switch trap from C

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-08  8:45 UTC  (11+ messages)
` [PATCH v3 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

[PATCH 1/2] KVM: ARM: Properly protect VGIC locks from IRQs
 2018-05-04 17:19 UTC  (2+ messages)
` [PATCH 2/2] KVM: ARM: VGIC/ITS: Promote irq_lock() in update_affinity

[PATCH v2 0/4] KVM: Support PUD hugepages at stage 2
 2018-05-04 16:22 UTC  (11+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v2 2/4] KVM: arm/arm64: Introduce helpers to manupulate page table entries
` [PATCH v2 3/4] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v2 4/4] KVM: arm64: Add support for PUD hugepages at stage 2

[GIT PULL 0/4] KVM/arm fixes for 4.17-rc4
 2018-05-04 16:15 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
` [PATCH 2/4] KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
` [PATCH 3/4] KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
` [PATCH 4/4] arm64: vgic-v2: Fix proxying of cpuif access

[PATCH v2] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-04 15:43 UTC  (2+ messages)

[PATCH] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-04 15:19 UTC  (2+ messages)

[kvm-unit-tests PATCH] Support micro operation measurement on arm64
 2018-05-03 18:08 UTC  (9+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test

[PATCHv4 00/10] ARMv8.3 pointer authentication userspace support
 2018-05-03 13:20 UTC  (11+ messages)
` [PATCHv4 01/10] arm64: add pointer authentication register bits
` [PATCHv4 02/10] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv4 03/10] arm64/kvm: hide ptrauth from guests
` [PATCHv4 04/10] arm64: Don't trap host pointer auth use to EL2
` [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication
` [PATCHv4 06/10] arm64: add basic pointer authentication support
` [PATCHv4 07/10] arm64: expose user PAC bit positions via ptrace
` [PATCHv4 08/10] arm64: perf: strip PAC when unwinding userspace
` [PATCHv4 09/10] arm64: enable pointer authentication
` [PATCHv4 10/10] arm64: docs: document "

[PATCH] KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
 2018-05-02 13:32 UTC  (2+ messages)

[PATCH 1/1] KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
 2018-05-02 10:53 UTC 

[PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30 11:48 UTC  (13+ messages)
` [PATCH v6 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v6 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v6 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v6 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v6 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v6 07/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v6 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v6 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v6 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v5 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30  9:44 UTC  (13+ messages)
` [PATCH v5 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v5 07/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v5 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v5 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v5 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512


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