aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+7
2010-10-24Merge branch 'master' into for-linusPekka Enberg8-83/+183
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-25/+112
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+9
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt1-0/+39
2010-10-22Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger1-10/+23
2010-10-22Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger1-0/+25
2010-10-22Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger1-15/+25
2010-10-21Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6Linus Torvalds1-9/+9
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-43/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+9
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11swiotlb: Use page alignment for early buffer allocationYinghai Lu1-8/+8
2010-10-11swiotlb: make io_tlb_overflow staticFUJITA Tomonori1-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2-5/+3
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar3-7/+15
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar3-17/+54
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter1-1/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-4/+2
2010-10-01lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis1-1/+1
2010-09-23rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney1-0/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron1-39/+3
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar2-2/+16
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+12
2010-08-31tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt1-4/+4
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota1-1/+2
2010-08-31idr: fix kernel-doc warnings.Naohiro Aota1-5/+5
2010-08-30scatterlist: prevent invalid free when alloc failsJeffrey Carlyle1-2/+12
2010-08-30Move .gitignore from drivers/md to lib/raid6NeilBrown1-0/+4
2010-08-23kobject_uevent: fix typo in commentsXiaotian Feng1-2/+2
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar2-1/+38
2010-08-22Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdevLinus Torvalds1-15/+48
2010-08-23radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner1-13/+44
2010-08-23radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner1-2/+4
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara1-1/+4
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney1-0/+13
2010-08-19radix-tree: __rcu annotationsArnd Bergmann1-1/+1
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney1-0/+11
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney1-0/+13
2010-08-17latencytop: Fix kconfig dependency warningsRandy Dunlap1-1/+4
2010-08-12Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds12-129/+123
2010-08-12MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells1-0/+2
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown6-11/+11
2010-08-12Make lib/raid6/test build correctly.NeilBrown1-1/+1
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava1-3/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard1-4/+7
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse11-117/+111