summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-031-1/+2
|\
| * x86/tsc: Get rid of rdtscll()Thomas Gleixner2018-03-231-1/+2
* | perf/x86/intel: Enable C-state residency events for Cannon LakeHarry Pan2018-03-311-13/+31
* | perf/x86/intel: Add Cannon Lake support for RAPL profilingHarry Pan2018-03-311-0/+2
* | perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-3/+10
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-8/+17
|\ \
| * | perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian2018-03-271-8/+17
* | | perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2018-03-271-3/+3
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-245-28/+32
|\| |
| * | perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang2018-03-201-14/+17
| * | perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang2018-03-204-13/+13
| * | perf/x86/intel/uncore: Add missing filter constraint for SKX CHA eventStephane Eranian2018-03-201-0/+1
| * | perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter2018-03-201-1/+1
| * | perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang2018-03-201-1/+2
| |/
* | perf: Fix sibling iterationPeter Zijlstra2018-03-162-2/+2
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-122-2/+2
* | perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang2018-03-091-1/+2
* | perf/x86/intel: Fix PMU read for auto-reloadKan Liang2018-03-091-0/+9
* | perf/x86/intel/ds: Introduce ->read() function for auto-reload events and flu...Kan Liang2018-03-092-0/+11
* | perf/x86: Introduce a ->read() callback in 'struct x86_pmu'Kan Liang2018-03-092-0/+3
* | perf/x86/intel: Fix event update for auto-reloadKan Liang2018-03-092-13/+94
* | perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang2018-03-091-1/+9
* | perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang2018-03-092-2/+2
|/
* perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang2018-03-041-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-153-3/+3
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-153-3/+3
* | x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGSJiri Olsa2018-02-051-1/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-301-27/+43
|\ \ | |/ |/|
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-01-171-2/+2
| |\
| * | perf/x86/msr: Clean up the codeIngo Molnar2018-01-061-32/+29Star
| * | perf/x86/msr: Add support for MSR_IA32_THERM_STATUSStephane Eranian2018-01-061-4/+23
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-281-1/+1
|\ \ \
| * | | perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-241-1/+1
* | | | 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-302-66/+87
|\ \ \ | |/ / |/| / | |/
| * x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins2017-12-232-45/+82
| * x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-232-21/+5Star
| * locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-1/+1
| * perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-172-1/+27
* | 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
|\ \ \ | |/ / |/| |