| Commit message (Expand) | Author | Age |
... | |
| * | | | | Merge branch 'perf/x86' into perf/core | Ingo Molnar | 2010-03-12 |
| |\ \ \ \ |
|
| | * | | | | x86, perf: Fix NULL deref on not assigned x86_pmu | Cyrill Gorcunov | 2010-03-12 |
| | * | | | | perf, x86: Implement initial P4 PMU driver | Cyrill Gorcunov | 2010-03-11 |
| * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-03-12 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build | Ingo Molnar | 2010-03-10 |
| * | | | | | perf, x86: Add INSTRUCTION_DECODER config flag | Ingo Molnar | 2010-03-10 |
| * | | | | | perf, x86: Fix LBR read-out | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fixup the PEBS handler for Core2 cpus | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Remove checking_{wr,rd}msr() usage | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Don't reset the LBR as frequently | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable} | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Deal with multiple state bits for pebs-fmt1 | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Reorder intel_pmu_enable_all() | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fix LBR enable/disable vs cpuc->enabled | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fix PEBS enable/disable vs cpuc->enabled | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fix pebs drains | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Robustify PEBS fixup | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Clear the LBRs on init | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Disable PEBS on clovertown chips | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Fix silly bug in data store buffer allocation | Peter Zijlstra | 2010-03-10 |
| * | | | | | x86: Move MAX_INSN_SIZE into asm/insn.h | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAW | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Clean up IA32_PERF_CAPABILITIES usage | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: use LBR for PEBS IP+1 fixup | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Implement simple LBR support | Peter Zijlstra | 2010-03-10 |
| * | | | | | perf, x86: Add PEBS infrastructure | Peter Zijlstra | 2010-03-10 |
* | | | | | | KVM: MMU: cleanup for hlist walk restart | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: prevent spurious exit to userspace during task switch emulation. | Gleb Natapov | 2010-05-17 |
* | | | | | | KVM: MMU: remove unused parameter in mmu_parent_walk() | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: MMU: reduce 'struct kvm_mmu_page' size | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: MMU: remove unused struct kvm_unsync_walk | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: fix emulator_task_switch() return value. | Gleb Natapov | 2010-05-17 |
* | | | | | | KVM: MMU: Replace role.glevels with role.cr4_pae | Avi Kivity | 2010-05-17 |
* | | | | | | KVM: x86: Push potential exception error code on task switches | Jan Kiszka | 2010-05-17 |
* | | | | | | KVM: x86: Terminate early if task_switch_16/32 failed | Jan Kiszka | 2010-05-17 |
* | | | | | | KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() | Gleb Natapov | 2010-05-17 |
* | | | | | | KVM: move DR register access handling into generic code | Gleb Natapov | 2010-05-17 |
* | | | | | | KVM: SVM: implement NEXTRIPsave SVM feature | Andre Przywara | 2010-05-17 |
* | | | | | | KVM: Fix MAXPHYADDR calculation when cpuid does not support it | Avi Kivity | 2010-05-17 |
* | | | | | | KVM: Trace emulated instructions | Avi Kivity | 2010-05-17 |
* | | | | | | KVM: x86 emulator: Don't overwrite decode cache | Avi Kivity | 2010-05-17 |
* | | | | | | KVM: MMU: remove unnecessary NX check in walk_addr | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: MMU: remove unused field | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: MMU: cleanup/fix mmu audit code | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: MMU: Disassociate direct maps from guest levels | Avi Kivity | 2010-05-17 |
* | | | | | | KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1 | Xiao Guangrong | 2010-05-17 |
* | | | | | | KVM: x86: document KVM_REQ_PENDING_TIMER usage | Marcelo Tosatti | 2010-05-17 |
* | | | | | | KVM: x86 emulator: fix unlocked CMPXCHG8B emulation | Gleb Natapov | 2010-05-17 |
* | | | | | | KVM: x86 emulator: add decoding of CMPXCHG8B dst operand | Gleb Natapov | 2010-05-17 |