Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-03-07 16:56:55 to 2017-03-20 10:56:46 UTC [more...]

[PATCH 0/9] KVM: arm/arm64: vgic: Improvements and optimizations
 2017-03-20 10:58 UTC  (4+ messages)
` [PATCH 1/9] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH 2/9] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs

[PATCH] KVM: arm64: Ensure LRs are clear when they should be
 2017-03-20 10:33 UTC  (4+ messages)

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-20  7:55 UTC 

[PATCH v3 00/19] vITS save/restore
 2017-03-17 17:01 UTC  (18+ messages)
` [PATCH v3 01/19] KVM: arm/arm64: Add vITS save/restore API documentation
` [PATCH v3 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v3 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v3 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v3 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v3 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v3 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-17 16:43 UTC  (16+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
` [PATCH V12 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-03-17 15:48 UTC  (3+ messages)

[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-17 11:43 UTC  (19+ messages)
` [PATCH v3 01/25] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v3 02/25] arm64: KVM: "
` [PATCH v3 03/25] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v3 04/25] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v3 05/25] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors

KVM on ARM Cortex A53 in 32-bit Mode
 2017-03-17  8:52 UTC  (7+ messages)

[PATCH] kvm: arm/arm64: Simplify lock relaxation in stage2_wp_range
 2017-03-17  8:48 UTC  (2+ messages)

[PATCH v2 0/3] kvm: arm/arm64: Fixes for use after free problems
 2017-03-17  8:48 UTC  (5+ messages)
` [PATCH v2 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH v2 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH v2 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

[RFC PATCH 00/33] irqchip: Core support for GICv4
 2017-03-16 21:58 UTC  (38+ messages)
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 11/33] irqchip/gic-v3-its: Split out pending table allocation
` [RFC PATCH 12/33] irqchip/gic-v3-its: Rework LPI freeing
` [RFC PATCH 13/33] irqchip/gic-v3-its: Generalize device table allocation
` [RFC PATCH 14/33] irqchip/gic-v3-its: Generalize LPI configuration
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 16/33] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 18/33] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [RFC PATCH 19/33] irqchip/gic-v3-its: Add VLPI configuration handling
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 21/33] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 27/33] irqchip/gic-v3-its: Add VPE interrupt masking
` [RFC PATCH 30/33] irqchip/gic-v4: Add VPE command interface
` [RFC PATCH 31/33] irqchip/gic-v4: Add VLPI configuration interface
` [RFC PATCH 32/33] irqchip/gic-v4: Add some basic documentation

[PATCH 0/2] KVM: arm/arm64: vgic: Workaround GICC_PMR misreporting
 2017-03-16 11:45 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-v2: Expose the correct GICC_PMR values to userspace
` [PATCH 2/2] KVM: arm/arm64: vgic-v3: Format PMR to mimic the GICv2 behaviour

[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
 2017-03-15 15:32 UTC  (23+ messages)
` [PATCH RFC 2/7] ARM64: KVM: Add reset handlers for all ID registers
` [PATCH RFC 4/7] ARM64: KVM: emulate accessing "
` [PATCH RFC 5/7] ARM64: KVM: Support cross type vCPU
` [PATCH RFC 6/7] ARM64: KVM: Support heterogeneous system
` [PATCH RFC 7/7] ARM64: KVM: Add user set handler for id_aa64mmfr0_el1

[PATCH 0/3] kvm: arm/arm64: Fixes for use after free problems
 2017-03-15 15:07 UTC  (19+ messages)
` [PATCH 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

[PATCH 00/15] arm64/kvm: use common sysreg definitions
 2017-03-15  9:07 UTC  (21+ messages)
` [PATCH 01/15] arm64: sysreg: sort by encoding
` [PATCH 02/15] arm64: sysreg: add debug system registers
` [PATCH 03/15] arm64: sysreg: add performance monitor registers
` [PATCH 04/15] arm64: sysreg: subsume GICv3 sysreg definitions
` [PATCH 05/15] arm64: sysreg: add physical timer registers
` [PATCH 06/15] arm64: sysreg: add register encodings used by KVM
` [PATCH 07/15] arm64: sysreg: add Set/Way sys encodings
` [PATCH 08/15] KVM: arm64: add SYS_DESC()
` [PATCH 09/15] KVM: arm64: Use common debug sysreg definitions
` [PATCH 10/15] KVM: arm64: Use common performance monitor "
` [PATCH 11/15] KVM: arm64: Use common GICv3 "
` [PATCH 12/15] KVM: arm64: Use common physical timer "
` [PATCH 13/15] KVM: arm64: use common invariant "
` [PATCH 14/15] KVM: arm64: Use common "
` [PATCH 15/15] KVM: arm64: Use common Set/Way sys definitions

kvm/arm64: use-after-free in kvm_unmap_hva_handler/unmap_stage2_pmds
 2017-03-14 16:57 UTC  (3+ messages)

kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
 2017-03-14 12:26 UTC  (6+ messages)

[PATCH 0/5] KVM: arm/arm64: fix some races and allow userspace to set MPIDR
 2017-03-13 18:22 UTC  (16+ messages)
` [PATCH 1/5] KVM: arm/arm64: prepare to use vcpu requests
` [PATCH 2/5] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu-request
` [PATCH 5/5] KVM: arm/arm64: allow userspace to set MPIDR

[PATCH v5 00/10] arm64: mmu: avoid W+X mappings and re-enable PTE_CONT for kernel
 2017-03-09 19:40 UTC  (17+ messages)
` [PATCH v5 01/10] arm: kvm: move kvm_vgic_global_state out of .text section
` [PATCH v5 02/10] arm64: mmu: move TLB maintenance from callers to create_mapping_late()
` [PATCH v5 03/10] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH v5 04/10] arm64: mmu: map .text as read-only from the outset
` [PATCH v5 05/10] arm64: mmu: apply strict permissions to .init.text and .init.data
` [PATCH v5 06/10] arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
` [PATCH v5 07/10] arm64/mmu: ignore debug_pagealloc for kernel segments
` [PATCH v5 08/10] arm64/mmu: add contiguous bit to sanity bug check
` [PATCH v5 09/10] arm64/mmu: replace 'page_mappings_only' parameter with flags argument
` [PATCH v5 10/10] arm64: mm: set the contiguous bit for kernel mappings where appropriate

[PATCH 00/10] KVM/ARM fixes for 4.11-rc2
 2017-03-09 15:52 UTC  (13+ messages)
` [PATCH 01/10] arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
` [PATCH 02/10] KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
` [PATCH 03/10] KVM: arm/arm64: Let vcpu thread modify its own active state
` [PATCH 04/10] arm: KVM: Survive unknown traps from guests
` [PATCH 05/10] arm64: "
` [PATCH 06/10] KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
` [PATCH 07/10] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
` [PATCH 08/10] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
` [PATCH 09/10] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
` [PATCH 10/10] KVM: arm64: Increase number of user memslots to 512

[PATCH v2] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
 2017-03-09  9:16 UTC  (2+ messages)

[PATCH v4 0/4] KVM: arm64: Increase number of user memslots
 2017-03-09  8:53 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
` [PATCH v4 2/4] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
` [PATCH v4 3/4] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
` [PATCH v4 4/4] KVM: arm64: Increase number of user memslots to 512

[kvm-unit-tests PATCH] arm/arm64: gic: Test changing active state of interrupts
 2017-03-08 15:40 UTC  (5+ messages)

[PATCH v4 0/6] arm64: mmu: avoid W+X mappings and re-enable PTE_CONT for kernel
 2017-03-08 11:22 UTC  (5+ messages)
` [PATCH v4 6/6] arm64: mm: set the contiguous bit for kernel mappings where appropriate


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