Age | Commit message (Expand) | Author | Files | Lines |
2015-01-11 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 17 | -59/+215 |
2015-01-11 | Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin... | Ingo Molnar | 1 | -2/+2 |
2015-01-08 | perf hists browser: Fix segfault when showing callchain | Namhyung Kim | 1 | -1/+1 |
2015-01-08 | perf callchain: Free callchains when hist entries are deleted | Namhyung Kim | 3 | -0/+33 |
2015-01-08 | perf hists: Fix children sort key behavior | Namhyung Kim | 2 | -32/+35 |
2015-01-02 | perf diff: Fix to sort by baseline field by default | Namhyung Kim | 1 | -0/+44 |
2015-01-02 | perf list: Fix --raw-dump option | Taesoo Kim | 1 | -3/+10 |
2015-01-02 | perf probe: Fix crash in dwarf_getcfi_elf | Namhyung Kim | 1 | -1/+17 |
2015-01-02 | perf probe: Fix to fall back to find probe point in symbols | Masami Hiramatsu | 1 | -2/+4 |
2015-01-01 | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 10 | -20/+71 |
2014-12-30 | Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2014-12-29 | Merge branches 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 2 | -2/+2 |
2014-12-23 | perf callchain: Append callchains only when requested | Namhyung Kim | 1 | -3/+4 |
2014-12-23 | perf ui/tui: Print backtrace symbols when segfault occurs | Namhyung Kim | 1 | -2/+24 |
2014-12-23 | perf report: Show progress bar for output resorting | Namhyung Kim | 9 | -15/+43 |
2014-12-23 | Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 1 | -2/+2 |
2014-12-22 | selftests/exec: Use %zu to format size_t | Geert Uytterhoeven | 1 | -2/+2 |
2014-12-19 | tools / cpupower: Fix no idle state information return value | Prarit Bhargava | 1 | -1/+1 |
2014-12-19 | tools / cpupower: Correctly detect if running as root | Michal Privoznik | 1 | -1/+1 |
2014-12-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 38 | -707/+874 |
2014-12-19 | tools/liblockdep: Fix debug_check thinko in mutex destroy | Kirill Smelkov | 1 | -2/+2 |
2014-12-19 | perf: Fix building warning on ARM 32 | Wang Nan | 2 | -7/+7 |
2014-12-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 7 | -5/+97 |
2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
2014-12-18 | tools/testing/selftests/Makefile: alphasort the TARGETS list | Andrew Morton | 1 | -8/+9 |
2014-12-18 | Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools' | Rafael J. Wysocki | 1 | -4/+4 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -38/+166 |
2014-12-17 | perf symbols: Fix use after free in filename__read_build_id | Mitchell Krome | 1 | -2/+6 |
2014-12-17 | perf evlist: Use roundup_pow_of_two | Arnaldo Carvalho de Melo | 2 | -19/+1 |
2014-12-17 | tools: Adopt roundup_pow_of_two | Arnaldo Carvalho de Melo | 1 | -0/+25 |
2014-12-17 | perf tools: Make the mmap length autotuning more robust | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2014-12-17 | tools: Adopt rounddown_pow_of_two and deps | Arnaldo Carvalho de Melo | 1 | -0/+134 |
2014-12-17 | tools: Adopt fls_long and deps | Arnaldo Carvalho de Melo | 7 | -0/+22 |
2014-12-17 | tools: Move bitops.h from tools/perf/util to tools/ | Arnaldo Carvalho de Melo | 3 | -1/+2 |
2014-12-17 | tools: Introduce asm-generic/bitops.h | Arnaldo Carvalho de Melo | 4 | -8/+37 |
2014-12-17 | tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib | Arnaldo Carvalho de Melo | 5 | -72/+131 |
2014-12-17 | tools: Whitespace prep patches for moving bitops.h | Arnaldo Carvalho de Melo | 1 | -7/+8 |
2014-12-17 | tools: Move code originally from asm-generic/atomic.h into tools/include/asm-... | Arnaldo Carvalho de Melo | 4 | -15/+25 |
2014-12-17 | tools: Move code originally from linux/log2.h to tools/include/linux/ | Arnaldo Carvalho de Melo | 5 | -12/+30 |
2014-12-17 | tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h | Arnaldo Carvalho de Melo | 4 | -36/+46 |
2014-12-16 | Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 14 | -63/+248 |
2014-12-16 | perf evlist: Do not use hard coded value for a mmap_pages default | Arnaldo Carvalho de Melo | 1 | -4/+16 |
2014-12-16 | perf trace: Let the perf_evlist__mmap autosize the number of pages to use | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2014-12-16 | perf evlist: Improve the strerror_mmap method | Arnaldo Carvalho de Melo | 1 | -4/+13 |
2014-12-16 | perf evlist: Clarify sterror_mmap variable names | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2014-12-16 | perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2014-12-15 | tools/virtio: add virtio 1.0 in vringh_test | Michael S. Tsirkin | 1 | -0/+2 |
2014-12-15 | tools/virtio: add virtio 1.0 in virtio_test | Michael S. Tsirkin | 1 | -1/+13 |
2014-12-15 | tools/virtio: enable -Werror | Michael S. Tsirkin | 1 | -1/+1 |
2014-12-15 | tools/virtio: 64 bit features | Michael S. Tsirkin | 1 | -1/+1 |