aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04bitops: more BITS_TO_* macrosYury Norov1-4/+5
2020-01-06tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov1-0/+8
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov1-0/+30
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse1-12/+12
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-1/+35
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse1-21/+33
2019-09-25rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2-43/+59
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2019-08-22tools headers: Add missing perf_event.h includeJiri Olsa1-0/+1
2019-08-20tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-7/+10
2019-08-20tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo1-0/+9
2019-08-20tools headers: Add limits.h to access __WORDSIZEArnaldo Carvalho de Melo1-0/+1
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet1-0/+2
2019-07-13Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-0/+12
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+48
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+86
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+12
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-0/+48
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo1-0/+3
2019-07-01tools lib: Adopt strreplace() from the kernelArnaldo Carvalho de Melo1-0/+2
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2019-06-26tools lib: Adopt strim() from the kernelArnaldo Carvalho de Melo1-0/+2
2019-06-25tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-0/+75
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet3-31/+3
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-2/+2
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar3-31/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+20
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier1-0/+2
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann1-1/+20
2019-03-12Drop flex_arraysKent Overstreet1-3/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+16
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-18/+94
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell1-0/+16
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+20
2019-01-25tools: Update rbtree implementationDavidlohr Bueso2-18/+94
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2018-12-17tools include: Adopt ERR_CAST() from the kernel err.h headerArnaldo Carvalho de Melo1-0/+13
2018-12-01tools/kernel.h: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds3-2/+12
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+73
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox2-0/+3
2018-10-21xarray: Add XArray marksMatthew Wilcox1-2/+8
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+1
2018-10-19tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann1-0/+73