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
2014-11-28
perf session: Do not fail on processing out of order event
Jiri Olsa
2
-6
/
+6
2014-11-26
tools: hv: ignore ENOBUFS and ENOMEM in the KVP daemon
Dexuan Cui
1
-0
/
+14
2014-11-26
Tools: hv: vssdaemon: skip all filesystems mounted readonly
Vitaly Kuznetsov
1
-1
/
+1
2014-11-26
Tools: hv: vssdaemon: report freeze errors
Vitaly Kuznetsov
1
-4
/
+12
2014-11-24
perf tools: Add snapshot format file parsing
Jiri Olsa
4
-11
/
+40
2014-11-24
perf tools: Add per-pkg format file parsing
Matt Fleming
4
-0
/
+31
2014-11-24
perf evsel: Introduce perf_evsel__read_cb function
Jiri Olsa
2
-0
/
+23
2014-11-24
perf evsel: Introduce perf_counts_values__scale function
Jiri Olsa
2
-25
/
+25
2014-11-24
perf evsel: Introduce perf_evsel__compute_deltas function
Jiri Olsa
2
-5
/
+7
2014-11-24
perf tools: Allow to force redirect pr_debug to stderr.
Andi Kleen
1
-1
/
+3
2014-11-24
perf tools: Fix segfault due to invalid kernel dso access
Namhyung Kim
1
-2
/
+2
2014-11-24
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
6
-8
/
+20
2014-11-24
perf symbols: Move bfd_demangle stubbing to its only user
Arnaldo Carvalho de Melo
2
-21
/
+21
2014-11-24
perf callchain: Enable printing the srcline in the history
Andi Kleen
3
-3
/
+15
2014-11-24
scsi: add SPC-3 command definitions
Hannes Reinecke
1
-1
/
+4
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
1
-2
/
+2
2014-11-24
kselftest: Move the docs to the Documentation dir
Tim Bird
1
-61
/
+0
2014-11-24
perf tools: Collapse first level callchain entry if it has sibling
Namhyung Kim
1
-3
/
+8
2014-11-24
perf hists browser: Print overhead percent value for first-level callchain
Namhyung Kim
1
-2
/
+12
2014-11-23
ktest: Add back "tail -1" to kernelrelease make
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-11-21
ktest: Add name to running title
Steven Rostedt (Red Hat)
1
-1
/
+7
2014-11-21
ktest: Allow tests to undefine default options
Steven Rostedt (Red Hat)
1
-8
/
+15
2014-11-21
ktest: Fix make_min_config to handle new assign_configs call
Steven Rostedt (Red Hat)
1
-1
/
+3
2014-11-21
ktest: Use make -s kernelrelease
Michal Marek
1
-1
/
+1
2014-11-20
treewide: fix typo in printk and Kconfig
Masanari Iida
1
-1
/
+1
2014-11-20
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
1
-1
/
+1
2014-11-20
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
91
-1633
/
+36
2014-11-19
perf tools: Only override the default :tid comm entry
Adrian Hunter
1
-3
/
+2
2014-11-19
perf tools: Add perf-read-vdso32 and perf-read-vdsox32 to .gitignore
Adrian Hunter
1
-0
/
+2
2014-11-19
perf evlist: Do not poll events that use the system_wide flag
Adrian Hunter
1
-1
/
+9
2014-11-19
perf evsel: Fix ftrace:function event recording
Jiri Olsa
1
-0
/
+8
2014-11-19
perf diff: Add missing handler for PERF_RECORD_MMAP2 events
Kan Liang
1
-0
/
+1
2014-11-19
perf hists: Fix up srcline histogram key formatting
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-11-19
perf annotate: Support source line numbers in annotate
Andi Kleen
3
-6
/
+38
2014-11-19
perf tools: Only print base source file for srcline
Andi Kleen
1
-1
/
+1
2014-11-19
perf callchain: Use a common function to resolve symbol or name
Andi Kleen
5
-41
/
+32
2014-11-19
perf callchain: Use al.addr to set up call chain
Andi Kleen
1
-1
/
+1
2014-11-19
perf callchain: Factor out adding new call chain entries
Andi Kleen
1
-19
/
+32
2014-11-19
perf tools: Fix annotation with kcore
Adrian Hunter
1
-0
/
+2
2014-11-19
perf test: fix typo in python test
WANG Chao
1
-1
/
+1
2014-11-19
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-11-19
perf tools: Clean up libelf feature support code
Namhyung Kim
2
-4
/
+3
2014-11-19
perf build-id: Move disable_buildid_cache() to util/build-id.c
Namhyung Kim
4
-10
/
+13
2014-11-17
selftests/timers: change test to use ksft framework
Shuah Khan
1
-6
/
+8
2014-11-17
selftests/kcmp: change test to use ksft framework
Shuah Khan
1
-7
/
+20
2014-11-17
selftests/ipc: change test to use ksft framework
Shuah Khan
1
-12
/
+14
2014-11-17
selftests/breakpoints: change test to use ksft framework
Shuah Khan
1
-4
/
+6
2014-11-17
selftests: add kselftest framework for uniform test reporting
Shuah Khan
1
-0
/
+62
2014-11-17
selftests/user: move test out of Makefile into a shell script
Shuah Khan
2
-7
/
+11
2014-11-16
perf record: Add new -I option to sample interrupted machine state
Stephane Eranian
2
-0
/
+8
[prev]
[next]