index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-2
/
+1
2013-01-24
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
1
-4
/
+2
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-01-24
perf tests: Add return states enum for tests
Jiri Olsa
2
-3
/
+18
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
5
-21
/
+5
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
9
-81
/
+95
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
6
-33
/
+34
2013-01-24
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
3
-6
/
+6
2013-01-24
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2
-16
/
+4
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
3
-5
/
+8
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
1
-5
/
+46
2013-01-24
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
1
-0
/
+1
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
3
-2
/
+11
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
4
-0
/
+32
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
7
-100
/
+68
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
4
-37
/
+37
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
6
-90
/
+31
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
4
-0
/
+508
2013-01-24
perf diff: Use internal rb tree for compute resort
Namhyung Kim
3
-11
/
+23
2013-01-24
perf hists: Link hist entries before inserting to an output tree
Namhyung Kim
2
-60
/
+54
2013-01-24
perf hists: Exchange order of comparing items when collapsing hists
Namhyung Kim
2
-4
/
+10
2013-01-24
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
57
-1519
/
+1483
2013-01-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...
Linus Torvalds
1
-1
/
+1
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
1
-1
/
+1
2013-01-19
tools: hv: Use CLOEXEC when opening kvp_pool files
Tomas Hozza
1
-4
/
+4
2013-01-18
Merge 3.8-rc4 into usb-next
Greg Kroah-Hartman
2
-0
/
+271
2013-01-17
tools: hv: Fix how ifcfg-* file is created
Tomas Hozza
2
-43
/
+38
2013-01-17
tools: hv: fix a typo in hv_set_ifconfig.sh
Jason Wang
1
-1
/
+1
2013-01-17
tools/hv: Fix permissions of created directory and files
Ben Hutchings
1
-2
/
+2
2013-01-17
tools/hv: Fix /var subdirectory
Tomas Hozza
1
-6
/
+6
2013-01-12
tools/usb: remove unneeded 'continue' and simplify condition
Sasha Levin
1
-3
/
+1
2013-01-11
tools/lguest: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-6
/
+2
2013-01-10
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Sebastian Andrzej Siewior
1
-0
/
+10
2013-01-08
cgroups: fix cgroup_event_listener error handling
Greg Thelen
1
-50
/
+22
2013-01-07
cgroups: move cgroup_event_listener.c to tools/cgroup
Greg Thelen
4
-9
/
+132
2013-01-05
selftests: IPC message queue copy feature test
Stanislav Kinsbursky
2
-0
/
+271
2012-12-20
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-51
/
+37
2012-12-19
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
5
-81
/
+728
2012-12-18
virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-2
/
+2
2012-12-18
tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test
Dave Jones
1
-2
/
+4
2012-12-18
breakpoint selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-18
kcmp selftests: print fail status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-18
kcmp selftests: make run_tests fix
Dave Young
1
-2
/
+2
2012-12-18
mem-hotplug selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
[prev]
[next]