deliverable/linux.git
2014-09-29  Vladimir Murzinarm: kvm: fix CPU hotplug
2014-09-26  Christoffer... arm/arm64: KVM: Report correct FSC for unsupported...
2014-09-26  Joel Schopparm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc
2014-09-25  Christoffer... arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: make number of irqs a configurabl...
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: delay vgic allocation until init...
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: kill VGIC_NR_IRQS
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: handle out-of-range MMIO accesses
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
2014-09-19  Marc Zyngierarm/arm64: KVM: vgic: switch to dynamic allocation
2014-09-19  Marc ZyngierKVM: ARM: vgic: plug irq injection race
2014-09-19  Christoffer... arm/arm64: KVM: vgic: Clarify and correct vgic document...
2014-09-19  Christoffer... arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0
2014-09-19  Christoffer... arm/arm64: KVM: vgic: Improve handling of GICD_I{CS...
2014-09-19  Christoffer... arm/arm64: KVM: vgic: Clear queued flags on unqueue
2014-09-19  Christoffer... arm/arm64: KVM: Rename irq_active to irq_queued
2014-09-19  Christoffer... arm/arm64: KVM: Rename irq_state to irq_pending
2014-09-19  Christoffer... Merge remote-tracking branch 'kvm/next' into queue
2014-09-17  Tang Chenkvm: Make init_rmode_identity_map() return 0 on success.
2014-09-17  Tang Chenkvm: Remove ept_identity_pagetable from struct kvm_arch.
2014-09-17  Will DeaconKVM: VFIO: register kvm_device_ops dynamically
2014-09-17  Cornelia HuckKVM: s390: register flic ops dynamically
2014-09-17  Will DeaconKVM: ARM: vgic: register kvm_device_ops dynamically
2014-09-17  Will DeaconKVM: device: add simple registration mechanism for...
2014-09-16  Zhang Haoyukvm: ioapic: conditionally delay irq delivery duringeoi...
2014-09-16  Guo Hui LiuKVM: x86: Use kvm_make_request when applicable
2014-09-11  Eric AugerKVM: EVENTFD: remove inclusion of irq.h
2014-09-11  Ard BiesheuvelARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()
2014-09-11  Paolo BonziniKVM: x86: make apic_accept_irq tracepoint more generic
2014-09-11  Tang Chenkvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic acces...
2014-09-11  Paolo BonziniMerge tag 'kvm-s390-next-20140910' of git://git./linux...
2014-09-10  Christian BorntraegerKVM: s390/interrupt: remove double assignment
2014-09-10  Christian BorntraegerKVM: s390/cmm: Fix prefix handling for diag 10 balloon
2014-09-10  Christian BorntraegerKVM: s390: get rid of constant condition in ipte_unlock...
2014-09-10  Christian BorntraegerKVM: s390: unintended fallthrough for external call
2014-09-10  Christian BorntraegerKVM: s390: Limit guest size to 16TB
2014-09-10  Christian BorntraegerKVM: s390: add __must_check to interrupt deliver functions
2014-09-10  Tony KrowiakKVM: CPACF: Enable MSA4 instructions for kvm guest
2014-09-10  Alex BennéeKVM: fix api documentation of KVM_GET_EMULATED_CPUID
2014-09-10  Alex BennéeKVM: document KVM_SET_GUEST_DEBUG api
2014-09-05  Christian BorntraegerKVM: remove redundant assignments in __kvm_set_memory_r...
2014-09-05  Christian BorntraegerKVM: remove redundant assigment of return value in...
2014-09-05  Christian BorntraegerKVM: remove redundant check of in_spin_loop
2014-09-05  Paolo BonziniKVM: x86: propagate exception from permission checks...
2014-09-05  Paolo BonziniKVM: x86: skip writeback on injection of nested exception
2014-09-03  Paolo BonziniKVM: nSVM: propagate the NPF EXITINFO to the guest
2014-09-03  Paolo BonziniKVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es...
2014-09-03  Tiejun ChenKVM: mmio: cleanup kvm_set_mmio_spte_mask
2014-09-03  David Matlackkvm: x86: fix stale mmio cache bug
2014-09-03  David Matlackkvm: fix potentially corrupt mmio cache
2014-09-03  Paolo BonziniKVM: do not bias the generation number in kvm_current_m...
2014-08-29  Paolo BonziniKVM: x86: use guest maxphyaddr to check MTRR values
2014-08-29  Radim KrčmářKVM: remove garbage arg to *hardware_{en,dis}able
2014-08-29  Radim KrčmářKVM: static inline empty kvm_arch functions
2014-08-29  Paolo BonziniKVM: forward declare structs in kvm_types.h
2014-08-29  Paolo BonziniKVM: x86: remove Aligned bit from movntps/movntpd
2014-08-29  Alex WilliamsonKVM: x86 emulator: emulate MOVNTDQ
2014-08-29  Nadav AmitKVM: vmx: VMXOFF emulation in vm86 should cause #UD
2014-08-29  Paolo BonziniKVM: x86: fix some sparse warnings
2014-08-29  Wanpeng LiKVM: nVMX: nested TPR shadow/threshold emulation
2014-08-29  Wanpeng LiKVM: nVMX: introduce nested_get_vmcs12_pages
2014-08-29  Christoffer... KVM: Unconditionally export KVM_CAP_USER_NMI
2014-08-29  Christoffer... KVM: Unconditionally export KVM_CAP_READONLY_MEM
2014-08-29  Christian BorntraegerKVM: s390/mm: fix up indentation of set_guest_storage_key
2014-08-27  Will DeaconKVM: vgic: declare probe function pointer as const
2014-08-27  Will DeaconKVM: vgic: return int instead of bool when checking...
2014-08-27  Will DeaconKVM: ARM/arm64: return -EFAULT if copy_from_user fails...
2014-08-27  Will DeaconKVM: ARM/arm64: avoid returning negative error code...
2014-08-27  Will DeaconKVM: ARM/arm64: fix broken __percpu annotation
2014-08-27  Will DeaconKVM: ARM/arm64: fix non-const declaration of function...
2014-08-27  Christoffer... arm/arm64: KVM: Support KVM_CAP_READONLY_MEM
2014-08-27  Christoffer... KVM: Introduce gfn_to_hva_memslot_prot
2014-08-26  Paolo BonziniMerge tag 'kvm-s390-next-20140825' of git://git./linux...
2014-08-26  Martin SchwidefskyKVM: s390/mm: remove outdated gmap data structures
2014-08-26  Martin SchwidefskyKVM: s390/mm: support gmap page tables with less than...
2014-08-26  Martin SchwidefskyKVM: s390/mm: use radix trees for guest to host mappings
2014-08-25  Paolo Bonzinikvm: x86: fix tracing for 32-bit
2014-08-25  Paolo BonziniMerge tag 'kvm-s390-20140825' of git://git./linux/kerne...
2014-08-25  Martin SchwidefskyKVM: s390/mm: cleanup gmap function arguments, variable...
2014-08-25  Martin SchwidefskyKVM: s390/mm: readd address parameter to gmap_do_ipte_n...
2014-08-25  Martin SchwidefskyKVM: s390/mm: readd address parameter to pgste_ipte_notify
2014-08-25  Jens FreimannKVM: s390: don't use kvm lock in interrupt injection...
2014-08-25  Jens FreimannKVM: s390: return -EFAULT if lowcore is not mapped...
2014-08-25  David HildenbrandKVM: s390: implement KVM_REQ_TLB_FLUSH and make use...
2014-08-25  David HildenbrandKVM: s390: synchronize more registers with kvm_run
2014-08-25  Christian BorntraegerKVM: s390: no special machine check delivery
2014-08-25  David HildenbrandKVM: s390: clear kvm_dirty_regs when dropping to user...
2014-08-25  David HildenbrandKVM: clarify the idea of kvm_dirty_regs
2014-08-25  Jens FreimannKVM: s390: factor out get_ilc() function
2014-08-25  Christian BorntraegerKVM: s390/mm: try a cow on read only pages for key ops
2014-08-25  Jens FreimannKVM: s390: add defines for pfault init delivery code
2014-08-25  Christian BorntraegerKVM: s390: Fix user triggerable bug in dead code
2014-08-21  Radim KrčmářKVM: trace kvm_ple_window grow/shrink
2014-08-21  Radim KrčmářKVM: VMX: dynamise PLE window
2014-08-21  Radim KrčmářKVM: VMX: make PLE window per-VCPU
2014-08-21  Radim KrčmářKVM: x86: introduce sched_in to kvm_x86_ops
2014-08-21  Radim KrčmářKVM: add kvm_arch_sched_in
2014-08-21  Nadav AmitKVM: x86: Replace X86_FEATURE_NX offset with the definition
2014-08-21  Christian BorntraegerKVM: avoid unnecessary synchronize_rcu
next
This page took 0.038625 seconds and 5 git commands to generate.