summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-062-1/+10
|\
| * perf tools: Allow building for tileZhigang Lu2014-03-072-1/+10
* | Merge tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-04-041-0/+4
|\ \
| * | ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.confSatoru Takeuchi2014-02-261-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-64/+55
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-255-6/+15
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-142-1/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-0517-29/+104
| |\ \ \ \ \
| * | | | | | tools: bpf_dbg: various misc code cleanupsDaniel Borkmann2014-02-241-64/+55
* | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-023-3/+6
|\ \ \ \ \ \ \
| * | | | | | | tools/virtio: add a missing )Joel Stanley2014-03-131-1/+1
| * | | | | | | tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley2014-03-131-0/+3
| * | | | | | | tools/virtio: update internal copies of headersJoel Stanley2014-03-131-2/+2
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-0210-1/+222
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/powerpc: Import Anton's memcpy / copy_tofrom_user testsMichael Ellerman2014-03-0710-1/+222
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-014-5/+216
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2014-03-028-22/+45
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge 3.14-rc4 into char-misc-nextGreg Kroah-Hartman2014-02-244-3/+44
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Drivers: hv: Implement the file copy serviceK. Y. Srinivasan2014-02-181-0/+195
| * | | | | | | | Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman2014-02-1814-63/+162
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operationK. Y. Srinivasan2014-02-151-0/+2
| * | | | | | | | Adding makefile for tools/hvBjarke Istrup Pedersen2014-02-152-5/+19
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-3190-1170/+2839
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra2014-03-181-6/+0
| * | | | | | | | | perf tools: Update some code references in design.txtRamkumar Ramachandra2014-03-181-6/+6
| * | | | | | | | | perf evsel: Update function names in debug messagesRamkumar Ramachandra2014-03-181-2/+2
| * | | | | | | | | perf tools: Remove thread__find_map functionJiri Olsa2014-03-181-6/+0
| * | | | | | | | | perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo2014-03-181-5/+9
| * | | | | | | | | perf report: Use ui__has_annotation()Namhyung Kim2014-03-181-1/+1
| * | | | | | | | | perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim2014-03-181-3/+3
| * | | | | | | | | perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus2014-03-182-2/+3
| * | | | | | | | | perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim2014-03-182-2/+2
| * | | | | | | | | perf symbols: Apply all filters to an addr_locationNamhyung Kim2014-03-181-10/+4
| * | | | | | | | | perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-186-17/+25
| * | | | | | | | | perf sched: Fixup header alignment in 'latency' outputRamkumar Ramachandra2014-03-181-5/+5
| * | | | | | | | | perf timechart: Fix off-by-one error in 'record' argv handlingRamkumar Ramachandra2014-03-181-1/+1
| * | | | | | | | | perf machine: Factor machine__find_thread to take tid argumentJiri Olsa2014-03-143-6/+12
| * | | | | | | | | perf tools: Speed up thread map generationDon Zickus2014-03-141-8/+51
| * | | | | | | | | perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-03-144-13/+46
| * | | | | | | | | perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-145-24/+21
| * | | | | | | | | perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo2014-03-143-25/+34
| * | | | | | | | | perf session: Change header.misc dump from decimal to hexDon Zickus2014-03-141-1/+1
| * | | | | | | | | perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-144-91/+63
| * | | | | | | | | perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-144-29/+76
| * | | | | | | | | perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-143-69/+19
| * | | | | | | | | perf ui/stdio: Fix invalid output on event group reportNamhyung Kim2014-03-141-4/+16
| * | | | | | | | | perf tools: Fix synthesizing mmaps for threadsDon Zickus2014-03-141-55/+56
| * | | | | | | | | perf probe: Clarify x86 register naming for perf probeAndi Kleen2014-03-141-0/+2
| * | | | | | | | | perf mem: Clarify load-latency in documentationAndi Kleen2014-03-141-0/+4
| * | | | | | | | | perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso2014-03-145-0/+227