summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin2016-05-121-0/+2
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-123-2/+9
|\
| * perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin2016-05-121-1/+1
| * perf/x86/msr: Fix SMI overflowPeter Zijlstra2016-05-121-1/+1
| * perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...hchrzani2016-05-121-0/+7
* | perf/x86/intel/pt: Convert ACCESS_ONCE()sAlexander Shishkin2016-05-051-3/+3
* | perf/x86/intel/pt: Export CPU frequency ratios needed by PT decodersAlexander Shishkin2016-05-052-0/+60
* | perf/x86/intel/pt: Bypass PT vs. LBR exclusivity if the core supports itAlexander Shishkin2016-05-053-0/+8
* | perf/x86/intel/pt: Add support for address range filtering in PTAlexander Shishkin2016-05-052-11/+194
* | perf/x86/intel/pt: Add IP filtering register/CPUID bitsAlexander Shishkin2016-05-052-0/+14
* | perf/x86/intel/pt: Move PT specific MSR bit definitions to a private headerAlexander Shishkin2016-05-051-0/+24
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-052-0/+3
|\|
| * perf/x86/amd/iommu: Do not register a task ctx for uncore like PMUsPeter Zijlstra2016-05-051-0/+1
| * perf/x86: Add model numbers for Kabylake CPUsAndi Kleen2016-05-051-0/+2
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-284-14/+72
|\|
| * perf/x86/intel: Fix incorrect lbr_sel_mask valueKan Liang2016-04-281-2/+4
| * perf/x86/intel/pt: Don't die on VMXONAlexander Shishkin2016-04-282-11/+67
| * perf/x86/amd: Set the size of event map array to PERF_COUNT_HW_MAXAdam Borowski2016-04-281-1/+1
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-2/+2
* | x86/perf/rapl: Add missing Broadwell modelPeter Zijlstra2016-04-231-0/+1
* | x86/perf/rapl: Reorder model numbersPeter Zijlstra2016-04-231-4/+9
* | perf/x86/intel/rapl: Support Skylake RAPL domainsSrinivas Pandruvada2016-04-231-2/+52
* | perf/x86/intel: Add LBR filter support for Silvermont and Airmont CPUsKan Liang2016-04-233-1/+21
* | perf/x86/intel: Add Goldmont CPU supportKan Liang2016-04-234-1/+177
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-232-0/+2
|\|
| * perf/x86/intel/rapl: Add missing Haswell modelSrinivas Pandruvada2016-04-231-0/+1
| * perf/x86/intel: Add model number for Skylake Server to perfAndi Kleen2016-04-231-0/+1
* | perf/x86/amd/uncore: Do not register a task ctx for uncore PMUsPeter Zijlstra2016-04-131-0/+2
* | perf/x86/intel/pt: Use boot_cpu_has() because it's thereAlexander Shishkin2016-04-131-1/+1
* | Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-133-5/+25
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-032-10/+48
| |\
| * | perf/x86/amd: Cleanup Fam10h NB event constraintsPeter Zijlstra2016-03-292-3/+23
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-249-35/+833
| |\ \
| * \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-2/+2
| |\ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
* | | | | perf/x86/intel/bts: Move transaction start/stop to start/stop callbacksAlexander Shishkin2016-03-311-57/+48Star
* | | | | perf/x86/intel/pt: Move transaction start/stop to PMU start/stop callbacksAlexander Shishkin2016-03-311-58/+27Star
* | | | | perf/x86: Move Kconfig.perf and other perf configuration bits to events/KconfigPeter Zijlstra2016-03-311-0/+36
* | | | | perf/x86/msr: Add AMD IRPERF (Instructions Retired) performance counterHuang Rui2016-03-311-11/+19
* | | | | perf/x86/msr: Add AMD PTSC (Performance Time-Stamp Counter) supportHuang Rui2016-03-311-0/+8
* | | | | x86/perf/intel/cstate: Modularize driverThomas Gleixner2016-03-312-4/+22
* | | | | x86/perf/intel/cstate: Sanitize error handlingThomas Gleixner2016-03-311-23/+27
* | | | | x86/perf/intel/cstate: Sanitize probingThomas Gleixner2016-03-311-199/+160Star
* | | | | x86/perf/intel/cstate: Make cstate hotplug handling actually workThomas Gleixner2016-03-311-69/+53Star
* | | | | x86/perf/intel/rapl: Make the Intel RAPL PMU driver modularKan Liang2016-03-312-40/+84
* | | | | x86/perf/intel/uncore: Make the Intel uncore PMU driver modularKan Liang2016-03-313-96/+135
| |_|_|/ |/| | |
* | | | perf/x86/amd/ibs: Fix pmu::stop() nestingPeter Zijlstra2016-03-311-7/+45
* | | | perf/x86: Move events_sysfs_show() outside CPU_SUP_INTELHuang Rui2016-03-251-3/+3
| |_|/ |/| |
* | | perf/x86/intel/rapl: Add missing Broadwell modelsSrinivas Pandruvada2016-03-211-0/+2
* | | perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCUKan Liang2016-03-211-5/+2Star