aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-22modpost: add flag -E for making section mismatches fatalNicolas Boichat
2015-10-22Remove abs64()Andrew Morton
2015-10-22Merge branch 'akpm-current/current'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2015-10-22Merge remote-tracking branch 'asm-generic/master'Stephen Rothwell
2015-10-22dma-debug: allow poisoning nonzero allocationsRobin Murphy
2015-10-22dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-10-22lib: Add CRC64 ECMA moduleMarian Chereji
2015-10-22lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov
2015-10-22lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-10-22lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-10-22lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-10-22lib-test-string_helpersc-add-string_get_size-tests-v5Vitaly Kuznetsov
2015-10-22lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov
2015-10-22lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov
2015-10-22lib/vsprintf.c: update documentationRasmus Villemoes
2015-10-22test_printf: test printf family at runtimeRasmus Villemoes
2015-10-22lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes
2015-10-22lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes
2015-10-22lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes
2015-10-22lib-documentation-synchronize-%p-formatting-documentation-fix-fixAndrew Morton
2015-10-22lib-documentation-synchronize-%p-formatting-documentation-fixMartin Kletzander
2015-10-22printk: synchronize %p formatting documentationMartin Kletzander
2015-10-22lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes
2015-10-22page-flags: hide PF_* validation check under separate config optionKirill A. Shutemov
2015-10-22mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2015-10-22lib: test_kasan: add some testcasesWang Long
2015-10-22mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-10-22mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-22fault-inject: fix inverted interval/probability values in printkFlorian Westphal
2015-10-22lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin
2015-10-20Merge branches 'drm-dwhdmi-devel', 'drm-tda998x-devel2' and 'drm-armada-devel...Russell King
2015-10-20Merge branches 'fixes', 'irq-migrate' and 'misc' into for-nextRussell King
2015-10-20lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton
2015-10-15move count_zeroes.h out of asm-genericChristoph Hellwig
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk
2015-10-08Merge tag 'v4.3-rc1' into kbuild/for-nextMichal Marek
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-07list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney