summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-181-0/+1
* bpf: Use char in prog and map nameMartin KaFai Lau2017-10-081-4/+4
* bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-081-1/+2
* bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-065-15/+99
|\
| * tools include: Sync kernel ABI headers with tooling headersIngo Molnar2017-09-256-27/+119
* | libbpf: sync bpf.hAlexei Starovoitov2017-10-051-3/+52
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-0/+10
* | bpf: update bpf.h uapi header for toolsDaniel Borkmann2017-09-261-13/+32
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-121-1/+3
|\
| * perf tools: Support new sample type for physical addressKan Liang2017-09-011-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-2/+58
|\ \ | |/ |/|
| * bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-6/+3Star
| * bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-201-1/+9
| * bpf: sockmap sample programJohn Fastabend2017-08-161-1/+45
| * bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-101-0/+5
| * selftests: bpf: add a test for XDP redirectWilliam Tu2017-08-091-1/+2
| * bpf: testing: fix devmap testsJohn Fastabend2017-07-291-0/+1
* | perf tools: Add support for printing new mem_info encodingsAndi Kleen2017-08-221-2/+28
* | tools include uapi: Grab a copy of linux/vhost.hArnaldo Carvalho de Melo2017-08-011-0/+209
* | tools include uapi: Grab a copy of linux/kvm.hArnaldo Carvalho de Melo2017-08-011-0/+1419
* | tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo2017-08-011-0/+1026
* | tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2017-08-012-0/+2407
* | tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-08-011-6/+8
* | tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo2017-08-011-0/+118
* | tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-07-311-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-301-5/+133
|\|
| * bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-1/+15
| * bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-021-1/+65
| * bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-111-1/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-6/+2Star
| |\
| * | bpf: Test for bpf IDMartin KaFai Lau2017-06-061-0/+41
| * | bpf: update perf event helper functions documentationTeng Qin2017-06-051-4/+7
* | | tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo2017-07-201-0/+52
* | | perf/core: Define the common branch type classificationJin Yao2017-07-191-1/+26
* | | tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo2017-07-191-0/+220
* | | tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo2017-07-191-0/+21
| |/ |/|
* | tools/include: Sync kernel ABI headers with tooling headersIngo Molnar2017-05-241-6/+2Star
|/
* bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-2/+9
* 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-031-1/+31
|\ \
| * | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+1
| * | bpf: fix comment typoAlexander Alemayhu2017-04-101-1/+1
| * | 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-241-1/+2
| * | Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-241-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 uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2017-03-312-0/+248