kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 08:17:18 to 2020-04-08 16:23:29 UTC [more...]

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:45 UTC  (2+ messages)
` [PATCH 03/35] docs: fix broken references to text files

[PATCH] KVM: arm64: arch_timer shouldn't assume the vcpu is loaded
 2020-04-08 14:19 UTC  (5+ messages)

[PULL kvm-unit-tests 00/39] arm/arm64: The old and new
 2020-04-07 15:28 UTC  (41+ messages)
` [PULL kvm-unit-tests 01/39] Makefile: Use no-stack-protector compiler options
` [PULL kvm-unit-tests 02/39] arm/arm64: psci: Don't run C code without stack or vectors
` [PULL kvm-unit-tests 03/39] arm64: timer: Add ISB after register writes
` [PULL kvm-unit-tests 04/39] arm64: timer: Add ISB before reading the counter value
` [PULL kvm-unit-tests 05/39] arm64: timer: Make irq_received volatile
` [PULL kvm-unit-tests 06/39] arm64: timer: EOIR the interrupt after masking the timer
` [PULL kvm-unit-tests 07/39] arm64: timer: Wait for the GIC to sample timer interrupt state
` [PULL kvm-unit-tests 08/39] arm64: timer: Check the "
` [PULL kvm-unit-tests 09/39] arm64: timer: Test behavior when timer disabled or masked
` [PULL kvm-unit-tests 10/39] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [PULL kvm-unit-tests 11/39] arm/arm64: gic: Move gic_state enumeration to asm/gic.h
` [PULL kvm-unit-tests 12/39] arm64: timer: Use the proper RDist register name in GICv3
` [PULL kvm-unit-tests 13/39] arm64: timer: Use existing helpers to access counter/timers
` [PULL kvm-unit-tests 14/39] arm64: timer: Speed up gic-timer-state check
` [PULL kvm-unit-tests 15/39] arm64: Provide read/write_sysreg_s
` [PULL kvm-unit-tests 16/39] arm: pmu: Let pmu tests take a sub-test parameter
` [PULL kvm-unit-tests 17/39] arm: pmu: Don't check PMCR.IMP anymore
` [PULL kvm-unit-tests 18/39] arm: pmu: Add a pmu struct
` [PULL kvm-unit-tests 19/39] arm: pmu: Introduce defines for PMU versions
` [PULL kvm-unit-tests 20/39] arm: pmu: Check Required Event Support
` [PULL kvm-unit-tests 21/39] arm: pmu: Basic event counter Tests
` [PULL kvm-unit-tests 22/39] arm: pmu: Test SW_INCR event count
` [PULL kvm-unit-tests 23/39] arm: pmu: Test chained counters
` [PULL kvm-unit-tests 24/39] arm: pmu: test 32-bit <-> 64-bit transitions
` [PULL kvm-unit-tests 25/39] arm: gic: Introduce gic_irq_set_clr_enable() helper
` [PULL kvm-unit-tests 26/39] arm: pmu: Test overflow interrupts
` [PULL kvm-unit-tests 27/39] libcflat: Add other size defines
` [PULL kvm-unit-tests 28/39] page_alloc: Introduce get_order()
` [PULL kvm-unit-tests 29/39] arm/arm64: gic: Introduce setup_irq() helper
` [PULL kvm-unit-tests 30/39] arm/arm64: gicv3: Add some re-distributor defines
` [PULL kvm-unit-tests 31/39] arm/arm64: gicv3: Set the LPI config and pending tables
` [PULL kvm-unit-tests 32/39] arm/arm64: ITS: Introspection tests
` [PULL kvm-unit-tests 33/39] arm/arm64: ITS: its_enable_defaults
` [PULL kvm-unit-tests 34/39] arm/arm64: ITS: Device and collection Initialization
` [PULL kvm-unit-tests 35/39] arm/arm64: ITS: Commands
` [PULL kvm-unit-tests 36/39] arm/arm64: ITS: INT functional tests
` [PULL kvm-unit-tests 37/39] arm/run: Allow Migration tests
` [PULL kvm-unit-tests 38/39] arm/arm64: ITS: migration tests
` [PULL kvm-unit-tests 39/39] arm/arm64: ITS: pending table migration test

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-07 15:15 UTC  (2+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-04-07 11:32 UTC  (11+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "
` [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-04-07  8:50 UTC  (6+ messages)

I{S,C}ACTIVER implemention question
 2020-04-06 15:14 UTC  (2+ messages)

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-04-06  6:29 UTC  (5+ messages)
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[PATCH 0/2] KVM: arm64: PSCI fixes
 2020-04-03 14:02 UTC  (10+ messages)
` [PATCH 1/2] KVM: arm64: PSCI: Narrow input registers when using 32bit functions
` [PATCH 2/2] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests

[RFC PATCH] arm64: unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-04-03 12:57 UTC  (10+ messages)

Re: [PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-03  9:49 UTC  (2+ messages)
`  "

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-03  8:02 UTC  (2+ messages)

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

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

[kvm-unit-tests PATCH 0/2] arm/arm64: Add IPI/vtimer latency
 2020-04-02 14:50 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: gic: Add IPI latency test
` [kvm-unit-tests PATCH 2/2] arm/arm64: Add vtimer "

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-04-02 14:41 UTC  (27+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test

[PATCH] KVM: Fix spelling in code comments
 2020-04-01 14:03 UTC 

[PATCH] KVM: arm64: vgic-v3: Clear pending bit in guest memory after synchronization
 2020-04-01 12:52 UTC  (5+ messages)

[GIT PULL] KVM/arm updates for Linux 5.7
 2020-03-31 14:45 UTC  (17+ messages)
` [PATCH 01/15] KVM: arm64: Use the correct timer structure to access the physical counter
` [PATCH 02/15] arm: Unplug KVM from the build system
` [PATCH 03/15] arm: Remove KVM from config files
` [PATCH 04/15] arm: Remove 32bit KVM host support
` [PATCH 05/15] arm: Remove HYP/Stage-2 page-table support
` [PATCH 06/15] arm: Remove GICv3 vgic compatibility macros
` [PATCH 07/15] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH 08/15] MAINTAINERS: RIP KVM/arm
` [PATCH 09/15] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH 10/15] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH 11/15] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH 12/15] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH 13/15] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH 14/15] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH 15/15] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

kvm stage 2 mapping logic
 2020-03-31 13:14 UTC  (3+ messages)

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-03-27  9:36 UTC  (4+ messages)

[PATCH v2 0/7] Removing support for 32bit KVM/arm host
 2020-03-26 10:17 UTC  (10+ messages)
` [PATCH v2 1/7] arm: Unplug KVM from the build system
` [PATCH v2 2/7] arm: Remove KVM from config files
` [PATCH v2 3/7] arm: Remove 32bit KVM host support
` [PATCH v2 4/7] arm: Remove HYP/Stage-2 page-table support
` [PATCH v2 5/7] arm: Remove GICv3 vgic compatibility macros
` [PATCH v2 6/7] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH v2 7/7] MAINTAINERS: RIP KVM/arm

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-03-25 17:09 UTC  (5+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-03-25 11:28 UTC  (4+ messages)
` [PATCH v2 67/94] arm64: Add level-hinted TLB invalidation helper

[PATCH 0/3] KVM: arm64: Some optimizations about enabling dirty log
 2020-03-25  4:24 UTC  (4+ messages)
` [PATCH 1/3] KVM/memslot: Move the initial set of dirty bitmap to arch
` [PATCH 2/3] KVM/arm64: Support enabling dirty log gradually in small chunks
` [PATCH 3/3] KVM/arm64: Only set bits of dirty bitmap with valid translation entries

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-03-24 18:20 UTC  (6+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-24 12:35 UTC  (7+ messages)
` [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v6 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown

[PATCH v3 0/9] KVM: Move x86 init ops to separate struct
 2020-03-23 16:24 UTC  (5+ messages)
` [PATCH v3 2/9] KVM: x86: Move init-only kvm_x86_ops "


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