summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hJoe Stringer
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14radix tree test suite: delete unused rcupdate.cMatthew Wilcox
2016-12-14radix tree test suite: add new tag checkMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox
2016-12-14tools: add more bitmap functionsMatthew Wilcox
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov