summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-242-10/+22
|\
| * perf/x86: Fix overlap counter scheduling bugPeter Zijlstra2016-12-221-1/+1
| * perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian2016-12-221-9/+21
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-21/+2Star
|\ \ | |/ |/|
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-163-33/+52
| |\
| * | x86/cqm: Share PQR_ASSOC related data between CQM and CATFenghua Yu2016-10-261-20/+1Star
| * | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-261-1/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \ \
| * | | x86/ldt: Make all size computations unsignedThomas Gleixner2016-12-101-1/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-26/+19Star
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-161-26/+19Star
* | | | perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2016-12-112-3/+7
| |/ / |/| |
* | | perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2016-12-062-2/+2
* | | perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc2016-12-061-0/+1
* | | perf/x86/intel/uncore: Allow only a single PMU/box within an events groupPeter Zijlstra2016-11-221-4/+4
* | | perf/x86/intel: Cure bogus unwind from PEBS entriesPeter Zijlstra2016-11-222-13/+24
* | | perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner2016-11-221-8/+2Star
* | | perf/x86: Add perf support for AMD family-17h processorsJanakarajan Natarajan2016-11-181-1/+7
* | | perf/x86/uncore: Fix crash by removing bogus event_list[] handling for SNB cl...Kan Liang2016-11-161-12/+0Star
* | | perf/x86/intel/uncore: Add more Intel uncore IMC PCI IDs for SkyLakeKan Liang2016-11-111-4/+28
|/ /
* | perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik2016-10-281-3/+7
* | perf/x86/intel/cstate: Add C-state residency events for Knights LandingLukasz Odzioba2016-10-191-4/+26
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-183-1/+4
|\
| * perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * perf/x86/intel: Add Knights Mill CPUIDPiotr Luc2016-10-171-1/+2
* | perf/x86/intel: Remove an inconsistent NULL checkDan Carpenter2016-10-161-2/+2
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-041-24/+12Star
|\
| * Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-2/+3
| |\
| * | perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf2016-09-201-23/+10Star
| * | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-203-13/+24
| |\ \
| * \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-154-41/+132
| |\ \ \
| * | | | x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-151-1/+1
| * | | | perf/x86: Check perf_callchain_store() errorJosh Poimboeuf2016-09-081-1/+2
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-234-15/+27
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin2016-09-221-1/+2
| * | | | perf/x86/intel/bts: Make sure debug store is validSebastian Andrzej Siewior2016-09-201-1/+1
| | |_|/ | |/| |
| * | | perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2016-09-161-2/+2
| * | | perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin2016-09-161-2/+7
| * | | perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin2016-09-161-1/+6
| * | | perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin2016-09-161-2/+2
| * | | perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin2016-09-151-7/+8
| | |/ | |/|
* | | perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin2016-09-202-1/+28
* | | perf/x86/intel/uncore: Add Skylake server uncore supportKan Liang2016-09-103-1/+600
* | | perf/x86/rapl: Enable Apollo Lake RAPL supportHarry Pan2016-09-101-0/+2
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-104-41/+132
|\| |
| * | perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra2016-09-101-8/+11
| * | perf/x86/intel/bts: Kill a silly warningAlexander Shishkin2016-09-101-2/+0Star
| * | perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin2016-09-101-4/+15
| * | perf/x86/intel/bts: Fix confused ordering of PMU callbacksAlexander Shishkin2016-09-101-24/+80