messages from 2015-12-11 09:16:47 to 2016-01-07 08:59:28 UTC [more...]
[PATCH 0/2] Fix PC corruption when injecting a fault
2016-01-07 8:59 UTC (10+ messages)
` [PATCH 1/2] arm: KVM: Do not update PC if the trap handler has updated it
` [PATCH 2/2] arm64: "
[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
2016-01-05 19:28 UTC (7+ 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 0/2] arm: configs: improve KVM support
2016-01-04 15:15 UTC (5+ messages)
` [PATCH 1/2] arm: multi_v7_defconfig: Add virtio drivers
` [PATCH 2/2] arm: configs: add kvm_defconfig
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
[PULL] KVM/ARM updates for 4.5
2015-12-24 11:12 UTC (32+ 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 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
[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
2015-12-22 8:08 UTC (21+ 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
[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 (54+ messages)
` [PATCH v7 01/19] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v7 02/19] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v7 03/19] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v7 04/19] KVM: ARM64: Add access handler for PMCR register
` [PATCH v7 05/19] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v7 06/19] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v7 07/19] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v7 08/19] KVM: ARM64: Add access handler for event typer register
` [PATCH v7 09/19] KVM: ARM64: Add access handler for event counter register
` [PATCH v7 10/19] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v7 11/19] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v7 12/19] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v7 13/19] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v7 14/19] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v7 15/19] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v7 16/19] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v7 17/19] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v7 18/19] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [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 (7+ messages)
` [PATCH 1/3] kvm: arm: arm64: remove unreferenced S2_PGD_ORDER
` [PATCH 2/3] kvm: arm: make kvm_arm.h friendly to assembly code
` [PATCH 3/3] arm64: KVM: Add support for 16-bit VMID
[PATCH v10 0/6] QEMU support for KVM Guest Debug on arm64
2015-12-15 19:34 UTC (2+ messages)
ARM64/KVM: Bad page state in process iperf
2015-12-15 11:26 UTC (9+ messages)
[PATCH v3 00/22] arm64: KVM: Rewriting the world switch in C
2015-12-14 11:07 UTC (21+ messages)
` [PATCH v3 02/22] arm64: KVM: Add a HYP-specific header file
` [PATCH v3 03/22] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v3 04/22] KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
` [PATCH v3 05/22] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v3 06/22] arm64: KVM: Implement timer save/restore
` [PATCH v3 07/22] arm64: KVM: Implement system register save/restore
` [PATCH v3 10/22] arm64: KVM: Implement guest entry
` [PATCH v3 11/22] arm64: KVM: Add patchable function selector
` [PATCH v3 22/22] arm64: KVM: Remove weak attributes
[PATCH] KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check
2015-12-11 9:16 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).