index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
tools/lib/lockdep: Add missing declaration of 'pr_cont()'
Mengting Zhang
1
-0
/
+1
2017-12-12
tools/include: Remove ACCESS_ONCE()
Mark Rutland
1
-12
/
+9
2017-12-09
kmemcheck: rip it out for real
Michal Hocko
1
-1
/
+0
2017-11-16
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
1
-8
/
+0
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
29
-0
/
+29
2017-11-04
tools/headers: Synchronize kernel ABI headers
Ingo Molnar
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
30
-0
/
+30
2017-09-21
tools include: Do not use poison with C++
Arnaldo Carvalho de Melo
1
-0
/
+5
2017-09-13
Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...
Ingo Molnar
1
-3
/
+6
2017-09-12
tools include linux: Guard against redefinition of some macros
Arnaldo Carvalho de Melo
1
-3
/
+6
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2017-08-28
perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file
Mike Leach
1
-0
/
+5
2017-08-28
coresight: pmu: Adds return stack option to perf coresight pmu
Mike Leach
1
-0
/
+1
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
1
-2
/
+10
2017-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-6
/
+43
2017-06-27
tools include: Add byte-swapping macros to kernel.h
Adrian Hunter
1
-6
/
+29
2017-06-19
tools: Adopt __aligned from kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-06-19
tools: Adopt __packed from kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-06-19
tools: Adopt noinline from kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+6
2017-06-19
tools: Adopt __scanf from kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-06-19
tools: Adopt __printf from kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-06-19
tools: Adopt __noreturn from kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-06-05
tools/lib/lockdep: Remove private kernel headers
Levin, Alexander (Sasha Levin)
23
-0
/
+344
2017-06-05
tools/include: Add IS_ERR_OR_NULL to err.h
Levin, Alexander (Sasha Levin)
1
-0
/
+5
2017-06-05
tools/include: Add (mostly) empty include/linux/sched/mm.h
Levin, Alexander (Sasha Levin)
1
-0
/
+4
2017-06-05
tools/lib/lockdep: Fix compilation for 4.11
Levin, Alexander (Sasha Levin)
3
-0
/
+231
2017-05-25
bpf: add various verifier test cases
Daniel Borkmann
1
-0
/
+10
2017-04-26
tools lib string: Adopt prefixcmp() from perf and subcmd
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-04-19
tools include: Include missing headers for fls() and types in linux/log2.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-19
tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h
Arnaldo Carvalho de Melo
1
-4
/
+0
2017-04-19
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-19
tools include: Adopt __same_type() and __must_be_array() from the kernel
Arnaldo Carvalho de Melo
2
-0
/
+8
2017-04-19
tools include: Introduce linux/bug.h, from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+10
2017-04-11
Merge tag 'v4.11-rc6' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+10
2017-04-01
bpf: add various verifier test cases for self-tests
Daniel Borkmann
1
-0
/
+10
2017-03-31
tools include uapi: Grab copies of stat.h and fcntl.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-07
Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...
Ingo Molnar
5
-0
/
+169
2017-03-04
tools include: Adopt kernel's refcount.h
Arnaldo Carvalho de Melo
1
-0
/
+151
2017-03-04
tools include: Add UINT_MAX def to kernel.h
Arnaldo Carvalho de Melo
1
-0
/
+4
2017-03-04
tools include: Introduce atomic_cmpxchg_{relaxed,release}()
Arnaldo Carvalho de Melo
1
-0
/
+6
2017-03-04
tools include: Adopt __compiletime_error
Arnaldo Carvalho de Melo
2
-0
/
+8
2017-03-02
give up on gcc ilog2() constant optimizations
Linus Torvalds
1
-11
/
+2
2017-03-01
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
4
-1
/
+10
2017-02-14
radix tree test suite: Remove types.h
Matthew Wilcox
2
-0
/
+9
2017-02-13
tools include: Introduce linux/compiler-gcc.h
Arnaldo Carvalho de Melo
2
-5
/
+19
2017-02-08
tools include: Add a __fallthrough statement
Arnaldo Carvalho de Melo
1
-0
/
+9
2017-01-28
radix tree test suite: Remove duplicate bitops code
Matthew Wilcox
2
-1
/
+1
2016-12-16
tools: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2016-12-15
tools: add more bitmap functions
Matthew Wilcox
1
-0
/
+26
2016-12-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+5
[next]