summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)Author
2017-12-13tools/lib/lockdep: Add missing declaration of 'pr_cont()'Mengting Zhang
2017-12-12tools/include: Remove ACCESS_ONCE()Mark Rutland
2017-12-08kmemcheck: rip it out for realMichal Hocko
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-21tools include: Do not use poison with C++Arnaldo Carvalho de Melo
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar
2017-09-12tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-28perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-27tools include: Add byte-swapping macros to kernel.hAdrian Hunter
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo
2017-06-05tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)
2017-06-05tools/include: Add IS_ERR_OR_NULL to err.hLevin, Alexander (Sasha Levin)
2017-06-05tools/include: Add (mostly) empty include/linux/sched/mm.hLevin, Alexander (Sasha Levin)
2017-06-05tools/lib/lockdep: Fix compilation for 4.11Levin, Alexander (Sasha Levin)
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo
2017-04-19tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo
2017-04-19tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo
2017-04-19tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann
2017-03-31tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-03tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo
2017-03-03tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo
2017-03-03tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo
2017-03-03tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo
2017-03-02give up on gcc ilog2() constant optimizationsLinus Torvalds
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox
2017-02-13tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo
2017-02-08tools include: Add a __fallthrough statementArnaldo Carvalho de Melo
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin
2016-12-14tools: add more bitmap functionsMatthew Wilcox
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds