summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf'Avi Kivity2010-05-1711-446/+864
|\
| * perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-11/+4
| * Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-1/+0
| |\
| * | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter2010-04-021-33/+25
| * | perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter2010-04-021-2/+2
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-023-3/+6
| |\ \
| * | | x86, ptrace: Fix block-stepPeter Zijlstra2010-03-262-3/+5
| * | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-265-401/+3
| * | | perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra2010-03-261-5/+8
| * | | x86, perf: Add raw events support for the P4 PMUCyrill Gorcunov2010-03-261-309/+382
| * | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-227-61/+10
| |\ \ \
| * | | | perf, x86: Fix key indexing in Pentium-4 PMULin Ming2010-03-191-1/+1
| * | | | x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify)Cyrill Gorcunov2010-03-181-2/+2
| * | | | perf, x86: Add cache events for the Pentium-4 PMULin Ming2010-03-182-0/+12
| * | | | perf, x86: Add a key to simplify template lookup in Pentium-4 PMULin Ming2010-03-181-1/+4
| * | | | x86, apic: Allow to use certain functions without APIC built-in supportCyrill Gorcunov2010-03-181-2/+11
| * | | | x86, perf: Fix comments in Pentium-4 PMU definitionsLin Ming2010-03-161-2/+3
| * | | | perf, x86: Enable not tagged retired instruction counting on P4sCyrill Gorcunov2010-03-151-4/+4
| * | | | perf, x86: Implement initial P4 PMU driverCyrill Gorcunov2010-03-112-1/+708
| * | | | x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra2010-03-102-1/+3
| * | | | perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra2010-03-101-0/+19
* | | | | KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong2010-05-171-2/+2
* | | | | KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity2010-05-171-1/+1
* | | | | KVM: x86: Push potential exception error code on task switchesJan Kiszka2010-05-173-2/+5
* | | | | KVM: move DR register access handling into generic codeGleb Natapov2010-05-171-2/+3
* | | | | KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2010-05-171-1/+3
* | | | | KVM: MMU: remove unused fieldXiao Guangrong2010-05-171-2/+0
* | | | | KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov2010-05-171-0/+1
* | | | | KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2010-05-171-0/+7
* | | | | KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov2010-05-171-0/+1
* | | | | KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov2010-05-171-8/+0
* | | | | KVM: x86 emulator: fix in/out emulation.Gleb Natapov2010-05-172-2/+8
* | | | | KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov2010-05-171-0/+5
* | | | | KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov2010-05-171-0/+16
* | | | | KVM: Provide current eip as part of emulator context.Gleb Natapov2010-05-171-1/+2
* | | | | KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov2010-05-171-0/+1
* | | | | KVM: remove realmode_lmsw function.Gleb Natapov2010-05-171-2/+0
* | | | | KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2010-05-172-3/+2
* | | | | KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov2010-05-171-2/+1
* | | | | KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity2010-05-171-0/+1
* | | | | KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun2010-05-171-5/+0
* | | | | KVM: move segment_base() into vmx.cGleb Natapov2010-04-251-9/+0
* | | | | KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov2010-04-251-5/+0
* | | | | KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel2010-04-251-0/+4
* | | | | KVM: x86: Add kvm_is_linear_ripJan Kiszka2010-04-251-1/+3
* | | | | KVM: x86: Add support for saving&restoring debug registersJan Kiszka2010-04-251-0/+10
* | | | | KVM: x86: Save&restore interrupt shadow maskJan Kiszka2010-04-252-4/+6
* | | | | KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa2010-04-251-1/+0
* | | | | KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov2010-04-251-11/+6
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-151-0/+3
|\ \ \ \ \
OpenPOWER on IntegriCloud