summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-241-1/+1
* perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]Jim Mattson2021-03-071-0/+3
* perf/x86/intel: Fix rtm_abort_event encoding on Ice LakeKan Liang2020-12-301-1/+1
* perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANYKan Liang2020-12-301-1/+2
* perf/x86/intel: Check PEBS status correctlyStephane Eranian2020-12-301-1/+1
* perf/x86: fix sysfs type mismatchesSami Tolvanen2020-12-023-11/+11
* perf/x86/intel: Fix Ice Lake event constraint tableKan Liang2020-11-051-1/+1
* perf/x86/intel/uncore: Reduce the number of CBOX countersKan Liang2020-10-291-1/+1
* perf/x86/intel/uncore: Update Ice Lake uncore unitsKan Liang2020-10-291-4/+25
* perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBSKan Liang2020-10-291-12/+20
* perf/x86/rapl: Move RAPL support to common x86 codeStephane Eranian2020-07-162-804/+0
* perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel TremontKan Liang2020-06-171-2/+2
* perf/x86/cstate: Add Tremont supportKan Liang2020-03-051-9/+13
* perf/x86/intel: Add Elkhart Lake supportKan Liang2020-03-051-0/+1
* perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-191-0/+2
* perf/x86/intel/uncore: Remove PCIe3 unit for SNRKan Liang2020-02-051-24/+0
* perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 FamilyKan Liang2020-02-051-0/+6
* perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_eventsKan Liang2020-01-231-0/+1
* perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin2020-01-091-5/+11
* perf/x86/uncore: Fix event group supportKan Liang2019-10-282-18/+38
* perf/x86/intel/pt: Fix base for single entry topaJiri Olsa2019-10-201-1/+1
* perf/x86/cstate: Add Tiger Lake CPU supportKan Liang2019-10-121-9/+11
* perf/x86/intel: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
* perf/x86/cstate: Update C-state counters for Ice LakeKan Liang2019-10-121-11/+25
* perf/x86/cstate: Add Comet Lake CPU supportKan Liang2019-10-121-10/+14
* perf/x86/intel: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-165-88/+88
|\
| * Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar2019-09-021-0/+6
| |\
| * | x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-285-21/+21
| * | x86/intel: Aggregate big core graphics namingPeter Zijlstra2019-08-285-13/+13
| * | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-284-28/+28
| * | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-285-36/+36
* | | perf/x86: Make more stuff staticValdis Klētnieks2019-09-033-4/+4
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-09-021-0/+6
|\ \ \ | | |/ | |/|
| * | perf/x86/intel: Restrict period on NehalemJosh Hunt2019-08-301-0/+6
| |/
* | perf/x86/intel: Support PEBS output to PTAlexander Shishkin2019-08-283-1/+73
* | perf/x86/intel/pt: Get rid of reverse lookup table for ToPAAlexander Shishkin2019-08-262-73/+131
* | perf/x86/intel/pt: Free up space in a ToPA descriptorAlexander Shishkin2019-08-261-8/+10
* | perf/x86/intel/pt: Split ToPA metadata and page layoutAlexander Shishkin2019-08-261-33/+60
* | perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculationAlexander Shishkin2019-08-261-2/+1
* | perf/x86/intel/pt: Use helpers to obtain ToPA entry sizeAlexander Shishkin2019-08-261-6/+6
* | perf/x86/intel/pt: Clean up ToPA allocation pathAlexander Shishkin2019-08-262-10/+7
|/
* perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-0/+2
* perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-251-2/+1
* perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun2019-07-251-2/+2
* perf/x86/intel: Fix SLOTS PEBS event constraintKan Liang2019-07-251-1/+1
* perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-131-5/+3
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-097-398/+1184
|\
| * Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-081-5/+4
| |\
| * | perf/x86/rapl: Get quirk state from new probe frameworkJiri Olsa2019-06-241-79/+3