Age | Commit message (Expand) | Author | Files | Lines |
2011-11-15 | Merge branch 'core' of git://amd64.org/linux/rric into perf/core | Ingo Molnar | 1 | -6/+21 |
2011-11-08 | Merge branch 'perf/core' into oprofile/master | Robert Richter | 1 | -27/+11 |
2011-11-04 | oprofile, x86: Add kernel parameter oprofile.cpu_type=timer | Robert Richter | 1 | -6/+21 |
2011-10-26 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -29/+11 |
2011-10-10 | perf, x86: Implement IBS initialization | Robert Richter | 1 | -2/+0 |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 1 | -27/+11 |
2011-09-13 | locking, oprofile: Annotate oprofilefs lock as raw | Thomas Gleixner | 1 | -2/+2 |
2011-06-15 | oprofile, x86: Fix race in nmi handler while starting counters | Robert Richter | 1 | -4/+10 |
2011-03-29 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 1 | -0/+5 |
2011-03-24 | oprofile, x86: Allow setting EDGE/INV/CMASK for counter events | Andi Kleen | 1 | -0/+5 |
2011-03-23 | x86: Use syscore_ops instead of sysdev classes and sysdevs | Rafael J. Wysocki | 1 | -32/+12 |
2011-01-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
2011-01-07 | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 1 | -1/+0 |
2011-01-07 | x86, NMI: Add priorities to handlers | Don Zickus | 1 | -1/+1 |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo | 1 | -1/+1 |
2010-12-19 | oprofile, x86: Add support for AMD family 15h | Robert Richter | 1 | -0/+3 |
2010-10-15 | oprofile, x86: Add support for AMD family 14h | Robert Richter | 1 | -0/+3 |
2010-10-15 | oprofile, x86: Add support for AMD family 12h | Robert Richter | 1 | -0/+3 |
2010-10-01 | oprofile, x86: Simplify init/exit functions | Robert Richter | 1 | -8/+1 |
2010-09-21 | oprofile: Add Support for Intel CPU Family 6 / Model 29 | Jiri Olsa | 1 | -0/+1 |
2010-09-16 | oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540) | Patrick Simmons | 1 | -1/+3 |
2010-09-01 | oprofile, x86: fix init_sysfs() function stub | Robert Richter | 1 | -2/+4 |
2010-08-31 | oprofile, x86: fix init_sysfs error handling | Robert Richter | 1 | -3/+13 |
2010-08-05 | oprofile: add support for Intel processor model 30 | Josh Hunt | 1 | -0/+1 |
2010-05-10 | Oprofile: Change CPUIDS from decimal to hex, and add some comments | John Villalovos | 1 | -2/+14 |
2010-05-06 | oprofile/x86: make AMD IBS hotplug capable | Robert Richter | 1 | -2/+2 |
2010-05-06 | oprofile/x86: notify cpus only when daemon is running | Robert Richter | 1 | -13/+3 |
2010-05-04 | oprofile/x86: reordering some functions | Robert Richter | 1 | -67/+67 |
2010-05-04 | oprofile/x86: stop disabled counters in nmi handler | Robert Richter | 1 | -2/+10 |
2010-05-04 | oprofile/x86: protect cpu hotplug sections | Robert Richter | 1 | -6/+46 |
2010-05-04 | oprofile/x86: remove CONFIG_SMP macros | Robert Richter | 1 | -6/+1 |
2010-05-04 | oprofile/x86: fix uninitialized counter usage during cpu hotplug | Robert Richter | 1 | -2/+8 |
2010-05-04 | oprofile/x86: return -EBUSY if counters are already reserved | Robert Richter | 1 | -1/+4 |
2010-05-04 | oprofile/x86: rework error handler in nmi_setup() | Robert Richter | 1 | -14/+19 |
2010-02-26 | oprofile/x86: use kzalloc() instead of kmalloc() | Robert Richter | 1 | -3/+3 |
2010-02-26 | oprofile/x86: fix perfctr nmi reservation for mulitplexing | Robert Richter | 1 | -5/+6 |
2010-01-25 | oprofile/x86: add Xeon 7500 series support | Andi Kleen | 1 | -0/+1 |
2010-01-25 | oprofile/x86: fix crash when profiling more than 28 events | Suravee Suthikulpanit | 1 | -1/+1 |
2009-07-20 | x86/oprofile: Add counter reservation check for virtual counters | Robert Richter | 1 | -3/+1 |
2009-07-20 | x86/oprofile: Implement op_x86_virt_to_phys() | Robert Richter | 1 | -0/+6 |
2009-07-20 | oprofile: Adding switch counter to oprofile statistic variables | Robert Richter | 1 | -7/+0 |
2009-07-20 | x86/oprofile: Implement mux_clone() | Robert Richter | 1 | -14/+23 |
2009-07-20 | x86/oprofile: Enable multiplexing only if the model supports it | Robert Richter | 1 | -3/+9 |
2009-07-20 | x86/oprofile: Add function has_mux() to check multiplexing support | Robert Richter | 1 | -1/+18 |
2009-07-20 | x86/oprofile: Modify initialization of num_virt_counters | Robert Richter | 1 | -0/+3 |
2009-07-20 | x86/oprofile: Remove const qualifier from struct op_x86_model_spec | Robert Richter | 1 | -2/+2 |
2009-07-20 | x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c | Robert Richter | 1 | -74/+70 |
2009-07-20 | x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c | Robert Richter | 1 | -28/+24 |
2009-07-20 | x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c | Robert Richter | 1 | -26/+19 |