Age | Commit message (Expand) | Author | Files | Lines |
2017-02-03 | Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s... | Ingo Molnar | 6 | -3/+40 |
2017-02-02 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-02-02 | perf callchain: Reference count maps | Krister Johansen | 3 | -2/+22 |
2017-02-02 | perf diff: Fix -o/--order option behavior (again) | Namhyung Kim | 3 | -1/+14 |
2017-02-02 | perf diff: Fix segfault on 'perf diff -o N' option | Namhyung Kim | 1 | -0/+4 |
2017-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -26/+27 |
2017-01-22 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -2/+15 |
2017-01-22 | Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2017-01-20 | tools/virtio/ringtest: tweaks for s390 | Halil Pasic | 1 | -0/+12 |
2017-01-20 | tools/virtio/ringtest: fix run-on-all.sh for offline cpus | Halil Pasic | 1 | -2/+3 |
2017-01-19 | objtool: Fix IRET's opcode | Jiri Slaby | 1 | -1/+1 |
2017-01-18 | selftest/powerpc: Wrong PMC initialized in pmc56_overflow test | Madhavan Srinivasan | 1 | -1/+1 |
2017-01-17 | bpf: Fix test_lru_sanity5() in test_lru_map.c | Martin KaFai Lau | 1 | -26/+27 |
2017-01-17 | Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s... | Ingo Molnar | 3 | -41/+72 |
2017-01-16 | perf probe: Fix to probe on gcc generated functions in modules | Masami Hiramatsu | 3 | -18/+37 |
2017-01-16 | perf probe: Add error checks to offline probe post-processing | Masami Hiramatsu | 1 | -17/+33 |
2017-01-16 | perf probe: Fix to show correct locations for events on modules | Masami Hiramatsu | 1 | -7/+3 |
2017-01-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -45/+107 |
2017-01-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
2017-01-11 | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 1 | -1/+0 |
2017-01-05 | selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration" | Colin King | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash to run netsocktests testcase | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash to run bpf tests | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash for the generated test | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s... | Ingo Molnar | 9 | -45/+107 |
2017-01-04 | perf probe: Fix to probe on gcc generated symbols for offline kernel | Masami Hiramatsu | 1 | -1/+47 |
2017-01-04 | perf probe: Fix --funcs to show correct symbols for offline module | Masami Hiramatsu | 1 | -19/+6 |
2017-01-03 | perf symbols: Robustify reading of build-id from sysfs | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2017-01-03 | perf tools: Install tools/lib/traceevent plugins with install-bin | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2017-01-03 | tools lib traceevent: Fix prev/next_prio for deadline tasks | Daniel Bristot de Oliveira | 1 | -2/+2 |
2017-01-03 | perf record: Fix --switch-output documentation and comment | Jiri Olsa | 2 | -1/+5 |
2017-01-03 | perf record: Make __record_options static | Jiri Olsa | 1 | -1/+1 |
2017-01-03 | tools lib subcmd: Add OPT_STRING_OPTARG_SET option | Jiri Olsa | 2 | -0/+8 |
2017-01-02 | perf probe: Fix to get correct modname from elf header | Masami Hiramatsu | 1 | -16/+16 |
2016-12-28 | perf sched timehist: Show total scheduling time | Namhyung Kim | 1 | -3/+14 |
2016-12-26 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Linus Torvalds | 3 | -371/+673 |
2016-12-24 | tools/power turbostat: remove obsolete -M, -m, -C, -c options | Len Brown | 2 | -110/+2 |
2016-12-24 | tools/power turbostat: Make extensible via the --add parameter | Len Brown | 2 | -9/+409 |
2016-12-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 27 | -405/+865 |
2016-12-22 | perf sched timehist: Fix invalid period calculation | Namhyung Kim | 1 | -1/+1 |
2016-12-22 | perf sched timehist: Remove hardcoded 'comm_width' check at print_summary | Namhyung Kim | 1 | -3/+0 |
2016-12-22 | perf sched timehist: Enlarge default 'comm_width' | Namhyung Kim | 1 | -1/+1 |
2016-12-22 | perf sched timehist: Honour 'comm_width' when aligning the headers | Namhyung Kim | 1 | -3/+4 |
2016-12-20 | tools lib bpf: Add bpf_prog_{attach,detach} | Joe Stringer | 2 | -0/+26 |
2016-12-20 | perf diff: Do not overwrite valid build id | Kan Liang | 1 | -1/+2 |
2016-12-20 | perf annotate: Don't throw error for zero length symbols | Ravi Bangoria | 1 | -1/+2 |
2016-12-20 | perf bench futex: Fix lock-pi help string | Davidlohr Bueso | 1 | -1/+1 |
2016-12-20 | perf trace: Check if MAP_32BIT is defined (again) | Jiri Olsa | 1 | -0/+2 |
2016-12-19 | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+23 |
2016-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+29 |