aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_event.c
AgeCommit message (Expand)Author
2014-12-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang
2014-02-27perf/x86: Fix event schedulingPeter Zijlstra
2014-02-09perf/x86: Fix Userspace RDPMC switchPeter Zijlstra
2014-02-09perf/x86/intel/p6: Add userspace RDPMC quirk for PProPeter Zijlstra
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra
2013-10-04perf/x86: Clean up cap_user_time* settingPeter Zijlstra
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra
2013-07-23perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-06-26perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen
2013-06-19perf/x86/intel: Add Haswell PEBS record supportAndi Kleen
2013-06-19perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter
2013-04-21perf/x86: Check all MSRs before passing hw checkGeorge Dunlap
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian
2013-03-26perf/x86: Improve sysfs event mapping with event stringStephane Eranian
2013-03-26perf/x86: Support CPU specific sysfs eventsAndi Kleen
2013-02-06perf/x86: Allow for architecture specific RDPMC indexesJacob Shin
2013-01-31perf: Make EVENT_ATTR globalSukadev Bhattiprolu
2013-01-10perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern
2012-10-30perf/x86: Fix sparse warningsPeter Huewe
2012-10-24perf/x86: Add hardware events translations for AMD cpusJiri Olsa
2012-10-24perf/x86: Add hardware events translations for Intel cpusJiri Olsa
2012-10-24perf/x86: Filter out undefined events from sysfs events attributeJiri Olsa
2012-10-24perf/x86: Make hardware event translations available in sysfsJiri Olsa
2012-10-24x86/perf: Fix virtualization sanity checkAndre Przywara
2012-10-16perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra
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