summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang2018-03-041-1/+1
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-153-3/+3
* perf/x86: Fix perf,x86,cpuhp deadlockPeter Zijlstra2018-01-251-15/+18
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-171-2/+2
|\
| * perf/x86/rapl: Fix Haswell and Broadwell server RAPL eventKan Liang2018-01-121-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+18
|\ \ | |/ |/|
| * x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-051-0/+16
|\ \ | |/
| * x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra2018-01-051-0/+16
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-311-1/+4
|\ \
| * | perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner2017-12-271-1/+4
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-47/+83
|\ \ \ | |/ / |/| / | |/
| * x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins2017-12-231-45/+80
| * x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-231-2/+3
| * perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-171-0/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-263-4/+4
|\ \
| * | perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-262-12/+31
|\ \ \ | |/ / |/| |
| * | perf/x86/intel/uncore: Add event constraint for BDX PCUKan Liang2017-11-141-0/+8
| * | perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
| |/
* | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-079-0/+9
|\ \ | |/
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-029-0/+9
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-271-3/+3
|\ \ \ | |/ /
| * | perf/x86/intel/bts: Fix exclusive event reference leakAlexander Shishkin2017-10-241-3/+3
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-205-11/+23
|\ \ | |/
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-141-2/+10
| |\
| | * perf/x86/intel/uncore: Fix memory leaks on allocation failuresColin Ian King2017-10-101-2/+10
| * | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-7/+4
| |\ \ | | |/ | |/|
| | * perf/x86/intel, watchdog/core: Sanitize PMU HT bug workaroundPeter Zijlstra2017-09-141-7/+4
| * | perf/x86/intel/uncore: Correct num_boxes for IIO and IRPKan Liang2017-09-251-2/+2
| * | perf/x86/intel/rapl: Add missing CPU IDsKan Liang2017-09-251-0/+3
| * | perf/x86/intel/cstate: Add missing CPU IDsKan Liang2017-09-251-0/+4
| |/
* | perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-09-291-0/+4
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-042-1767/+1
|\
| * x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-012-1767/+1
* | perf/x86: Fix caps/ for !IntelPeter Zijlstra2017-08-291-12/+2
* | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-1/+1
* | perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin2017-08-292-3/+4
* | perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen2017-08-251-1/+65
* | perf/x86: Only show format attributes when supportedAndi Kleen2017-08-251-7/+41
* | perf/x86: Fix data source decoding for SkylakeAndi Kleen2017-08-252-19/+34
* | perf/x86: Move Nehalem PEBS code to flagAndi Kleen2017-08-252-4/+2
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-247-34/+34
|\ \
| * | x86: Constify attribute_group structuresArvind Yadav2017-08-184-31/+31
| * | x86: Mark various structures and functions as 'static'Colin Ian King2017-08-113-3/+3
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-304-20/+55
|\ \ | |/
| * perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regsStephane Eranian2017-07-241-0/+1
| * perf/x86/intel/uncore: Fix SKX CHA event extra regsStephane Eranian2017-07-241-0/+13
| * perf/x86/intel/uncore: Remove invalid Skylake server CHA filter fieldKan Liang2017-07-241-3/+0
OpenPOWER on IntegriCloud