| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: MMU: Drop cr4.pge from shadow page role | Avi Kivity | 2010-05-17 | 1 | -1/+0 |
* | Merge branch 'perf' | Avi Kivity | 2010-05-17 | 11 | -446/+864 |
|\ |
|
| * | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 | 1 | -11/+4 |
| * | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 | 1 | -1/+0 |
| |\ |
|
| * | | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks | Robert Richter | 2010-04-02 | 1 | -33/+25 |
| * | | perf, x86: Undo some some *_counter* -> *_event* renames | Robert Richter | 2010-04-02 | 1 | -2/+2 |
| * | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 | 3 | -3/+6 |
| |\ \ |
|
| * | | | x86, ptrace: Fix block-step | Peter Zijlstra | 2010-03-26 | 2 | -3/+5 |
| * | | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 5 | -401/+3 |
| * | | | perf, x86: Clean up debugctlmsr bit definitions | Peter Zijlstra | 2010-03-26 | 1 | -5/+8 |
| * | | | x86, perf: Add raw events support for the P4 PMU | Cyrill Gorcunov | 2010-03-26 | 1 | -309/+382 |
| * | | | Merge commit 'v2.6.34-rc2' into perf/core | Ingo Molnar | 2010-03-22 | 7 | -61/+10 |
| |\ \ \ |
|
| * | | | | perf, x86: Fix key indexing in Pentium-4 PMU | Lin Ming | 2010-03-19 | 1 | -1/+1 |
| * | | | | x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify) | Cyrill Gorcunov | 2010-03-18 | 1 | -2/+2 |
| * | | | | perf, x86: Add cache events for the Pentium-4 PMU | Lin Ming | 2010-03-18 | 2 | -0/+12 |
| * | | | | perf, x86: Add a key to simplify template lookup in Pentium-4 PMU | Lin Ming | 2010-03-18 | 1 | -1/+4 |
| * | | | | x86, apic: Allow to use certain functions without APIC built-in support | Cyrill Gorcunov | 2010-03-18 | 1 | -2/+11 |
| * | | | | x86, perf: Fix comments in Pentium-4 PMU definitions | Lin Ming | 2010-03-16 | 1 | -2/+3 |
| * | | | | perf, x86: Enable not tagged retired instruction counting on P4s | Cyrill Gorcunov | 2010-03-15 | 1 | -4/+4 |
| * | | | | perf, x86: Implement initial P4 PMU driver | Cyrill Gorcunov | 2010-03-11 | 2 | -1/+708 |
| * | | | | x86: Move MAX_INSN_SIZE into asm/insn.h | Peter Zijlstra | 2010-03-10 | 2 | -1/+3 |
| * | | | | perf, x86: use LBR for PEBS IP+1 fixup | Peter Zijlstra | 2010-03-10 | 1 | -0/+19 |
* | | | | | KVM: MMU: reduce 'struct kvm_mmu_page' size | Xiao Guangrong | 2010-05-17 | 1 | -2/+2 |
* | | | | | KVM: MMU: Replace role.glevels with role.cr4_pae | Avi Kivity | 2010-05-17 | 1 | -1/+1 |
* | | | | | KVM: x86: Push potential exception error code on task switches | Jan Kiszka | 2010-05-17 | 3 | -2/+5 |
* | | | | | KVM: move DR register access handling into generic code | Gleb Natapov | 2010-05-17 | 1 | -2/+3 |
* | | | | | KVM: SVM: implement NEXTRIPsave SVM feature | Andre Przywara | 2010-05-17 | 1 | -1/+3 |
* | | | | | KVM: MMU: remove unused field | Xiao Guangrong | 2010-05-17 | 1 | -2/+0 |
* | | | | | KVM: x86 emulator: commit rflags as part of registers commit | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
* | | | | | KVM: x86 emulator: introduce pio in string read ahead. | Gleb Natapov | 2010-05-17 | 1 | -0/+7 |
* | | | | | KVM: x86 emulator: restart string instruction without going back to a guest. | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
* | | | | | KVM: x86 emulator: Move string pio emulation into emulator.c | Gleb Natapov | 2010-05-17 | 1 | -8/+0 |
* | | | | | KVM: x86 emulator: fix in/out emulation. | Gleb Natapov | 2010-05-17 | 2 | -2/+8 |
* | | | | | KVM: x86 emulator: Emulate task switch in emulator.c | Gleb Natapov | 2010-05-17 | 1 | -0/+5 |
* | | | | | KVM: x86 emulator: Provide more callbacks for x86 emulator. | Gleb Natapov | 2010-05-17 | 1 | -0/+16 |
* | | | | | KVM: Provide current eip as part of emulator context. | Gleb Natapov | 2010-05-17 | 1 | -1/+2 |
* | | | | | KVM: Provide x86_emulate_ctxt callback to get current cpl | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
* | | | | | KVM: remove realmode_lmsw function. | Gleb Natapov | 2010-05-17 | 1 | -2/+0 |
* | | | | | KVM: Provide callback to get/set control registers in emulator ops. | Gleb Natapov | 2010-05-17 | 2 | -3/+2 |
* | | | | | KVM: Remove pointer to rflags from realmode_set_cr parameters. | Gleb Natapov | 2010-05-17 | 1 | -2/+1 |
* | | | | | KVM: MMU: Reinstate pte prefetch on invlpg | Avi Kivity | 2010-05-17 | 1 | -0/+1 |
* | | | | | KVM: x86: Use native_store_idt() instead of kvm_get_idt() | Wei Yongjun | 2010-05-17 | 1 | -5/+0 |
* | | | | | KVM: move segment_base() into vmx.c | Gleb Natapov | 2010-04-25 | 1 | -9/+0 |
* | | | | | KVM: Drop kvm_get_gdt() in favor of generic linux function | Gleb Natapov | 2010-04-25 | 1 | -5/+0 |
* | | | | | KVM: SVM: Implement emulation of vm_cr msr | Joerg Roedel | 2010-04-25 | 1 | -0/+4 |
* | | | | | KVM: x86: Add kvm_is_linear_rip | Jan Kiszka | 2010-04-25 | 1 | -1/+3 |
* | | | | | KVM: x86: Add support for saving&restoring debug registers | Jan Kiszka | 2010-04-25 | 1 | -0/+10 |
* | | | | | KVM: x86: Save&restore interrupt shadow mask | Jan Kiszka | 2010-04-25 | 2 | -4/+6 |
* | | | | | KVM: remove redundant prototype of load_pdptrs() | Takuya Yoshikawa | 2010-04-25 | 1 | -1/+0 |
* | | | | | KVM: use desc_ptr struct instead of kvm private descriptor_table | Gleb Natapov | 2010-04-25 | 1 | -11/+6 |