summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)Author
2020-02-05tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov
2019-05-31tools include: Adopt linux/bits.hArnaldo Carvalho de Melo
2018-06-05tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo
2018-06-05tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo
2018-06-05tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo
2018-06-05tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo
2018-06-05tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo
2018-06-05tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo
2018-06-05tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo
2018-06-05tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo
2018-06-05tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo
2018-06-05tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo
2018-06-05radix tree test suite: Remove types.hMatthew Wilcox
2018-06-05tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo
2018-06-05tools: enable endian checks for all sparse buildsMichael S. Tsirkin
2018-06-05tools: add more bitmap functionsMatthew Wilcox
2018-06-05tools lib: Add for_each_clear_bit macroJiri Olsa
2017-12-09tools include: Do not use poison with C++Arnaldo Carvalho de Melo
2017-07-15tools include: Add a __fallthrough statementArnaldo Carvalho de Melo
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds
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-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-14tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo
2016-07-13tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar
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
2015-07-05tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo
2015-07-05tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo
2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo
2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo