summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf report: Add report.percent-limit config variableNamhyung Kim2013-05-281-1/+6
| * | | perf top: Add --percent-limit optionNamhyung Kim2013-05-284-4/+34
| * | | perf report: Add --percent-limit optionNamhyung Kim2013-05-288-25/+115
| * | | perf report: Don't bother locking when adding hist entriesNamhyung Kim2013-05-281-4/+0
| * | | perf hists: Move locking to its call-sitesNamhyung Kim2013-05-283-17/+18
| * | | perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-283-52/+19
| * | | perf top: Fix percent output when no samples collectedNamhyung Kim2013-05-281-6/+17
| * | | perf top: Fix -E option behaviorNamhyung Kim2013-05-281-12/+5
| * | | perf record: handle death by SIGTERMDavid Ahern2013-05-281-1/+1
| * | | perf tools: Handle JITed code in shared memoryAndi Kleen2013-05-281-0/+1
| * | | perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2013-05-282-0/+12
| * | | perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa2013-05-281-3/+3
| * | | perf hists browser: Use sort__has_symArnaldo Carvalho de Melo2013-05-281-7/+2
| * | | perf top: Use sort__has_symNamhyung Kim2013-05-282-10/+3
| * | | perf sort: Cleanup sort__has_sym settingNamhyung Kim2013-05-281-4/+1
| * | | perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim2013-05-281-1/+1
| * | | perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo2013-05-281-1/+1
| * | | perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2013-05-285-29/+47
| * | | perf sort: Separate out memory-specific sort keysNamhyung Kim2013-05-283-16/+44
| * | | perf sort: Factor out common code in sort_dimension__add()Namhyung Kim2013-05-281-24/+17
| * | | perf sort: Introduce sort__mode variableNamhyung Kim2013-05-284-15/+24
| * | | perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2013-05-282-12/+16
| * | | perf hists: Free unused mem info of a matched hist entryNamhyung Kim2013-05-281-0/+6
| * | | perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2013-05-282-3/+20
| * | | perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu2013-05-281-2/+2
| |/ /
* | | tools: hv: Improve error logging in KVP daemon.Tomas Hozza2013-06-171-11/+18
* | | Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-171-1/+1
|\ \ \ | | |/ | |/|
| * | turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett2013-06-131-1/+1
| |/
* | tools: hv: Fix file descriptor leaksTomas Hozza2013-06-031-1/+5
* | tools: hv: Check retrun value of strchr callTomas Hozza2013-06-031-1/+3
* | tools: hv: Check return value of poll callTomas Hozza2013-06-031-1/+10
* | tools: hv: Check return value of setsockopt callTomas Hozza2013-06-031-1/+7
|/
* revert "selftest: add simple test for soft-dirty bit"Andrew Morton2013-05-243-125/+0
* perf: net_dropmonitor: Remove progress indicatorBen Hutchings2013-05-221-12/+1
* perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings2013-05-221-4/+18
* perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings2013-05-221-4/+4
* perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings2013-05-221-3/+3
* perf: net_dropmonitor: Fix trace parameter orderBen Hutchings2013-05-221-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2013-05-111-1/+53
|\
| * tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi2013-04-171-1/+53
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-0224-159/+1239
|\ \
| * | tools/virtio: remove virtqueue_add_buf() from tests.Rusty Russell2013-03-203-20/+15
| * | tools/virtio: make vringh_test use inbuf/outbuf.Rusty Russell2013-03-202-4/+14
| * | virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2013-03-202-0/+23
| * | tools/virtio: add vring_test.Rusty Russell2013-03-203-4/+747
| * | tools/virtio: separate headers more.Rusty Russell2013-03-2021-147/+450
| * | tools/virtio: fix build for 3.8Michael S. Tsirkin2013-03-203-3/+9
| * | lguest: fix paths in commentsWanlong Gao2013-03-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0112-5/+1636
|\ \ \
| * | | selftests: psock_tpacket: fix status checkDaniel Borkmann2013-04-291-2/+2