aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-20fault-inject: avoid call to random32() if fault injection is disabledAnton Blanchard
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-06-07btree: catch NULL value before it does harmJoern Engel
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-06-06Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-06-06spinlock: Indicate that a lockup is only suspectedChristian Borntraeger
2012-06-06Merge branch 'core/debug' into core/urgentIngo Molnar
2012-06-05radix-tree: fix contiguous iteratorKonstantin Khlebnikov
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko
2012-05-31vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely
2012-05-31bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA
2012-05-31bql: Avoid unneeded limit decrement.Hiroaki SHIMODA
2012-05-31bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-05-30Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel
2012-05-29lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier
2012-05-29radix-tree: fix preload vector sizeNick Piggin
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton
2012-05-29lib/string_helpers.c: make arrays staticAndrew Morton
2012-05-29lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-05-29list_debug: WARN for adding something already in the listChris Metcalf
2012-05-29swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas
2012-05-27lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-22lib/raid6: cleanup gen_syndrome function selectionJim Kukunas
2012-05-22lib/raid6: update test program for recovery functionsJim Kukunas
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas
2012-05-22lib/raid6: fix test program buildJim Kukunas
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-21Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-05-17lib: Change mail address of Oskar SchirmerOskar Schirmer
2012-05-09printk() - restore timestamp printing at console outputKay Sievers
2012-05-07kobject: fix the uncorrect commentZhi Yong Wu
2012-05-07Revert "dynamic_debug: remove unneeded includes"Greg Kroah-Hartman
2012-05-07panic: Make panic_on_oops configurableKyle McMartin
2012-05-04dynamic_debug: remove unneeded includesJim Cromie