kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 20:34:46 to 2020-03-13 17:51:10 UTC [more...]

[PATCHv2 0/2] arm64: add finalized cap helper
 2020-03-13 17:51 UTC  (2+ messages)

[PATCH RESEND] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()
 2020-03-13  9:03 UTC 

[kvm-unit-tests PATCH v6 00/13] arm/arm64: Add ITS tests
 2020-03-13  8:17 UTC  (18+ messages)
` [kvm-unit-tests PATCH v6 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v6 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v6 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v6 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v6 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v6 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v6 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v6 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v6 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v6 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v6 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v6 13/13] arm/arm64: ITS: pending table migration test

[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
 2020-03-13  1:55 UTC  (28+ messages)
` [kvm-unit-tests PATCH v5 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v5 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v5 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v5 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v5 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v5 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v5 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-13  1:39 UTC  (41+ messages)
` [PATCH v5 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v5 02/23] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
` [PATCH v5 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
` [PATCH v5 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v5 06/23] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v5 07/23] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v5 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v5 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v5 10/23] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v5 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v5 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v5 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v5 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v5 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v5 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v5 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v5 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v5 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v5 22/23] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH] arm64: move kimage_vaddr to .rodata
 2020-03-12 16:42 UTC  (3+ messages)

[PATCH] arm64: use mov_q instead of literal ldr
 2020-03-12 16:42 UTC  (2+ messages)

[PATCH v3 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-03-12 16:32 UTC  (6+ messages)
` [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
` [PATCH v3 2/2] target/arm: kvm: Handle DABT with no valid ISS

[kvm-unit-tests PATCH v3 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-12 15:43 UTC  (13+ messages)
` [kvm-unit-tests PATCH v3 01/12] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH v3 02/12] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v3 03/12] arm: pmu: Don't check PMCR.IMP anymore
` [kvm-unit-tests PATCH v3 04/12] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v3 05/12] arm: pmu: Introduce defines for PMU versions
` [kvm-unit-tests PATCH v3 06/12] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v3 07/12] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v3 08/12] arm: pmu: Test SW_INCR event count
` [kvm-unit-tests PATCH v3 09/12] arm: pmu: Test chained counters
` [kvm-unit-tests PATCH v3 10/12] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v3 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper
` [kvm-unit-tests PATCH v3 12/12] arm: pmu: Test overflow interrupts

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-12 11:19 UTC  (21+ messages)
` [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH v2 7/9] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v2 9/9] arm: pmu: Test overflow interrupts

[RFC] KVM: arm64: support enabling dirty log graually in small chunks
 2020-03-12  1:45 UTC  (7+ messages)

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-11  9:18 UTC  (8+ messages)
` [PATCH v3 03/32] irqchip/gic-v3: Workaround Cavium TX1 erratum when reading GICD_TYPER2

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC  (2+ messages)
` [PATCH -next 007/491] KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use fallthrough;

[PATCH v2 0/2] KVM: arm64: Filtering PMU events
 2020-03-10 18:26 UTC  (12+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure
` [PATCH v2 2/2] KVM: arm64: Document PMU filtering API

[PATCHv6 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-03-10 17:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
 2020-03-10 14:56 UTC  (28+ messages)
` [kvm-unit-tests PATCH v4 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v4 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v4 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v4 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v4 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v4 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v4 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v4 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v4 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v4 13/13] arm/arm64: ITS: pending table migration test

[PATCH 00/18] arm64: Modernize assembly annotations
 2020-03-09 17:55 UTC  (7+ messages)
` [PATCH 12/18] arm64: kernel: Convert to modern annotations for assembly functions

[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-03-08 10:54 UTC  (4+ messages)
` [PATCH v3 07/14] powerpc/32: drop get_pteptr()

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-06 13:41 UTC  (31+ messages)
` [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v3 10/14] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test

[PATCH v6 0/6] KASan for arm
 2020-03-05  9:43 UTC  (10+ 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).