summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-271-0/+13
|\
| * move async raid6 test to lib/Kconfig.debugDan Williams2010-10-071-0/+13
* | docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-261-24/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-261-1/+1
|\ \
| * | kmemleak: add TILE to the list of supported architectures.Chris Metcalf2010-10-141-1/+1
* | | div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-261-10/+42
* | | lib/parser: cleanup match_number()Namhyung Kim2010-10-261-3/+4
* | | percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter2010-10-261-3/+3
* | | lib/list_sort: test: check element addressesArtem Bityutskiy2010-10-261-8/+67
* | | lib/list_sort: test: unify test messagesArtem Bityutskiy2010-10-261-9/+10
* | | lib/list_sort: test: improve errors handlingArtem Bityutskiy2010-10-261-27/+38
* | | lib/list_sort: test: use generic random32Artem Bityutskiy2010-10-261-12/+15
* | | lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy2010-10-261-8/+8
* | | lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy2010-10-262-2/+11
* | | percpu_counter: add debugobj supportTejun Heo2010-10-262-0/+56
* | | idr: fix idr_pre_get() locking descriptionNaohiro Aota2010-10-261-11/+13
* | | lib/bitmap.c: use hex_to_bin()Andy Shevchenko2010-10-261-2/+1
* | | lib: fix scnprintf() if @size is == 0Changli Gao2010-10-261-2/+6
* | | vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches2010-10-261-2/+9
* | | percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-10-261-0/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-6/+7
|\ \ \
| * | | idr: describe how nextidp works in idr_get_next().Naohiro Aota2010-08-311-1/+2
| * | | idr: fix kernel-doc warnings.Naohiro Aota2010-08-311-5/+5
* | | | Merge branch 'master' into for-linusPekka Enberg2010-10-248-83/+183
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-222-25/+112
| |\ \ \ \
| | * | | | kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+39
| | * | | | Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger2010-10-221-10/+23
| | * | | | Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger2010-10-221-0/+25
| | * | | | Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger2010-10-221-15/+25
| | | |/ / | | |/| |
| * | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
| |\ \ \ \
| | * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+9
| |\ \ \ \
| | * | | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+9
| | |/ / /
| * | | | Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-9/+9
| |\ \ \ \
| | * | | | swiotlb: Use page alignment for early buffer allocationYinghai Lu2010-10-111-8/+8
| | * | | | swiotlb: make io_tlb_overflow staticFUJITA Tomonori2010-10-111-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-212-43/+7
| |\ \ \ \
| | * | | | jump_label: Use more consistent namingPeter Zijlstra2010-10-181-2/+2
| | * | | | Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-082-5/+3
| | |\ \ \ \ | | | |/ / /
| | * | | | jump label: Convert dynamic debug to use jump labelsJason Baron2010-09-221-39/+3
| | * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-152-2/+16
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt2010-08-311-4/+4
| * | | | | Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-073-7/+15
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-4/+2
| | * | | | lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis2010-10-011-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-073-17/+54
| |\ \ \ \
| * | | | | rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney2010-09-231-0/+4
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-08-232-1/+38
| |\ \ \ \ \
| | * | | | | rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-191-0/+13
| | * | | | | radix-tree: __rcu annotationsArnd Bergmann2010-08-191-1/+1
OpenPOWER on IntegriCloud