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-05-28
perf kvm: Handle realloc failures
David Ahern
1
-0
/
+3
2013-05-28
perf evsel: Fix printing of perf_event_paranoid message
David Ahern
1
-1
/
+1
2013-05-28
perf test: Fix typo
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-05-28
perf hists: Rename hist_entry__add_pair arguments
Jiri Olsa
1
-3
/
+3
2013-05-28
perf diff: Use internal rb tree for hists__precompute
Jiri Olsa
1
-3
/
+10
2013-05-28
perf report: Add report.percent-limit config variable
Namhyung Kim
1
-1
/
+6
2013-05-28
perf top: Add --percent-limit option
Namhyung Kim
4
-4
/
+34
2013-05-28
perf report: Add --percent-limit option
Namhyung Kim
8
-25
/
+115
2013-05-28
perf report: Don't bother locking when adding hist entries
Namhyung Kim
1
-4
/
+0
2013-05-28
perf hists: Move locking to its call-sites
Namhyung Kim
3
-17
/
+18
2013-05-28
perf top: Get rid of *_threaded() functions
Namhyung Kim
3
-52
/
+19
2013-05-28
perf top: Fix percent output when no samples collected
Namhyung Kim
1
-6
/
+17
2013-05-28
perf top: Fix -E option behavior
Namhyung Kim
1
-12
/
+5
2013-05-28
perf record: handle death by SIGTERM
David Ahern
1
-1
/
+1
2013-05-28
perf tools: Handle JITed code in shared memory
Andi Kleen
1
-0
/
+1
2013-05-28
perf tests: Fix compile errors in bp_signal files
Sukadev Bhattiprolu
2
-0
/
+12
2013-05-28
perf tools: Fix tab vs spaces issue in Makefile ifdef/endif
Jiri Olsa
1
-3
/
+3
2013-05-28
perf hists browser: Use sort__has_sym
Arnaldo Carvalho de Melo
1
-7
/
+2
2013-05-28
perf top: Use sort__has_sym
Namhyung Kim
2
-10
/
+3
2013-05-28
perf sort: Cleanup sort__has_sym setting
Namhyung Kim
1
-4
/
+1
2013-05-28
perf sort: Reorder HISTC_SRCLINE index
Namhyung Kim
1
-1
/
+1
2013-05-28
perf archive: Fix typo on Documentation
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-05-28
perf sort: Consolidate sort_entry__setup_elide()
Namhyung Kim
5
-29
/
+47
2013-05-28
perf sort: Separate out memory-specific sort keys
Namhyung Kim
3
-16
/
+44
2013-05-28
perf sort: Factor out common code in sort_dimension__add()
Namhyung Kim
1
-24
/
+17
2013-05-28
perf sort: Introduce sort__mode variable
Namhyung Kim
4
-15
/
+24
2013-05-28
perf report: Fix alignment of symbol column when -v is given
Namhyung Kim
2
-12
/
+16
2013-05-28
perf hists: Free unused mem info of a matched hist entry
Namhyung Kim
1
-0
/
+6
2013-05-28
perf hists: Fix an invalid memory free on he->branch_info
Namhyung Kim
2
-3
/
+20
2013-05-28
perf tools: Fix bug in isupper() and islower()
Sukadev Bhattiprolu
1
-2
/
+2
2013-05-25
revert "selftest: add simple test for soft-dirty bit"
Andrew Morton
3
-125
/
+0
2013-05-23
perf: net_dropmonitor: Remove progress indicator
Ben Hutchings
1
-12
/
+1
2013-05-23
perf: net_dropmonitor: Use bisection in symbol lookup
Ben Hutchings
1
-4
/
+18
2013-05-23
perf: net_dropmonitor: Do not assume ordering of dictionaries
Ben Hutchings
1
-4
/
+4
2013-05-23
perf: net_dropmonitor: Fix symbol-relative addresses
Ben Hutchings
1
-3
/
+3
2013-05-23
perf: net_dropmonitor: Fix trace parameter order
Ben Hutchings
1
-1
/
+1
2013-05-12
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-1
/
+53
2013-05-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
24
-159
/
+1239
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
12
-5
/
+1636
2013-05-01
selftest: add a test case for PTRACE_PEEKSIGINFO
Andrey Vagin
3
-0
/
+225
2013-05-01
selftest: add simple test for soft-dirty bit
Pavel Emelyanov
3
-3
/
+128
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2013-04-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
99
-1222
/
+3243
2013-04-30
Merge tag 'ktest-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+12
2013-04-29
Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+261
2013-04-29
selftests: psock_tpacket: fix status check
Daniel Borkmann
1
-2
/
+2
2013-04-25
ktest: Reset grub menu cache with different machines
Steven Rostedt (Red Hat)
1
-2
/
+7
2013-04-24
Tools: hv: Fix a checkpatch warning
K. Y. Srinivasan
1
-1
/
+1
2013-04-24
tools: hv: skip iso9660 mounts in hv_vss_daemon
Olaf Hering
1
-0
/
+2
2013-04-24
tools: hv: use FIFREEZE/FITHAW in hv_vss_daemon
Olaf Hering
1
-9
/
+22
[prev]
[next]