aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+5
2017-08-08selftests: 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-07-31tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo1-6/+8
2017-07-31tools 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 refresh the treeIngo Molnar1-5/+133
2017-07-29bpf: 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-18perf/core: Define the common branch type classificationJin Yao1-1/+26
2017-07-18tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo1-0/+220
2017-07-18tools: 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/kernel/git/tip/tipLinus Torvalds3-6/+43
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-1/+15
2017-07-01bpf: 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
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2-0/+6
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann1-1/+7
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2017-06-06bpf: Test for bpf IDMartin KaFai Lau1-0/+41
2017-06-05tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)25-0/+352
2017-06-05tools/include: Add IS_ERR_OR_NULL to err.hLevin, Alexander (Sasha Levin)1-0/+5
2017-06-05tools/include: Add (mostly) empty include/linux/sched/mm.hLevin, Alexander (Sasha Levin)1-0/+4
2017-06-05tools/lib/lockdep: Fix compilation for 4.11Levin, Alexander (Sasha Levin)3-0/+231
2017-06-04bpf: update perf event helper functions documentationTeng Qin1-4/+7
2017-05-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2017-05-25bpf: add various verifier test casesDaniel Borkmann1-0/+10
2017-05-24tools/include: Sync kernel ABI headers with tooling headersIngo Molnar1-6/+2