index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
crc32: select an algorithm via Kconfig
Darrick J. Wong
2012-03-23
2
-0
/
+61
*
crc32: add self-test code for crc32c
Darrick J. Wong
2012-03-23
1
-102
/
+261
*
crc32: bolt on crc32c
Darrick J. Wong
2012-03-23
4
-34
/
+95
*
crc32: add note about this patchset to crc32.c
Bob Pearson
2012-03-23
1
-0
/
+4
*
crc32: optimize loop counter for x86
Bob Pearson
2012-03-23
1
-0
/
+13
*
crc32: add slice-by-8 algorithm to existing code
Bob Pearson
2012-03-23
3
-35
/
+75
*
crc32: make CRC_*_BITS definition correspond to actual bit counts
Bob Pearson
2012-03-23
3
-12
/
+34
*
crc32: fix mixing of endian-specific types
Bob Pearson
2012-03-23
1
-6
/
+6
*
crc32: miscellaneous cleanups
Bob Pearson
2012-03-23
2
-71
/
+39
*
crc32: simplify unit test code
Bob Pearson
2012-03-23
2
-117
/
+691
*
crc32: move long comment about crc32 fundamentals to Documentation/
Bob Pearson
2012-03-23
1
-127
/
+2
*
crc32: remove two instances of trailing whitespaces
Bob Pearson
2012-03-23
2
-2
/
+2
*
prio_tree: introduce prio_set_parent()
Xiao Guangrong
2012-03-23
1
-25
/
+22
*
prio_tree: simplify prio_tree_expand()
Xiao Guangrong
2012-03-23
1
-24
/
+14
*
prio_tree: cleanup prio_tree_left()/prio_tree_right()
Xiao Guangrong
2012-03-23
1
-41
/
+37
*
prio_tree: remove unnecessary code in prio_tree_replace
Xiao Guangrong
2012-03-23
1
-1
/
+0
*
string: memchr_inv() speed improvements
Akinobu Mita
2012-03-23
1
-4
/
+16
*
nmi watchdog: do not use cpp symbol in Kconfig
Cong Wang
2012-03-23
1
-1
/
+1
*
idr: make idr_get_next() good for rcu_read_lock()
Hugh Dickins
2012-03-21
1
-3
/
+5
*
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-21
2
-5
/
+4
|
\
|
*
lib: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
2
-5
/
+4
*
|
Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-03-20
3
-95
/
+197
|
\
\
|
*
\
Merge 3.3-rc6 into driver-core-next
Greg Kroah-Hartman
2012-03-09
14
-157
/
+114
|
|
\
\
|
*
|
|
uevent: send events in correct order according to seqnum (v3)
Andrew Vagin
2012-03-08
1
-10
/
+9
|
*
|
|
Remove useless get_driver()/put_driver() calls
Alan Stern
2012-01-24
1
-2
/
+1
|
*
|
|
dynamic_debug: process multiple debug-queries on a line
Jim Cromie
2012-01-24
1
-15
/
+58
|
*
|
|
dynamic_debug: factor vpr_info_dq out of ddebug_parse_query
Jim Cromie
2012-01-24
1
-8
/
+17
|
*
|
|
dynamic_debug: add trim_prefix() to provide source-root relative paths
Jim Cromie
2012-01-24
1
-3
/
+15
|
*
|
|
dynamic_debug: enlarge command/query write buffer
Jim Cromie
2012-01-24
1
-4
/
+12
|
*
|
|
dynamic_debug: chop off comments in ddebug_tokenize
Jim Cromie
2012-01-24
1
-0
/
+2
|
*
|
|
dynamic_debug: early return if _ddebug table is empty
Jim Cromie
2012-01-24
1
-15
/
+20
|
*
|
|
dynamic_debug: tighten up error checking on debug queries
Jim Cromie
2012-01-24
1
-6
/
+33
|
*
|
|
dynamic_debug: describe_flags with '=[pmflt_]*'
Jim Cromie
2012-01-24
1
-11
/
+10
|
*
|
|
dynamic_debug: drop explicit !=NULL checks
Jim Cromie
2012-01-24
1
-6
/
+5
|
*
|
|
dynamic_debug: pr_err() call should not depend upon verbosity
Jim Cromie
2012-01-24
1
-2
/
+1
|
*
|
|
dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()
Jim Cromie
2012-01-24
1
-3
/
+5
|
*
|
|
dynamic_debug: change verbosity at runtime
Jim Cromie
2012-01-24
1
-0
/
+1
|
*
|
|
dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINT
Jim Cromie
2012-01-24
1
-4
/
+0
|
*
|
|
dynamic_debug: fix whitespace complaints from scripts/cleanfile
Jim Cromie
2012-01-24
1
-7
/
+9
*
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-03-20
1
-7
/
+11
|
\
\
\
\
|
*
\
\
\
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-12
2
-14
/
+12
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-05
3
-6
/
+17
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
watchdog: Update Kconfig entries
Fernando Luis Vázquez Cao
2012-02-11
1
-7
/
+11
*
|
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-03-20
1
-0
/
+24
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
rcu: Print scheduling-clock information on RCU CPU stall-warning messages
Paul E. McKenney
2012-02-21
1
-0
/
+14
|
*
|
|
|
|
rcu: Move RCU_TRACE to lib/Kconfig.debug
Paul E. McKenney
2012-02-21
1
-0
/
+10
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
dql: Fix undefined jiffies
Tom Herbert
2012-03-11
1
-0
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
vsprintf: make %pV handling compatible with kasprintf()
Jan Beulich
2012-03-06
1
-3
/
+9
*
|
|
|
debugobjects: Fix selftest for static warnings
Stephen Boyd
2012-03-05
1
-11
/
+3
|
/
/
/
*
|
|
Reduce the number of expensive division instructions done by _parse_integer()
David Howells
2012-02-09
1
-5
/
+13
[next]