summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-033-6/+22
* 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-034-0/+114
* KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong2016-03-033-4/+24
* KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong2016-03-034-7/+57
* KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong2016-03-032-0/+92
* KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-035-1/+82
* 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-033-19/+22
* 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
* drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin2016-02-161-0/+2
* kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin2016-02-162-2/+2
* 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-096-7/+82
* KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu2016-02-091-1/+14
* KVM: x86: introduce do_shl32_div32Paolo Bonzini2016-02-092-8/+17
* mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-061-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-02-021-2/+4
|\
| * crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper2016-01-251-2/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-0112-103/+209
|\ \
| * | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2