| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() | Joe Perches | 2013-09-02 | 1 | -2/+1 |
* | perf/x86/amd: Rework AMD PMU init code | Peter Zijlstra | 2013-05-28 | 1 | -17/+17 |
* | perf/x86/amd: Remove old-style NB counter support from perf_event_amd.c | Jacob Shin | 2013-04-21 | 1 | -133/+5 |
* | perf/x86/amd: Enable northbridge performance counters on AMD family 15h | Jacob Shin | 2013-02-16 | 1 | -20/+151 |
* | perf/x86: Allow for architecture specific RDPMC indexes | Jacob Shin | 2013-02-06 | 1 | -0/+6 |
* | perf/x86: Move MSR address offset calculation to architecture specific files | Jacob Shin | 2013-02-06 | 1 | -0/+42 |
* | perf/x86/amd: Use proper naming scheme for AMD bit field definitions | Jacob Shin | 2013-02-06 | 1 | -4/+4 |
* | perf/x86/amd: Generalize northbridge constraints code for family 15h | Robert Richter | 2013-02-06 | 1 | -18/+25 |
* | perf/x86/amd: Rework northbridge event constraints handler | Robert Richter | 2013-02-06 | 1 | -42/+26 |
* | perf/x86: Add hardware events translations for AMD cpus | Jiri Olsa | 2012-10-24 | 1 | -0/+9 |
* | perf/x86/amd: Unify AMD's generic and family 15h pmus | Robert Richter | 2012-07-05 | 1 | -57/+46 |
* | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git... | Linus Torvalds | 2012-05-23 | 1 | -1/+10 |
|\ |
|
| * | perf/x86: Update event scheduling constraints for AMD family 15h models | Robert Richter | 2012-05-18 | 1 | -1/+10 |
* | | perf/x86-ibs: Precise event sampling with IBS for AMD CPUs | Robert Richter | 2012-05-09 | 1 | -1/+6 |
* | | perf/x86: Fix cmpxchg() usage in amd_put_event_constraints() | Robert Richter | 2012-04-26 | 1 | -3/+1 |
|/ |
|
* | perf: Adding sysfs group format attribute for pmu device | Jiri Olsa | 2012-03-16 | 1 | -0/+18 |
* | perf: Disable PERF_SAMPLE_BRANCH_* when not supported | Stephane Eranian | 2012-03-05 | 1 | -0/+3 |
* | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled | Joerg Roedel | 2012-03-02 | 1 | -2/+35 |
* | perf, x86: Fix event scheduler for constraints with overlapping counters | Robert Richter | 2011-12-06 | 1 | -1/+1 |
* | perf, x86: Share IBS macros between perf and oprofile | Robert Richter | 2011-10-10 | 1 | -2/+2 |
* | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel | 2011-10-06 | 1 | -0/+13 |
* | x86: Perf_event_amd.c needs <asm/apicdef.h> | Randy Dunlap | 2011-09-27 | 1 | -0/+1 |
* | x86, perf: Clean up perf_event cpu code | Kevin Winchester | 2011-09-26 | 1 | -11/+7 |
* | perf, x86: Avoid kfree() in CPU_STARTING | Peter Zijlstra | 2011-08-14 | 1 | -1/+1 |
* | perf, arch: Add generic NODE cache events | Peter Zijlstra | 2011-07-01 | 1 | -0/+14 |
* | perf, x86: Add new stalled cycles events for Intel and AMD CPUs | Ingo Molnar | 2011-04-29 | 1 | -6/+8 |
* | perf, x86: Fix AMD family 15h FPU event constraints | Robert Richter | 2011-04-19 | 1 | -3/+17 |
* | perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpus | Andre Przywara | 2011-04-19 | 1 | -1/+1 |
* | perf, x86: Add support for AMD family 15h core counters | Robert Richter | 2011-02-16 | 1 | -1/+174 |
* | perf, amd: Remove the nb lock | Peter Zijlstra | 2010-12-08 | 1 | -13/+3 |
* | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocation | Peter Zijlstra | 2010-11-10 | 1 | -2/+2 |
* | perf_events: Fix bogus AMD64 generic TLB events | Stephane Eranian | 2010-10-18 | 1 | -2/+2 |
* | perf, x86: Fix incorrect branches event on AMD CPUs | Vince Weaver | 2010-07-03 | 1 | -2/+2 |
* | perf, x86: Fix __initconst vs const | Peter Zijlstra | 2010-04-02 | 1 | -2/+2 |
* | perf, x86: Fix up the ANY flag stuff | Peter Zijlstra | 2010-04-02 | 1 | -4/+13 |
* | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks | Robert Richter | 2010-04-02 | 1 | -14/+1 |
* | perf, x86: Undo some some *_counter* -> *_event* renames | Robert Richter | 2010-04-02 | 1 | -6/+6 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 | 1 | -34/+50 |
|\ |
|
| * | perf, x86: Fix AMD hotplug & constraint initialization | Peter Zijlstra | 2010-04-02 | 1 | -33/+47 |
| * | x86 / perf: Fix suspend to RAM on HP nx6325 | Rafael J. Wysocki | 2010-03-22 | 1 | -3/+5 |
* | | perf, x86: Implement initial P4 PMU driver | Cyrill Gorcunov | 2010-03-11 | 1 | -0/+2 |
|/ |
|
* | perf, x86: Use unlocked bitops | Peter Zijlstra | 2010-03-10 | 1 | -1/+1 |
* | perf: Rework and fix the arch CPU-hotplug hooks | Peter Zijlstra | 2010-03-10 | 1 | -35/+25 |
* | perf_event, amd: Fix spinlock initialization | Peter Zijlstra | 2010-02-26 | 1 | -1/+1 |
* | perf_events, x86: Split PMU definitions into separate files | Peter Zijlstra | 2010-02-26 | 1 | -0/+416 |