summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | KVM: i8254: turn kvm_kpit_state.reinject into atomic_tRadim Krčmář2016-03-042-5/+5
| * | | KVM: i8254: move PIT timer function initializationRadim Krčmář2016-03-041-2/+1
| * | | KVM: i8254: don't assume layout of kvm_kpit_stateRadim Krčmář2016-03-041-4/+8
| * | | KVM: i8254: remove pointless dereference of PITRadim Krčmář2016-03-041-2/+2
| * | | KVM: i8254: remove pit and kvm from kvm_kpit_stateRadim Krčmář2016-03-042-7/+9
| * | | KVM: i8254: refactor kvm_free_pitRadim Krčmář2016-03-041-13/+11
| * | | KVM: i8254: refactor kvm_create_pitRadim Krčmář2016-03-041-15/+12
| * | | KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář2016-03-043-13/+38
| * | | KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář2016-03-043-14/+8
| * | | KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář2016-03-043-72/+70
| * | | KVM: i8254: tone down WARN_ON pit.state_lockRadim Krčmář2016-03-041-14/+3
| * | | KVM: i8254: use atomic_t instead of pit.inject_lockRadim Krčmář2016-03-042-35/+24
| * | | KVM: i8254: add kvm_pit_reset_reinjectRadim Krčmář2016-03-041-8/+10
| * | | KVM: i8254: simplify atomics in kvm_pit_ack_irqRadim Krčmář2016-03-041-11/+1
| * | | KVM: i8254: change PIT discard tick policyRadim Krčmář2016-03-041-5/+7
| * | | KVM: MMU: apply page track notifierXiao Guangrong2016-03-032-4/+19
| * | | KVM: MMU: simplify mmu_need_write_protectXiao Guangrong2016-03-031-22/+7
| * | | KVM: MMU: use page track for non-leaf shadow pagesXiao Guangrong2016-03-031-5/+21
| * | | KVM: page track: add notifier supportXiao Guangrong2016-03-032-0/+74
| * | | KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong2016-03-032-3/+23
| * | | KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong2016-03-033-7/+55
| * | | KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong2016-03-031-0/+85
| * | | KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-033-1/+59
| * | | KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong2016-03-032-5/+13
| * | | KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong2016-03-032-13/+28
| * | | KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong2016-03-032-18/+21
| * | | kvm: x86: Check dest_map->vector to match eoi signals for rtcJoerg Roedel2016-03-031-3/+14
| * | | kvm: x86: Track irq vectors in ioapic->rtc_status.dest_mapJoerg Roedel2016-03-032-1/+10
| * | | kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel2016-03-035-16/+26
| * | | KVM: x86: use list_last_entryGeliang Tang2016-02-232-4/+4
| * | | KVM: x86: use list_for_each_entry*Geliang Tang2016-02-231-10/+4
| * | | KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa2016-02-232-36/+22
| * | | KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()Takuya Yoshikawa2016-02-231-11/+4
| * | | KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini2016-02-161-7/+7
| * | | kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin2016-02-161-7/+32
| * | | kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin2016-02-161-0/+7
| * | | kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-163-5/+3
| * | | kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin2016-02-161-1/+1
| * | | KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-161-0/+1
| * | | KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář2016-02-161-18/+13
| * | | KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini2016-02-161-7/+8
| * | | KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini2016-02-161-7/+7
| * | | KVM: VMX: Fix guest debugging while in L2Jan Kiszka2016-02-161-0/+17
| * | | KVM: VMX: Factor out is_exception_n helperJan Kiszka2016-02-161-8/+9
| * | | KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-095-29/+22
| * | | KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini2016-02-092-8/+7
| * | | KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini2016-02-091-16/+3
| * | | KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2016-02-092-5/+9
| * | | KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu2016-02-091-7/+49
| * | | KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-095-7/+80