aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+12
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-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-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
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds15-0/+1593
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cmLinus Torvalds2-5/+25
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse1-15/+10
2010-08-09rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse1-4/+15
2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse1-11/+17
2010-08-09rwsem: lighter active count checks when waking up readersMichel Lespinasse1-25/+32
2010-08-09rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse1-27/+34
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris1-1/+24
2010-08-09lib: vsprintf: useless strlen() removedMichal Nazarewicz1-10/+4
2010-08-09list debugging: warn when deleting a deleted entryBaruch Siach1-0/+6
2010-08-09iommu: inline iommu_num_pagesAnton Blanchard1-9/+0
2010-08-09radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara1-0/+94
2010-08-09tmpfs: add accurate compare function to percpu_counter libraryTim Chen1-0/+27
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse15-0/+1593
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+0
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+20
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-0/+13
2010-08-05debugfs: no longer needs to depend on SYSFSRandy Dunlap1-1/+0
2010-08-05Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-3/+3
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-15/+20
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+9
2010-08-04Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6Linus Torvalds1-56/+81
2010-08-04Merge branch 'master' into for-nextJiri Kosina8-595/+76
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek46-983/+2160
2010-08-04microblaze: Disable FRAME_POINTER selectionMichal Simek1-3/+3
2010-07-28lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson1-5/+18
2010-07-27ARM: 6213/1: atomic64_test: add ARM as supported architectureWill Deacon1-1/+1
2010-07-21Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultTakuya Yoshikawa1-1/+1