messages from 2016-05-16 07:57:41 to 2016-05-18 13:53:45 UTC [more...]
[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-18 13:53 UTC (131+ 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 v3] sched/cputime: add steal time support to full dynticks CPU time accounting
2016-05-18 12:27 UTC
[PATCH v2 0/5] Improve KVM per VM monitoring
2016-05-18 11:26 UTC (6+ messages)
` [PATCH v2 1/5] tools: Add kvm_stat vm monitor script
` [PATCH v2 2/5] MAINTAINERS: Add kvm tools
` [PATCH v2 3/5] KVM: Create debugfs dir and stat files for each VM
` [PATCH v2 4/5] tools: kvm_stat: Introduce pid monitoring
` [PATCH v2 5/5] tools: kvm_stat: Add documentation
[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-18 11:02 UTC (5+ messages)
` [PATCH v3 08/55] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v3 09/55] KVM: arm/arm64: Fix MMIO emulation data handling
[PATCH] kvm-pr: manage illegal instructions
2016-05-18 10:53 UTC (12+ messages)
[PATCH v2] sched/cputime: add steal time support to full dynticks CPU time accounting
2016-05-18 10:06 UTC (3+ messages)
[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
2016-05-18 9:07 UTC (5+ messages)
` [kvm-unit-tests PATCH 05/10] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH 07/10] arm64: add initial gicv3 support
` [kvm-unit-tests PATCH 09/10] arm/arm64: gicv3: add an IPI test
[PATCH RFC 00/15] PCI bus support
2016-05-18 9:03 UTC (4+ messages)
` [PATCH RFC 10/15] pci: Add pci_print() and pci_type_desc()
[PATCH v2] kvm:vmx: more complete state update on APICv on/off
2016-05-18 8:37 UTC (3+ messages)
[PATCH] sched/cputime: add steal time support to full dynticks CPU time accounting
2016-05-18 7:45 UTC (4+ messages)
[PATCH v6 0/8] Series short description
2016-05-18 2:23 UTC (11+ messages)
` [PATCH v6 1/8] vfio: Enable sparse mmap capability
` [PATCH v6 2/8] vfio: Create device specific region info helper
` [PATCH v6 3/8] vfio/pci: Fix return of vfio_populate_vga()
` [PATCH v6 4/8] vfio/pci: Consolidate VGA setup
` [PATCH v6 5/8] vfio/pci: Setup BAR quirks after capabilities probing
` [PATCH v6 6/8] vfio/pci: Intel graphics legacy mode assignment
` [PATCH v6 7/8] vfio/pci: Add a separate option for IGD OpRegion support
` [PATCH v6 8/8] vfio/pci: Add IGD documentation
` [Qemu-devel] "
` vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description)
[PATCH v5] fw/pci: Add support for mapping Intel IGD via QEMU
2016-05-17 20:44 UTC
[PATCH 0/1] KVM: more halt polling
2016-05-17 17:00 UTC (5+ messages)
` [PATCH 1/1] KVM: shrink halt polling even more for invalid wakeups
ESXi under KVM
2016-05-17 16:47 UTC (3+ messages)
[PATCH] KVM: MTRR: remove MSR 0x2f8
2016-05-17 15:42 UTC
[RFC 0/9] KVM: x86: break the xAPIC barrier
2016-05-17 15:34 UTC (3+ messages)
` [PATCH 7/9] KVM: x86: use proper format of APIC ID register
[kvm-unit-tests PATCH v2 0/2] arm/powerpc: Makefile cleanup
2016-05-17 12:35 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: "
[kvm-unit-tests PATCH v4 00/13] Improve the output of test runners
2016-05-17 12:32 UTC (8+ messages)
` [kvm-unit-tests PATCH v4 02/13] x86/*: report skipped tests
` [kvm-unit-tests PATCH v4 08/13] scripts/runtime: consolidate summary tags
` [kvm-unit-tests PATCH v4 09/13] run_tests: print SUMMARY line in summary
[PATCH] kvm:vmx: update secondary controls when disabling APICv
2016-05-17 8:46 UTC (4+ messages)
[PATCH 0/5] Improve KVM per VM monitoring
2016-05-17 12:16 UTC (5+ messages)
` [PATCH 1/5] tools: Add kvm_stat vm monitor script
[PART1 V5 00/13] KVM: x86: Introduce SVM AVIC support
2016-05-17 12:09 UTC (4+ messages)
` [PART1 V5 13/13] svm: Manage vcpu load/unload when enable AVIC
[kvmtool PATCH] gitignore: fix cscope ignoring
2016-05-17 10:57 UTC
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
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