summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2016-03-04KVM: i8254: refactor kvm_free_pitRadim Krčmář
2016-03-04KVM: i8254: refactor kvm_create_pitRadim Krčmář
2016-03-04KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář
2016-03-04KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář
2016-03-04KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář
2016-03-04KVM: i8254: tone down WARN_ON pit.state_lockRadim Krčmář
2016-03-04KVM: i8254: use atomic_t instead of pit.inject_lockRadim Krčmář
2016-03-04KVM: i8254: add kvm_pit_reset_reinjectRadim Krčmář
2016-03-04KVM: i8254: simplify atomics in kvm_pit_ack_irqRadim Krčmář
2016-03-04KVM: i8254: change PIT discard tick policyRadim Krčmář
2016-03-03KVM: MMU: apply page track notifierXiao Guangrong
2016-03-03KVM: MMU: simplify mmu_need_write_protectXiao Guangrong
2016-03-03KVM: MMU: use page track for non-leaf shadow pagesXiao Guangrong
2016-03-03KVM: page track: add notifier supportXiao Guangrong
2016-03-03KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong
2016-03-03KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong
2016-03-03KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong
2016-03-03KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong
2016-03-03KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong
2016-03-03kvm: x86: Check dest_map->vector to match eoi signals for rtcJoerg Roedel
2016-03-03kvm: x86: Track irq vectors in ioapic->rtc_status.dest_mapJoerg Roedel
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel
2016-03-02kvm: x86: Update tsc multiplier on change.Owen Hofmann
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2016-02-26KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-02-25KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin
2016-02-24KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini
2016-02-24KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-24x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges
2016-02-24x86/kvm: Make test_cc() always inlineJosh Poimboeuf
2016-02-24x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf
2016-02-23KVM: x86: use list_last_entryGeliang Tang
2016-02-23KVM: x86: use list_for_each_entry*Geliang Tang
2016-02-23KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa
2016-02-23KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()Takuya Yoshikawa
2016-02-16KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini
2016-02-16kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin
2016-02-16kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin
2016-02-16kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin
2016-02-16KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-02-16KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář
2016-02-16KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini
2016-02-16KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini
2016-02-16KVM: VMX: Fix guest debugging while in L2Jan Kiszka
2016-02-16KVM: VMX: Factor out is_exception_n helperJan Kiszka