summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich2016-01-261-4/+2
| * | x86/platform/quark: Print boundaries correctlyAndy Shevchenko2016-01-211-5/+13
| * | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-192-5/+17
| * | x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko2016-01-191-5/+3
| * | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-192-2/+9
| * | x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
| * | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-153-7/+11
| * | x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
| * | x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3
| * | x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
| * | x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
| * | x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15
| * | x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
| * | x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
| * | x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-01-151-8/+16
| * | x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8
| * | x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
| * | x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
| * | x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
| * | x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-01-151-1/+5