Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-04-12 13:06:18 to 2018-04-27 15:22:12 UTC [more...]

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-27 15:22 UTC  (26+ messages)
` [PATCH v2 03/17] arm64: Make page table helpers reusable
` [PATCH v2 04/17] arm64: Refactor pud_huge for reusability
` [PATCH v2 05/17] arm64: Helper for parange to PASize
` [PATCH v2 08/17] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v2 09/17] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v2 12/17] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v2 13/17] kvm: arm/arm64: Allow tuning the physical address size "
` [PATCH v2 14/17] kvm: arm64: Switch to per VM IPA limit
` [kvmtool PATCH 21/17] kvmtool: arm: Add support for creating VM with PA size

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

[PATCH] KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
 2018-04-27 14:49 UTC 

[PATCH] arm64: vgic-v2: Fix proxying of cpuif access
 2018-04-27 14:51 UTC 

[PATCH v4 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-27 14:18 UTC  (2+ messages)

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

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

[RFC PATCH 0/8] KVM: arm64: Optimise FPSIMD context switching
 2018-04-26 19:02 UTC  (17+ messages)
` [RFC PATCH 1/8] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [RFC PATCH 2/8] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [RFC PATCH 3/8] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [RFC PATCH 4/8] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [RFC PATCH 5/8] arm64/sve: Switch sve_pffr() argument from task to thread
` [RFC PATCH 6/8] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [RFC PATCH 7/8] KVM: arm64: Save host SVE context as appropriate
` [RFC PATCH 8/8] KVM: arm64: Remove eager host SVE state saving

[PATCH 0/3] arm64/kvm spectre-v1 fixes
 2018-04-26 15:58 UTC  (7+ messages)
` [PATCH 1/3] arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
` [PATCH 2/3] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
` [PATCH 3/3] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()

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

[PATCH 0/5] KVM/arm fixes for 4.17-rc2
 2018-04-25 13:08 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm/arm64: Close VMID generation race
` [PATCH 2/5] MAINTAINERS: Update e-mail address for Christoffer Dall
` [PATCH 3/5] arm64: KVM: Demote SVE and LORegion warnings to debug only
` [PATCH 4/5] KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
` [PATCH 5/5] arm/arm64: KVM: Add PSCI version selection API

[PATCH kvmtool 0/3] arm/gic: minor fixes to ITS and GICv2m
 2018-04-25 10:09 UTC  (4+ messages)
` [PATCH kvmtool 1/3] arm/gic: remove extra 64K from ITS allocation
` [PATCH kvmtool 2/3] arm/gic: avoid GICv2m MMIO frame overlap
` [PATCH kvmtool 3/3] arm/gic: move GICv2M gadget size into private header

Migration with directly assigned devices is possible?
 2018-04-24 17:23 UTC  (3+ messages)

Clang arm64 build is broken
 2018-04-20 16:57 UTC  (10+ messages)

[RFC PATCH v3 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-04-20 14:46 UTC  (16+ messages)
` [RFC PATCH v3 01/15] khwasan: move common kasan and khwasan code to common.c
` [RFC PATCH v3 02/15] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [RFC PATCH v3 03/15] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [RFC PATCH v3 04/15] khwasan: initialize shadow to 0xff
` [RFC PATCH v3 05/15] khwasan, arm64: untag virt address in __kimg_to_phys
` [RFC PATCH v3 06/15] khwasan, arm64: fix up fault handling logic
` [RFC PATCH v3 07/15] khwasan: add tag related helper functions
` [RFC PATCH v3 08/15] khwasan, arm64: enable top byte ignore for the kernel
` [RFC PATCH v3 09/15] khwasan, mm: perform untagged pointers comparison in krealloc
` [RFC PATCH v3 10/15] khwasan: split out kasan_report.c from report.c
` [RFC PATCH v3 11/15] khwasan: add bug reporting routines
` [RFC PATCH v3 12/15] khwasan: add hooks implementation
` [RFC PATCH v3 13/15] khwasan, arm64: add brk handler for inline instrumentation
` [RFC PATCH v3 14/15] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [RFC PATCH v3 15/15] khwasan: update kasan documentation

[PATCH] kvm: Change return type to vm_fault_t
 2018-04-19 13:56 UTC  (2+ messages)

[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-04-19  4:09 UTC  (8+ messages)
` [PATCH v11 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-04-17 15:10 UTC  (11+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[PATCH] KVM: arm/arm64: VGIC: Kick new VCPU on interrupt migration
 2018-04-17 11:32 UTC  (2+ messages)

[PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only
 2018-04-17 11:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update e-mail address for Christoffer Dall
 2018-04-17  7:32 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Close VMID generation race
 2018-04-16 10:20 UTC  (9+ messages)

[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
 2018-04-13 13:50 UTC  (5+ messages)

arm64 kvm built with clang doesn't boot
 2018-04-12 17:35 UTC  (4+ messages)

[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-04-12 17:37 UTC  (13+ messages)
` [RFC PATCH v2 13/15] khwasan: add hooks implementation

[RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-12 15:51 UTC  (4+ messages)
` [RFC v2 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION

[PATCH 0/6] KASan for arm
 2018-04-12 12:54 UTC 

[PATCH 1/6] Add TTBR operator for kasan_init
 2018-04-12 12:54 UTC  (6+ messages)
` [PATCH 2/6] Disable instrumentation for some code
` [PATCH 3/6] Replace memory function for kasan
` [PATCH 4/6] Define the virtual space of KASan's shadow region
` [PATCH 5/6] Initialize the mapping of KASan shadow memory
` [PATCH 6/6] Enable KASan for arm


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