Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-05-08 08:56:50 to 2018-05-18 01:52:27 UTC [more...]

[PATCH] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-05-18  1:52 UTC  (5+ messages)

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-17 18:11 UTC  (10+ messages)
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

[PATCH 0/4] KVM/arm64: Cache maintenance relaxations
 2018-05-17 10:35 UTC  (5+ messages)
` [PATCH 1/4] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 2/4] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 3/4] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
` [PATCH 4/4] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present

use vnc in arm-kvm
 2018-05-17  7:41 UTC  (6+ messages)
  `  "

[PATCH 0/14] ARM Spectre variant 2 fixes
 2018-05-16 17:01 UTC  (26+ messages)
` [PATCH 01/14] ARM: add CPU part numbers for Cortex A73, A75 and Brahma B15
` [PATCH 02/14] ARM: bugs: prepare processor bug infrastructure
` [PATCH 03/14] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH 04/14] ARM: bugs: add support for per-processor bug checking
` [PATCH 05/14] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH 06/14] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH 07/14] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH 08/14] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH 09/14] ARM: spectre-v2: add PSCI based hardening
` [PATCH 10/14] ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH 11/14] ARM: KVM: invalidate icache on guest exit for Cortex-A15
` [PATCH 12/14] ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
` [PATCH 13/14] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH 14/14] ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1

[PATCH v4 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-16 16:46 UTC  (14+ messages)
` [PATCH v4 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v4 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v4 03/12] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v4 04/12] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v4 05/12] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v4 06/12] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v4 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH v4 08/12] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v4 09/12] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v4 10/12] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v4 11/12] mm/memory-failure: increase queued recovery work's priority
` [PATCH v4 12/12] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH] arm64: KVM: reduce guest fpsimd trap
 2018-05-16 12:46 UTC  (4+ messages)

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

[PULL v8] KVM: arm64: Optimise FPSIMD context switching
 2018-05-16 10:49 UTC 

[PATCH] kvm: Delete the slot only when KVM_MEM_READONLY flag is changed
 2018-05-16  9:18 UTC 

[PATCH] KVM: arm/arm64: fix unaligned hva start and end in handle_hva_to_gpa
 2018-05-16  2:47 UTC  (12+ messages)

[PATCH v12 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-05-15 20:58 UTC  (5+ messages)
` [PATCH v12 1/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v12 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v12 3/4] ACPI / APEI: Add SEI notification type support for ARMv8
` [PATCH v12 4/4] arm64: handle NOTIFY_SEI notification by the APEI driver

[PATCH v2 0/4] KVM: Support PUD hugepages at stage 2
 2018-05-15 17:12 UTC  (4+ messages)
` [PATCH v2 4/4] KVM: arm64: Add support for "

[PATCH v7 00/16] KVM: arm64: Optimise FPSIMD context switching
 2018-05-15 12:48 UTC  (38+ 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 0/4] KVM: arm/arm64: Fix locking issues
 2018-05-15 12:05 UTC  (9+ 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

Potential deadlock in vgic
 2018-05-15 11:54 UTC  (5+ messages)

Clang arm64 build is broken
 2018-05-14 16:24 UTC  (4+ messages)

kvm_read_guest_page() missing kvm->srcu read lock?
 2018-05-11 16:59 UTC  (7+ messages)

[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  (7+ messages)
` [PATCH v2 05/17] arm64: Helper for parange to PASize
` [PATCH v2 11/17] kvm: arm64: Configure VTCR per VM

[PATCH v5 00/14] KVM: arm64: Optimise FPSIMD context switching
 2018-05-08 12:40 UTC  (24+ messages)
` [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 10/14] KVM: arm64: Save host SVE context as appropriate
` [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


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