summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-1214-856/+166
|\
| * kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-141-2/+3
| * kprobes: Make local functions staticMasami Hiramatsu2020-09-082-20/+4
| * kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu2020-09-082-21/+10
| * kprobes: Remove NMI context checkMasami Hiramatsu2020-09-081-12/+4
| * sparc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-48/+3
| * sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-55/+3
| * s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-77/+2
| * powerpc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-50/+3
| * parisc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-72/+4
| * mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-51/+3
| * ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+2
| * csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+2
| * arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-52/+2
| * arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
| * arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
| * x86/kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-105/+3
| * kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu2020-09-082-4/+126
* | 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