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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-18
tools lib: Reinstate strlcpy() header guard with __UCLIBC__
Vineet Gupta
1
-1
/
+5
2016-08-09
toops: Sync tools/include/uapi/linux/bpf.h with the kernel
Arnaldo Carvalho de Melo
1
-1
/
+85
2016-08-02
tools lib: Add bitmap_and function
Jiri Olsa
1
-0
/
+17
2016-08-02
tools lib: Add bitmap_scnprintf function
Jiri Olsa
1
-0
/
+10
2016-08-02
tools lib: Add bitmap_alloc function
Jiri Olsa
1
-0
/
+10
2016-07-19
tools: Copy linux/{hash,poison}.h and check for drift
Arnaldo Carvalho de Melo
2
-4
/
+192
2016-07-19
tools: Copy the bitops files accessed from the kernel and check for drift
Arnaldo Carvalho de Melo
5
-5
/
+188
2016-07-15
tools: Simplify BITS_PER_LONG define
Peter Zijlstra
1
-21
/
+2
2016-07-14
tools: Make "__always_inline" just "inline" on Android
Arnaldo Carvalho de Melo
1
-0
/
+11
2016-07-13
tools: Fix up BITS_PER_LONG setting
Arnaldo Carvalho de Melo
1
-5
/
+19
2016-07-13
tools: Work around BITS_PER_LONG related build failure in objtool
Ingo Molnar
1
-1
/
+3
2016-07-12
tools: Copy the bitsperlong.h files from the kernel
Arnaldo Carvalho de Melo
4
-0
/
+42
2016-07-12
tools: Copy uapi/linux/hw_breakpoint.h from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+30
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
2
-0
/
+444
2016-07-12
perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks
Arnaldo Carvalho de Melo
1
-0
/
+9
2016-07-12
tools: Add copy of perf_event.h to tools/include/linux/
Arnaldo Carvalho de Melo
1
-0
/
+983
2016-07-12
tools lib: Guard the strlcpy() header with __GLIBC__
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-07-12
perf tools: Uninline scnprintf() and vscnprint()
Arnaldo Carvalho de Melo
1
-25
/
+3
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+12
2016-03-23
tools include: Copy linux/stringify.h from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+12
2016-03-09
tools: Copy hashtable.h into tools directory
Josh Poimboeuf
4
-3
/
+155
2016-01-12
tools: Make list.h self-sufficient
Josh Poimboeuf
1
-6
/
+747
2016-01-08
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo
1
-0
/
+68
2015-12-16
perf tools: Move strlcpy() from perf to tools/lib/string.c
Josh Poimboeuf
1
-0
/
+4
2015-11-18
tools: Clone the kernel's strtobool function
Wang Nan
1
-0
/
+2
2015-11-18
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
Arnaldo Carvalho de Melo
1
-0
/
+9
2015-11-12
tools include: Add compiler.h to list.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-10-13
tools include: Fix strict-aliasing rules breakage
Jiri Olsa
1
-8
/
+24
2015-10-01
tools: Fix shadowed declaration in err.h
Jiri Olsa
1
-2
/
+2
2015-09-15
tools: Add err.h with ERR_PTR PTR_ERR interface
Jiri Olsa
1
-0
/
+49
2015-09-02
perf tools: Copy linux/filter.h to tools/include
He Kuang
1
-0
/
+231
2015-08-25
tools: Restore export.h
Sasha Levin
1
-0
/
+10
2015-07-06
tools: Copy rbtree_augmented.h from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+245
2015-07-06
tools: Move rbtree.h from tools/perf/
Arnaldo Carvalho de Melo
1
-0
/
+104
2015-07-06
tools: Copy lib/rbtree.c to tools/lib/
Arnaldo Carvalho de Melo
1
-10
/
+0
2015-07-05
tools: Adopt {READ,WRITE_ONCE} from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+58
2015-06-03
tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include
Wang Nan
2
-0
/
+30
2015-06-02
perf tools: Move linux/kernel.h to tools/include
Wang Nan
1
-0
/
+107
2015-05-18
tools include: add __aligned_u64 to types.h.
Wang Nan
1
-0
/
+4
2015-05-08
tools include: Add basic atomic.h implementation from the kernel sources
Arnaldo Carvalho de Melo
4
-0
/
+83
2015-05-08
perf tools: Move generic barriers out of perf-sys.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...
Arnaldo Carvalho de Melo
1
-0
/
+4
2015-05-08
perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-08
perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h
Arnaldo Carvalho de Melo
1
-0
/
+2
[next]