summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-0/+134
|\
| * bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| * bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-211-3/+7
| * tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-211-1/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-132-0/+91
| |\
| | * tools headers: Adopt verbatim copy of btf_ids.h from kernel sourcesJiri Olsa2020-07-132-0/+91
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+0
|\ \ \
| * | | compiler: Remove uninitialized_var() macroKees Cook2020-07-161-2/+0
| | |/ | |/|
* | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-251-2/+1
|\ \ \ | | |/ | |/|
| * | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-2/+1
| |/
* / lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-101-2/+2
|/
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
* Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-042-0/+15
|\
| * tools compiler.h: Add attribute to disable tail callsIan Rogers2020-06-012-0/+15
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+2
|\ \ | |/ |/|
| * docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2020-04-212-2/+2
* | tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-143-6/+104
* | tools headers: Adopt verbatim copy of compiletime_assert() from kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+26
* | tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo2020-04-141-4/+1
|/
* lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra2020-03-211-4/+4
* lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner2020-03-211-2/+2
* bitops: more BITS_TO_* macrosYury Norov2020-02-041-4/+5
* tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-01-061-0/+8
* tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov2020-01-061-0/+30
* augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2019-09-251-12/+12
* augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-1/+35
* augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2019-09-251-21/+33
* rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2019-09-252-43/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-0/+2
|\
| * tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet2019-08-151-0/+2
* | tools headers: Add missing perf_event.h includeJiri Olsa2019-08-221-0/+1
* | tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2019-08-201-7/+10
* | tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo2019-08-201-0/+9
* | tools headers: Add limits.h to access __WORDSIZEArnaldo Carvalho de Melo2019-08-201-0/+1
|/
* Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-131-0/+12
|\
| * tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+48
|\ \
| * | tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-051-0/+48
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \
| * | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-143-31/+3
| |\| |
| * | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-093-1/+86
|\ \ \ \ | | |_|/ | |/| |
| * | | tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo2019-07-011-0/+3
| * | | tools lib: Adopt strreplace() from the kernelArnaldo Carvalho de Melo2019-07-011-0/+2
| * | | tools lib: Adopt strim() from the kernelArnaldo Carvalho de Melo2019-06-261-0/+2
| * | | tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo2019-06-251-1/+3
| * | | tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-0/+75
| * | | Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar2019-06-033-31/+3
| |\ \ \ | | | |/ | | |/|
| * | | perf script: Pad DSO name for --call-traceJiri Olsa2019-05-281-0/+1
| | |/ | |/|