summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: use page table level macroDavidlohr Bueso2012-04-182-2/+2
* KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-161-6/+13
* KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)Avi Kivity2012-04-161-1/+1
* KVM: x86 emulator: MMX supportAvi Kivity2012-04-162-5/+102
* KVM: x86 emulator: implement movntpsAvi Kivity2012-04-161-1/+6
* KVM: x86: emulate movdqaStefan Hajnoczi2012-04-161-8/+2
* KVM: x86 emulator: add support for vector alignmentAvi Kivity2012-04-161-1/+29
* KVM: SVM: Auto-load on CPUs with SVMJosh Triplett2012-04-161-0/+7
* KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-082-82/+124
* KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa2012-04-081-2/+3
* KVM: x86: add paging gcc optimizationDavidlohr Bueso2012-04-081-1/+1
* KVM: VMX: Auto-load on CPUs with VMXJosh Triplett2012-04-081-0/+7
* KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa2012-04-081-73/+43
* KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-083-17/+36
* KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa2012-04-081-26/+27
* kvmclock: remove unneeded EXPORT macroEric B Munson2012-04-081-1/+0
* KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-081-0/+22
* kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-082-0/+29
* x86: pvclock: Add flag to indicate that a vm was stopped by the hostEric B Munson2012-04-081-0/+1
* KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-14/+2
* KVM: SVM: count all irq windows exitJason Wang2012-04-081-1/+1
* KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong2012-04-081-1/+2
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-073-1/+7
|\
| * KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| * KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
| * KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-062-2/+4
|\ \
| * | xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat2012-04-061-1/+1
| * | xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-061-1/+3
* | | Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-061-0/+46
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-062-48/+115
|\ \ \
| * | | bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2012-04-032-48/+115
| | |/ | |/|
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+1
|\ \ \
| * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* | | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-0/+60
|\ \ \ \
| * | | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-0/+60
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-047-29/+47
|\ \ \ \ \
| * | | | | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-287-29/+47
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-041-0/+13
|\ \ \ \ \ \
| * | | | | | perf/x86/p4: Add format attributesPeter Zijlstra2012-04-031-0/+13
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-045-36/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | x86, kvm: Call restore_sched_clock_state() only after %gs is initializedMarcelo Tosatti2012-04-021-1/+1
| * | | | | | x86: Use -mno-avx when availableAndi Kleen2012-03-301-0/+1
| * | | | | | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-302-34/+0
| * | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2012-03-30152-1751/+3090
| |\ \ \ \ \ \
| * | | | | | | x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng2012-03-291-1/+6
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn2012-03-291-1/+1
* | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-1/+1
OpenPOWER on IntegriCloud