index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-08
perf stat: Introduce reset_shadow_stats function
Jiri Olsa
1
-8
/
+13
2015-06-08
perf stat: Remove transaction_run from shadow update/print code
Jiri Olsa
1
-7
/
+7
2015-06-08
perf stat: Remove setup_events function
Jiri Olsa
1
-20
/
+7
2015-06-08
perf stat: Replace transaction event possition check with id check
Jiri Olsa
3
-49
/
+16
2015-06-08
perf stat: Add id into perf_stat struct
Jiri Olsa
3
-5
/
+52
2015-06-07
perf tools: handle PERF_RECORD_LOST_SAMPLES
Kan Liang
7
-0
/
+59
2015-06-07
perf record: Add support for sampling indirect jumps
Stephane Eranian
1
-0
/
+1
2015-06-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+118
2015-06-03
perf tools: Deal with kernel module names in '[]' correctly
Wang Nan
5
-11
/
+140
2015-06-02
tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include
Wang Nan
4
-4
/
+6
2015-06-02
perf tools: Move linux/kernel.h to tools/include
Wang Nan
2
-2
/
+3
2015-06-02
perf machine: Fix the search for the kernel DSO on the unified list
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-06-02
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
28
-56
/
+72
2015-06-01
perf tools: Remove newline char when reading event scale and unit
Madhavan Srinivasan
1
-2
/
+9
2015-05-31
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
1
-40
/
+184
2015-05-30
perf probe: Fix segfault when glob matching function without debuginfo
Wang Nan
1
-5
/
+21
2015-05-30
x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode
Andy Lutomirski
2
-2
/
+118
2015-05-29
perf tools: Make Ctrl-C stop processing on TUI
Namhyung Kim
3
-1
/
+9
2015-05-29
perf build: Do not fail on missing Build file
Jiri Olsa
3
-1
/
+4
2015-05-29
perf machine: Fix up vdso methods names
Arnaldo Carvalho de Melo
4
-13
/
+13
2015-05-29
perf machine: Introduce machine__findnew_dso() method
Arnaldo Carvalho de Melo
6
-6
/
+12
2015-05-29
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
10
-80
/
+39
2015-05-29
perf machine: Adopt findnew_kernel method
Arnaldo Carvalho de Melo
3
-10
/
+9
2015-05-29
perf tests: Remove getpgrp from mmap-basic
Riku Voipio
1
-4
/
+2
2015-05-29
perf tests: Aename open*.c to openat*.c
Riku Voipio
4
-3
/
+3
2015-05-29
perf tests: Switch from open to openat
Riku Voipio
6
-31
/
+31
2015-05-29
perf tools: Add ARM64 perf_regs_load to support libunwind and enable testing
Wang Nan
8
-3
/
+116
2015-05-29
perf kmem: Fix compiler warning about may be accessing uninitialized variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-29
perf db-export: Fix thread ref-counting
Adrian Hunter
1
-9
/
+10
2015-05-29
perf probe: Fix 'function unused' warning
Wang Nan
1
-32
/
+33
2015-05-29
perf annotate: Fix -i option, which is currently ignored.
Martin Liška
1
-1
/
+2
2015-05-27
perf tools: Move branch option parsing to own file
Andi Kleen
4
-88
/
+100
2015-05-27
perf annotation: Add symbol__get_annotation
Andi Kleen
1
-7
/
+14
2015-05-27
perf tools: Add hint for 'Too many events are opened.' error message
Jiri Olsa
1
-1
/
+3
2015-05-27
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
6
-12
/
+38
2015-05-27
perf tools: Check if a map is still in use when deleting it
Arnaldo Carvalho de Melo
3
-8
/
+13
2015-05-27
perf tools: Protect accesses the map rbtrees with a rw lock
Arnaldo Carvalho de Melo
3
-33
/
+108
2015-05-27
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
6
-38
/
+52
2015-05-27
tools/power turbostat: update version number to 4.7
Len Brown
1
-1
/
+1
2015-05-27
tools/power turbostat: allow running without cpu0
Prarit Bhargava
1
-15
/
+31
2015-05-27
tools/power turbostat: correctly decode of ENERGY_PERFORMANCE_BIAS
Len Brown
1
-1
/
+1
2015-05-27
tools/power turbostat: enable turbostat to support Knights Landing (KNL)
Dasaratharaman Chandramouli
1
-4
/
+101
2015-05-27
tools/power turbostat: correctly display more than 2 threads/core
Dasaratharaman Chandramouli
1
-20
/
+51
2015-05-27
Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...
Paul E. McKenney
28
-56
/
+72
2015-05-27
rcutorture: Allow repetition factors in Kconfig-fragment lists
Paul E. McKenney
1
-6
/
+19
2015-05-27
rcutorture: Display "make oldconfig" errors
Paul E. McKenney
2
-1
/
+5
2015-05-27
rcutorture: Update TREE_RCU-kconfig.txt
Paul E. McKenney
8
-30
/
+21
2015-05-27
rcutorture: Make rcutorture scripts force RCU_EXPERT
Paul E. McKenney
13
-0
/
+13
2015-05-27
rcutorture: Update configuration fragments for rcutree.rcu_fanout_exact
Paul E. McKenney
12
-9
/
+3
2015-05-27
rcutorture: TASKS_RCU set directly, so don't explicitly set it
Paul E. McKenney
3
-3
/
+0
[prev]
[next]