summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_event.c
AgeCommit message (Expand)Author
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra
2012-07-05perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra
2012-07-05perf/x86: Improve debug output in check_hw_exists()Robert Richter
2012-07-05perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-07-05perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra
2012-06-18perf: Export perf_assign_events()Yan, Zheng
2012-06-18perf/x86/amd: Fix RDPMC index calculation for AMD family 15hRobert Richter
2012-06-11perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin
2012-06-06perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernelVince Weaver
2012-06-06perf/x86: Fix wrmsrl() debug wrapperPeter Zijlstra
2012-06-06perf/x86: Check if user fp is validArun Sharma
2012-06-06perf/x86: Allow multiple stacksArun Sharma
2012-06-06perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-04-26perf: Trivial cleanup of duplicate codeRobert Richter
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra
2012-03-16perf: Adding sysfs group format attribute for pmu deviceJiri Olsa
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian
2012-03-05perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian
2012-03-05perf/x86: Add Intel LBR sharing logicStephane Eranian
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-20x32: Handle process creationH. Peter Anvin
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra
2011-12-21perf, x86: Implement user-space RDPMC support, to allow fast, user-space acce...Peter Zijlstra
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian
2011-12-06perf, x86: Expose perf capability to other modulesGleb Natapov
2011-12-06perf, x86: Implement arch event mask as quirkPeter Zijlstra
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter
2011-11-14perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester
2011-09-26Merge commit 'v3.1-rc7' into perf/coreIngo Molnar
2011-08-31x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin
2011-08-14perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov