summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools include: Sync {,tools/}include/uapi/linux/perf_event.hAlexander Shishkin2017-03-171-0/+1
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-161-0/+18
|\
| * selftests/bpf: fix broken buildAlexei Starovoitov2017-03-121-0/+18
* | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-1/+31
* | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-076-0/+177
|\ \ | |/ |/|
| * 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: Provide gcc based cmpxchg fallback for !x86Arnaldo Carvalho de Melo2017-03-031-0/+8
| * 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-286-1/+21
|\
| * radix tree test suite: Remove types.hMatthew Wilcox2017-02-132-0/+9
| * tools: Provide a definition of WARN_ONMatthew Wilcox2017-01-271-0/+8
| * radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-273-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-1/+22
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-0/+7
| |\ \
| * | | tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün2017-02-101-1/+22
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-202-0/+23
|\ \ \ | |_|/ |/| |
| * | 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
| |/
* / bpf: kernel header files need to be copied into the tools directoryStephen Rothwell2017-02-141-0/+7
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-231-229/+364
|\
| * tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hJoe Stringer2016-12-151-229/+364
* | tools: enable endian checks for all sparse buildsMichael S. Tsirkin2016-12-161-4/+0
* | tools: add more bitmap functionsMatthew Wilcox2016-12-141-0/+26
* | tools: add WARN_ON_ONCEMatthew Wilcox2016-12-141-0/+11
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-131-0/+4
|\ \ | |/ |/|
| * hw_breakpoint: Allow watchpoint of length 3,5,6 and 7Pratyush Anand2016-11-181-0/+4
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-125-0/+51
|\ \
| * | tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo2016-10-281-0/+5
| * | tools lib: Add for_each_clear_bit macroJiri Olsa2016-10-244-0/+46
| |/
* / bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+24
|/
* tools: Synchronize tools/include/uapi/linux/bpf.hArnaldo Carvalho de Melo2016-10-051-2/+2
* tools include: Add uapi mman.h for each architectureWang Nan2016-09-133-0/+110
* 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
* toops: Sync tools/include/uapi/linux/bpf.h with the kernelArnaldo Carvalho de Melo2016-08-091-1/+85
* 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: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo2016-07-185-5/+188
* tools: Simplify BITS_PER_LONG definePeter Zijlstra2016-07-151-21/+2
* tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo2016-07-141-0/+11
* tools: Fix up BITS_PER_LONG settingArnaldo Carvalho de Melo2016-07-131-5/+19
* tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar2016-07-131-1/+3
* tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo2016-07-124-0/+42
* tools: Copy uapi/linux/hw_breakpoint.h from the kernelArnaldo Carvalho de Melo2016-07-121-0/+30