Show patches with: none      |   111521 patches
« 1 2 ... 856 857 8581115 1116 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RESEND] KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE. - - - --- 2015-03-23 Mahesh J Salgaonkar New
[v2,12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code - - - --- 2015-03-23 Andre Przywara New
[v2,11/12] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus - - - --- 2015-03-23 Andre Przywara New
[v2,10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling - - - --- 2015-03-23 Andre Przywara New
[v2,09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus - - - --- 2015-03-23 Andre Przywara New
[v2,08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC - - - --- 2015-03-23 Andre Przywara New
[v2,07/12] KVM: arm/arm64: simplify vgic_find_range() and callers - - - --- 2015-03-23 Andre Przywara New
[v2,06/12] KVM: mark kvm->buses as empty once they were destroyed - - - --- 2015-03-23 Andre Przywara New
[v2,05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range - - - --- 2015-03-23 Andre Przywara New
[v2,04/12] KVM: x86: remove now unneeded include directory from Makefile - - - --- 2015-03-23 Andre Przywara New
[v2,03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile - - - --- 2015-03-23 Andre Przywara New
[v2,02/12] KVM: move iodev.h from virt/kvm/ to include/kvm - - - --- 2015-03-23 Andre Przywara New
[v2,01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. - - - --- 2015-03-23 Andre Przywara New
[v2] KVM: nVMX: Add support for rdtscp - - - --- 2015-03-23 Jan Kiszka New
KVM: nVMX: Add support for rdtscp - - - --- 2015-03-23 Jan Kiszka New
[v4,2/4] kvm/ppc/mpic: drop unused IRQ_testbit - - - --- 2015-03-21 Arseny Solokha New
[v3,2/2] drivers/vfio: Support EEH error injection - - - --- 2015-03-20 Gavin Shan New
[v3,1/2] powerpc/eeh: Introduce eeh_pe_inject_err() - - - --- 2015-03-20 Gavin Shan New
[07/23] KVM: PPC: Book3S: Allow reuse of vCPU object - - - --- 2015-03-20 Bharata B Rao New
[v2] kvm: avoid page allocation failure in kvm_set_memory_region() - - - --- 2015-03-20 Igor Mammedov New
kvm: avoid page allocation failure in kvm_set_memory_region() - - - --- 2015-03-20 Marcelo Tosatti New
kvm: avoid page allocation failure in kvm_set_memory_region() - - - --- 2015-03-20 Igor Mammedov New
[23/23] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C - - - --- 2015-03-20 Paul Mackerras New
[22/23] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count - - - --- 2015-03-20 Paul Mackerras New
[21/23] KVM: PPC: Book3S HV: Streamline guest entry and exit - - - --- 2015-03-20 Paul Mackerras New
[20/23] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 - - - --- 2015-03-20 Paul Mackerras New
[19/23] KVM: PPC: Book3S HV: Use decrementer to wake napping threads - - - --- 2015-03-20 Paul Mackerras New
[18/23] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI - - - --- 2015-03-20 Paul Mackerras New
[17/23] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken - - - --- 2015-03-20 Paul Mackerras New
[16/23] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu - - - --- 2015-03-20 Paul Mackerras New
[15/23] KVM: PPC: Book3S HV: Minor cleanups - - - --- 2015-03-20 Paul Mackerras New
[14/23] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update - - - --- 2015-03-20 Paul Mackerras New
[13/23] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code - - - --- 2015-03-20 Paul Mackerras New
[12/23] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT - - - --- 2015-03-20 Paul Mackerras New
[11/23] KVM: PPC: Book3S HV: Add ICP real mode counters - - - --- 2015-03-20 Paul Mackerras New
[10/23] KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode - - - --- 2015-03-20 Paul Mackerras New
[09/23] KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock - - - --- 2015-03-20 Paul Mackerras New
[08/23] KVM: PPC: Book3S HV: Add guest->host real mode completion counters - - - --- 2015-03-20 Paul Mackerras New
[07/23] KVM: PPC: Book3S: Allow reuse of vCPU object - - - --- 2015-03-20 Paul Mackerras New
[06/23] KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte - - - --- 2015-03-20 Paul Mackerras New
[05/23] KVM: PPC: Book3S HV: Remove RMA-related variables from code - - - --- 2015-03-20 Paul Mackerras New
[04/23] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. - - - --- 2015-03-20 Paul Mackerras New
[03/23] KVM: PPC: Book3S HV: Fix instruction emulation - - - --- 2015-03-20 Paul Mackerras New
[02/23] KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count - - - --- 2015-03-20 Paul Mackerras New
[01/23] KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr() - - - --- 2015-03-20 Paul Mackerras New
KVM: x86: inline kvm_ioapic_handles_vector() - - - --- 2015-03-19 Radim Krčmář New
[Xen-devel,0/9] qspinlock stuff -v15 - - - --- 2015-03-19 David Vrabel New
[RFC,v5,13/13] KVM: arm/arm64: vgic: forwarding control - - - --- 2015-03-19 Eric Auger New
[RFC,v5,12/13] KVM: kvm-vfio: generic forwarding control - - - --- 2015-03-19 Eric Auger New
[RFC,v5,11/13] kvm: arm/arm64: implement kvm_arch_halt_guest and kvm_arch_resume_guest - - - --- 2015-03-19 Eric Auger New
[RFC,v5,10/13] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest - - - --- 2015-03-19 Eric Auger New
[RFC,v5,09/13] KVM: arm: rename pause into power_off - - - --- 2015-03-19 Eric Auger New
[RFC,v5,08/13] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked} - - - --- 2015-03-19 Eric Auger New
[RFC,v5,07/13] KVM: kvm-vfio: wrappers to VFIO external API device helpers - - - --- 2015-03-19 Eric Auger New
[RFC,v5,06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked} - - - --- 2015-03-19 Eric Auger New
[RFC,v5,05/13] VFIO: external user API for interaction with vfio devices - - - --- 2015-03-19 Eric Auger New
[RFC,v5,04/13] KVM: kvm-vfio: User API for IRQ forwarding - - - --- 2015-03-19 Eric Auger New
[RFC,v5,03/13] VFIO: platform: single handler using function pointer - - - --- 2015-03-19 Eric Auger New
[RFC,v5,02/13] VFIO: platform: test forwarded state when selecting IRQ handler - - - --- 2015-03-19 Eric Auger New
[RFC,v5,01/13] KVM: arm/arm64: Enable the KVM-VFIO device - - - --- 2015-03-19 Eric Auger New
[8/9] qspinlock: Generic paravirt support - - - --- 2015-03-19 Peter Zijlstra New
[3.16.y-ckt,stable] Patch "KVM: MIPS: Fix trace event to save PC directly" has been added to stagin… - - - --- 2015-03-19 Luis Henriques New
[8/9] qspinlock: Generic paravirt support - - - --- 2015-03-19 Peter Zijlstra New
[v4,2/2] kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true - - - --- 2015-03-19 James Sullivan New
[v4,1/2] kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery - - - --- 2015-03-19 James Sullivan New
[v2,6/6] vfio-pci: Move idle devices to D3hot power state - - - --- 2015-03-18 Alex Williamson New
[v2,5/6] vfio-pci: Remove warning if try-reset fails - - - --- 2015-03-18 Alex Williamson New
[v2,4/6] vfio-pci: Allow PCI IDs to be specified as module options - - - --- 2015-03-18 Alex Williamson New
[v2,3/6] vfio-pci: Add VGA arbiter client - - - --- 2015-03-18 Alex Williamson New
[v2,2/6] vfio-pci: Add module option to disable VGA region access - - - --- 2015-03-18 Alex Williamson New
[v2,1/6] vgaarb: Stub vga_set_legacy_decoding() - - - --- 2015-03-18 Alex Williamson New
KVM: x86: call irq notifiers with directed EOI - - - --- 2015-03-18 Radim Krčmář New
vfio: Split virqfd into a separate module for vfio bus drivers - - - --- 2015-03-18 Alex Williamson New
[GIT,PULL,11/11] KVM: s390: represent SIMD cap in kvm facility - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,10/11] KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,09/11] KVM: s390: Create ioctl for Getting/Setting guest storage keys - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,08/11] KVM: s390: introduce post handlers for STSI - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,07/11] KVM: s390: Add MEMOP ioctls for reading/writing guest memory - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,06/11] KVM: s390: Add access register mode - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,05/11] KVM: s390: Optimize paths where get_vcpu_asce() is invoked - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,04/11] KVM: s390: Guest's memory access functions get access registers - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,03/11] KVM: s390: Fix low-address protection for real addresses - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,02/11] KVM: s390: cleanup jump lables in kvm_arch_init_vm - - - --- 2015-03-18 Christian Borntraeger New
[GIT,PULL,01/11] KVM: s390: Spelling s/intance/instance/ - - - --- 2015-03-18 Christian Borntraeger New
regression: nested: L1 3.15+ fails to load kvm-intel on L0 <3.15 - - - --- 2015-03-18 Stefan Bader New
[v14,19/20] vfio: initialize the virqfd workqueue in VFIO generic code - - - --- 2015-03-17 Alex Williamson New
vfio: Depend on EVENTFD - - - --- 2015-03-17 Alex Williamson New
[RESEND] KVM: nVMX: mask unrestricted_guest if disabled on L0 - - - --- 2015-03-17 Radim Krčmář New
[3.12,110/175] KVM: MIPS: Fix trace event to save PC directly - - - --- 2015-03-17 Jiri Slaby New
[3.12,070/175] MIPS: Export FP functions used by lose_fpu(1) for KVM - - - --- 2015-03-17 Jiri Slaby New
[3.12,048/175] KVM: MIPS: Don't leak FPU/DSP to guest - - - --- 2015-03-17 Jiri Slaby New
[3.12,022/175] MIPS: KVM: Deliver guest interrupts after local_irq_disable() - - - --- 2015-03-17 Jiri Slaby New
KVM: Eliminate extra function calls in kvm_get_dirty_log_protect() - - - --- 2015-03-17 Takuya Yoshikawa New
[v3,2/2] kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true - - - --- 2015-03-17 James Sullivan New
[v3,1/2] kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery - - - --- 2015-03-17 James Sullivan New
[vfio] vfio: virqfd_lock can be static - - - --- 2015-03-16 Fengguang Wu New
KVM: SVM: Fix confusing message if no exit handlers are installed - - - --- 2015-03-16 Bandan Das New
[v2,2/2] Deliver to only lowest prio cpu if msi_redir_hint is true - - - --- 2015-03-16 James Sullivan New
[v2,1/2] Extended struct kvm_lapic_irq with bool msi_redir_hint for MSI delivery - - - --- 2015-03-16 James Sullivan New
[3.10,29/62] KVM: MIPS: Fix trace event to save PC directly - - - --- 2015-03-16 Greg KH New
« 1 2 ... 856 857 8581115 1116 »