summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2017-04-261-0/+2
* tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo2017-04-191-0/+3
* tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo2017-04-191-4/+0
* tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo2017-04-191-0/+3
* tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo2017-04-192-0/+8
* tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo2017-04-191-0/+10
* Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-111-0/+10
|\
| * bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-011-0/+10
* | tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2017-03-311-0/+1
* | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-075-0/+169
|\ \ | |/ |/|
| * tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo2017-03-031-0/+151
| * tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo2017-03-031-0/+4
| * tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo2017-03-031-0/+6
| * tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo2017-03-032-0/+8
* | give up on gcc ilog2() constant optimizationsLinus Torvalds2017-03-021-11/+2
|/
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-284-1/+10
|\
| * radix tree test suite: Remove types.hMatthew Wilcox2017-02-132-0/+9
| * radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-272-1/+1
* | tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2017-02-132-5/+19
* | tools include: Add a __fallthrough statementArnaldo Carvalho de Melo2017-02-081-0/+9
|/
* tools: enable endian checks for all sparse buildsMichael S. Tsirkin2016-12-161-4/+0
* tools: add more bitmap functionsMatthew Wilcox2016-12-141-0/+26
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-121-0/+5
|\
| * tools lib: Add for_each_clear_bit macroJiri Olsa2016-10-241-0/+5
* | bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+24
|/
* tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier2016-08-231-0/+39
* tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2016-08-231-0/+12
* tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta2016-08-181-1/+5
* tools lib: Add bitmap_and functionJiri Olsa2016-08-021-0/+17
* tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-021-0/+10
* tools lib: Add bitmap_alloc functionJiri Olsa2016-08-021-0/+10
* tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo2016-07-182-4/+192
* tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo2016-07-141-0/+11
* tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar2016-07-131-1/+3
* tools lib: Guard the strlcpy() header with __GLIBC__Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-25/+3
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-0/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-241-0/+12
|\
| * tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo2016-03-231-0/+12
* | tools: Copy hashtable.h into tools directoryJosh Poimboeuf2016-03-091-0/+152
|/
* tools: Make list.h self-sufficientJosh Poimboeuf2016-01-121-6/+747
* tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo2016-01-081-0/+68
* perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf2015-12-161-0/+4
* tools: Clone the kernel's strtobool functionWang Nan2015-11-181-0/+2
* tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo2015-11-181-0/+9
* tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
* tools include: Fix strict-aliasing rules breakageJiri Olsa2015-10-131-8/+24
* tools: Fix shadowed declaration in err.hJiri Olsa2015-09-301-2/+2
* tools: Add err.h with ERR_PTR PTR_ERR interfaceJiri Olsa2015-09-151-0/+49
* perf tools: Copy linux/filter.h to tools/includeHe Kuang2015-09-021-0/+231