summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes
2014-12-10lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-10dma-debug: prevent early callers from crashingFlorian Fainelli
2014-12-10dma-debug: introduce dma_debug_disabledFlorian Fainelli
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-03lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek
2014-12-02mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)
2014-11-16reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa
2014-11-13lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds
2014-10-29lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney
2014-10-28lib/scatterlist: fix memory leak with scsi-mqTony Battersby
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-18Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds
2014-10-18Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-14crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller
2014-10-14lib/raid6: Add log level to printksAnton Blanchard
2014-10-14lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko
2014-10-14lib / string_helpers: introduce string_escape_mem()Andy Shevchenko
2014-10-14lib / string_helpers: refactoring the test suiteAndy Shevchenko
2014-10-14lib / string_helpers: move documentation to c-fileAndy Shevchenko
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes
2014-10-14lib/string.c: remove duplicated functionRasmus Villemoes
2014-10-14lib: rename TEST_MODULE to TEST_LKMValentin Rothberg
2014-10-14lib: remove prio_heapLai Jiangshan
2014-10-14lib/textsearch.c: remove textsearch_put reference from commentsRaphael Silva
2014-10-14lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09lib/genalloc.c: add genpool range check functionLaura Abbott
2014-10-09lib/genalloc.c: add power aligned algorithmLaura Abbott
2014-10-09fonts: Add 6x10 fontMaarten ter Huurne
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches