aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo1-0/+2
2017-04-19tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo1-0/+3
2017-04-19tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo1-4/+0
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo1-0/+3
2017-04-19tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo2-0/+8
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo1-0/+10
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar1-0/+10
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann1-0/+10
2017-03-31tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo1-0/+1
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar5-0/+169
2017-03-03tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo1-0/+151
2017-03-03tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo1-0/+4
2017-03-03tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo1-0/+6
2017-03-03tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo2-0/+8
2017-03-02give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-1/+10
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox2-0/+9
2017-02-13tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2-5/+19
2017-02-08tools include: Add a __fallthrough statementArnaldo Carvalho de Melo1-0/+9
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2-1/+1
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-14tools: add more bitmap functionsMatthew Wilcox1-0/+26
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa1-0/+5
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann1-0/+24
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier1-0/+39
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo1-0/+12
2016-08-18tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta1-1/+5
2016-08-02tools lib: Add bitmap_and functionJiri Olsa1-0/+17
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa1-0/+10
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-07-18tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo2-4/+192
2016-07-14tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo1-0/+11
2016-07-13tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar1-1/+3
2016-07-12tools lib: Guard the strlcpy() header with __GLIBC__Arnaldo Carvalho de Melo1-1/+1
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo1-25/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-0/+2
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo1-0/+12
2016-03-09tools: Copy hashtable.h into tools directoryJosh Poimboeuf1-0/+152
2016-01-12tools: Make list.h self-sufficientJosh Poimboeuf1-6/+747
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo1-0/+68
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf1-0/+4
2015-11-18tools: Clone the kernel's strtobool functionWang Nan1-0/+2
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo1-0/+9
2015-11-11tools include: Add compiler.h to list.hArnaldo Carvalho de Melo1-0/+1
2015-10-13tools include: Fix strict-aliasing rules breakageJiri Olsa1-8/+24
2015-09-30tools: Fix shadowed declaration in err.hJiri Olsa1-2/+2
2015-09-15tools: Add err.h with ERR_PTR PTR_ERR interfaceJiri Olsa1-0/+49
2015-09-02perf tools: Copy linux/filter.h to tools/includeHe Kuang1-0/+231