messages from 2015-12-24 11:11:33 to 2016-01-15 06:27:55 UTC [more...]
[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
2016-01-15 6:27 UTC (22+ messages)
` [PATCH v9 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v9 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v9 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v9 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v9 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v9 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v9 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v9 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v9 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v9 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v9 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v9 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v9 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v9 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v9 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v9 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v9 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v9 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v9 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v9 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3
kvmarm tags kvm-arm-for-4.2, 4.3, and v4.4-rc6 does not boot on Mustang
2016-01-15 4:11 UTC (10+ messages)
[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
2016-01-15 2:02 UTC (20+ 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/3] Three fixes for KVM ARM64
2016-01-14 1:27 UTC (9+ messages)
` [PATCH 1/3] KVM: ARM64: Fix wrong use of the CPSR MODE mask
` [PATCH 2/3] KVM: ARM64: Fix comments of the CP handler
` [PATCH 3/3] KVM: ARM64: Fix guest dead loop when register accessor returns false
[PATCH V2 0/5] Enable ACPI support for KVM ARM
2016-01-14 0:27 UTC (2+ messages)
[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
2016-01-13 15:58 UTC (14+ 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
stage2_unmap_vm - softlockup watchdog
2016-01-13 1:20 UTC
[PATCH] arm64: KVM: Fix AArch64 guest userspace exception injection
2016-01-12 19:13 UTC (9+ messages)
[PATCH v6 6/6] arm/arm64: KVM: Enable armv8 fp/simd enhanced context switch
2016-01-12 14:13 UTC (4+ messages)
[PATCH v6 5/6] arm/arm64: KVM: Introduce armv8 fp/simd vcpu fields and helpers
2016-01-12 14:13 UTC (4+ messages)
[RFC PATCH 0/6] vfio: Add interface to map MSI pages
2016-01-12 10:34 UTC (6+ messages)
[PATCH] KVM: arm/arm64: Output Guest cntvoff value
2016-01-11 19:19 UTC (5+ messages)
[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
2016-01-11 16:48 UTC (82+ 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 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
[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
[PULL] KVM/ARM updates for 4.5
2016-01-07 10:07 UTC (28+ 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 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 (8+ messages)
` [PATCH 1/2] arm: KVM: Do not update PC if the trap handler has updated it
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).