cascardo/linux.git
2016-07-05 Paolo BonziniKVM: MMU: try to fix up page faults before giving up
2016-07-05 Paolo BonziniKVM: MMU: prepare to support mapping of VM_IO and VM_PF...
2016-07-01 Wanpeng LiKVM: vmx: fix missed cancellation of TSC deadline timer
2016-07-01 Wanpeng LiKVM: x86: introduce cancel_hv_tscdeadline
2016-07-01 Paolo BonziniKVM: vmx: fix underflow in TSC deadline calculation
2016-07-01 Paolo BonziniKVM: x86: use guest_exit_irqoff
2016-07-01 Paolo BonziniKVM: x86: always use "acknowledge interrupt on exit"
2016-07-01 Paolo BonziniKVM: remove kvm_guest_enter/exit wrappers
2016-06-28 Paolo Bonzinicontext_tracking: move rcu_virt_note_context_switch...
2016-06-23 James HoganMIPS: KVM: Combine entry trace events into class
2016-06-23 Arnd Bergmannkvm: x86: use getboottime64
2016-06-23 Ashok RajKVM: VMX: enable guest access to LMCE related MSRs
2016-06-23 Haozhong ZhangKVM: VMX: validate individual bits of guest MSR_IA32_FE...
2016-06-23 Haozhong ZhangKVM: VMX: move msr_ia32_feature_control to vcpu_vmx
2016-06-21 Paolo BonziniMerge tag 'kvm-s390-next-4.8-2' of git://git./linux...
2016-06-21 David HildenbrandKVM: s390: vsie: add module parameter "nested"
2016-06-21 David HildenbrandKVM: s390: vsie: add indication for future features
2016-06-21 David HildenbrandKVM: s390: vsie: correctly set and handle guest TOD
2016-06-21 David HildenbrandKVM: s390: vsie: speed up VCPU external calls
2016-06-21 David HildenbrandKVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU...
2016-06-21 David HildenbrandKVM: s390: vsie: speed up VCPU irq delivery when handli...
2016-06-21 David HildenbrandKVM: s390: vsie: try to refault after a reported fault...
2016-06-21 David HildenbrandKVM: s390: vsie: support IBS interpretation
2016-06-21 David HildenbrandKVM: s390: vsie: support conditional-external-interception
2016-06-21 David HildenbrandKVM: s390: vsie: support intervention-bypass
2016-06-21 David HildenbrandKVM: s390: vsie: support guest-storage-limit-suppression
2016-06-21 David HildenbrandKVM: s390: vsie: support guest-PER-enhancement
2016-06-21 David HildenbrandKVM: s390: vsie: support shared IPTE-interlock facility
2016-06-21 David HildenbrandKVM: s390: vsie: support 64-bit-SCAO
2016-06-21 David HildenbrandKVM: s390: vsie: support run-time-instrumentation
2016-06-21 David HildenbrandKVM: s390: vsie: support vectory facility (SIMD)
2016-06-21 David HildenbrandKVM: s390: vsie: support transactional execution
2016-06-21 David HildenbrandKVM: s390: vsie: support aes dea wrapping keys
2016-06-21 David HildenbrandKVM: s390: vsie: support STFLE interpretation
2016-06-21 David HildenbrandKVM: s390: vsie: support host-protection-interruption
2016-06-21 David HildenbrandKVM: s390: vsie: support edat1 / edat2
2016-06-21 David HildenbrandKVM: s390: vsie: support setting the ibc
2016-06-21 David HildenbrandKVM: s390: vsie: optimize gmap prefix mapping
2016-06-21 David HildenbrandKVM: s390: vsie: initial support for nested virtualization
2016-06-21 David Hildenbrandmm/page_ref: introduce page_ref_inc_return
2016-06-20 David Hildenbrands390: introduce page_to_virt() and pfn_to_virt()
2016-06-20 David HildenbrandKVM: s390: backup the currently enabled gmap when sched...
2016-06-20 David HildenbrandKVM: s390: fast path for shadow gmaps in gmap notifier
2016-06-20 David Hildenbrands390/mm: don't fault everything in read-write in gmap_p...
2016-06-20 David Hildenbrands390/mm: allow to check if a gmap shadow is valid
2016-06-20 David Hildenbrands390/mm: remember the int code for the last gmap fault
2016-06-20 David Hildenbrands390/mm: limit number of real-space gmap shadows
2016-06-20 David Hildenbrands390/mm: support real-space for gmap shadows
2016-06-20 David Hildenbrands390/mm: push rte protection down to shadow pte
2016-06-20 David Hildenbrands390/mm: support EDAT2 for gmap shadows
2016-06-20 David Hildenbrands390/mm: support EDAT1 for gmap shadows
2016-06-20 David Hildenbrands390/mm: prepare for EDAT1/EDAT2 support in gmap shadow
2016-06-20 David Hildenbrands390/mm: push ste protection down to shadow pte
2016-06-20 David Hildenbrands390/mm: take ipte_lock during shadow faults
2016-06-20 David Hildenbrands390/mm: protection exceptions are corrrectly shadowed
2016-06-20 David Hildenbrands390/mm: take the mmap_sem in kvm_s390_shadow_fault()
2016-06-20 David Hildenbrands390/mm: fix races on gmap_shadow creation
2016-06-20 David Hildenbrands390/mm: avoid races on region/segment/page table shadowing
2016-06-20 David Hildenbrands390/mm: shadow pages with real guest requested protection
2016-06-20 David Hildenbrands390/mm: flush tlb of shadows in all situations
2016-06-20 Martin Schwidefskys390/mm: add kvm shadow fault function
2016-06-20 Martin Schwidefskys390/mm: add shadow gmap support
2016-06-20 Martin Schwidefskys390/mm: add reference counter to gmap structure
2016-06-20 Martin Schwidefskys390/mm: extended gmap pte notifier
2016-06-20 Martin Schwidefskys390/mm: use RCU for gmap notifier list and the per...
2016-06-20 Martin Schwidefskys390/kvm: page table invalidation notifier
2016-06-16 Yunhong Jiangkvm: vmx: hook preemption timer support
2016-06-16 Yunhong Jiangkvm: vmx: rename vmx_pre/post_block to pi_pre/post_block
2016-06-16 Yunhong JiangKVM: x86: support using the vmx preemption timer for...
2016-06-16 Yunhong Jiangkvm: lapic: separate start_sw_tscdeadline from start_ap...
2016-06-16 Paolo BonziniKVM: s390: use kvm->created_vcpus
2016-06-15 Paolo BonziniKVM: remove kvm_vcpu_compatible
2016-06-15 Paolo BonziniKVM: introduce kvm->created_vcpus
2016-06-15 Borislav Petkovx86/kvm/svm: Simplify cpu_has_svm()
2016-06-15 James HoganMIPS: KVM: Use mipsregs.h defs for config registers
2016-06-15 James HoganMIPS: KVM: Report more accurate CP0_Config fields to...
2016-06-15 James HoganMIPS: Add define for Config.VI (virtual icache) bit
2016-06-15 James HoganMIPS: KVM: Use host CCA for TLB mappings
2016-06-15 James HoganMIPS: KVM: Move commpage so 0x0 is unmapped
2016-06-15 James HoganMIPS: KVM: Add KScratch registers
2016-06-15 James HoganMIPS: KVM: Emulate RDHWR CPUNum register
2016-06-15 James HoganMIPS: KVM: Allow ULRI to restrict UserLocal register
2016-06-15 James HoganMIPS: KVM: Don't hardcode restored HWREna
2016-06-15 James HoganMIPS: Clean up RDHWR handling
2016-06-15 James HoganMIPS: KVM: List FPU/MSA registers
2016-06-15 James HoganMIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_ha...
2016-06-15 James HoganMIPS: KVM: Make KVM_GET_REG_LIST dynamic
2016-06-15 James HoganMIPS: KVM: Pass all unknown registers to callbacks
2016-06-15 James HoganMIPS: KVM: Convert emulation to use asm/inst.h
2016-06-15 James HoganMIPS: KVM: Factor writing of translated guest instructions
2016-06-15 James HoganMIPS: KVM: Fix translation of MFC0 ErrCtl
2016-06-15 Paolo BonziniMerge tag 'kvm-s390-next-4.8-1' of git://git./linux...
2016-06-14 Andrea GelminiKVM: x86: Fix typos
2016-06-14 Andrea GelminiKVM: S390: Fix typo
2016-06-14 Andrea GelminiKVM: ARM64: Fix typos
2016-06-14 Andrea GelminiKVM: ARM: Fix typos
2016-06-14 James HoganMIPS: KVM: Print unknown load/store encodings
2016-06-14 James HoganMIPS: KVM: Dump guest tlbs if kvm_get_inst() fails
2016-06-14 James HoganMIPS: KVM: Trace guest register access emulation
2016-06-14 James HoganMIPS: KVM: Add guest mode switch trace events
next