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
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
22
-34
/
+665
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+28
2016-05-18
Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
9
-0
/
+530
2016-05-17
Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-2
/
+2
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-5
/
+5
2016-05-16
Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
7
-43
/
+51
2016-05-16
Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
25
-944
/
+1265
2016-05-16
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+8
2016-05-16
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-0
/
+649
2016-05-16
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
176
-2014
/
+5883
2016-05-16
Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-0
/
+185
2016-05-16
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-21
/
+476
2016-05-16
Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'
Rafael J. Wysocki
1
-2
/
+2
2016-05-13
selftests/seccomp: add MIPS self-test support
Matt Redfearn
1
-2
/
+28
2016-05-12
perf stat: Fallback to user only counters when perf_event_paranoid > 1
Arnaldo Carvalho de Melo
1
-1
/
+6
2016-05-12
perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()
Arnaldo Carvalho de Melo
1
-0
/
+18
2016-05-12
perf evsel: Improve EPERM error handling in open_strerror()
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-05-12
tools lib traceevent: Do not reassign parg after collapse_tree()
Steven Rostedt
1
-2
/
+2
2016-05-12
perf probe: Check if dwarf_getlocations() is available
Arnaldo Carvalho de Melo
6
-0
/
+38
2016-05-12
perf dwarf: Guard !x86_64 definitions under #ifdef else clause
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-05-12
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-30
/
+30
2016-05-12
perf thread_map: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-05-12
perf script: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-36
/
+34
2016-05-12
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-05-11
perf buildid-cache: Use lsdir() for looking up buildid caches
Masami Hiramatsu
1
-26
/
+4
2016-05-11
perf symbols: Use lsdir() for the search in kcore cache directory
Masami Hiramatsu
1
-12
/
+14
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
6
-7
/
+7
2016-05-11
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
1
-1
/
+1
2016-05-11
perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-52
/
+53
2016-05-11
perf trace: Move flock op beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-31
/
+32
2016-05-11
perf build: Add build-test for debug-frame on arm/arm64
He Kuang
4
-1
/
+42
2016-05-11
perf build: Add build-test for libunwind cross-platforms support
He Kuang
6
-0
/
+127
2016-05-11
perf script: Fix export of callchains with recursion in db-export
Chris Phlipot
1
-0
/
+4
2016-05-11
perf script: Fix callchain addresses in db-export
Chris Phlipot
1
-4
/
+1
2016-05-11
perf script: Fix symbol insertion behavior in db-export
Chris Phlipot
1
-2
/
+1
2016-05-11
perf symbols: Add dso__insert_symbol function
Chris Phlipot
2
-0
/
+15
2016-05-11
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
1
-2
/
+5
2016-05-11
Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
27
-245
/
+510
2016-05-11
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2
-0
/
+6
2016-05-11
perf diff: Fix duplicated output column
Namhyung Kim
1
-0
/
+3
2016-05-11
selftests/powerpc: Add test to check if TM SPRs are corrupted
Rashmica Gupta
3
-1
/
+146
2016-05-11
selftests/powerpc: Add TM test to check if TAR is corrupted
Rashmica Gupta
3
-1
/
+92
2016-05-11
selftests/powerpc: Add test for forking inside transaction
Rashmica Gupta
3
-1
/
+44
2016-05-11
selftests/powerpc: Standardise TM calls
Rashmica Gupta
2
-13
/
+7
2016-05-11
selftests/powerpc: Make reg.h common to all powerpc selftests
Rashmica Gupta
4
-8
/
+13
2016-05-11
perf tools: Fix perf regs mask generation
Naveen N. Rao
1
-4
/
+4
2016-05-11
perf/powerpc: Add support for unwinding perf-stackdump
Chandan Kumar
3
-0
/
+98
2016-05-11
selftests/powerpc: Fix subpage_prot test to return !0 on failure
Michael Ellerman
1
-8
/
+10
2016-05-11
selftests/powerpc: Test cp_abort during context switch
Chris Smart
5
-0
/
+129
2016-05-10
perf tools: Remove xrealloc and ALLOC_GROW
Masami Hiramatsu
4
-55
/
+0
[next]