messages from 2016-05-13 09:05:05 to 2016-05-17 10:57:05 UTC [more...]
[kvmtool PATCH] gitignore: fix cscope ignoring
2016-05-17 10:57 UTC
[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-17 10:55 UTC (116+ messages)
` [PATCH v4 01/56] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v4 02/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v4 03/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v4 04/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v4 05/56] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v4 06/56] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v4 07/56] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v4 08/56] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v4 09/56] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v4 10/56] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v4 11/56] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v4 12/56] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v4 13/56] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v4 14/56] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v4 15/56] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v4 16/56] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v4 18/56] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v4 19/56] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v4 21/56] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v4 22/56] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v4 23/56] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v4 25/56] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v4 26/56] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v4 27/56] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v4 29/56] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v4 30/56] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v4 31/56] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v4 32/56] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v4 33/56] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v4 34/56] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v4 35/56] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v4 36/56] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v4 37/56] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v4 38/56] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v4 39/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v4 40/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v4 41/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v4 42/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v4 43/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v4 44/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v4 45/56] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v4 47/56] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v4 48/56] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v4 49/56] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v4 50/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v4 51/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v4 52/56] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v4 53/56] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v4 54/56] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v4 55/56] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v4 56/56] KVM: arm/arm64: vgic-new: enable build
[PATCH v2] kvm:vmx: more complete state update on APICv on/off
2016-05-17 10:36 UTC
[PATCH 0/1] KVM: more halt polling
2016-05-17 8:49 UTC (2+ messages)
` [PATCH 1/1] KVM: shrink halt polling even more for invalid wakeups
[PATCH] kvm-pr: manage illegal instructions
2016-05-17 8:37 UTC (9+ messages)
[PATCH] kvm:vmx: update secondary controls when disabling APICv
2016-05-17 5:25 UTC (3+ messages)
x86: strange behavior of invlpg
2016-05-17 4:27 UTC (6+ messages)
[PATCH] kvmtool: headers: update to Linux v4.6 release
2016-05-16 13:43 UTC
[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
2016-05-16 7:57 UTC (11+ messages)
` [kvm-unit-tests PATCH 01/10] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH 03/10] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH 04/10] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH 05/10] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH 06/10] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH 07/10] arm64: add initial gicv3 support
` [kvm-unit-tests PATCH 08/10] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH 09/10] arm/arm64: gicv3: "
` [kvm-unit-tests PATCH 10/10] arm/arm64: gic: don't just use zero
[RFC PATCH v3 0/3] Add vGPU support
2016-05-16 6:57 UTC (33+ messages)
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
` [Qemu-devel] "
[PATCH V5 0/6] vfio, platform: add ACPI support
2016-05-16 2:13 UTC (7+ messages)
` [PATCH V5 1/6] vfio: platform: rename reset function
` [PATCH V5 2/6] vfio: platform: move reset call to a common function
` [PATCH V5 3/6] vfio: platform: determine reset capability
` [PATCH V5 4/6] vfio: platform: add support for ACPI probe
` [PATCH V5 5/6] vfio: platform: call _RST method when using ACPI
` [PATCH V5 6/6] vfio, platform: make reset driver a requirement by default
[PATCH v2 1/2] Powernv: Remove the usage of PACAR1 from opal wrappers
2016-05-15 4:25 UTC (3+ messages)
` [PATCH v2 2/2] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt
[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
2016-05-15 4:21 UTC (4+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt
[kvm-unit-tests PATCH v2 0/2] arm/powerpc: Makefile cleanup
2016-05-14 13:32 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: "
` [kvm-unit-tests PATCH v2 2/2] powerpc/ppc64: "
[Bug 15988] Computer hangs on using hardware acceleration VT-x
2016-05-14 11:27 UTC
Major KVM issues with kernel 4.5 on the host
2016-05-14 6:19 UTC (23+ messages)
` transparent huge pages breaks KVM on AMD
[PATCH 0/2] halt polling changes
2016-05-13 16:47 UTC (8+ messages)
` [PATCH 1/2] KVM: halt_polling: provide a way to qualify wakeups during poll
` [PATCH 2/2] KVM: s390: set halt polling to 80 microseconds
[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
2016-05-13 16:42 UTC (20+ messages)
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported
[PATCH v3] KVM: arm/arm64: Add VGICv3 save/restore API documentation
2016-05-13 15:28 UTC (3+ messages)
Performance issues on guests due to LBR
2016-05-13 13:59 UTC
[patch added to 3.12-stable] compiler-gcc: disable -ftracer for __noclone functions
2016-05-13 13:09 UTC
[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-13 12:32 UTC (24+ messages)
` [PATCH v3 38/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v3 39/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v3 40/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v3 41/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v3 42/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v3 43/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v3 47/55] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
[PATCH v2] KVM: halt_polling: provide a way to qualify wakeups during poll
2016-05-13 10:18 UTC (6+ messages)
` [PATCH 1/1] "
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