messages from 2015-10-23 12:37:13 to 2015-11-04 15:25:05 UTC [more...]
[PULL 00/21] KVM/ARM Changes for v4.4-rc1
2015-11-04 15:28 UTC (23+ messages)
` [PULL 01/21] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PULL 02/21] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PULL 03/21] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PULL 04/21] arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
` [PULL 05/21] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PULL 06/21] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PULL 07/21] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PULL 08/21] arm/arm64: KVM: Support edge-triggered forwarded interrupts
` [PULL 09/21] arm/arm64: KVM : Enable vhost device selection under KVM config menu
` [PULL 10/21] KVM: arm/arm64: rename pause into power_off
` [PULL 11/21] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
` [PULL 12/21] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PULL 13/21] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest
` [PULL 14/21] KVM: arm/arm64: Fix vGIC documentation
` [PULL 15/21] arm/arm64: KVM: Improve kvm_exit tracepoint
` [PULL 16/21] arm/arm64: KVM: Add tracepoints for vgic and timer
` [PULL 17/21] arm64: kvm: restore EL1N SP for panic
` [PULL 18/21] KVM: arm: Do not indent the arguments of DECLARE_BITMAP
` [PULL 19/21] KVM: arm/arm64: Optimize away redundant LR tracking
` [PULL 20/21] KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
` [PULL 21/21] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
[PATCH v4 0/3] KVM: arm/arm64: Clean up some obsolete code
2015-11-04 14:29 UTC (8+ messages)
` [PATCH v4 1/3] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH v4 2/3] KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
` [PATCH v4 3/3] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
[PATCH] KVM/arm: kernel low level debug support for ARM32 virtual platforms
2015-11-04 13:31 UTC (8+ messages)
[PATCH 0/2] kvmtool: allow CFLAGS and LDFLAGS override
2015-11-04 10:49 UTC (7+ messages)
` [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line
` [PATCH 2/2] Makefile: consider LDFLAGS on feature tests and when linking executables
[PATCH v5] VFIO: platform: reset: AMD xgbe reset module
2015-11-03 18:20 UTC
[PATCH v6 0/8] VFIO platform reset module rework
2015-11-03 18:12 UTC (9+ messages)
` [PATCH v6 1/8] vfio: platform: introduce vfio-platform-base module
` [PATCH v6 2/8] vfio: platform: add capability to register a reset function
` [PATCH v6 3/8] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v6 4/8] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v6 5/8] vfio: platform: add compat in vfio_platform_device
` [PATCH v6 6/8] vfio: platform: use list of registered reset function
` [PATCH v6 7/8] vfio: platform: add dev_info on device reset
` [PATCH v6 8/8] vfio: platform: reset: calxedaxgmac: fix ioaddr leak
[PATCH v5 0/4] KVM: arm/arm64: Clean up some obsolete code
2015-11-03 8:34 UTC (5+ messages)
` [PATCH v5 1/4] KVM: arm/arm64: Remove vgic_irq_lr_map
` [PATCH v5 2/4] KVM: arm/arm64: Replace lr_used with elrsr
` [PATCH v5 3/4] KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
` [PATCH v5 4/4] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
2015-11-03 2:41 UTC (30+ messages)
` [PATCH v4 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v4 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v4 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v4 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v4 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v4 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v4 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v4 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v4 09/21] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v4 10/21] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v4 11/21] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v4 12/21] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v4 13/21] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v4 14/21] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v4 15/21] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v4 16/21] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v4 17/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v4 19/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v4 20/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v4 21/21] KVM: ARM64: Add a new kvm ARM PMU device
[PULL] KVM/ARM changes for 4.2
2015-11-02 18:36 UTC (4+ messages)
` [PATCH 05/12] arm/arm64: KVM: Properly account for guest CPU time
` KVM/ARM: trap every load /store instruction
[PATCH 0/7] kvmtool: Cleanup kernel loading
2015-11-02 16:03 UTC (11+ messages)
` [PATCH 1/7] Refactor kernel image loading
` [PATCH 2/7] provide generic read_file() implementation
` [PATCH 3/7] powerpc: use read_file() in kernel and initrd loading
` [PATCH 4/7] MIPS: use read wrappers in kernel loading
` [PATCH 5/7] x86: "
` [PATCH 6/7] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 7/7] arm: move kernel loading into arm/kvm.c
[kvm-unit-tests PATCHv2] arm: Add PMU test
2015-11-02 15:58 UTC (21+ messages)
` [kvm-unit-tests PATCHv4] ARM PMU tests
` [kvm-unit-tests PATCHv4 3/3] arm: pmu: Add CPI checking
` [Qemu-devel] "
` [kvm-unit-tests PATCHv5] ARM PMU tests
` [kvm-unit-tests PATCHv5 1/3] arm: Add PMU test
` [kvm-unit-tests PATCHv5 2/3] arm: pmu: Check cycle count increases
` [Qemu-devel] "
` [kvm-unit-tests PATCHv5 3/3] arm: pmu: Add CPI checking
` [Qemu-devel] "
` [kvm-unit-tests PATCHv6] ARM PMU tests
[RFC PATCH 1/6] vfio: Add interface for add/del reserved iova region
2015-11-02 2:53 UTC (8+ messages)
` [RFC PATCH 6/6] arm-smmu: Allow to set iommu mapping for MSI
[PATCH v3 0/3] KVM/arm64/arm: enhance armv7/8 fp/simd lazy switch
2015-10-30 21:56 UTC (4+ messages)
` [PATCH v3 1/3] KVM/arm: add hooks for armv7 fp/simd lazy switch support
` [PATCH v3 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH 3/3] KVM/arm64: enable enhanced armv8 "
[PATCH v2] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size
2015-10-29 17:49 UTC
[PATCH] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size
2015-10-29 17:36 UTC (2+ messages)
[RFC] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size
2015-10-28 18:15 UTC (13+ messages)
[PATCH v4] VFIO: platform: reset: AMD xgbe reset module
2015-10-28 13:06 UTC
[PATCH v5 0/7] VFIO platform reset module rework
2015-10-28 13:02 UTC (8+ messages)
` [PATCH v5 1/7] vfio: platform: introduce vfio-platform-base module
` [PATCH v5 2/7] vfio: platform: add capability to register a reset function
` [PATCH v5 3/7] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v5 4/7] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v5 5/7] vfio: platform: add compat in vfio_platform_device
` [PATCH v5 6/7] vfio: platform: use list of registered reset function
` [PATCH v5 7/7] vfio: platform: add dev_info on device reset
[PATCH v5 0/7] KVM: arm64: Implement API for vGICv3 live migration
2015-10-28 12:24 UTC (3+ messages)
[PATCH] KVM: arm: Fix crash in free_hyp_pgds() if timer initialization fails
2015-10-27 7:40 UTC
[PATCH v3 0/3] KVM: arm/arm64: Clean up some obsolete code
2015-10-27 6:56 UTC (8+ messages)
` [PATCH v3 1/3] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH v3 2/3] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
` [PATCH v3 3/3] KVM: arm/arm64: Refactor vgic_retire_lr()
[PATCH v3 00/20] KVM: ARM64: Add guest PMU support
2015-10-27 1:15 UTC (3+ messages)
[PATCH] KVM: arm64: Count guest exit due to various reasons
2015-10-26 15:44 UTC (4+ messages)
[PATCH v2 0/2] KVM/arm64: add fp/simd lazy switch support
2015-10-26 14:32 UTC (5+ messages)
` [PATCH v2 1/2] add hooks for armv8 fp/simd lazy switch
` [PATCH v2 2/2] enable "
[PATCH v3] VFIO: platform: reset: AMD xgbe reset module
2015-10-26 10:22 UTC (4+ messages)
[RFC PATCH v3 1/4] hw/intc/arm_gicv3_common: Add state information
2015-10-24 12:35 UTC
[PATCH v4 0/7] VFIO platform reset module rework
2015-10-23 16:03 UTC (11+ messages)
` [PATCH v4 1/7] vfio: platform: introduce vfio-platform-base module
` [PATCH v4 2/7] vfio: platform: add capability to register a reset function
` [PATCH v4 3/7] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v4 4/7] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v4 5/7] vfio: platform: add compat in vfio_platform_device
` [PATCH v4 6/7] vfio: platform: use list of registered reset function
` [PATCH v4 7/7] vfio: platform: add dev_info on device reset
[PATCH v3 0/7] VFIO platform reset module rework
2015-10-23 15:15 UTC (17+ messages)
` [PATCH v3 1/7] vfio: platform: introduce vfio-platform-base module
` [PATCH v3 2/7] vfio: platform: add capability to register a reset function
` [PATCH v3 3/7] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v3 4/7] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v3 5/7] vfio: platform: add compat in vfio_platform_device
` [PATCH v3 6/7] vfio: platform: use list of registered reset function
[PATCH v2] VFIO: platform: reset: AMD xgbe reset module
2015-10-23 12:55 UTC (2+ messages)
[PATCH v2 0/3] KVM: arm/arm64: Clean up some obsolete code
2015-10-23 12:48 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH v2 2/3] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
` [PATCH v2 3/3] KVM: arm/arm64: Refactor vgic_retire_lr()
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).