summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-1/+20
|\
| * bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann2019-04-101-1/+20
* | coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier2019-04-251-0/+2
|/
* Drop flex_arraysKent Overstreet2019-03-121-3/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-0/+16
|\
| * tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2019-03-061-0/+16
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-18/+94
|\ \ | |/ |/|
| * tools: Update rbtree implementationDavidlohr Bueso2019-01-252-18/+94
* | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+20
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-0/+13
|\
| * tools include: Adopt ERR_CAST() from the kernel err.h headerArnaldo Carvalho de Melo2018-12-171-0/+13
* | tools/kernel.h: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
|/
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-283-2/+12
|\
| * xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-212-0/+3
| * xarray: Add XArray marksMatthew Wilcox2018-10-211-2/+8
| * xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-241-0/+73
|\ \
| * | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-191-0/+73
| |/
* | tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2018-10-082-5/+28
* | Merge tag 'perf-core-for-mingo-4.20-20180919' of git://git.kernel.org/pub/scm...Ingo Molnar2018-09-251-0/+7
|\ \ | |/ |/|
| * tools include: Adopt PTR_ERR_OR_ZERO from the kernel err.h headerDing Xiang2018-09-191-0/+7
* | tools/lib/lockdep: Add dummy task_struct state memberSasha Levin2018-09-101-0/+3
* | tools/lib/lockdep: Add empty nmi.hSasha Levin2018-09-101-0/+0
|/
* tools: introduce test_and_clear_bitPeter Xu2018-08-221-0/+17
* tools: bpf: make use of reallocarrayJakub Kicinski2018-07-112-0/+282
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+10
|\
| * bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-0/+10
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-251-1/+2
|\|
| * radix tree test suite: fix compilation issueRoss Zwisler2018-05-191-1/+2
* | tools include compiler-gcc: Add __pure attribute helperArnaldo Carvalho de Melo2018-05-171-0/+3
|/
* coresight: Move to SPDX identifierMathieu Poirier2018-04-191-12/+1Star
* Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-161-5/+15
|\
| * tools headers: Restore READ_ONCE() C++ compatibilityMark Rutland2018-04-121-5/+15
* | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-0/+1
|/
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-081-1/+1
* tools/lib/lockdep: Add missing declaration of 'pr_cont()'Mengting Zhang2017-12-131-0/+1
* tools/include: Remove ACCESS_ONCE()Mark Rutland2017-12-121-12/+9Star
* kmemcheck: rip it out for realMichal Hocko2017-12-081-1/+0Star
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-161-8/+0Star
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0729-0/+29
|\
| * tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-041-1/+0Star
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0230-0/+30
* | tools include: Do not use poison with C++Arnaldo Carvalho de Melo2017-09-211-0/+5
|/
* 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 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
* | tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-2/+10
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-033-6/+43
|\