summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-162-2/+2
|\
| * Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-056-14/+74
| |\
| * \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-192-10/+48
| |\ \
| * | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-132-3/+23
| |\ \ \
| * | | | x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar2016-04-011-1/+1
| * | | | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-311-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-127-14/+77
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar2016-04-233-13/+71
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf/core, sched: Don't use clock function pointer to determine clockAlexander Shishkin2016-04-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | 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/+48
* | | | | perf/x86/intel/pt: Move transaction start/stop to PMU start/stop callbacksAlexander Shishkin2016-03-311-58/+27
* | | | | 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