messages from 2015-11-06 11:33:58 to 2015-11-30 12:00:24 UTC [more...]
[PATCH v2 00/21] arm64: KVM: world switch in C
2015-11-30 12:00 UTC (25+ messages)
` [PATCH v2 01/21] arm64: Add macros to read/write system registers
` [PATCH v2 02/21] arm64: KVM: Add a HYP-specific header file
` [PATCH v2 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v2 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v2 05/21] arm64: KVM: Implement timer save/restore
` [PATCH v2 06/21] arm64: KVM: Implement system register save/restore
` [PATCH v2 07/21] arm64: KVM: Implement 32bit "
` [PATCH v2 08/21] arm64: KVM: Implement debug save/restore
` [PATCH v2 09/21] arm64: KVM: Implement guest entry
` [PATCH v2 10/21] arm64: KVM: Add patchable function selector
` [PATCH v2 11/21] arm64: KVM: Implement the core world switch
` [PATCH v2 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH v2 13/21] arm64: KVM: Implement TLB handling
` [PATCH v2 14/21] arm64: KVM: HYP mode entry points
` [PATCH v2 15/21] arm64: KVM: Add panic handling
` [PATCH v2 16/21] arm64: KVM: Add compatibility aliases
` [PATCH v2 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH v2 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH v2 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH v2 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH v2 21/21] arm64: KVM: Remove weak attributes
[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
2015-11-30 11:59 UTC (4+ messages)
` [PATCH v4 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
[PATCH v5 0/2] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-11-30 11:56 UTC (5+ messages)
` [PATCH v5 1/2] arm/arm64: KVM: Detect vGIC presence at runtime
` [PATCH v5 2/2] KVM: Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP
[PATCH v2] KVM: arm/arm64: Count guest exit due to various reasons
2015-11-26 10:09 UTC
KVM on Snapdragon 810(arm64)
2015-11-25 15:46 UTC (3+ messages)
[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
2015-11-25 13:28 UTC (3+ messages)
` [PATCH v3 15/16] KVM: arm64: implement MSI injection in "
[PATCH 00/21] arm64: KVM: world switch in C
2015-11-25 8:23 UTC (42+ messages)
` [PATCH 01/21] arm64: add macros to read/write system registers
` [PATCH 02/21] arm64: KVM: Add a HYP-specific header file
` [PATCH 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH 05/21] arm64: KVM: Implement timer save/restore
` [PATCH 06/21] arm64: KVM: Implement system register save/restore
` [PATCH 07/21] arm64: KVM: Implement 32bit "
` [PATCH 08/21] arm64: KVM: Implement debug save/restore
` [PATCH 09/21] arm64: KVM: Implement guest entry
` [PATCH 10/21] arm64: KVM: Add patchable function selector
` [PATCH 11/21] arm64: KVM: Implement the core world switch
` [PATCH 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH 13/21] arm64: KVM: Implement TLB handling
` [PATCH 14/21] arm64: KVM: HYP mode entry points
` [PATCH 15/21] arm64: KVM: Add panic handling
` [PATCH 16/21] arm64: KVM: Add compatibility aliases
` [PATCH 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH 21/21] arm64: KVM: Remove weak attributes
[PULL 0/8] KVM/ARM Fixes for v4.4-rc3
2015-11-24 18:36 UTC (10+ messages)
` [PULL 1/8] ARM/arm64: KVM: test properly for a PTE's uncachedness
` [PULL 2/8] arm64: KVM: Fix AArch32 to AArch64 register mapping
` [PULL 3/8] arm64: KVM: Add workaround for Cortex-A57 erratum 834220
` [PULL 4/8] KVM: arm/arm64: Fix preemptible timer active state crazyness
` [PULL 5/8] KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
` [PULL 6/8] KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
` [PULL 7/8] arm64: kvm: avoid %p in __kvm_hyp_panic
` [PULL 8/8] arm64: kvm: report original PAR_EL1 upon panic
[PATCH v6 0/7] KVM: arm64: Implement API for vGICv3 live migration
2015-11-24 17:56 UTC (9+ messages)
` [PATCH v6 1/7] KVM: arm/arm64: Add VGICv3 save/restore API documentation
` [PATCH v6 2/7] KVM: arm/arm64: Move endianness conversion out of vgic_attr_regs_access()
` [PATCH v6 3/7] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v6 4/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v6 5/7] KVM: arm64: Refactor system register handlers
` [PATCH v6 6/7] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v6 7/7] KVM: arm64: Implement vGICv3 CPU interface access
[PATCH] arm64: kvm: report original PAR_EL1 upon panic
2015-11-24 17:20 UTC (3+ messages)
[PATCH] arm64: kvm: avoid %p in __kvm_hyp_panic
2015-11-24 17:18 UTC (2+ messages)
[PATCH 0/2] arm64: KVM: Fixes for 4.4-rc2
2015-11-24 16:59 UTC (6+ messages)
` [PATCH 1/2] arm64: KVM: Fix AArch32 to AArch64 register mapping
` [PATCH 2/2] arm64: KVM: Add workaround for Cortex-A57 erratum 834220
[PATCH 0/3] KVM: arm/arm64: Fix some more timer related issues
2015-11-24 16:13 UTC (7+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix preemptible timer active state crazyness
` [PATCH 2/3] KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
` [PATCH 3/3] KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
[PATCH v2 0/3] Introduce MSI hardware mapping for VFIO
2015-11-24 13:50 UTC (4+ messages)
` [PATCH v2 1/3] vfio: Introduce map and unmap operations
` [PATCH v2 2/3] gicv3, its: Introduce VFIO "
` [PATCH v2 3/3] vfio: Introduce generic MSI mapping operations
[PATCH 0/3] Introduce MSI hardware mapping for VFIO
2015-11-24 12:42 UTC (5+ messages)
` [PATCH 1/3] vfio: Introduce map and unmap operations
` [PATCH 2/3] gicv3, its: Introduce VFIO "
` [PATCH 3/3] vfio: Introduce generic MSI mapping operations
[PATCH v9 0/6] QEMU support for KVM Guest Debug on arm64
2015-11-20 16:17 UTC (15+ messages)
` [PATCH v9 1/6] target-arm: kvm64 - introduce kvm_arm_init_debug()
` [PATCH v9 2/6] target-arm: kvm - implement software breakpoints
` [PATCH v9 3/6] target-arm: kvm - support for single step
` [PATCH v9 4/6] target-arm: kvm - add support for HW assisted debug
` [PATCH v9 5/6] target-arm: kvm - re-inject guest debug exceptions
` [PATCH v9 6/6] tests/guest-debug: introduce basic gdbstub tests
[PATCH v4 00/13] ARM IRQ forward control based on IRQ bypass manager
2015-11-19 14:54 UTC (14+ messages)
` [PATCH v4 01/13] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [PATCH v4 02/13] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v4 03/13] VFIO: platform: test forwarded state when selecting the IRQ handler
` [PATCH v4 04/13] VFIO: platform: single handler using function pointer
` [PATCH v4 05/13] VFIO: platform: add vfio_platform_set_forwarded
` [PATCH v4 06/13] VFIO: platform: add vfio_platform_irq_is_active
` [PATCH v4 07/13] VFIO: platform: add irq bypass producer management
` [PATCH v4 08/13] KVM: arm/arm64: vgic: adapt state machine for non shared mapped interrupts
` [PATCH v4 09/13] KVM: arm/arm64: vgic: support irqfd injection of a mapped IRQ
` [PATCH v4 10/13] KVM: arm/arm64: vgic: forwarding control
` [PATCH v4 11/13] KVM: arm/arm64: vgic: implement clear active for non shared mapped IRQ
` [PATCH v4 12/13] KVM: arm/arm64: vgic: implement clear pending "
` [PATCH v4 13/13] KVM: arm/arm64: implement IRQ bypass consumer functions
[PATCH] KVM: arm/arm64: vgic: leave the LR active state on GICD_ICENABLERn access
2015-11-19 14:52 UTC
arm64 sched_clock cpu accounting
2015-11-19 2:20 UTC (2+ messages)
[PATCH 0/7] kvmtool: Cleanup kernel loading
2015-11-18 17:08 UTC (4+ messages)
[PATCH 0/3] arm64: KVM: Support 16-bit VMID
2015-11-16 11:28 UTC (4+ 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 v3 0/3] KVM/arm64/arm: enhance armv7/8 fp/simd lazy switch
2015-11-14 23:04 UTC (14+ messages)
` [PATCH v3 2/3] KVM/arm/arm64: enable enhanced armv7 "
` [PATCH 3/3] KVM/arm64: enable enhanced armv8 "
[PATCH v4 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
2015-11-14 22:12 UTC (4+ messages)
` [PATCH v4 1/3] KVM/arm/arm64: add hooks for armv7 fp/simd lazy switch support
` [PATCH v4 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH v4 3/3] KVM/arm/arm64: enable enhanced armv8 "
[PATCH 2/2] arm: kvm: Fix STRICT_MM_TYPECHECK errors
2015-11-14 7:02 UTC (2+ messages)
[PATCH] ARM64: use linux/types.h in kvm.h
2015-11-13 11:46 UTC (3+ messages)
[PATCH] KVM: arm/arm64: vgic: make vgic_io_ops static
2015-11-12 11:59 UTC
[kvm-unit-tests PATCHv4] ARM PMU tests
2015-11-11 12:50 UTC (8+ messages)
` [kvm-unit-tests PATCHv6] "
` [kvm-unit-tests PATCHv5 3/3] arm: pmu: Add CPI checking
` [Qemu-devel] "
[PATCH v2 resend] ARM/arm64: KVM: test properly for a PTE's uncachedness
2015-11-10 14:16 UTC (2+ messages)
[PATCH] ARM/arm64: KVM: test properly for a PTE's uncachedness
2015-11-10 13:48 UTC (12+ messages)
` [PATCH v2] "
[PATCH] kvmtool: Makefile: remove LDFLAGS from guest_init linking
2015-11-08 17:35 UTC
[PATCH] KVM: arm: Fix crash in free_hyp_pgds() if timer initialization fails
2015-11-06 14:06 UTC (7+ 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).