aboutsummaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+16
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+31
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdGravatar Arnaldo Carvalho de Melo 1-0/+2
2017-04-24tools: Update asm-generic/mman-common.h copy from the kernelGravatar Arnaldo Carvalho de Melo 1-2/+3
2017-04-21bpf: add napi_id read access to __sk_buffGravatar Daniel Borkmann 1-0/+1
2017-04-19tools include: Include missing headers for fls() and types in linux/log2.hGravatar Arnaldo Carvalho de Melo 1-0/+3
2017-04-19tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hGravatar Arnaldo Carvalho de Melo 1-4/+0
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hGravatar Arnaldo Carvalho de Melo 1-0/+3
2017-04-19tools include: Adopt __same_type() and __must_be_array() from the kernelGravatar Arnaldo Carvalho de Melo 2-0/+8
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+10
2017-04-19powerpc/perf: Define big-endian version of perf_mem_data_srcGravatar Sukadev Bhattiprolu 1-0/+16
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+10
2017-04-09bpf: fix comment typoGravatar Alexander Alemayhu 1-1/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+10
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandGravatar Alexei Starovoitov 1-0/+24
2017-04-01bpf: add various verifier test cases for self-testsGravatar Daniel Borkmann 1-0/+10
2017-03-31tools include uapi: Grab copies of stat.h and fcntl.hGravatar Arnaldo Carvalho de Melo 3-0/+249
2017-03-23Add a eBPF helper function to retrieve socket uidGravatar Chenbo Feng 1-1/+2
2017-03-23Add a helper function to get socket cookie in eBPFGravatar Chenbo Feng 1-1/+2
2017-03-22bpf: Add tests for map-in-mapGravatar Martin KaFai Lau 1-0/+3
2017-03-17tools include: Sync {,tools/}include/uapi/linux/perf_event.hGravatar Alexander Shishkin 1-0/+1
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+18
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoGravatar Hari Bathini 1-1/+31
2017-03-12selftests/bpf: fix broken buildGravatar Alexei Starovoitov 1-0/+18
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Gravatar Ingo Molnar 6-0/+177
2017-03-03tools include: Adopt kernel's refcount.hGravatar Arnaldo Carvalho de Melo 1-0/+151
2017-03-03tools include: Add UINT_MAX def to kernel.hGravatar Arnaldo Carvalho de Melo 1-0/+4
2017-03-03tools include: Provide gcc based cmpxchg fallback for !x86Gravatar Arnaldo Carvalho de Melo 1-0/+8
2017-03-03tools include: Introduce atomic_cmpxchg_{relaxed,release}()Gravatar Arnaldo Carvalho de Melo 1-0/+6
2017-03-03tools include: Adopt __compiletime_errorGravatar Arnaldo Carvalho de Melo 2-0/+8
2017-03-02give up on gcc ilog2() constant optimizationsGravatar Linus Torvalds 1-11/+2
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 6-1/+21
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+22
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+23
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+7
2017-02-14bpf: kernel header files need to be copied into the tools directoryGravatar Stephen Rothwell 1-0/+7
2017-02-13radix tree test suite: Remove types.hGravatar Matthew Wilcox 2-0/+9
2017-02-13tools include: Introduce linux/compiler-gcc.hGravatar Arnaldo Carvalho de Melo 2-5/+19
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hGravatar Mickaël Salaün 1-1/+22
2017-02-08tools include: Add a __fallthrough statementGravatar Arnaldo Carvalho de Melo 1-0/+9
2017-01-27tools: Provide a definition of WARN_ONGravatar Matthew Wilcox 1-0/+8
2017-01-27radix tree test suite: Remove duplicate bitops codeGravatar Matthew Wilcox 3-1/+4
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-229/+364
2016-12-16tools: enable endian checks for all sparse buildsGravatar Michael S. Tsirkin 1-4/+0
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hGravatar Joe Stringer 1-229/+364
2016-12-14tools: add more bitmap functionsGravatar Matthew Wilcox 1-0/+26
2016-12-14tools: add WARN_ON_ONCEGravatar Matthew Wilcox 1-0/+11
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+51