summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-1/+1
|\
| * lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko2015-11-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-101-0/+30
|\ \ | |/ |/|
| * bpf: add mod default A and X test casesYang Shi2015-11-051-0/+30
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-091-1/+1
|\ \
| * | remove abs64()Andrew Morton2015-11-091-1/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-091-0/+9
|\ \ \ | |/ / |/| |
| * | modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-061-0/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0716-73/+505
|\ \ \
| * | | dma-debug: check nents in dma_sync_sg*Robin Murphy2015-11-061-0/+8
| * | | lib/hexdump.c: truncate output in case of overflowAndy Shevchenko2015-11-061-1/+5
| * | | lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov2015-11-061-3/+2
| * | | lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes2015-11-061-8/+22
| * | | lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2015-11-061-0/+16
| * | | lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-11-061-2/+2
| * | | lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov2015-11-061-0/+36
| * | | lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov2015-11-061-1/+2
| * | | lib/vsprintf.c: update documentationRasmus Villemoes2015-11-061-3/+4
| * | | test_printf: test printf family at runtimeRasmus Villemoes2015-11-063-0/+366
| * | | lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-061-1/+1
| * | | lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-061-1/+1
| * | | lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-061-10/+21
| * | | printk: synchronize %p formatting documentationMartin Kletzander2015-11-061-32/+8
| * | | lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-11-061-4/+4
| * | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
| * | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-7/+7
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-062-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-152-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-052-2/+70
|\ \ \ \
| * | | | mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin2015-11-051-2/+1
| * | | | lib: test_kasan: add some testcasesWang Long2015-11-051-0/+69
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-051-7/+3
|\ \ \ \ \
| * | | | | iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller2015-11-041-7/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+4
| | |/ / | |/| |
* | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-043-9/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | devres: fix a for loop bounds checkDan Carpenter2015-10-051-1/+1
| * | | kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo2015-10-041-7/+5
| * | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-043-17/+85
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-1/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-0/+90
| |\ \ \ \ \
| * | | | | | random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-081-1/+1
| * | | | | | random32: add prandom_seed_full_state helperDaniel Borkmann2015-10-081-16/+21
| * | | | | | once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-081-21/+29
| * | | | | | net: move net_get_random_once to libHannes Frederic Sowa2015-10-082-1/+56
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-044-0/+231
|\ \ \ \ \ \
| * | | | | | lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2015-10-201-1/+4
| * | | | | | crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-143-0/+32
| * | | | | | lib/mpi: Add mpi sgl helpersTadeusz Struk2015-10-141-0/+196
OpenPOWER on IntegriCloud