summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Check if user fp is validArun Sharma2012-06-061-0/+12
* perf/x86: Allow multiple stacksArun Sharma2012-06-061-6/+0
* perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra2012-06-061-0/+1
* perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-3/+1
* perf: Trivial cleanup of duplicate codeRobert Richter2012-04-261-3/+0
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-311-1/+16
|\
| * Merge branch 'linus' into perf/urgentIngo Molnar2012-03-261-2/+2
| |\
| * | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-1/+9
| * | perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-161-0/+7
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+3
|\ \ \ | |_|/ |/| |
| * | x32: Handle process creationH. Peter Anvin2012-02-201-1/+3
* | | bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-231-2/+2
| |/ |/|
* | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-7/+14
* | perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian2012-03-051-0/+60
* | perf/x86: Add Intel LBR sharing logicStephane Eranian2012-03-051-0/+4
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-051-0/+3
|\|
* | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-061-3/+0
|\ \
| * | perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-031-3/+0
| |/
* | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-211-0/+14
* | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-211-1/+54
* | perf, x86: Implement user-space RDPMC support, to allow fast, user-space acce...Peter Zijlstra2011-12-211-0/+15
|/
* perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-211-1/+7
* perf, x86: Expose perf capability to other modulesGleb Natapov2011-12-061-0/+12
* perf, x86: Implement arch event mask as quirkPeter Zijlstra2011-12-061-2/+3
* perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra2011-12-061-5/+14
* perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter2011-12-061-2/+43
* perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-061-53/+132
* perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra2011-11-141-5/+1
* perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-5/+5
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-65/+4
* x86, perf: Clean up perf_event cpu codeKevin Winchester2011-09-261-351/+18
* Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-261-0/+3
|\
| * x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-311-0/+3
* | perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra2011-08-141-0/+8
|/
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-35/+0
* perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2011-07-141-7/+0
* perf, intel: Try alternative OFFCORE encodingsPeter Zijlstra2011-07-011-1/+4
* perf_events: Add Intel Sandy Bridge offcore_response low-level supportStephane Eranian2011-07-011-0/+1
* perf_events: Fix validation of events using an extra regStephane Eranian2011-07-011-14/+45
* perf_events: Update Intel extra regs shared constraints managementStephane Eranian2011-07-011-17/+61
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-011-0/+7
* x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-13/+0
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-011-5/+17
|\
| * perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus2011-04-271-2/+10
| * perf, x86: Fix BTS conditionPeter Zijlstra2011-04-261-2/+2
| * x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar2011-04-221-1/+5
* | perf, x86: Use ALTERNATIVE() to check for X86_FEATURE_PERFCTR_CORERobert Richter2011-04-191-4/+11
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-3/+8
|\
| * perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar2011-03-251-2/+7