summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1218-300/+1182
|\
| * perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-10-121-3/+4
| * 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
| * kprobes: Use module_name() macroJarkko Sakkinen2020-09-241-3/+4
| * 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/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang2020-09-102-31/+17
| * perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang2020-09-101-20/+31
| * 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-183-22/+102
| * 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/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-182-5/+37
| * 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-1247-241/+1585
|\ \
| * | static_call: Fix return type of static_call_initNathan Chancellor2020-10-022-5/+6
| * | tracepoint: Fix out of sync data passing by static callerSteven Rostedt (VMware)2020-10-021-6/+16
| * | tracepoint: Fix overly long tracepoint namespeterz@infradead.org2020-09-081-9/+9