summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]Borislav Petkov2016-02-094-5/+5
* perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.cBorislav Petkov2016-02-093-2/+3
* perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.cBorislav Petkov2016-02-093-2/+4
* perf/x86: Move perf_event.c ............... => x86/events/core.cBorislav Petkov2016-02-094-4/+4
* Merge branch 'x86/cpu' into perf/core, to pick up dependencyIngo Molnar2016-02-0931-163/+150
|\
| * x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-0327-159/+146
| * x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-014-4/+4
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-0414-236/+425
|\ \
| * | perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim2016-02-031-0/+55
| * | perf report: Update documention of --percent-limit optionNamhyung Kim2016-02-031-1/+4
| * | perf report: Update documentation of --sort optionNamhyung Kim2016-02-031-16/+16
| * | perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-032-3/+9
| * | perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-035-12/+15
| * | perf tools: Add hpp_list into struct hists objectJiri Olsa2016-02-032-3/+5
| * | perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2016-02-033-15/+17
| * | perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa2016-02-032-3/+3
| * | perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-033-7/+7
| * | perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa2016-02-032-4/+4
| * | perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-036-21/+21
| * | perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa2016-02-031-15/+18
| * | perf hists: Add perf_hpp_list register helpersJiri Olsa2016-02-032-9/+23
| * | perf hists: Introduce perf_hpp_list__init functionJiri Olsa2016-02-032-0/+8
| * | perf hists: Introduce struct perf_hpp_listJiri Olsa2016-02-032-11/+16
| * | perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa2016-02-031-12/+22
| * | perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa2016-02-031-12/+22
| * | perf hists: Properly release format fieldsJiri Olsa2016-02-033-0/+33
| * | perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-032-14/+0
| * | perf hists: Allocate output sort fieldJiri Olsa2016-02-032-10/+47
| * | perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo2016-02-031-7/+7
| * | perf report: Move UI initialization ahead of sort setupJiri Olsa2016-02-031-9/+9
| * | perf hists: Make hpp setup function genericJiri Olsa2016-02-031-28/+8
| * | perf hists: Add 'hpp__equal' callback functionJiri Olsa2016-02-031-0/+16
| * | perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-033-22/+28
| * | perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa2016-02-031-10/+2
| * | perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-032-11/+15
| * | perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-038-16/+23
| * | perf hists: Factor output_resort from hists__output_resortJiri Olsa2016-02-031-8/+15
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-02-0436-299/+422
|\ \ \ | |/ / |/| |
| * | Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2016-02-041-0/+10
| |\ \
| | * | perf stat: Fix interval output valuesJiri Olsa2016-02-031-0/+10
| * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-02-044-26/+53
| |\| |
| | * | perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2016-02-022-26/+41
| | * | perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter2016-02-021-0/+9
| | * | perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter2016-02-011-0/+3
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-0322-193/+269
| |\ \ \
| | * | | mm: fix memory leak in copy_huge_pmd()Matthew Wilcox2016-02-031-7/+10
| | * | | drivers/hwspinlock: fix race between radix tree insertion and lookupMatthew Wilcox2016-02-031-0/+4
| | * | | radix-tree: fix race in gang lookupMatthew Wilcox2016-02-032-2/+26
| | * | | mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov2016-02-031-2/+1
| | * | | mm: polish virtual memory accountingKonstantin Khlebnikov2016-02-034-11/+28