public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-04-23 17:07:12 to 2017-04-27 17:21:42 UTC [more...]

[PATCH v5 00/22] vITS save/restore
 2017-04-27 17:24 UTC  (87+ messages)
` [PATCH v5 01/22] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v5 02/22] KVM: arm/arm64: Add GICV3 pending table save "
` [PATCH v5 03/22] KVM: arm/arm64: vgic-its: rename itte into ite
` [PATCH v5 04/22] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v5 05/22] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v5 06/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v5 07/22] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v5 08/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v5 10/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v5 11/22] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v5 12/22] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v5 13/22] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v5 14/22] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v5 15/22] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v5 17/22] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v5 18/22] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v5 20/22] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v5 21/22] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v5 22/22] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-04-27 15:57 UTC  (6+ messages)
` [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

[PULL 00/79] KVM/ARM Changes for v4.12
 2017-04-27 15:34 UTC  (61+ messages)
` [PULL 21/79] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PULL 22/79] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PULL 23/79] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PULL 24/79] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PULL 25/79] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
` [PULL 26/79] KVM: arm/arm64: vgic: Improve sync_hwstate performance
` [PULL 27/79] arm64: KVM: PMU: Refactor pmu_*_el0_disabled
` [PULL 28/79] arm64: KVM: PMU: Inject UNDEF exception on illegal register access
` [PULL 29/79] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PULL 30/79] arm64: KVM: Make unexpected reads from WO registers inject an undef
` [PULL 31/79] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PULL 32/79] arm64: KVM: Treat sysreg accessors returning false as successful
` [PULL 33/79] arm64: KVM: Do not corrupt registers on failed 64bit CP read
` [PULL 34/79] arm: KVM: Make unexpected register accesses inject an undef
` [PULL 35/79] arm: KVM: Treat CP15 accessors returning false as successful
` [PULL 36/79] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PULL 37/79] arm64: KVM: Move lr save/restore to do_el2_call
` [PULL 38/79] arm64: hyp-stub: Don't save lr in the EL1 code
` [PULL 39/79] arm64: hyp-stub: Define a return value for failed stub calls
` [PULL 40/79] arm64: hyp-stub: Update documentation in asm/virt.h
` [PULL 41/79] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 42/79] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 43/79] arm64: KVM: Implement HVC_GET_VECTORS "
` [PULL 44/79] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 45/79] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 46/79] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 47/79] ARM: hyp-stub: improve ABI
` [PULL 48/79] ARM: soft-reboot into same mode that we entered the kernel
` [PULL 49/79] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PULL 50/79] ARM: Update cpu_v7_reset documentation
` [PULL 51/79] ARM: hyp-stub: Use r1 for the soft-restart address
` [PULL 52/79] ARM: Expose the VA/IDMAP offset
` [PULL 53/79] ARM: hyp-stub: Define a return value for failed stub calls
` [PULL 54/79] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 55/79] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 56/79] ARM: KVM: Implement HVC_GET_VECTORS "
` [PULL 57/79] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 58/79] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 59/79] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 60/79] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet
` [PULL 61/79] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PULL 62/79] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PULL 63/79] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PULL 64/79] ARM: decompressor: Remove __hyp_get_vectors usage
` [PULL 65/79] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PULL 66/79] arm64: "
` [PULL 67/79] arm64: hyp-stub: Zero x0 on successful stub handling
` [PULL 68/79] ARM: hyp-stub: Zero r0 "
` [PULL 69/79] arm/arm64: Add hyp-stub API documentation
` [PULL 70/79] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PULL 71/79] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PULL 72/79] KVM: arm/arm64: Support arch timers with a userspace gic
` [PULL 73/79] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PULL 74/79] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ
` [PULL 75/79] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PULL 76/79] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
` [PULL 77/79] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access
` [PULL 78/79] ARM: hyp-stub: Fix Thumb-2 compilation
` [PULL 79/79] ARM: KVM: Fix idmap stub entry when running Thumb-2 code

[PATCH v2] arm64: Add ASM modifier for xN register operands
 2017-04-27 11:02 UTC  (2+ messages)

[PATCH 0/2] kvm: Fixes for race conditions
 2017-04-26 16:17 UTC  (8+ messages)
` [PATCH 1/2] kvm: Fix mmu_notifier release race
` [PATCH 2/2] kvm: arm/arm64: Fix race in resetting stage2 PGD

[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-04-25 17:46 UTC  (11+ messages)
` [PATCH V15 04/11] efi: parse ARM processor error
` [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8

[PATCH 0/2] KVM: arm/arm64: Restore host physical timer access on panic
 2017-04-25 17:02 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm: Restore banked registers and physical timer access on hyp_panic()
` [PATCH 2/2] KVM: arm64: Restore host "

[kvmtool PATCH v10 00/15] kvmtool: arm: ITS emulation and GSI routing support
 2017-04-25 14:39 UTC  (16+ messages)
` [kvmtool PATCH v10 01/15] FDT: use static phandles
` [kvmtool PATCH v10 02/15] arm: use static DT phandle for the GIC
` [kvmtool PATCH v10 03/15] irq: move IRQ routing into irq.c
` [kvmtool PATCH v10 04/15] MSI-X: update GSI routing after changed MSI-X configuration
` [kvmtool PATCH v10 05/15] virtio: fix endianness check for vhost support
` [kvmtool PATCH v10 06/15] PCI: Only allocate IRQ routing entry when available
` [kvmtool PATCH v10 07/15] update public Linux headers for GICv3 ITS emulation
` [kvmtool PATCH v10 08/15] arm: allow vGICv3 emulation
` [kvmtool PATCH v10 09/15] arm: allow creation of an MSI register frame region
` [kvmtool PATCH v10 10/15] arm: FDT: create MSI controller DT node
` [kvmtool PATCH v10 11/15] add kvm__supports_vm_extension()
` [kvmtool PATCH v10 12/15] PCI: inject PCI device ID on MSI injection
` [kvmtool PATCH v10 13/15] arm: setup SPI IRQ routing tables
` [kvmtool PATCH v10 14/15] extend GSI IRQ routing to take a device ID
` [kvmtool PATCH v10 15/15] arm64: enable GICv3-ITS emulation

[PATCH V9 1/3] irq: Allow to pass the IRQF_TIMER flag with percpu irq request
 2017-04-25 13:53 UTC  (16+ messages)

[PATCH] arm64: Add ASM modifier for xN register operands
 2017-04-25 12:13 UTC  (6+ messages)

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-04-25  9:22 UTC  (21+ messages)

[PATCH 0/2] arm64: Workaround for Thunder KVM hang issues
 2017-04-24 18:42 UTC  (3+ messages)
` [PATCH 1/2] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 2/2] arm64: Add workaround for Cavium Thunder erratum 30115

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-04-24 17:14 UTC  (9+ messages)
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt

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

[PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-04-24  9:42 UTC  (5+ messages)


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