summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-03Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-02-03Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-02-03Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-03mm: retire GUP WARN_ON_ONCE that outlived its usefulnessHugh Dickins
2016-02-03ipmi: put acpi.h with the other headersTony Camuso
2016-02-03mm: fix memory leak in copy_huge_pmd()Matthew Wilcox
2016-02-03drivers/hwspinlock: fix race between radix tree insertion and lookupMatthew Wilcox
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-03mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov
2016-02-03Documentation: cgroup-v2: add memory.stat::sock descriptionJohannes Weiner
2016-02-03mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner
2016-02-03drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu
2016-02-03MAINTAINERS: update Seth emailSeth Jennings
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov
2016-02-03thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov
2016-02-03thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov
2016-02-03perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim
2016-02-03perf report: Update documention of --percent-limit optionNamhyung Kim
2016-02-03perf report: Update documentation of --sort optionNamhyung Kim
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa
2016-02-03perf hists: Allocate output sort fieldJiri Olsa
2016-02-03perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo
2016-02-03perf report: Move UI initialization ahead of sort setupJiri Olsa
2016-02-03perf hists: Make hpp setup function genericJiri Olsa
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa