summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-27tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2-5/+28
2018-05-30tools: sync up .h files with the repective arch and uapi .h filesGreg Kroah-Hartman1-0/+1
2018-02-22kmemcheck: rip it out for realMichal Hocko1-1/+0
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-8/+0
2017-12-10tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar1-0/+1
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar21-10/+28
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus 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-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-2/+1
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-22Merge 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-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo1-1/+1
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar7-27/+153
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar1-3/+6
2017-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2017-09-12tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo1-3/+6
2017-09-07Merge 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/g...Linus 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-20bpf: 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
2017-08-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+5
2017-08-09selftests: bpf: add a test for XDP redirectWilliam Tu1-1/+2
2017-08-01tools include uapi: Grab a copy of linux/vhost.hArnaldo Carvalho de Melo1-0/+209
2017-08-01tools include uapi: Grab a copy of linux/kvm.hArnaldo Carvalho de Melo1-0/+1419
2017-08-01tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo1-0/+1026
2017-08-01tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2-0/+2407
2017-08-01tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo1-6/+8
2017-08-01tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo1-0/+118
2017-07-31tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo1-1/+1
2017-07-30Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar1-5/+133
2017-07-30bpf: testing: fix devmap testsJohn Fastabend1-0/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-2/+10
2017-07-20tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo1-0/+52
2017-07-19perf/core: Define the common branch type classificationJin Yao1-1/+26
2017-07-19tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo1-0/+220
2017-07-19tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo1-0/+21
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+133
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+43
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-1/+15
2017-07-02bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo1-1/+65
2017-06-27tools include: Add byte-swapping macros to kernel.hAdrian Hunter1-6/+29
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo1-0/+2