| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo | Peter Zijlstra | 2009-05-04 | 1 | -7/+7 |
| * | | | | | perf_counter: fix nmi-watchdog interaction | Peter Zijlstra | 2009-05-01 | 1 | -0/+3 |
| * | | | | | Merge branch 'core/signal' into perfcounters/core | Thomas Gleixner | 2009-04-30 | 4 | -3/+8 |
| |\ \ \ \ \ |
|
| * | | | | | | perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask | Robert Richter | 2009-04-29 | 1 | -14/+14 |
| * | | | | | | perf_counter: add/update copyrights | Ingo Molnar | 2009-04-29 | 1 | -4/+5 |
| * | | | | | | perf_counter, x86: remove unused function argument in intel_pmu_get_status() | Robert Richter | 2009-04-29 | 1 | -3/+3 |
| * | | | | | | perf_counter, x86: remove vendor check in fixed_mode_idx() | Robert Richter | 2009-04-29 | 1 | -1/+1 |
| * | | | | | | perf_counter, x86: introduce max_period variable | Robert Richter | 2009-04-29 | 1 | -8/+12 |
| * | | | | | | perf_counter, x86: return raw count with x86_perf_counter_update() | Robert Richter | 2009-04-29 | 1 | -3/+4 |
| * | | | | | | perf_counter, x86: implement the interrupt handler for AMD cpus | Robert Richter | 2009-04-29 | 1 | -8/+37 |
| * | | | | | | perf_counter, x86: change and remove pmu initialization checks | Robert Richter | 2009-04-29 | 1 | -21/+13 |
| * | | | | | | perf_counter, x86: rework counter disable functions | Robert Richter | 2009-04-29 | 1 | -25/+23 |
| * | | | | | | perf_counter, x86: rework counter enable functions | Robert Richter | 2009-04-29 | 1 | -28/+24 |
| * | | | | | | perf_counter, x86: consistent use of type int for counter index | Robert Richter | 2009-04-29 | 1 | -4/+4 |
| * | | | | | | perf_counter, x86: generic use of cpuc->active | Robert Richter | 2009-04-29 | 1 | -11/+9 |
| * | | | | | | perf_counter, x86: rename cpuc->active_mask | Robert Richter | 2009-04-29 | 1 | -5/+5 |
| * | | | | | | perf_counter, x86: make x86_pmu_read() static inline | Robert Richter | 2009-04-29 | 1 | -1/+1 |
| * | | | | | | perf_counter, x86: make pmu version generic | Robert Richter | 2009-04-29 | 1 | -11/+13 |
| * | | | | | | perf_counter, x86: move counter parameters to struct x86_pmu | Robert Richter | 2009-04-29 | 1 | -43/+37 |
| * | | | | | | perf_counter, x86: make x86_pmu data a static struct | Robert Richter | 2009-04-29 | 1 | -25/+25 |
| * | | | | | | perf_counter, x86: modify initialization of struct x86_pmu | Robert Richter | 2009-04-29 | 1 | -11/+16 |
| * | | | | | | perf_counter, x86: rename intel only functions | Robert Richter | 2009-04-29 | 1 | -4/+4 |
| * | | | | | | perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_... | Robert Richter | 2009-04-29 | 1 | -3/+3 |
| * | | | | | | perf_counter, x86: remove ack_status() from struct x86_pmu | Robert Richter | 2009-04-29 | 1 | -17/+2 |
| * | | | | | | perf_counter, x86: remove get_status() from struct x86_pmu | Robert Richter | 2009-04-29 | 1 | -34/+5 |
| * | | | | | | perf_counter, x86: make interrupt handler model specific | Robert Richter | 2009-04-29 | 1 | -3/+13 |
| * | | | | | | perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu | Robert Richter | 2009-04-29 | 1 | -67/+68 |
| * | | | | | | perfcounters: rename struct hw_perf_counter_ops into struct pmu | Robert Richter | 2009-04-29 | 1 | -19/+18 |
| * | | | | | | perf_counter, x86: protect per-cpu variables with compile barriers only | Robert Richter | 2009-04-29 | 1 | -2/+2 |
| * | | | | | | perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all() | Robert Richter | 2009-04-29 | 1 | -10/+14 |
| * | | | | | | perf_counter, x86: add default path to cpu detection | Robert Richter | 2009-04-29 | 1 | -0/+2 |
| * | | | | | | perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpus | Robert Richter | 2009-04-29 | 2 | -7/+3 |
| * | | | | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 71 | -514/+736 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | perf_counter: fix alignment in /proc/interrupts | Luis Henriques | 2009-04-13 | 1 | -1/+1 |
| * | | | | | | | perf_counter: allow for data addresses to be recorded | Peter Zijlstra | 2009-04-08 | 2 | -4/+6 |
| * | | | | | | | x86: smarten /proc/interrupts output for new counters | Hidetoshi Seto | 2009-04-08 | 1 | -1/+1 |
| * | | | | | | | Merge commit 'v2.6.30-rc1' into perfcounters/core | Ingo Molnar | 2009-04-08 | 4 | -9/+8 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-07 | 5 | -59/+167 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, perfcounters: add atomic64_xchg() | Ingo Molnar | 2009-04-07 | 1 | -3/+21 |
| * | | | | | | | | | perf_counter: theres more to overflow than writing events | Peter Zijlstra | 2009-04-07 | 1 | -1/+2 |
| * | | | | | | | | | perf_counter: x86: self-IPI for pending work | Peter Zijlstra | 2009-04-07 | 10 | -1/+33 |
| * | | | | | | | | | perf_counter: add more context information | Peter Zijlstra | 2009-04-06 | 1 | -0/+9 |
| * | | | | | | | | | perf_counter: pmc arbitration | Peter Zijlstra | 2009-04-06 | 1 | -0/+75 |
| * | | | | | | | | | perf_counter: x86: callchain support | Peter Zijlstra | 2009-04-06 | 1 | -0/+154 |
| * | | | | | | | | | perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init() | Peter Zijlstra | 2009-04-06 | 1 | -1/+1 |
| * | | | | | | | | | perf_counter: unify and fix delayed counter wakeup | Peter Zijlstra | 2009-04-06 | 4 | -40/+4 |
| * | | | | | | | | | perf_counter: remove the event config bitfields | Peter Zijlstra | 2009-04-06 | 1 | -4/+4 |
| * | | | | | | | | | perf_counter: unify irq output code | Peter Zijlstra | 2009-04-06 | 1 | -52/+1 |
| * | | | | | | | | | perf_counter: revamp syscall input ABI | Peter Zijlstra | 2009-04-06 | 1 | -5/+5 |
| * | | | | | | | | | perf_counter: abstract wakeup flag setting in core to fix powerpc build | Paul Mackerras | 2009-04-06 | 1 | -0/+3 |