kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-27 14:45:55 to 2019-11-15 11:32:14 UTC [more...]

[kvm-unit-tests PATCH 00/17] arm: gic: Test SPIs and interrupt groups
 2019-11-15 11:32 UTC  (51+ messages)
` [kvm-unit-tests PATCH 01/17] arm: gic: Enable GIC MMIO tests for GICv3 as well
` [kvm-unit-tests PATCH 02/17] arm: gic: Generalise function names
` [kvm-unit-tests PATCH 03/17] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 04/17] arm: gic: Support no IRQs test case
` [kvm-unit-tests PATCH 05/17] arm: gic: Prepare IRQ handler for handling SPIs
` [kvm-unit-tests PATCH 06/17] arm: gic: Add simple shared IRQ test
` [kvm-unit-tests PATCH 07/17] arm: gic: Extend check_acked() to allow silent call
` [kvm-unit-tests PATCH 08/17] arm: gic: Add simple SPI MP test
` [kvm-unit-tests PATCH 09/17] arm: gic: Add test for flipping GICD_CTLR.DS
` [kvm-unit-tests PATCH 10/17] arm: gic: Check for writable IGROUPR registers
` [kvm-unit-tests PATCH 11/17] arm: gic: Check for validity of both group enable bits
` [kvm-unit-tests PATCH 12/17] arm: gic: Change gic_read_iar() to take group parameter
` [kvm-unit-tests PATCH 13/17] arm: gic: Change write_eoir() "
` [kvm-unit-tests PATCH 14/17] arm: gic: Prepare for receiving GIC group 0 interrupts via FIQs
` [kvm-unit-tests PATCH 15/17] arm: gic: Provide FIQ handler
` [kvm-unit-tests PATCH 16/17] arm: gic: Prepare interrupt statistics for both groups
` [kvm-unit-tests PATCH 17/17] arm: gic: Test Group0 SPIs

[RFC PATCH v7 0/7] Enable ptp_kvm for arm64
 2019-11-15  8:24 UTC  (10+ messages)
` [RFC PATCH v7 1/7] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v7 2/7] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v7 3/7] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v7 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v7 5/7] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v7 6/7] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v7 7/7] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH v6 0/6] KASan for arm
 2019-11-15  7:08 UTC  (5+ messages)
    ` ***SPAM*** "

[PATCH 0/3] kvm: arm: VGIC: Fix interrupt group enablement
 2019-11-14 11:16 UTC  (9+ messages)
` [PATCH 1/3] kvm: arm: VGIC: Prepare for handling two interrupt groups
` [PATCH 2/3] kvm: arm: VGIC: Scan all IRQs when interrupt group gets enabled
` [PATCH 3/3] kvm: arm: VGIC: Enable proper Group0 handling

[PATCH v4 0/3] arm64: Workaround for Cortex-A55 erratum 1530923
 2019-11-14 11:06 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHE
` [PATCH v4 2/3] arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHE
` [PATCH v4 3/3] arm64: Workaround for Cortex-A55 erratum 1530923

[PATCH v3 0/3] arm64: Workaround for Cortex-A55 erratum 1530923
 2019-11-14 11:06 UTC  (8+ messages)
` [PATCH v3 1/3] arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHE
` [PATCH v3 2/3] arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHE
` [PATCH v3 3/3] arm64: Workaround for Cortex-A55 erratum 1530923

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-11-13 16:24 UTC  (9+ messages)

[PATCH v2 0/2] arm64: Workaround for Cortex-A55 erratum 1530923
 2019-11-13 14:43 UTC  (7+ messages)
` [PATCH v2 1/2] arm64: Combine workarounds for speculative AT errata
` [PATCH v2 2/2] arm64: Workaround for Cortex-A55 erratum 1530923

[PATCH -next] KVM: arm: remove duplicate include
 2019-11-13 14:24 UTC  (2+ messages)

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

[PATCH AUTOSEL 4.9 06/68] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
 2019-11-13  1:58 UTC 

[PATCH AUTOSEL 4.14 011/115] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
 2019-11-13  1:54 UTC 

[PATCH AUTOSEL 4.19 023/209] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
 2019-11-13  1:47 UTC 

[PATCH 0/2] arm64: Workaround for Cortex-A55 erratum 1530923
 2019-11-11 17:16 UTC  (6+ messages)
` [PATCH 1/2] arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT
` [PATCH 2/2] arm64: Workaround for Cortex-A55 erratum 1530923

Memory regions and VMAs across architectures
 2019-11-08 13:59 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Reduce occurence of GICv4 doorbells on non-oversubscribed systems
 2019-11-08  9:20 UTC  (6+ messages)
` [PATCH 1/2] KVM: vgic-v4: Track the number of VLPIs per vcpu
` [PATCH 2/2] KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI injection

[RFC PATCH v6 0/7] Enable ptp_kvm for arm64
 2019-11-08  2:51 UTC  (8+ messages)
` [RFC PATCH v6 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v6 5/7] psci: Add hvc call service for ptp_kvm

[PATCH] KVM: arm/arm64: Let the timer expire in hardirq context on RT
 2019-11-07  9:54 UTC 

[PATCH v2] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported
 2019-11-06 15:20 UTC  (9+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-05 11:03 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER
` [PATCH v4 2/5] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v4 3/5] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v4 4/5] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v4 5/5] KVM: mips: "

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-31 13:07 UTC  (6+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes
 2019-10-29 22:52 UTC  (15+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
` [PATCH 2/3] KVM: arm/arm64: vgic: Fix some comments typo
` [PATCH 3/3] KVM: arm/arm64: vgic: Don't rely on the wrong pending table

[PATCH] KVM: arm/arm64: show halt poll counters in debugfs
 2019-10-29 10:23 UTC  (2+ messages)

[PATCH v2 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-28 11:06 UTC  (7+ messages)
` [PATCH v2 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context


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