summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux
AgeCommit message (Expand)Author
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-09bpf: Sync kernel ABI header with tooling header for bpf_common.hJesper Dangaard Brouer
2018-02-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-02tools: add netlink.h and if_link.h in tools uapiEric Leblond
2018-02-02tools headers: Synchronize uapi/linux/sched.hArnaldo Carvalho de Melo
2018-02-02tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.hArnaldo Carvalho de Melo
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo
2018-01-18bpf: offload: report device information about offloaded mapsJakub Kicinski
2018-01-18bpf: Sync kernel ABI header with tooling headerJesper Dangaard Brouer
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski
2018-01-08perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa
2018-01-08perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa
2017-12-31bpf: offload: report device information for offloaded programsJakub Kicinski
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov
2017-12-15tools/headers: Synchronize kernel <-> tooling headersIngo Molnar
2017-12-12samples/bpf: add a test for bpf_override_returnJosef Bacik
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-06Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar
2017-12-05selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner
2017-11-28tools headers: Synchronize prctl.h ABI headerArnaldo Carvalho de Melo
2017-11-28tools headers: Synchronize KVM arch ABI headersArnaldo Carvalho de Melo
2017-11-28tools headers: Synchronize perf_event.h headerArnaldo Carvalho de Melo
2017-11-28tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo
2017-11-21bpftool: revert printing program device bound infoJakub Kicinski
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin
2017-11-05bpftool: print program device bound infoJakub Kicinski
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-31tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-27tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer