aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar1-0/+1
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik1-1/+6
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-8/+27
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar63-7/+74
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar63-7/+74
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin1-0/+15
2017-11-05bpftool: print program device bound infoJakub Kicinski1-0/+7
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar21-10/+28
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-0/+50
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds50-0/+50
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman50-0/+50
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-2/+1
2017-10-31tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo1-0/+27
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-27tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo1-0/+200
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov1-8/+54
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-1/+2
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer1-0/+1
2017-10-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo1-1/+1
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau1-4/+4
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song1-1/+2
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song1-1/+2
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+133
2017-10-04libbpf: sync bpf.hAlexei Starovoitov1-3/+52
2017-10-02Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo6-16/+150
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-0/+10
2017-09-26bpf: update bpf.h uapi header for toolsDaniel Borkmann1-13/+32
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar7-27/+153
2017-09-21tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-09-21tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo1-11/+3
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-3/+6
2017-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-09-12tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo1-3/+6
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+58
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2017-09-01perf tools: Support new sample type for physical addressKan Liang1-1/+3
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-6/+3
2017-08-28perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach1-0/+5
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach1-0/+1
2017-08-22perf tools: Add support for printing new mem_info encodingsAndi Kleen1-2/+28
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-1/+9
2017-08-16bpf: sockmap sample programJohn Fastabend1-1/+45