summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-3/+3
|\
| * selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner2017-12-051-3/+3
* | Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar2017-12-061-8/+144
|\|
| * bpftool: revert printing program device bound infoJakub Kicinski2017-11-211-6/+0
| * bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-211-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-8/+150
| |\
| | * bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-6/+1
| | * samples/bpf: add a test for bpf_override_returnJosef Bacik2017-11-111-1/+6
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-1010-5/+10
| | |\
| | * | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-051-0/+15
| | * | bpftool: print program device bound infoJakub Kicinski2017-11-051-0/+7
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-045-0/+5
| | |\ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+1
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-2/+2
| | |\ \ \ \
| | * | | | | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-8/+54
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-2/+3
| | |\ \ \ \ \
| | * | | | | | 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-071-4/+4
| | * | | | | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-071-1/+2
| | * | | | | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-071-1/+2
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-052-2/+25
| | |\ \ \ \ \ \
| | * | | | | | | libbpf: sync bpf.hAlexei Starovoitov2017-10-041-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
* | | | | | | | | tools headers: Synchronize prctl.h ABI headerArnaldo Carvalho de Melo2017-11-281-0/+9
* | | | | | | | | tools headers: Synchronize KVM arch ABI headersArnaldo Carvalho de Melo2017-11-281-0/+1
* | | | | | | | | tools headers: Synchronize perf_event.h headerArnaldo Carvalho de Melo2017-11-281-0/+1
* | | | | | | | | tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo2017-11-282-0/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0710-6/+14
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0410-7/+11
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| | | |_|/ / | | |/| | |
| * | | | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-2/+1
| | |_|_|/ | |/| | |
| * | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
| |/ / /
* | | | tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo2017-10-311-0/+27
* | | | tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-271-0/+200
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-211-1/+2
|\ \ \
| * | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-1/+2
| | |/ | |/|
* / | tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-091-1/+1
|/ /
* / tools include: Sync kernel ABI headers with tooling headersIngo Molnar2017-09-253-14/+45
|/
* 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/+3
| * bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-191-1/+9
| * bpf: sockmap sample programJohn Fastabend2017-08-161-1/+45
| * bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
| * selftests: bpf: add a test for XDP redirectWilliam Tu2017-08-081-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