kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-04 07:36:54 to 2017-04-13 09:32:16 UTC [more...]

kvm/arm64: use-after-free in kvm_unmap_hva_handler/unmap_stage2_pmds
 2017-04-13  9:34 UTC  (8+ messages)

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-04-13  8:44 UTC  (15+ messages)
` [PATCH v3 1/8] trace: ras: add ARM processor error information trace event
` [PATCH v3 2/8] acpi: apei: handle SEI notification type for ARMv8
` [PATCH v3 4/8] APEI: GHES: reserve a virtual page for SEI context
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt
` [PATCH v3 8/8] arm64: exception: check shared writable page in SEI handler

[PATCH V14 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-04-12 16:51 UTC  (9+ messages)
` [PATCH V14 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V14 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V14 03/10] efi: parse ARM processor error

[PATCH v2 0/9] KVM: arm/arm64: race fixes and vcpu requests
 2017-04-11 21:06 UTC  (84+ messages)
` [PATCH v2 1/9] KVM: add kvm_request_pending
` [PATCH v2 2/9] KVM: Add documentation for VCPU requests
` [PATCH v2 3/9] KVM: arm/arm64: prepare to use vcpu requests
` [PATCH v2 4/9] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu request
` [PATCH v2 5/9] KVM: arm/arm64: replace vcpu->arch.power_off "
` [PATCH v2 6/9] KVM: arm/arm64: use a vcpu request on irq injection
` [PATCH v2 7/9] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v2 8/9] KVM: arm/arm64: fix race in kvm_psci_vcpu_on
` [PATCH v2 9/9] KVM: arm/arm64: avoid race by caching MPIDR

kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
 2017-04-11 15:41 UTC  (9+ messages)

[PATCH v4 00/22] vITS save/restore
 2017-04-11 10:56 UTC  (59+ messages)
` [PATCH v4 01/22] KVM: arm/arm64: Add vITS save/restore API documentation
` [PATCH v4 02/22] KVM: arm/arm64: rename itte into ite
` [PATCH v4 03/22] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v4 04/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v4 05/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v4 06/22] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v4 07/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v4 08/22] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v4 09/22] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v4 10/22] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v4 11/22] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v4 13/22] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v4 14/22] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v4 15/22] KVM: arm64: ITS: Sort the device and ITE lists
` [PATCH v4 17/22] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v4 18/22] KVM: arm64: ITS: Collection table save/restore
` [PATCH v4 20/22] KVM: arm64: ITS: ITT flush and restore
` [PATCH v4 21/22] KVM: arm64: ITS: Device table save/restore
` [PATCH v4 22/22] KVM: arm64: ITS: Pending "

[PATCH 0/2] GICv3 world-switch fixes for -next
 2017-04-10  9:19 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
` [PATCH 2/2] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access

host stalls when qemu-system-aarch64 with kvm and pflash
 2017-04-07 20:05 UTC  (9+ messages)

[PATCH] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
 2017-04-07 16:12 UTC  (5+ messages)

[RFC 0/9] ARMv8.3 pointer authentication userspace support
 2017-04-07 15:41 UTC  (4+ messages)
` [RFC 8/9] arm64/kvm: context-switch PAC registers

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-04-07 14:42 UTC  (26+ messages)
` [RFC kvm-unit-tests PATCH 1/8] configure: make it run-able from outside source tree
` [RFC kvm-unit-tests PATCH 2/8] Makefile: ensure build-head works out-of-src-tree
` [RFC kvm-unit-tests PATCH 3/8] Makefile: set VPATH based on SRCDIR
` [RFC kvm-unit-tests PATCH 4/8] Makefiles: use explicit path for including sub-Makefiles
` [RFC kvm-unit-tests PATCH 5/8] Makefile: add explicit mkdir for .o targets
` [RFC kvm-unit-tests PATCH 6/8] Makefiles: handle linking of scripts into build-tree
` [RFC kvm-unit-tests PATCH 7/8] Makefiles: fix up the x86 build include and link paths
` [RFC kvm-unit-tests PATCH 8/8] Makefiles: fix up the arm "
  ` [RFC kvm-unit-tests PATCH 9/8] Makefiles: Fix up the powerpc "

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-04-07  9:21 UTC  (16+ messages)
                    ` [edk2] "

[PATCH v3 0/5] Support userspace irqchip with arch timers
 2017-04-06 19:13 UTC  (16+ messages)
` [PATCH v3 1/5] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PATCH v3 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PATCH v3 3/5] KVM: arm/arm64: Support arch timers with a userspace gic
` [PATCH v3 4/5] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PATCH v3 5/5] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ

[PULL 0/5] KVM/ARM Fixes for v4.11-rc6
 2017-04-05 14:48 UTC  (2+ messages)

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-04-05  8:12 UTC  (6+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI

[PATCH 00/15] arm64/kvm: use common sysreg definitions
 2017-04-04 17:11 UTC  (8+ messages)

[PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-04-04 12:29 UTC  (4+ messages)

[PATCH v5 00/34] arm/arm64: KVM: Rework the hyp-stub API
 2017-04-04 12:04 UTC  (2+ messages)

[kvmarm:master 1/3] arch/arm/kvm/mmu.c:302:14: error: 'S2_PUD_SIZE' undeclared
 2017-04-04 10:36 UTC  (4+ messages)

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-04-04  7:36 UTC  (7+ messages)
` [PATCH v4 19/28] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).