aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-12-25Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Gravatar Linus Torvalds 3-371/+673
2016-12-24tools/power turbostat: remove obsolete -M, -m, -C, -c optionsGravatar Len Brown 2-110/+2
2016-12-24tools/power turbostat: Make extensible via the --add parameterGravatar Len Brown 2-9/+409
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 27-405/+865
2016-12-22perf sched timehist: Fix invalid period calculationGravatar Namhyung Kim 1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryGravatar Namhyung Kim 1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Gravatar Namhyung Kim 1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersGravatar Namhyung Kim 1-3/+4
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Gravatar Joe Stringer 2-0/+26
2016-12-20perf diff: Do not overwrite valid build idGravatar Kan Liang 1-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsGravatar Ravi Bangoria 1-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringGravatar Davidlohr Bueso 1-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Gravatar Jiri Olsa 1-0/+2
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+23
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+29
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 12-16/+12
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextGravatar Dan Williams 1-7/+23
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedGravatar Daniel Borkmann 1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsGravatar Daniel Borkmann 1-0/+28
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 53-337/+3307
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-9/+6
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 24-0/+1948
2016-12-16tools: enable endian checks for all sparse buildsGravatar Michael S. Tsirkin 1-4/+0
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hGravatar Mark Rutland 1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Gravatar Mark Rutland 1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 7-7/+131
2016-12-15tools lib bpf: Add flags to bpf_create_map()Gravatar Joe Stringer 3-3/+5
2016-12-15tools lib bpf: use __u32 from linux/types.hGravatar Joe Stringer 2-4/+4
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hGravatar Joe Stringer 1-229/+364
2016-12-15perf annotate: Fix jump target outside of function address rangeGravatar Ravi Bangoria 3-9/+15
2016-12-15perf annotate: Support jump instruction with target as second operandGravatar Ravi Bangoria 1-1/+5
2016-12-15perf record: Force ignore_missing_thread for uid optionGravatar Jiri Olsa 1-0/+3
2016-12-15perf evsel: Allow to ignore missing pidGravatar Jiri Olsa 3-0/+46
2016-12-15perf thread_map: Add thread_map__remove functionGravatar Jiri Olsa 5-0/+72
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroGravatar Jiri Olsa 1-8/+9
2016-12-15perf mem: Fix --all-user/--all-kernel optionsGravatar Jiri Olsa 1-2/+2
2016-12-15perf tools: Remove some needless __maybe_unusedGravatar Arnaldo Carvalho de Melo 3-11/+10
2016-12-15perf sched timehist: Show callchains for idle statGravatar Namhyung Kim 1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionGravatar Namhyung Kim 2-5/+45
2016-12-15perf sched timehist: Skip non-idle events when necessaryGravatar Namhyung Kim 1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleGravatar Namhyung Kim 1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataGravatar Namhyung Kim 1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Gravatar Namhyung Kim 1-19/+20
2016-12-15perf tools: Move headers check into bash scriptGravatar Jiri Olsa 2-93/+60
2016-12-15redo: radix tree test suite: fix compilationGravatar Matthew Wilcox 2-29/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 24-302/+842
2016-12-14radix tree test suite: delete unused rcupdate.cGravatar Matthew Wilcox 1-86/+0
2016-12-14radix tree test suite: add new tag checkGravatar Matthew Wilcox 1-0/+3
2016-12-14radix-tree: ensure counts are initialisedGravatar Matthew Wilcox 1-4/+41
2016-12-14radix tree test suite: cache recently freed objectsGravatar Matthew Wilcox 2-12/+41