summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-29Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf
2010-10-26lib/parser: cleanup match_number()Namhyung Kim
2010-10-26percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter
2010-10-26lib/list_sort: test: check element addressesArtem Bityutskiy
2010-10-26lib/list_sort: test: unify test messagesArtem Bityutskiy
2010-10-26lib/list_sort: test: improve errors handlingArtem Bityutskiy
2010-10-26lib/list_sort: test: use generic random32Artem Bityutskiy
2010-10-26lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy
2010-10-26lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy
2010-10-26percpu_counter: add debugobj supportTejun Heo
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko
2010-10-26lib: fix scnprintf() if @size is == 0Changli Gao
2010-10-26vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches
2010-10-26percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Merge branch 'master' into for-linusPekka Enberg
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt
2010-10-22Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger
2010-10-22Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger
2010-10-22Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger
2010-10-21Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann
2010-10-18jump_label: Use more consistent namingPeter Zijlstra
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-14kmemleak: add TILE to the list of supported architectures.Chris Metcalf
2010-10-11swiotlb: Use page alignment for early buffer allocationYinghai Lu
2010-10-11swiotlb: make io_tlb_overflow staticFUJITA Tomonori
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-10-01lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis
2010-09-23rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-31tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota