kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-16 20:28:01 to 2016-01-10 16:27:41 UTC [more...]

[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
 2016-01-10 16:32 UTC  (8+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers
` [PATCH v6 2/6] arm: KVM: Introduce host fp/simd context switch function
` [PATCH v6 3/6] arm/arm64: KVM: Enable armv7 fp/simd enhanced context switch
` [PATCH v6 4/6] arm: KVM: Delete unused macros

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-09 15:03 UTC  (71+ messages)
` [PATCH v8 01/20] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v8 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v8 03/20] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v8 04/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v8 05/20] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v8 06/20] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v8 07/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v8 08/20] KVM: ARM64: Add access handler for event typer register
` [PATCH v8 09/20] KVM: ARM64: Add access handler for event counter register
` [PATCH v8 10/20] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v8 11/20] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v8 12/20] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v8 13/20] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v8 14/20] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v8 15/20] KVM: ARM64: Add a helper to forward trap to guest EL1
` [PATCH v8 16/20] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v8 17/20] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v8 18/20] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v8 19/20] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-01-09 12:22 UTC  (12+ messages)
` [kvm-unit-tests PATCH 01/11] arm/pci: Device tree PCI probing
` [kvm-unit-tests PATCH 02/11] arm/pci: PCI bus scanning
` [kvm-unit-tests PATCH 03/11] arm/pci: Read devices BARs
` [kvm-unit-tests PATCH 04/11] arm/pci: Allocate and assign memory/io space resources
` [kvm-unit-tests PATCH 05/11] arm/pci: Add pci_find_dev() and pci_bar_addr() functions
` [kvm-unit-tests PATCH 06/11] arm/pci: PCI testdev existence test
` [kvm-unit-tests PATCH 07/11] arm/pci: PCI device operation test
` [kvm-unit-tests PATCH 08/11] arm/pci: PCI device read/write test
` [kvm-unit-tests PATCH 09/11] arm/pci: PCI host bridge info printing
` [kvm-unit-tests PATCH 10/11] arm/pci: PCI devices basic "
` [kvm-unit-tests PATCH 11/11] arm/pci: PCI testdev test flavour printing

[PATCH 0/2] arm: configs: improve KVM support
 2016-01-08 10:52 UTC  (6+ messages)
` [PATCH 1/2] arm: multi_v7_defconfig: Add virtio drivers
` [PATCH 2/2] arm: configs: add kvm_defconfig

[PATCH] arm64: KVM: Fix AArch64 guest userspace exception injection
 2016-01-08  8:56 UTC  (3+ messages)

[PULL] KVM/ARM updates for 4.5
 2016-01-07 10:07 UTC  (33+ messages)
` [PATCH 01/31] KVM: arm/arm64: vgic: make vgic_io_ops static
` [PATCH 02/31] KVM: arm/arm64: Count guest exit due to various reasons
` [PATCH 03/31] arm64: Add macros to read/write system registers
` [PATCH 04/31] arm64: KVM: Add a HYP-specific header file
` [PATCH 05/31] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH 06/31] KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
` [PATCH 07/31] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH 08/31] arm64: KVM: Implement timer save/restore
` [PATCH 09/31] arm64: KVM: Implement system register save/restore
` [PATCH 10/31] arm64: KVM: Implement 32bit "
` [PATCH 11/31] arm64: KVM: Implement debug save/restore
` [PATCH 12/31] arm64: KVM: Implement guest entry
` [PATCH 13/31] arm64: KVM: Add patchable function selector
` [PATCH 14/31] arm64: KVM: Implement the core world switch
` [PATCH 15/31] arm64: KVM: Implement fpsimd save/restore
` [PATCH 16/31] arm64: KVM: Implement TLB handling
` [PATCH 17/31] arm64: KVM: HYP mode entry points
` [PATCH 18/31] arm64: KVM: Add panic handling
` [PATCH 19/31] arm64: KVM: Add compatibility aliases
` [PATCH 20/31] arm64: KVM: Map the kernel RO section into HYP
` [PATCH 21/31] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH 22/31] arm64: KVM: Turn system register numbers to an enum
` [PATCH 23/31] arm64: KVM: Cleanup asm-offset.c
` [PATCH 24/31] arm64: KVM: Remove weak attributes
` [PATCH 25/31] ARM: KVM: Cleanup exception injection
` [PATCH 26/31] arm64: KVM: debug: Remove spurious inline attributes
` [PATCH 27/31] arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
` [PATCH 28/31] arm: KVM: Make kvm_arm.h friendly to assembly code
` [PATCH 29/31] arm64: KVM: Add support for 16-bit VMID
` [PATCH 30/31] MAINTAINERS: add git URL for KVM/ARM
` [PATCH 31/31] arm/arm64: KVM: Detect vGIC presence at runtime

[PATCH 0/2] Fix PC corruption when injecting a fault
 2016-01-07  9:05 UTC  (11+ messages)
` [PATCH 1/2] arm: KVM: Do not update PC if the trap handler has updated it
` [PATCH 2/2] arm64: "

kvmarm tags kvm-arm-for-4.2, 4.3, and v4.4-rc6 does not boot on Mustang
 2016-01-04 14:31 UTC  (9+ messages)

[PATCH] KVM: arm/arm64: Output Guest cntvoff value
 2016-01-04 14:23 UTC  (2+ messages)

[PATCH v6 5/6] arm/arm64: KVM: Introduce armv8 fp/simd vcpu fields and helpers
 2015-12-26 21:56 UTC 

[PATCH v6 6/6] arm/arm64: KVM: Enable armv8 fp/simd enhanced context switch
 2015-12-26 21:56 UTC 

[PATCH v5 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-12-22 18:01 UTC  (14+ messages)
` [PATCH v5 1/3] KVM/arm: add hooks for armv7 fp/simd lazy switch support
` [PATCH v5 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH v5 3/3] KVM/arm/arm64: enable enhanced armv8 "

[PATCH 0/2] kvmtool: replace documentations stubs with manpage
 2015-12-22 15:11 UTC  (4+ messages)
` [PATCH 1/2] Add a rudimentary manpage
` [PATCH 2/2] Documentation: remove documentation stubs and common-cmds.h generation

[PULL take #2] KVM/ARM fixes for v4.4-rc6
 2015-12-18 18:14 UTC  (3+ messages)
` [PATCH] KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check

[PULL] KVM/ARM fixes for v4.4-rc6
 2015-12-18 14:01 UTC  (3+ messages)
` [PATCH] KVM: arm/arm64: vgic-new: Try to insert multi-source SGIs at once

[PATCH v7] arm/arm64: KVM: Detect vGIC presence at runtime
 2015-12-18 12:34 UTC  (2+ messages)

[PATCH v6] arm/arm64: KVM: Detect vGIC presence at runtime
 2015-12-18 11:33 UTC  (3+ messages)

[PATCH v7 00/19] KVM: ARM64: Add guest PMU support
 2015-12-18 10:00 UTC  (19+ messages)
` [PATCH v7 07/19] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v7 19/19] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH v2] ARM: KVM: Cleanup exception injection
 2015-12-18  9:58 UTC  (2+ messages)

[PATCH] arm64: KVM: debug: Remove spurious inline attributes
 2015-12-17 20:21 UTC  (5+ messages)

[PATCH] ARM: KVM: Cleanup exception injection
 2015-12-17  8:59 UTC  (3+ messages)

[PATCH 0/3] arm64: KVM: Support 16-bit VMID
 2015-12-16 20:30 UTC  (3+ messages)
` [PATCH 2/3] kvm: arm: make kvm_arm.h friendly to assembly code


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