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