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
*
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-01-07
1
-5
/
+3
|
\
|
*
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...
Christoph Lameter
2010-12-17
1
-5
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-01-06
4
-11
/
+77
|
\
\
|
*
\
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-12-26
1
-2
/
+0
|
|
\
\
|
|
|
/
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-12-13
1
-8
/
+12
|
|
\
\
|
|
*
|
lib: Improve EWMA efficiency by using bitshifts
Bruno Randolf
2010-12-06
1
-8
/
+12
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-11-24
3
-0
/
+62
|
|
\
\
\
|
|
|
/
/
|
|
*
|
lib: Add generic exponentially weighted moving average (EWMA) function
Bruno Randolf
2010-11-18
3
-0
/
+62
|
*
|
|
netlink: let nlmsg and nla functions take pointer-to-const args
Jan Engelhardt
2010-11-16
1
-11
/
+11
*
|
|
|
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-01-06
2
-1
/
+108
|
\
\
\
\
|
*
|
|
|
timerqueue: Make timerqueue_getnext() static inline
Thomas Gleixner
2010-12-11
1
-14
/
+0
|
*
|
|
|
timers: Fixup allmodconfig build issue
John Stultz
2010-12-10
1
-2
/
+5
|
*
|
|
|
timers: Rename timerlist infrastructure to timerqueue
John Stultz
2010-12-10
2
-21
/
+21
|
*
|
|
|
timers: Introduce timerlist infrastructure.
John Stultz
2010-12-02
2
-1
/
+119
*
|
|
|
|
x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...
Don Zickus
2010-12-22
1
-1
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Revert "debug_locks: set oops_in_progress if we will log messages."
Dave Airlie
2010-11-29
1
-2
/
+0
|
|
/
/
|
/
|
|
*
|
|
radix-tree: fix RCU bug
Nick Piggin
2010-11-12
1
-25
/
+58
|
|
/
|
/
|
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2010-10-27
1
-0
/
+13
|
\
\
|
*
|
move async raid6 test to lib/Kconfig.debug
Dan Williams
2010-10-07
1
-0
/
+13
*
|
|
docbook: add idr/ida to kernel-api docbook
Randy Dunlap
2010-10-26
1
-24
/
+25
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2010-10-26
1
-1
/
+1
|
\
\
\
|
*
|
|
kmemleak: add TILE to the list of supported architectures.
Chris Metcalf
2010-10-14
1
-1
/
+1
*
|
|
|
div64_u64(): improve precision on 32bit platforms
Brian Behlendorf
2010-10-26
1
-10
/
+42
*
|
|
|
lib/parser: cleanup match_number()
Namhyung Kim
2010-10-26
1
-3
/
+4
*
|
|
|
percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()
Christoph Lameter
2010-10-26
1
-3
/
+3
*
|
|
|
lib/list_sort: test: check element addresses
Artem Bityutskiy
2010-10-26
1
-8
/
+67
*
|
|
|
lib/list_sort: test: unify test messages
Artem Bityutskiy
2010-10-26
1
-9
/
+10
*
|
|
|
lib/list_sort: test: improve errors handling
Artem Bityutskiy
2010-10-26
1
-27
/
+38
*
|
|
|
lib/list_sort: test: use generic random32
Artem Bityutskiy
2010-10-26
1
-12
/
+15
*
|
|
|
lib/list_sort: test: use more reasonable printk levels
Artem Bityutskiy
2010-10-26
1
-8
/
+8
*
|
|
|
lib/Kconfig.debug: add list_sort debugging switch
Artem Bityutskiy
2010-10-26
2
-2
/
+11
*
|
|
|
percpu_counter: add debugobj support
Tejun Heo
2010-10-26
2
-0
/
+56
*
|
|
|
idr: fix idr_pre_get() locking description
Naohiro Aota
2010-10-26
1
-11
/
+13
*
|
|
|
lib/bitmap.c: use hex_to_bin()
Andy Shevchenko
2010-10-26
1
-2
/
+1
*
|
|
|
lib: fix scnprintf() if @size is == 0
Changli Gao
2010-10-26
1
-2
/
+6
*
|
|
|
vsprintf.c: use default pointer field size for "(null)" strings
Joe Perches
2010-10-26
1
-2
/
+9
*
|
|
|
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
2010-10-26
1
-0
/
+1
*
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-6
/
+7
|
\
\
\
\
|
*
|
|
|
idr: describe how nextidp works in idr_get_next().
Naohiro Aota
2010-08-31
1
-1
/
+2
|
*
|
|
|
idr: fix kernel-doc warnings.
Naohiro Aota
2010-08-31
1
-5
/
+5
*
|
|
|
|
Merge branch 'master' into for-linus
Pekka Enberg
2010-10-24
8
-83
/
+183
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-10-22
2
-25
/
+112
|
|
\
\
\
\
\
|
|
*
|
|
|
|
kobject: Introduce kset_find_obj_hinted.
Robin Holt
2010-10-22
1
-0
/
+39
|
|
*
|
|
|
|
Dynamic Debug: Initialize dynamic debug earlier via arch_initcall
Thomas Renninger
2010-10-22
1
-10
/
+23
|
|
*
|
|
|
|
Dynamic Debug: Introduce ddebug_query= boot parameter
Thomas Renninger
2010-10-22
1
-0
/
+25
|
|
*
|
|
|
|
Dynamic Debug: Split out query string parsing/setup from proc_write
Thomas Renninger
2010-10-22
1
-15
/
+25
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+9
|
|
\
\
\
\
\
|
|
*
|
|
|
|
BKL: introduce CONFIG_BKL.
Arnd Bergmann
2010-10-21
1
-0
/
+9
|
|
|
/
/
/
/
[next]