summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-02-13radix tree test suite: Run iteration tests for longerMatthew Wilcox-2/+2
2017-02-13radix tree test suite: Fix split/join memory leaksMatthew Wilcox-1/+14
2017-02-13radix tree test suite: Fix leaks in regression2.cMatthew Wilcox-2/+4
2017-02-13radix tree test suite: Fix leaky testsMatthew Wilcox-12/+16
2017-02-13radix tree test suite: Enable address sanitizerMatthew Wilcox-1/+1
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox-3/+3
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva-58/+77
2017-02-13radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox-0/+26
2017-02-13radix tree test suite: Build separate binaries for some testsMatthew Wilcox-7/+33
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox-1/+92
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox-3/+4
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox-6/+365
2017-02-13radix tree test suite: Remove obsolete CONFIGMatthew Wilcox-2/+0
2017-02-13radix tree test suite: Use vpath to find lib filesMatthew Wilcox-3/+2
2017-02-13radix tree test suite: Reduce kernel.hMatthew Wilcox-39/+12
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox-2/+0
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox-23/+12
2017-02-13radix tree test suite: Remove mempoolMatthew Wilcox-38/+0
2017-02-13radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox-0/+1
2017-02-13drm/i915: Provide a hook for selftestsChris Wilson-0/+1
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo-4/+4
2017-02-13perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo-1/+1
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo-6/+5
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo-4/+6
2017-02-13tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo-1/+1
2017-02-13tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)-0/+1
2017-02-13perf scripting perl: Fix compile error with some perl5 versionsWang YanQing-1/+1
2017-02-13perf diff: Change default setting to "delta-abs"Namhyung Kim-5/+5
2017-02-13perf diff: Add diff.compute config optionNamhyung Kim-3/+23
2017-02-13perf diff: Add diff.order config optionNamhyung Kim-1/+26
2017-02-13perf diff: Add 'delta-abs' compute methodNamhyung Kim-3/+49
2017-02-13tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo-5/+20
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov-2/+5
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün-34/+9
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün-31/+20
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün-26/+16
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün-50/+39
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün-91/+99
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün-32/+17
2017-02-10bpf: Always test unprivileged programsMickaël Salaün-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün-1/+1
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün-1/+22
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo-0/+7
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo-5/+3
2017-02-09perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo-3/+3
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore-10/+10
2017-02-08perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo-0/+1
2017-02-08perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo-1/+1