index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
auxtrace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
perf build: Add libcrypto feature detection
Stephane Eranian
7
-0
/
+44
2016-02-05
perf symbols: add Java demangling support
Stephane Eranian
4
-0
/
+213
2016-02-05
perf tools: handle spaces in file names obtained from /proc/pid/maps
Marcin Ĺšlusarz
1
-1
/
+1
2016-02-04
perf build tests: Do parallell builds with 'build-test'
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-02-04
perf tools: Fix parallel build including 'clean' target
Jiri Olsa
1
-0
/
+14
2016-02-04
perf config: Document 'record.build-id' variable in man page
Taeung Song
1
-0
/
+8
2016-02-04
perf config: Document 'kmem.default' variable in man page
Taeung Song
1
-0
/
+5
2016-02-04
perf config: Document 'pager.<subcommand>' variables in man page
Taeung Song
1
-0
/
+5
2016-02-04
perf config: Document 'man.viewer' variable in man page
Taeung Song
1
-0
/
+9
2016-02-04
perf config: Document 'top.children' variable in man page
Taeung Song
1
-0
/
+7
2016-02-04
perf config: Document variables for 'report' section in man page
Taeung Song
1
-0
/
+36
2016-02-04
perf config: Document variables for 'call-graph' section in man page
Taeung Song
1
-0
/
+67
2016-02-04
perf config: Document 'ui.show-headers' variable in man page
Taeung Song
1
-0
/
+6
2016-02-04
perf build tests: Move the feature related vars to the front of the make cmdline
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-02-04
perf build tests: Elide "-f Makefile" from make invokation
Arnaldo Carvalho de Melo
1
-3
/
+6
2016-02-03
perf stat: Fix interval output values
Jiri Olsa
1
-0
/
+10
2016-02-03
mm: retire GUP WARN_ON_ONCE that outlived its usefulness
Hugh Dickins
2
-8
/
+1
2016-02-03
ipmi: put acpi.h with the other headers
Tony Camuso
1
-2
/
+1
2016-02-03
mm: fix memory leak in copy_huge_pmd()
Matthew Wilcox
1
-7
/
+10
2016-02-03
drivers/hwspinlock: fix race between radix tree insertion and lookup
Matthew Wilcox
1
-0
/
+4
2016-02-03
radix-tree: fix race in gang lookup
Matthew Wilcox
2
-2
/
+26
2016-02-03
mm/vmpressure.c: fix subtree pressure detection
Vladimir Davydov
1
-2
/
+1
2016-02-03
mm: polish virtual memory accounting
Konstantin Khlebnikov
4
-11
/
+28
2016-02-03
mm: warn about VmData over RLIMIT_DATA
Konstantin Khlebnikov
3
-6
/
+38
2016-02-03
Documentation: cgroup-v2: add memory.stat::sock description
Johannes Weiner
1
-0
/
+4
2016-02-03
mm: memcontrol: drop superfluous entry in the per-memcg stats array
Johannes Weiner
1
-1
/
+1
2016-02-03
drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration
Kirill A. Shutemov
1
-1
/
+1
2016-02-03
proc: revert /proc/<pid>/maps [stack:TID] annotation
Johannes Weiner
5
-106
/
+48
2016-02-03
numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390
Michael Holzheu
1
-3
/
+4
2016-02-03
MAINTAINERS: update Seth email
Seth Jennings
1
-2
/
+2
2016-02-03
ocfs2/cluster: fix memory leak in o2hb_region_release
Joseph Qi
1
-6
/
+8
2016-02-03
lib/test-string_helpers.c: fix and improve string_get_size() tests
Vitaly Kuznetsov
1
-18
/
+49
2016-02-03
thp: limit number of object to scan on deferred_split_scan()
Kirill A. Shutemov
1
-4
/
+6
2016-02-03
thp: change deferred_split_count() to return number of THP in queue
Kirill A. Shutemov
1
-7
/
+8
2016-02-03
thp: make split_queue per-node
Kirill A. Shutemov
3
-23
/
+37
2016-02-03
perf hists browser: Add 'L' hotkey to change percent limit
Namhyung Kim
1
-0
/
+55
2016-02-03
perf report: Update documention of --percent-limit option
Namhyung Kim
1
-1
/
+4
2016-02-03
perf report: Update documentation of --sort option
Namhyung Kim
1
-16
/
+16
2016-02-03
perf hists: Introduce hists__for_each_sort_list macro
Jiri Olsa
2
-3
/
+9
2016-02-03
perf hists: Introduce hists__for_each_format macro
Jiri Olsa
5
-12
/
+15
2016-02-03
perf tools: Add hpp_list into struct hists object
Jiri Olsa
2
-3
/
+5
2016-02-03
perf hists: Add struct perf_hpp_list argument to helper functions
Jiri Olsa
3
-15
/
+17
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro
Jiri Olsa
2
-3
/
+3
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list macro
Jiri Olsa
3
-7
/
+7
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format_safe macro
Jiri Olsa
2
-4
/
+4
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format macro
Jiri Olsa
6
-21
/
+21
2016-02-03
perf hists: Pass perf_hpp_list all the way through setup_output_list
Jiri Olsa
1
-15
/
+18
2016-02-03
perf hists: Add perf_hpp_list register helpers
Jiri Olsa
2
-9
/
+23
2016-02-03
perf hists: Introduce perf_hpp_list__init function
Jiri Olsa
2
-0
/
+8
2016-02-03
perf hists: Introduce struct perf_hpp_list
Jiri Olsa
2
-11
/
+16
[next]