summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-14kmemleak: add TILE to the list of supported architectures.Chris Metcalf-1/+1
2010-10-11swiotlb: Use page alignment for early buffer allocationYinghai Lu-8/+8
2010-10-11swiotlb: make io_tlb_overflow staticFUJITA Tomonori-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar-5/+3
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams-0/+13
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar-7/+15
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar-17/+54
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter-1/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds-4/+2
2010-10-01lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis-1/+1
2010-09-23rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney-0/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron-39/+3
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-2/+16
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+12
2010-08-31tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt-4/+4
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota-1/+2
2010-08-31idr: fix kernel-doc warnings.Naohiro Aota-5/+5
2010-08-30scatterlist: prevent invalid free when alloc failsJeffrey Carlyle-2/+12
2010-08-30Move .gitignore from drivers/md to lib/raid6NeilBrown-0/+4
2010-08-23kobject_uevent: fix typo in commentsXiaotian Feng-2/+2
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-1/+38
2010-08-22Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Linus Torvalds-15/+48
2010-08-23radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner-13/+44
2010-08-23radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner-2/+4
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara-1/+4
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney-0/+13
2010-08-19radix-tree: __rcu annotationsArnd Bergmann-1/+1
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney-0/+11
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney-0/+13
2010-08-17latencytop: Fix kconfig dependency warningsRandy Dunlap-1/+4
2010-08-12Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-129/+123
2010-08-12MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells-0/+2
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown-11/+11
2010-08-12Make lib/raid6/test build correctly.NeilBrown-1/+1
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava-3/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard-4/+7
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse-117/+111
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-0/+1593
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds-5/+25
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse-15/+10
2010-08-09rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse-4/+15
2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse-11/+17
2010-08-09rwsem: lighter active count checks when waking up readersMichel Lespinasse-25/+32
2010-08-09rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse-27/+34
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris-1/+24
2010-08-09lib: vsprintf: useless strlen() removedMichal Nazarewicz-10/+4
2010-08-09list debugging: warn when deleting a deleted entryBaruch Siach-0/+6
2010-08-09iommu: inline iommu_num_pagesAnton Blanchard-9/+0