public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-04 17:23:40 to 2017-04-07 09:10:17 UTC [more...]

[PATCH v2 0/2] maintaining of kvm_clock stability on guest vCPU hotplug
 2017-04-07  9:09 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: remaster kvm_write_tsc code
` [PATCH v2 2/2] KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug

[PATCH v2 0/2] maintaining of kvm_clock stability on guest vCPU hotplug
 2017-04-07  9:06 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: remaster kvm_write_tsc code
` [PATCH 2/2] KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-04-07  8:53 UTC  (12+ messages)
` [RFC kvm-unit-tests PATCH 1/8] configure: make it run-able from outside source tree
` [RFC kvm-unit-tests PATCH 2/8] Makefile: ensure build-head works out-of-src-tree
` [RFC kvm-unit-tests PATCH 3/8] Makefile: set VPATH based on SRCDIR
` [RFC kvm-unit-tests PATCH 4/8] Makefiles: use explicit path for including sub-Makefiles
` [RFC kvm-unit-tests PATCH 5/8] Makefile: add explicit mkdir for .o targets
` [RFC kvm-unit-tests PATCH 6/8] Makefiles: handle linking of scripts into build-tree
` [RFC kvm-unit-tests PATCH 7/8] Makefiles: fix up the x86 build include and link paths
` [RFC kvm-unit-tests PATCH 8/8] Makefiles: fix up the arm "
  ` [RFC kvm-unit-tests PATCH 9/8] Makefiles: Fix up the powerpc "

[PATCH v3 00/24] pic/ioapic/irqchip cleanups + minor fixes
 2017-04-07  8:50 UTC  (25+ messages)
` [PATCH v3 01/24] KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
` [PATCH v3 02/24] KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
` [PATCH v3 03/24] KVM: x86: check against irqchip_mode in kvm_set_routing_entry()
` [PATCH v3 04/24] KVM: x86: check against irqchip_mode in pic_in_kernel()
` [PATCH v3 05/24] KVM: x86: check against irqchip_mode in ioapic_in_kernel()
` [PATCH v3 06/24] KVM: x86: get rid of pic_irqchip()
` [PATCH v3 07/24] KVM: x86: get rid of ioapic_irqchip()
` [PATCH v3 08/24] KVM: x86: use ioapic_in_kernel() to check for ioapic existence
` [PATCH v3 09/24] KVM: x86: remove duplicate checks for ioapic
` [PATCH v3 10/24] KVM: x86: convert kvm_(set|get)_ioapic() into void
` [PATCH v3 11/24] KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
` [PATCH v3 12/24] KVM: x86: push usage of slots_lock down
` [PATCH v3 13/24] KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
` [PATCH v3 14/24] KVM: x86: remove all-vcpu request from kvm_ioapic_init()
` [PATCH v3 15/24] KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
` [PATCH v3 16/24] KVM: x86: rename kvm_vcpu_request_scan_ioapic()
` [PATCH v3 17/24] KVM: x86: drop goto label in kvm_set_routing_entry()
` [PATCH v3 18/24] KVM: x86: cleanup return handling in setup_routing_entry()
` [PATCH v3 19/24] KVM: x86: simplify pic_unlock()
` [PATCH v3 20/24] KVM: x86: make kvm_pic_reset() static
` [PATCH v3 21/24] KVM: x86: drop picdev_in_range()
` [PATCH v3 22/24] KVM: x86: set data directly in picdev_read()
` [PATCH v3 23/24] KVM: x86: simplify pic_ioport_read()
` [PATCH v3 24/24] KVM: x86: use irqchip_kernel() to check for pic+ioapic

[PATCH 0/6] KVM: towards maintainable kvm_make_all_cpus_request()
 2017-04-07  8:27 UTC  (10+ messages)
` [PATCH RFC 1/6] KVM: fix guest_mode optimization in kvm_make_all_cpus_request()
` [PATCH 2/6] KVM: use kvm_{test,clear}_request instead of {test,clear}_bit
` [PATCH 3/6] KVM: x86: use kvm_make_request instead of set_bit
` [PATCH 4/6] KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up
` [PATCH RFC 5/6] KVM: mark requests that do not need a wakeup
` [PATCH 6/6] KVM: perform a wake_up in kvm_make_all_cpus_request

[PATCH v8 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-04-07  6:30 UTC  (5+ messages)
` [PATCH v8 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v8 2/3] powerpc/book3s: EXPORT_SYMBOL machine_check_print_event_info
` [PATCH v8 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

linux-next: manual merge of the kvms390 tree with the kvm and kvm-ppc trees
 2017-04-07  4:14 UTC 

linux-next: manual merge of the kvm-ppc tree with the kvm tree
 2017-04-07  4:06 UTC 

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-04-07  2:52 UTC  (15+ messages)
                    ` [edk2] "

[PATCH v2] vfio/type1: Remove locked page accounting workqueue
 2017-04-06 19:32 UTC  (4+ messages)

[PATCH v3 0/5] Support userspace irqchip with arch timers
 2017-04-06 19:13 UTC  (16+ messages)
` [PATCH v3 1/5] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PATCH v3 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PATCH v3 3/5] KVM: arm/arm64: Support arch timers with a userspace gic
` [PATCH v3 4/5] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PATCH v3 5/5] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-04-06 18:37 UTC  (10+ messages)
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages

[GIT PULL] KVM: MIPS: VZ support, Octeon III, and TLBR
 2017-04-06 17:38 UTC  (2+ messages)

[PATCH 0/2] maintaining of kvm_clock stability on guest vCPU hotplug
 2017-04-06 17:25 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: remaster kvm_write_tsc code
` [PATCH 2/2] KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug

Problem with USB passthrough and Windows 7
 2017-04-06 17:23 UTC  (2+ messages)

[PATCH V14 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-04-06 17:12 UTC  (2+ messages)

[PATCH] vfio/type1: Remove locked page accounting workqueue
 2017-04-06 16:46 UTC  (4+ messages)

[PATCH v6] vfio error recovery: kernel support
 2017-04-06 15:35 UTC  (20+ messages)

[PATCH v2 0/9] KVM: arm/arm64: race fixes and vcpu requests
 2017-04-06 15:08 UTC  (64+ messages)
` [PATCH v2 1/9] KVM: add kvm_request_pending
` [PATCH v2 2/9] KVM: Add documentation for VCPU requests
` [PATCH v2 4/9] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu request
` [PATCH v2 5/9] KVM: arm/arm64: replace vcpu->arch.power_off "
` [PATCH v2 6/9] KVM: arm/arm64: use a vcpu request on irq injection
` [PATCH v2 7/9] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v2 8/9] KVM: arm/arm64: fix race in kvm_psci_vcpu_on
` [PATCH v2 9/9] KVM: arm/arm64: avoid race by caching MPIDR

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-04-06 14:37 UTC  (2+ messages)

[PATCH] kvm: nVMX: Disallow userspace-injected exceptions in guest mode
 2017-04-06 14:36 UTC  (3+ messages)

[PATCH] x86, kvm: Handle PFNs outside of kernel reach when touching GPTEs
 2017-04-06 14:22 UTC  (2+ messages)

[PATCH 0/5] Convert to use devm_*() for amba attached modules
 2017-04-06 14:17 UTC  (4+ messages)
` [PATCH 4/5] vfio: platform: Convert to use devm_*()

[PATCH] KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs
 2017-04-06 14:11 UTC  (2+ messages)

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-04-06  9:25 UTC  (10+ messages)
` [PATCH v3 1/8] trace: ras: add ARM processor error information trace event
` [PATCH v3 2/8] acpi: apei: handle SEI notification type for ARMv8
` [PATCH v3 4/8] APEI: GHES: reserve a virtual page for SEI context

[PATCH v7 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-04-06  7:04 UTC  (7+ messages)
` [PATCH v7 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v7 2/3] powerpc/powernv: Introduce a machine check hook for Guest MCEs
` [PATCH v7 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

AMD Ryzen Nested Page Table Performance Oddities
 2017-04-06  3:35 UTC  (2+ messages)

[BUG/RFC] INIT IPI lost when VM starts
 2017-04-06  1:47 UTC  (3+ messages)

[PATCH] KVM: nVMX: do not leak PML full vmexit to L1
 2017-04-05 14:50 UTC  (2+ messages)

[PATCH] KVM: nVMX: initialize PML fields in vmcs02
 2017-04-05 14:49 UTC  (2+ messages)

[PULL 0/5] KVM/ARM Fixes for v4.11-rc6
 2017-04-05 14:48 UTC  (2+ messages)

[PATCH 0/2] maintaining of kvm_clock stability on guest vCPU hotplug
 2017-04-05 14:23 UTC  (2+ messages)

[PATCH v3] KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs
 2017-04-05 13:58 UTC 

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-04-05  8:12 UTC  (6+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-05  7:47 UTC  (6+ messages)
` [PATCH kernel v8 2/4] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER

[PATCH] KVM: PPC: Book3S HV: Add workaround for msgsync erratum on POWER9 DD1
 2017-04-05  6:41 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs
 2017-04-05  4:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox