kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-05 09:20:48 to 2019-09-26 14:09:22 UTC [more...]

[PATCH 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-09-26 14:09 UTC  (12+ 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
` [kvmtool PATCH 3/5] update headers: Update the KVM headers for new Arm fault reporting features
` [kvmtool PATCH 4/5] arm: Handle exits from undecoded load/store instructions
` [kvmtool PATCH 5/5] arm: Inject external data aborts when accessing holes in the memory map

[RFC PATCH v4 0/6] Enable ptp_kvm for arm64
 2019-09-26 13:06 UTC  (7+ 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 00/35] irqchip/gic-v4: GICv4.1 architecture support
 2019-09-25 17:14 UTC  (46+ 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

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-09-25 11:19 UTC  (6+ 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

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-09-25  8:12 UTC  (17+ 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

[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 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-09-20  7:18 UTC  (26+ messages)
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file

[PATCH 00/13] KVM: Dynamically size memslot arrays
 2019-09-19 19:39 UTC  (19+ messages)
` [PATCH 01/13] KVM: Reinstall old memslots if arch preparation fails
` [PATCH 02/13] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH 03/13] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH 04/13] KVM: Drop kvm_arch_create_memslot()
` [PATCH 05/13] KVM: Refactor error handling for setting memory region
` [PATCH 06/13] KVM: Move setting of memslot into helper routine
` [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  (8+ messages)

[PATCH 0/2] KVM: arm/arm64: Two minor tracing changes
 2019-09-11 15:37 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
` [PATCH 2/2] KVM: arm/arm64: Print the EC hex value with its exact width

[PATCH kvm-unit-tests] arm: prevent compiler from using unaligned accesses
 2019-09-11  8:24 UTC  (7+ messages)

[PATCH 00/17] KVM/arm updates for 5.4
 2019-09-10 17:09 UTC  (19+ messages)
` [PATCH 01/17] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH 02/17] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH 03/17] KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation
` [PATCH 04/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH 05/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH 06/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable
` [PATCH 07/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
` [PATCH 08/17] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH 09/17] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH 10/17] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic
` [PATCH 11/17] arm64/kvm: Remove VMID rollover I-cache maintenance
` [PATCH 12/17] KVM: arm/arm64: vgic: Make function comments match function declarations
` [PATCH 13/17] KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence
` [PATCH 14/17] KVM: arm/arm64: vgic: Remove spurious semicolons
` [PATCH 15/17] KVM: arm/arm64: vgic: Use a single IO device per redistributor
` [PATCH 16/17] arm64: KVM: Device mappings should be execute-never
` [PATCH 17/17] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE

[PATCH kvm-unit-tests] arm: gic: enable GIC MMIO tests for GICv3 as well
 2019-09-06 16:32 UTC  (3+ messages)

[PATCH 1/1] KVM: inject data abort if instruction cannot be decoded
 2019-09-06 14:12 UTC  (24+ messages)
                  ` [UNVERIFIED SENDER] "

[PATCH v2] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
 2019-09-05 16:02 UTC 


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