index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-12
perf build: Add EXTRA_LDFLAGS option to makefile
Zubair Lutfullah Kakakhel
1
-0
/
+2
2016-02-12
perf symbols: Fix symbols searching for module in buildid-cache
Wang Nan
3
-0
/
+49
2016-02-12
perf config: Add '--system' and '--user' options to select which config file ...
Taeung Song
4
-6
/
+42
2016-02-09
kprobes: Optimize hot path by using percpu counter to collect 'nhit' statistics
Martin KaFai Lau
1
-4
/
+15
2016-02-09
perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
Borislav Petkov
3
-2
/
+1
2016-02-09
perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
Borislav Petkov
4
-5
/
+5
2016-02-09
perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
Borislav Petkov
3
-2
/
+3
2016-02-09
perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
Borislav Petkov
3
-2
/
+4
2016-02-09
perf/x86: Move perf_event.c ............... => x86/events/core.c
Borislav Petkov
4
-4
/
+4
2016-02-05
perf jit: add source line info support
Stephane Eranian
8
-39
/
+768
2016-02-05
perf tools: add JVMTI agent library
Stephane Eranian
4
-0
/
+778
2016-02-05
perf inject: Add jitdump mmap injection support
Stephane Eranian
8
-3
/
+1418
2016-02-05
perf inject: Make sure mmap records are ordered when injecting build_ids
Arnaldo Carvalho de Melo
1
-0
/
+11
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
[next]