summaryrefslogtreecommitdiff
path: root/tools/include
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-05perf/tools: header file sync upGreg Kroah-Hartman
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-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