summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)Author
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds
2017-02-14bpf: kernel header files need to be copied into the tools directoryStephen Rothwell
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hJoe Stringer
2016-12-14tools: add more bitmap functionsMatthew Wilcox
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-11-18hw_breakpoint: Allow watchpoint of length 3,5,6 and 7Pratyush Anand
2016-10-28tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann
2016-10-05tools: Synchronize tools/include/uapi/linux/bpf.hArnaldo Carvalho de Melo
2016-09-13tools include: Add uapi mman.h for each architectureWang Nan
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-08-18tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta
2016-08-09toops: Sync tools/include/uapi/linux/bpf.h with the kernelArnaldo Carvalho de Melo
2016-08-02tools lib: Add bitmap_and functionJiri Olsa
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa
2016-07-18tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo
2016-07-18tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo
2016-07-15tools: Simplify BITS_PER_LONG definePeter Zijlstra
2016-07-14tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo
2016-07-13tools: Fix up BITS_PER_LONG settingArnaldo Carvalho de Melo
2016-07-13tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar
2016-07-12tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo
2016-07-12tools: Copy uapi/linux/hw_breakpoint.h from the kernelArnaldo Carvalho de Melo
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo
2016-07-12perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo
2016-07-12tools: Add copy of perf_event.h to tools/include/linux/Arnaldo Carvalho de Melo
2016-07-12tools lib: Guard the strlcpy() header with __GLIBC__Arnaldo Carvalho de Melo
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo
2016-03-09tools: Copy hashtable.h into tools directoryJosh Poimboeuf
2016-01-12tools: Make list.h self-sufficientJosh Poimboeuf
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf
2015-11-18tools: Clone the kernel's strtobool functionWang Nan
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo
2015-11-11tools include: Add compiler.h to list.hArnaldo Carvalho de Melo
2015-10-13tools include: Fix strict-aliasing rules breakageJiri Olsa
2015-09-30tools: Fix shadowed declaration in err.hJiri Olsa
2015-09-15tools: Add err.h with ERR_PTR PTR_ERR interfaceJiri Olsa
2015-09-02perf tools: Copy linux/filter.h to tools/includeHe Kuang
2015-08-25tools: Restore export.hSasha Levin