summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-5/+133
|\
| * bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-1/+15
| * bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-011-1/+65
| * bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-1/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-6/+2
| |\
| * | bpf: Test for bpf IDMartin KaFai Lau2017-06-061-0/+41
| * | bpf: update perf event helper functions documentationTeng Qin2017-06-041-4/+7
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-033-6/+43
|\ \ \
| * | | tools include: Add byte-swapping macros to kernel.hAdrian Hunter2017-06-271-6/+29
| * | | tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+1
| * | | tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+2
| * | | tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-192-0/+6
| * | | tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+1
| * | | tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+2
| * | | tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+2
| | |/ | |/|
* | | tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)2017-06-0525-0/+352
* | | tools/include: Add IS_ERR_OR_NULL to err.hLevin, Alexander (Sasha Levin)2017-06-051-0/+5
* | | tools/include: Add (mostly) empty include/linux/sched/mm.hLevin, Alexander (Sasha Levin)2017-06-051-0/+4
* | | tools/lib/lockdep: Fix compilation for 4.11Levin, Alexander (Sasha Levin)2017-06-053-0/+231
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-271-6/+2
|\ \ | |/ |/|
| * tools/include: Sync kernel ABI headers with tooling headersIngo Molnar2017-05-241-6/+2
* | bpf: add various verifier test casesDaniel Borkmann2017-05-251-0/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-151-2/+9
|\
| * bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-2/+9
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-0/+2
|\ \ | |/ |/|
| * tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2017-04-261-0/+2
* | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+16
|\ \
| * | powerpc/perf: Define big-endian version of perf_mem_data_srcSukadev Bhattiprolu2017-04-191-0/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-1/+31
|\ \ \ | |_|/ |/| |
| * | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+1
| * | bpf: fix comment typoAlexander Alemayhu2017-04-091-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-0/+10
| |\ \
| * | | tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+24
| * | | Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-231-1/+2
| * | | Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-231-1/+2
| * | | bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-0/+3
| | |/ | |/|
* | | tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo2017-04-241-2/+3
* | | 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-313-0/+249
* | 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud