aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 12-129/+123
2010-08-12MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderGravatar David Howells 1-0/+2
2010-08-12Further tidyup of raid6 naming in lib/raid6Gravatar NeilBrown 6-11/+11
2010-08-12Make lib/raid6/test build correctly.Gravatar NeilBrown 1-1/+1
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningGravatar Prarit Bhargava 1-3/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationGravatar Anton Blanchard 1-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneGravatar Anton Blanchard 1-4/+7
2010-08-11Rename raid6 files now they're in a 'raid6' directory.Gravatar David Woodhouse 11-117/+111
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 15-0/+1593
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Gravatar Linus Torvalds 2-5/+25
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonGravatar Michel Lespinasse 1-15/+10
2010-08-09rwsem: wake queued readers when writer blocks on active read lockGravatar Michel Lespinasse 1-4/+15
2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsGravatar Michel Lespinasse 1-11/+17
2010-08-09rwsem: lighter active count checks when waking up readersGravatar Michel Lespinasse 1-25/+32
2010-08-09rwsem: fully separate code paths to wake writers vs readersGravatar Michel Lespinasse 1-27/+34
2010-08-09flex_array: add helpers to get and put to make pointers easy to useGravatar Eric Paris 1-1/+24
2010-08-09lib: vsprintf: useless strlen() removedGravatar Michal Nazarewicz 1-10/+4
2010-08-09list debugging: warn when deleting a deleted entryGravatar Baruch Siach 1-0/+6
2010-08-09iommu: inline iommu_num_pagesGravatar Anton Blanchard 1-9/+0
2010-08-09radix-tree: omplement function radix_tree_range_tag_if_taggedGravatar Jan Kara 1-0/+94
2010-08-09tmpfs: add accurate compare function to percpu_counter libraryGravatar Tim Chen 1-0/+27
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableGravatar David Woodhouse 15-0/+1593
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+0
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+20
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+13
2010-08-05debugfs: no longer needs to depend on SYSFSGravatar Randy Dunlap 1-1/+0
2010-08-05Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-3/+3
2010-08-05Merge branch 'perf/nmi' into perf/coreGravatar Ingo Molnar 1-15/+20
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 3-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+9
2010-08-04Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-56/+81
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 8-595/+76
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildGravatar Michal Marek 46-983/+2160
2010-08-04microblaze: Disable FRAME_POINTER selectionGravatar Michal Simek 1-3/+3
2010-07-28lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Gravatar Chris Wilson 1-5/+18
2010-07-27ARM: 6213/1: atomic64_test: add ARM as supported architectureGravatar Will Deacon 1-1/+1
2010-07-21Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultGravatar Takuya Yoshikawa 1-1/+1
2010-07-19kmemleak: Introduce a default off mode for kmemleakGravatar Jason Baron 1-0/+7
2010-07-14Kbuild: Add option to set -femit-struct-debug-baseonlyGravatar Andi Kleen 1-0/+13
2010-07-14lmb: rename to memblockGravatar Yinghai Lu 3-546/+0
2010-07-11lib/devres.c: fix comment typoGravatar Kulikov Vasiliy 1-1/+1
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeGravatar Kenji Kaneshige 1-5/+5
2010-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-44/+72
2010-07-05rbtree: Undo augmented trees performance damage and regressionGravatar Peter Zijlstra 1-44/+72
2010-07-04module: initialize module dynamic debug laterGravatar Yehuda Sadeh 1-1/+1
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatGravatar Joe Perches 1-0/+9
2010-07-01Merge branch 'linus' into core/rcuGravatar Ingo Molnar 2-3/+2
2010-06-29genalloc: fix allocation from end of poolGravatar Imre Deak 1-1/+0