summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1215-239/+1081
|\
| * 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
| * perf/x86/amd/ibs: Support 27-bit extended Op/cycle counterKim Phillips2020-09-102-11/+32
| * perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2020-09-102-10/+17
| * perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips2020-09-101-4/+8
| * perf/x86/amd: Fix sampling Large Increment per Cycle eventsKim Phillips2020-09-101-2/+2
| * perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviourKim Phillips2020-09-101-20/+8
| * perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBSKan Liang2020-09-101-12/+20
| * perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang2020-08-182-12/+83
| * perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang2020-08-184-0/+135
| * perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang2020-08-182-1/+5
| * perf/x86/intel: Generic support for hardware TopDown metricsKan Liang2020-08-185-15/+257
| * perf/x86/intel: Use switch in intel_pmu_disable/enable_eventKan Liang2020-08-181-8/+28
| * perf/x86/intel: Fix the name of perf METRICSKan Liang2020-08-181-1/+1
| * perf/x86/intel: Move BTS index to 47Kan Liang2020-08-181-2/+2
| * perf/x86/intel: Introduce the fourth fixed counterKan Liang2020-08-181-3/+20
| * perf/x86/intel: Name the global status bit in NMI handlerKan Liang2020-08-182-12/+14
| * perf/x86: Use event_base_rdpmc for the RDPMC userspace supportKan Liang2020-08-181-8/+3
* | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-1211-42/+279
|\ \
| * | x86/perf, static_call: Optimize x86_pmu methodsPeter Zijlstra2020-09-011-40/+94
| * | static_call: Allow early initPeter Zijlstra2020-09-012-1/+6
| * | static_call: Add some validationPeter Zijlstra2020-09-011-2/+26
| * | static_call: Handle tail-callsPeter Zijlstra2020-09-011-3/+18
| * | static_call: Add static_call_cond()Peter Zijlstra2020-09-012-13/+41
| * | x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra2020-09-012-0/+24
| * | static_call: Add simple self-test for static callsPeter Zijlstra2020-09-011-0/+6
| * | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-014-2/+18