summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar2017-11-111-0/+1
* tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0421-10/+28
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0250-0/+50
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0250-0/+50
* | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-2/+1
* | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-211-1/+2
|\
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-1/+2
* | tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-091-1/+1
|/
* tools include: Sync kernel ABI headers with tooling headersIngo Molnar2017-09-257-27/+153
* Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-131-3/+6
|\
| * tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo2017-09-121-3/+6
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-121-1/+3
|\ \ | |/
| * perf tools: Support new sample type for physical addressKan Liang2017-09-011-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-2/+58
|\ \
| * | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-6/+3
| * | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-191-1/+9
| * | bpf: sockmap sample programJohn Fastabend2017-08-161-1/+45
| * | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
| * | selftests: bpf: add a test for XDP redirectWilliam Tu2017-08-081-1/+2
| * | bpf: testing: fix devmap testsJohn Fastabend2017-07-291-0/+1
* | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-0/+6
|\ \ \ | |_|/ |/| |
| * | perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach2017-08-281-0/+5
| * | coresight: pmu: Adds return stack option to perf coresight pmuMike Leach2017-08-281-0/+1
| |/
* | perf tools: Add support for printing new mem_info encodingsAndi Kleen2017-08-221-2/+28
* | tools include uapi: Grab a copy of linux/vhost.hArnaldo Carvalho de Melo2017-08-011-0/+209
* | tools include uapi: Grab a copy of linux/kvm.hArnaldo Carvalho de Melo2017-08-011-0/+1419
* | tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo2017-08-011-0/+1026
* | tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2017-08-012-0/+2407
* | tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-07-311-6/+8
* | tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo2017-07-311-0/+118
* | tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-07-311-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-301-5/+133
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-5/+133
| |\
| | * bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-1/+15
| | * bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-011-1/+65
| | * bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-1/+7
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-6/+2
| | |\
| | * | bpf: Test for bpf IDMartin KaFai Lau2017-06-061-0/+41
| | * | bpf: update perf event helper functions documentationTeng Qin2017-06-041-4/+7
* | | | tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-2/+10
* | | | tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo2017-07-201-0/+52
* | | | perf/core: Define the common branch type classificationJin Yao2017-07-181-1/+26
* | | | tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo2017-07-181-0/+220
* | | | tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo2017-07-181-0/+21
|/ / /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-033-6/+43
|\ \ \
| * | | tools include: Add byte-swapping macros to kernel.hAdrian Hunter2017-06-271-6/+29
| * | | tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+1
| * | | tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo2017-06-191-0/+2
| * | | tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-192-0/+6
OpenPOWER on IntegriCloud