kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 16:38:19 to 2020-03-11 09:03:55 UTC [more...]

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-11  9:03 UTC  (7+ 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;

[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
 2020-03-11  8:46 UTC  (17+ 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

[RFC] KVM: arm64: support enabling dirty log graually in small chunks
 2020-03-11  7:19 UTC  (5+ messages)

[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  (6+ messages)
` [PATCHv6 1/3] arm64: cpufeature: Extract capped perfmon fields
` [PATCHv6 2/3] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
` [PATCHv6 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[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  (9+ messages)
` [PATCH 12/18] arm64: kernel: Convert to modern annotations for assembly functions
` [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-09  8:46 UTC  (27+ 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 v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-03-08 10:54 UTC  (17+ messages)
` [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables
` [PATCH v3 02/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v3 03/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 04/14] ia64: add support for folded p4d page tables
` [PATCH v3 05/14] nios2: "
` [PATCH v3 06/14] openrisc: "
` [PATCH v3 07/14] powerpc/32: drop get_pteptr()
` [PATCH v3 08/14] powerpc: add support for folded p4d page tables
` [PATCH v3 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v3 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v3 11/14] sh: add support for folded p4d page tables
` [PATCH v3 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v3 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-03-06 13:41 UTC  (34+ messages)
` [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests
` [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)

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-05 11:10 UTC  (24+ 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

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-03-03 13:14 UTC  (5+ messages)
    `  "

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-02 14:21 UTC  (18+ messages)
` [PATCH v4 08/20] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v4 09/20] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
 2020-03-02 12:12 UTC  (2+ messages)

[PATCH v2] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
 2020-03-02 10:50 UTC  (2+ messages)

[PATCH] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
 2020-03-02  9:20 UTC 

[PATCH v5 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-02-28 18:22 UTC  (4+ messages)
` [PATCH v5 2/3] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1

[GIT PULL] KVM/arm fixes for 5.6
 2020-02-28 10:47 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm/arm64: Fix up includes for trace.h
` [PATCH 2/5] kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
` [PATCH 3/5] KVM: arm64: Ask the compiler to __always_inline functions used at HYP
` [PATCH 4/5] KVM: arm64: Define our own swab32() to avoid a uapi static inline
` [PATCH 5/5] arm64: Ask the compiler to __always_inline functions used by KVM at HYP

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (8+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

[PATCH] irqchip/gic-v3-its: Clear Valid before writing any bits else in VPENDBASER
 2020-02-26  1:35 UTC  (5+ messages)

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-25 21:34 UTC  (5+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-02-24  9:26 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP
 2020-02-24 13:22 UTC  (5+ messages)

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-21 17:47 UTC  (5+ messages)
` [PATCH v6 14/22] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v6 17/22] KVM: Terminate memslot walks via used_slots

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-02-21 16:55 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).