Age | Commit message (Expand) | Author | Files | Lines |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 79 | -557/+385 |
2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+136 |
2016-03-24 | Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 79 | -557/+385 |
2016-03-23 | perf llvm: Use strerror_r instead of the thread unsafe strerror one | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2016-03-23 | perf llvm: Use realpath to canonicalize paths | Arnaldo Carvalho de Melo | 4 | -44/+12 |
2016-03-23 | perf tools: Unexport some methods unused outside strbuf.c | Arnaldo Carvalho de Melo | 2 | -7/+9 |
2016-03-23 | perf probe: No need to use formatting strbuf method | Arnaldo Carvalho de Melo | 3 | -10/+10 |
2016-03-23 | perf help: Use asprintf instead of adhoc equivalents | Arnaldo Carvalho de Melo | 1 | -38/+31 |
2016-03-23 | perf tools: Remove unused perf_pathdup, xstrdup functions | Arnaldo Carvalho de Melo | 4 | -46/+0 |
2016-03-23 | perf tools: Do not include stringify.h from the kernel sources | Arnaldo Carvalho de Melo | 4 | -5/+3 |
2016-03-23 | tools include: Copy linux/stringify.h from the kernel | Arnaldo Carvalho de Melo | 1 | -0/+12 |
2016-03-23 | tools lib traceevent: Remove redundant CPU output | Steven Rostedt | 1 | -3/+1 |
2016-03-23 | perf tools: Remove needless 'extern' from function prototypes | Arnaldo Carvalho de Melo | 20 | -217/+197 |
2016-03-23 | perf tools: Simplify die() mechanism | Arnaldo Carvalho de Melo | 2 | -8/+1 |
2016-03-23 | perf tools: Remove unused DIE_IF macro | Arnaldo Carvalho de Melo | 1 | -7/+0 |
2016-03-23 | perf script: Remove lots of unused arguments | Arnaldo Carvalho de Melo | 1 | -23/+14 |
2016-03-23 | perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve | Arnaldo Carvalho de Melo | 4 | -11/+7 |
2016-03-23 | perf machine: Rename perf_event__preprocess_sample to machine__resolve | Arnaldo Carvalho de Melo | 13 | -52/+17 |
2016-03-23 | perf tools: Add cpumode to struct perf_sample | Arnaldo Carvalho de Melo | 16 | -45/+35 |
2016-03-23 | perf tests: Forward the perf_sample in the dwarf unwind test | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 15 | -26/+22 |
2016-03-22 | perf list: Fix documentation of :ppp | Andi Kleen | 1 | -2/+4 |
2016-03-21 | perf bench numa: Fix assertion for nodes bitfield | Jakub Jelen | 1 | -1/+1 |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 29 | -14/+5439 |
2016-03-20 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+17 |
2016-03-19 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 13 | -3/+1229 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 9 | -165/+465 |
2016-03-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 38 | -14/+2350 |
2016-03-18 | perf symbols: Record text offset in dso to calculate objdump address | Wang Nan | 2 | -6/+7 |
2016-03-18 | tools: Move utilities.mak from perf to tools/scripts/ | Arnaldo Carvalho de Melo | 6 | -5/+5 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 5 | -3/+250 |
2016-03-17 | Merge tag 'linux-kselftest-4.6-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 20 | -1/+352 |
2016-03-17 | radix-tree tests: add test for radix_tree_iter_next | Konstantin Khlebnikov | 1 | -8/+39 |
2016-03-17 | radix-tree tests: add regression3 test | Konstantin Khlebnikov | 5 | -1/+90 |
2016-03-17 | radix_tree: tag all internal tree nodes as indirect pointers | Matthew Wilcox | 1 | -2/+3 |
2016-03-17 | radix tree test harness | Matthew Wilcox | 36 | -0/+2110 |
2016-03-17 | tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1 | Naoya Horiguchi | 1 | -1/+9 |
2016-03-17 | tools/vm/page-types.c: add memory cgroup dumping and filtering | Konstantin Khlebnikov | 1 | -15/+84 |
2016-03-17 | tools/vm/page-types.c: support swap entry | Naoya Horiguchi | 1 | -1/+29 |
2016-03-17 | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2016-03-17 | selftests/x86: Add an iopl test | Andy Lutomirski | 2 | -1/+136 |
2016-03-16 | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -63/+222 |
2016-03-16 | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -193/+720 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -21/+30 |
2016-03-15 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 1 | -1/+1 |
2016-03-15 | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 1 | -19/+28 |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 1 | -1/+1 |
2016-03-15 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+4 |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -44/+501 |