| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-05-15 | x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000 |  Jaswinder Singh Rajput | 2 | -3/+2 |
| 2009-05-15 | x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap |  Jaswinder Singh Rajput | 3 | -4/+3 |
| 2009-05-15 | perf_counter: frequency based adaptive irq_period |  Peter Zijlstra | 1 | -6/+3 |
| 2009-05-15 | perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq() |  Ingo Molnar | 1 | -7/+18 |
| 2009-05-15 | perf_counter: x86: Disallow interval of 1 |  Ingo Molnar | 1 | -0/+5 |
| 2009-05-15 | perf_counter: x86: Robustify interrupt handling |  Peter Zijlstra | 1 | -3/+13 |
| 2009-05-15 | perf_counter: Rework the perf counter disable/enable |  Peter Zijlstra | 1 | -71/+42 |
| 2009-05-15 | perf_counter: x86: Fix up the amd NMI/INT throttle |  Peter Zijlstra | 1 | -12/+26 |
| 2009-05-15 | perf_counter: x86: Allow unpriviliged use of NMIs |  Peter Zijlstra | 1 | -1/+4 |
| 2009-05-15 | perf_counter: x86: Fix throttling |  Ingo Molnar | 1 | -5/+15 |
| 2009-05-15 | perf_counter: x86: More accurate counter update |  Peter Zijlstra | 1 | -3/+6 |
| 2009-05-13 | perf_counter: fix print debug irq disable |  Peter Zijlstra | 1 | -2/+3 |
| 2009-05-11 | x86: display extended apic registers with print_local_APIC and cpu_debug code |  Andreas Herrmann | 1 | -1/+13 |
| 2009-05-11 | perf_counter, x86: clean up throttling printk |  Mike Galbraith | 1 | -1/+1 |
| 2009-05-11 | x86: mtrr: Fix high_width computation when phys-addr is >= 44bit |  Yinghai Lu | 1 | -1/+5 |
| 2009-05-11 | x86: clean up and fix setup_clear/force_cpu_cap handling |  Yinghai Lu | 1 | -5/+12 |
| 2009-05-09 | x86: mce: remove duplicated #include |  Huang Weiyi | 1 | -1/+0 |
| 2009-05-08 | x86: MCE: make cmci_discover_lock irq-safe |  Hidetoshi Seto | 1 | -4/+6 |
| 2009-05-05 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -1/+3 |
| 2009-05-04 | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo |  Andreas Herrmann | 1 | -1/+1 |
| 2009-05-04 | perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMON |  Ingo Molnar | 1 | -1/+7 |
| 2009-05-04 | perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo |  Peter Zijlstra | 1 | -7/+7 |
| 2009-05-02 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip |  Linus Torvalds | 1 | -16/+17 |
| 2009-05-01 | x86: initialize io_bitmap_base on 32bit |  Thomas Gleixner | 1 | -0/+2 |
| 2009-05-01 | perf_counter: fix nmi-watchdog interaction |  Peter Zijlstra | 1 | -0/+3 |
| 2009-04-29 | perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask |  Robert Richter | 1 | -14/+14 |
| 2009-04-29 | perf_counter: add/update copyrights |  Ingo Molnar | 1 | -4/+5 |
| 2009-04-29 | perf_counter, x86: remove unused function argument in intel_pmu_get_status() |  Robert Richter | 1 | -3/+3 |
| 2009-04-29 | perf_counter, x86: remove vendor check in fixed_mode_idx() |  Robert Richter | 1 | -1/+1 |
| 2009-04-29 | perf_counter, x86: introduce max_period variable |  Robert Richter | 1 | -8/+12 |
| 2009-04-29 | perf_counter, x86: return raw count with x86_perf_counter_update() |  Robert Richter | 1 | -3/+4 |
| 2009-04-29 | perf_counter, x86: implement the interrupt handler for AMD cpus |  Robert Richter | 1 | -8/+37 |
| 2009-04-29 | perf_counter, x86: change and remove pmu initialization checks |  Robert Richter | 1 | -21/+13 |
| 2009-04-29 | perf_counter, x86: rework counter disable functions |  Robert Richter | 1 | -25/+23 |
| 2009-04-29 | perf_counter, x86: rework counter enable functions |  Robert Richter | 1 | -28/+24 |
| 2009-04-29 | perf_counter, x86: consistent use of type int for counter index |  Robert Richter | 1 | -4/+4 |
| 2009-04-29 | perf_counter, x86: generic use of cpuc->active |  Robert Richter | 1 | -11/+9 |
| 2009-04-29 | perf_counter, x86: rename cpuc->active_mask |  Robert Richter | 1 | -5/+5 |
| 2009-04-29 | perf_counter, x86: make x86_pmu_read() static inline |  Robert Richter | 1 | -1/+1 |
| 2009-04-29 | perf_counter, x86: make pmu version generic |  Robert Richter | 1 | -11/+13 |
| 2009-04-29 | perf_counter, x86: move counter parameters to struct x86_pmu |  Robert Richter | 1 | -43/+37 |
| 2009-04-29 | perf_counter, x86: make x86_pmu data a static struct |  Robert Richter | 1 | -25/+25 |
| 2009-04-29 | perf_counter, x86: modify initialization of struct x86_pmu |  Robert Richter | 1 | -11/+16 |
| 2009-04-29 | perf_counter, x86: rename intel only functions |  Robert Richter | 1 | -4/+4 |
| 2009-04-29 | perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_set_period |  Robert Richter | 1 | -3/+3 |
| 2009-04-29 | perf_counter, x86: remove ack_status() from struct x86_pmu |  Robert Richter | 1 | -17/+2 |
| 2009-04-29 | perf_counter, x86: remove get_status() from struct x86_pmu |  Robert Richter | 1 | -34/+5 |
| 2009-04-29 | perf_counter, x86: make interrupt handler model specific |  Robert Richter | 1 | -3/+13 |
| 2009-04-29 | perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu |  Robert Richter | 1 | -67/+68 |
| 2009-04-29 | perfcounters: rename struct hw_perf_counter_ops into struct pmu |  Robert Richter | 1 | -19/+18 |