summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-149-18/+65
|\
| * perf/x86/intel: Add Tremont Topdown supportKan Liang2020-12-091-0/+14
| * perf/x86: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-1/+1
| * perf/x86/intel/lbr: Fix the return type of get_lbr_cycles()Kan Liang2020-12-091-1/+1
| * perf/x86/intel: Fix rtm_abort_event encoding on Ice LakeKan Liang2020-12-091-1/+1
| * Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra2020-11-2610-98/+200
| |\
| * | perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANYKan Liang2020-10-291-1/+2
| * | perf/x86/intel/uncore: Add Rocket Lake supportKan Liang2020-10-292-1/+25
| * | perf/x86/msr: Add Rocket Lake CPU supportKan Liang2020-10-291-0/+1
| * | perf/x86/cstate: Add Rocket Lake CPU supportKan Liang2020-10-291-9/+10
| * | perf/x86/intel: Add Rocket Lake CPU supportKan Liang2020-10-291-0/+1
| * | perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian2020-10-291-1/+1
| * | perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZEKan Liang2020-10-291-3/+8
* | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-143-3/+3
|\ \ \
| * | | perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi2020-10-263-3/+3
* | | | Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-141-1/+1
|\ \ \ \
| * | | | x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-1/+1
* | | | | perf/x86/intel: Check PEBS status correctlyStephane Eranian2020-12-031-1/+1
* | | | | perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim2020-12-031-1/+1
| |_|_|/ |/| | |
* | | | perf/x86: fix sysfs type mismatchesSami Tolvanen2020-11-174-24/+12
|/ / /
* | | perf/x86/intel/uncore: Fix Add BW copypastaArnd Bergmann2020-11-101-1/+1
* | | perf/x86/intel: Make anythread filter support conditionalStephane Eranian2020-11-092-0/+11
* | | perf/x86: Make dummy_iregs staticPeter Zijlstra2020-11-091-1/+1
* | | perf/x86: Reduce stack usage for x86_pmu::drain_pebs()Peter Zijlstra2020-11-093-24/+27
* | | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-2/+2
|/ /
* | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1213-226/+992
|\|
| * perf/x86: Fix n_metric for cancelled txnPeter Zijlstra2020-10-062-0/+4
| * perf/x86: Fix n_pair for cancelled txnPeter Zijlstra2020-10-062-1/+6
| * x86/events/amd/iommu: Fix sizeof mismatchColin Ian King2020-10-031-1/+1
| * perf/x86/intel: Check perf metrics feature for each CPUKan Liang2020-10-031-0/+11
| * perf/x86/intel: Fix Ice Lake event constraint tableKan Liang2020-09-291-1/+1
| * perf/x86/intel/uncore: Fix the scale of the IMC free-running eventsKan Liang2020-09-291-6/+6
| * perf/x86/intel/uncore: Fix for iio mapping on Skylake ServerAlexander Antonov2020-09-291-2/+5
| * perf/x86/msr: Add Jasper Lake supportKan Liang2020-09-291-0/+1
| * perf/x86/intel: Add Jasper Lake supportKan Liang2020-09-291-0/+1
| * perf/x86/intel/uncore: Reduce the number of CBOX countersKan Liang2020-09-291-1/+1
| * perf/x86/intel/uncore: Update Ice Lake uncore unitsKan Liang2020-09-291-4/+25
| * perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore supportKan Liang2020-09-293-2/+19
| * perf/x86/intel/uncore: Support PCIe3 unit on Snow RidgeKan Liang2020-09-241-0/+53
| * perf/x86/intel/uncore: Generic support for the PCI sub driverKan Liang2020-09-242-0/+82
| * perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()Kan Liang2020-09-241-10/+25
| * perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()Kan Liang2020-09-241-31/+51
| * perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()Kan Liang2020-09-241-15/+33
| * perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()Kan Liang2020-09-241-8/+23
| * perf/amd/uncore: Inform the user how many counters each uncore PMU hasKim Phillips2020-09-241-6/+7
| * perf/amd/uncore: Allow F19h user coreid, threadmask, and sliceid specificationKim Phillips2020-09-241-5/+32
| * perf/amd/uncore: Allow F17h user threadmask and slicemask specificationKim Phillips2020-09-241-7/+16
| * perf/amd/uncore: Prepare to scale for more attributes that vary per familyKim Phillips2020-09-241-50/+61
| * arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips2020-09-101-1/+14
| * perf/x86/rapl: Add AMD Fam19h RAPL supportKim Phillips2020-09-101-0/+1