summaryrefslogtreecommitdiff
path: root/tools/include
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-15
|\
| * bpf: fix broken BPF selftest buildDaniel Borkmann2017-12-12
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-15
|\ \
| * | tools/lib/lockdep: Add missing declaration of 'pr_cont()'Mengting Zhang2017-12-13
| * | tools/include: Remove ACCESS_ONCE()Mark Rutland2017-12-12
| |/
* | tools/headers: Synchronize kernel <-> tooling headersIngo Molnar2017-12-15
|/
* kmemcheck: rip it out for realMichal Hocko2017-12-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-08
|\
| * selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner2017-12-05
* | Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar2017-12-06
|\ \ | |/
| * bpftool: revert printing program device bound infoJakub Kicinski2017-11-21
| * bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-21
| * Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
| |\
| | * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-03
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
| |\ \
| | * | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-15
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
| |\ \ \ | | |/ / | |/| |
| | * | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-11
| | * | samples/bpf: add a test for bpf_override_returnJosef Bacik2017-11-11
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-10
| | |\ \
| | * | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-05
| | * | | bpftool: print program device bound infoJakub Kicinski2017-11-05
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-02
| | |\ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
| | |\ \ \ \ \
| | * | | | | | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-23
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
| | |\ \ \ \ \ \
| | * | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-18
| | * | | | | | | bpf: Use char in prog and map nameMartin KaFai Lau2017-10-07
| | * | | | | | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-07
| | * | | | | | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-07
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-05
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | libbpf: sync bpf.hAlexei Starovoitov2017-10-04
| | * | | | | | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-29
| | * | | | | | | bpf: update bpf.h uapi header for toolsDaniel Borkmann2017-09-26
* | | | | | | | | tools headers: Syncronize mman.h ABI headerArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers: Synchronize prctl.h ABI headerArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers: Synchronize KVM arch ABI headersArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers: Synchronize drm/i915_drm.hArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers uapi: Synchronize drm/drm.hArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers: Synchronize perf_event.h headerArnaldo Carvalho de Melo2017-11-28
* | | | | | | | | tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo2017-11-28
|/ / / / / / / /
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo2017-10-31
| * | | | | | | | tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-27
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-27
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo2017-10-02
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | tools include: Do not use poison with C++Arnaldo Carvalho de Melo2017-09-21