kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-11 18:50:56 to 2019-10-01 13:30:41 UTC [more...]

[PATCH 0/4] KVM/arm updates for 5.4-rc2
 2019-10-01 13:30 UTC  (6+ messages)
` [PATCH 1/4] arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220
` [PATCH 2/4] arm64: KVM: Replace hyp_alternate_select with has_vhe()
` [PATCH 3/4] arm64: KVM: Kill hyp_alternate_select()
` [PATCH 4/4] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH

[kvm-unit-tests RFC PATCH v2 00/19] arm64: Run at EL2
 2019-10-01 10:23 UTC  (20+ messages)
` [kvm-unit-tests RFC PATCH v2 01/19] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests RFC PATCH v2 02/19] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests RFC PATCH v2 03/19] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests RFC PATCH v2 04/19] lib: arm: Implement flush_tlb_all
` [kvm-unit-tests RFC PATCH v2 05/19] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests RFC PATCH v2 06/19] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests RFC PATCH v2 07/19] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests RFC PATCH v2 08/19] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests RFC PATCH v2 09/19] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests RFC PATCH v2 10/19] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [kvm-unit-tests RFC PATCH v2 11/19] arm/cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [kvm-unit-tests RFC PATCH v2 12/19] arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests RFC PATCH v2 13/19] lib: Add _UL and _ULL definitions to linux/const.h
` [kvm-unit-tests RFC PATCH v2 14/19] lib: arm64: Run existing tests at EL2
` [kvm-unit-tests RFC PATCH v2 15/19] arm64: timer: Add test for EL2 timers
` [kvm-unit-tests RFC PATCH v2 16/19] arm64: selftest: Add basic test for EL2
` [kvm-unit-tests RFC PATCH v2 17/19] lib: arm64: Add support for disabling and re-enabling VHE
` [kvm-unit-tests RFC PATCH v2 18/19] arm64: selftest: Expand EL2 test to disable and re-enable VHE
` [kvm-unit-tests RFC PATCH v2 19/19] arm64: timer: Run tests with VHE disabled

[kvm-unit-tests PATCH 0/3] arm64: Add code generation test
 2019-09-30 15:15 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/3] lib: arm64: Add missing ISB in flush_tlb_page
` [kvm-unit-tests PATCH 2/3] lib: arm/arm64: Add function to clear the PTE_USER bit
` [kvm-unit-tests PATCH 3/3] arm64: Add cache code generation test

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-09-30 13:19 UTC  (19+ messages)
` [RFC PATCH 01/12] linux-headers: import arm_sdei.h
` [RFC PATCH 02/12] arm/sdei: add virtual device framework
` [RFC PATCH 03/12] arm/sdei: add support to handle SDEI requests from guest
` [RFC PATCH 04/12] arm/sdei: add system reset callback
` [RFC PATCH 05/12] arm/sdei: add support to trigger event by GIC interrupt ID
` [RFC PATCH 06/12] core/irq: add qemu_irq_remove_intercept interface
` [RFC PATCH 07/12] arm/sdei: override qemu_irq handler when binding interrupt
` [RFC PATCH 08/12] arm/sdei: add support to register interrupt bind notifier
` [RFC PATCH 09/12] linux-headers/kvm.h: add capability to forward hypercall
` [RFC PATCH 10/12] arm/sdei: check KVM cap and enable SDEI
` [RFC PATCH 11/12] arm/kvm: handle guest exit of hypercall
` [RFC PATCH 12/12] virt/acpi: add SDEI table if SDEI is enabled

[PATCH 00/35] irqchip/gic-v4: GICv4.1 architecture support
 2019-09-30  9:40 UTC  (62+ messages)
` [PATCH 01/35] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
` [PATCH 02/35] irqchip/gic-v3-its: Factor out wait_for_syncr primitive
` [PATCH 03/35] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface
` [PATCH 04/35] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID
` [PATCH 05/35] irqchip/gic-v3: Add GICv4.1 VPEID size discovery
` [PATCH 06/35] irqchip/gic-v3-its: Make is_v4 use a TYPER copy
` [PATCH 07/35] irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead
` [PATCH 08/35] irqchip/gic-v3-its: Kill its->device_ids "
` [PATCH 09/35] irqchip/gic-v3-its: Add get_vlpi_map() helper
` [PATCH 10/35] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH 11/35] irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP
` [PATCH 12/35] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
` [PATCH 13/35] irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP
` [PATCH 14/35] irqchip/gic-v4.1: Plumb skeletal VPE irqchip
` [PATCH 15/35] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
` [PATCH 16/35] irqchip/gic-v4.1: Add VPE residency callback
` [PATCH 17/35] irqchip/gic-v4.1: Add VPE eviction callback
` [PATCH 18/35] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH 19/35] irqchip/gic-v4.1: Suppress per-VLPI doorbell
` [PATCH 20/35] irqchip/gic-v4.1: Allow direct invalidation of VLPIs
` [PATCH 21/35] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH 22/35] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH 23/35] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH 24/35] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH 25/35] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH 26/35] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH 27/35] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH 28/35] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH 29/35] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH 30/35] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH 31/35] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH 32/35] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH 33/35] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH 34/35] KVM: arm64: GICv4.1: Configure SGIs as HW interrupts
` [PATCH 35/35] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[kvm-unit-tests PATCH 0/6] arm: Use stable test output lines
 2019-09-27 12:55 UTC  (15+ messages)
` [kvm-unit-tests PATCH 1/6] arm: gic: check_acked: add test description
` [kvm-unit-tests PATCH 2/6] arm: gic: Split variable output data from test name
` [kvm-unit-tests PATCH 3/6] arm: timer: "
` [kvm-unit-tests PATCH 4/6] arm: selftest: "
` [kvm-unit-tests PATCH 5/6] arm: selftest: Make MPIDR output stable
` [kvm-unit-tests PATCH 6/6] arm: Add missing test name prefix calls

[RFC PATCH v4 0/6] Enable ptp_kvm for arm64
 2019-09-27 10:35 UTC  (12+ messages)
` [RFC PATCH v4 1/5] psci: Export psci_ops.conduit symbol as modules will use it
` [RFC PATCH v4 2/5] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v4 3/5] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v4 4/5] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v4 5/5] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-09-27  9:03 UTC  (9+ messages)
` [PATCH 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
` [PATCH 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[PATCH 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-09-26 14:09 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH 2/2] KVM: arm/arm64: Allow user injection of external data aborts

[RFC QEMU v2 0/2] arm/virt: Account for guest pause time
 2019-09-23 18:36 UTC  (3+ messages)
` [RFC QEMU v2 1/2] arm/virt: Initialize generic timer scale factor dynamically
  ` [Qemu-devel] "

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-09-24 15:20 UTC  (3+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space
` [RFC PATCH 2/2] kvm/arm64: expose hypercall_forwarding capability

[RFC PATCH V1] riscv-privileged: Add broadcast mode to sfence.vma
 2019-09-20  2:27 UTC  (4+ messages)
` [tech-privileged] "

Plumber VFIO/IOMMU/PCI "Dual Stage SMMUv3 Status" Follow-up
 2019-09-20  7:27 UTC 

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-09-20  7:18 UTC  (25+ messages)

[PATCH 00/13] KVM: Dynamically size memslot arrays
 2019-09-19 19:39 UTC  (16+ messages)
` [PATCH 02/13] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH 04/13] KVM: Drop kvm_arch_create_memslot()
` [PATCH 05/13] KVM: Refactor error handling for setting memory region
` [PATCH 07/13] KVM: Move memslot deletion to helper function
` [PATCH 08/13] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH 09/13] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH 10/13] KVM: Provide common implementation for generic dirty log functions
` [PATCH 11/13] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH 12/13] KVM: Terminate memslot walks via used_slots
` [PATCH 13/13] KVM: Dynamically size memslot array based on number of used slots

[Question-GIC-v4.1] Plan on GIC-v4.1 driver development
 2019-09-19  1:32 UTC  (4+ messages)

[PATCH] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
 2019-09-17 13:14 UTC  (6+ messages)


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).