index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib: Reinstate strlcpy() header guard with __UCLIBC__
Vineet Gupta
2016-08-18
1
-1
/
+5
*
tools lib: Add bitmap_and function
Jiri Olsa
2016-08-02
1
-0
/
+17
*
tools lib: Add bitmap_scnprintf function
Jiri Olsa
2016-08-02
1
-0
/
+10
*
tools lib: Add bitmap_alloc function
Jiri Olsa
2016-08-02
1
-0
/
+10
*
tools: Copy linux/{hash,poison}.h and check for drift
Arnaldo Carvalho de Melo
2016-07-18
2
-4
/
+192
*
tools: Make "__always_inline" just "inline" on Android
Arnaldo Carvalho de Melo
2016-07-14
1
-0
/
+11
*
tools: Work around BITS_PER_LONG related build failure in objtool
Ingo Molnar
2016-07-13
1
-1
/
+3
*
tools lib: Guard the strlcpy() header with __GLIBC__
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+1
*
perf tools: Uninline scnprintf() and vscnprint()
Arnaldo Carvalho de Melo
2016-07-12
1
-25
/
+3
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+2
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-24
1
-0
/
+12
|
\
|
*
tools include: Copy linux/stringify.h from the kernel
Arnaldo Carvalho de Melo
2016-03-23
1
-0
/
+12
*
|
tools: Copy hashtable.h into tools directory
Josh Poimboeuf
2016-03-09
1
-0
/
+152
|
/
*
tools: Make list.h self-sufficient
Josh Poimboeuf
2016-01-12
1
-6
/
+747
*
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo
2016-01-08
1
-0
/
+68
*
perf tools: Move strlcpy() from perf to tools/lib/string.c
Josh Poimboeuf
2015-12-16
1
-0
/
+4
*
tools: Clone the kernel's strtobool function
Wang Nan
2015-11-18
1
-0
/
+2
*
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
Arnaldo Carvalho de Melo
2015-11-18
1
-0
/
+9
*
tools include: Add compiler.h to list.h
Arnaldo Carvalho de Melo
2015-11-11
1
-0
/
+1
*
tools include: Fix strict-aliasing rules breakage
Jiri Olsa
2015-10-13
1
-8
/
+24
*
tools: Fix shadowed declaration in err.h
Jiri Olsa
2015-09-30
1
-2
/
+2
*
tools: Add err.h with ERR_PTR PTR_ERR interface
Jiri Olsa
2015-09-15
1
-0
/
+49
*
perf tools: Copy linux/filter.h to tools/include
He Kuang
2015-09-02
1
-0
/
+231
*
tools: Restore export.h
Sasha Levin
2015-08-25
1
-0
/
+10
*
tools: Copy rbtree_augmented.h from the kernel
Arnaldo Carvalho de Melo
2015-07-05
1
-0
/
+245
*
tools: Move rbtree.h from tools/perf/
Arnaldo Carvalho de Melo
2015-07-05
1
-0
/
+104
*
tools: Copy lib/rbtree.c to tools/lib/
Arnaldo Carvalho de Melo
2015-07-05
1
-10
/
+0
*
tools: Adopt {READ,WRITE_ONCE} from the kernel
Arnaldo Carvalho de Melo
2015-07-05
1
-0
/
+58
*
tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include
Wang Nan
2015-06-02
2
-0
/
+30
*
perf tools: Move linux/kernel.h to tools/include
Wang Nan
2015-06-02
1
-0
/
+107
*
tools include: add __aligned_u64 to types.h.
Wang Nan
2015-05-18
1
-0
/
+4
*
tools include: Add basic atomic.h implementation from the kernel sources
Arnaldo Carvalho de Melo
2015-05-08
2
-0
/
+10
*
perf tools: Move barrier() definition to tools/include/linux/compiler.h
Arnaldo Carvalho de Melo
2015-05-08
1
-0
/
+4
*
tools: Remove bitops/hweight usage of bits in tools/perf
Arnaldo Carvalho de Melo
2015-01-16
1
-1
/
+6
*
tools: Adopt roundup_pow_of_two
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+25
*
tools: Adopt rounddown_pow_of_two and deps
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+134
*
tools: Adopt fls_long and deps
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+7
*
tools: Move bitops.h from tools/perf/util to tools/
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+46
*
tools: Move code originally from linux/log2.h to tools/include/linux/
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+26
*
perf tools: Move ACCESS_ONCE from perf.h header
Jiri Olsa
2014-05-05
1
-0
/
+2
*
tools: Consolidate types.h
Borislav Petkov
2014-05-01
1
-0
/
+75
*
tools: Unify export.h
Borislav Petkov
2014-05-01
1
-0
/
+10
*
perf tools: Move hash.h header
Borislav Petkov
2014-02-18
1
-0
/
+5
*
tools include: Define likely/unlikely in linux/compiler.h
Namhyung Kim
2014-01-13
1
-0
/
+8
*
tools include: Move perf's linux/compiler.h to a generic place
Namhyung Kim
2014-01-13
1
-0
/
+30