summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* bpftool: revert printing program device bound infoJakub Kicinski2017-11-211-6/+0Star
* bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-211-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+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/+1Star
| * | 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-1014-7/+15
| |\ \
| * | | 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-046-0/+6
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+1Star
| |\ \ \ \
| * \ \ \ \ 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-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
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | 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-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-132-0/+227
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0714-7/+19
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar2017-11-111-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0414-9/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-026-0/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
| |/ / / /
* | | | / bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-2/+1Star
| |_|_|/ |/| | |
* | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-221-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-256-27/+119
|/
* 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