summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-191-0/+1
* lib: sw842: select crc32Arnd Bergmann2016-01-181-0/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-122-9/+26
|\
| * crypto: 842 - remove WARN inside printkDan Streetman2015-12-231-5/+9
| * lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2015-11-171-4/+17
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-8/+32
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-01-081-1/+2
| |\ \
| * | | lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-061-0/+29
| * | | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-121-5/+6
|\ \ \ \
| * | | | iov_iter: export import_single_range()Al Viro2015-12-061-0/+1
| * | | | iov_iter: constify {csum_and_,}copy_to_iter()Al Viro2015-12-061-5/+5
| | |_|/ | |/| |
* | | | Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-01-111-2/+1
|\ \ \ \
| * | | | mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht2015-12-221-2/+1
| | |/ / | |/| |
* | | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-111-0/+11
|\ \ \ \
| * | | | workqueue: implement lockup detectorTejun Heo2015-12-081-0/+11
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-111-0/+4
|\ \ \ \
| * | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-061-0/+4
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-41/+79
|\ \ \ \ \
| * | | | | atomics: Add test for atomic operations with _relaxed variantsBoqun Feng2015-11-231-41/+79
| | |/ / / | |/| | |
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-01-061-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney2015-11-231-1/+1
| |/ / /
* | | | rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu2015-12-181-1/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-171-27/+40
|\ \ \
| * | | rhashtable: Fix walker list corruptionHerbert Xu2015-12-161-9/+7
| * | | rhashtable: Enforce minimum size on initial hash tableHerbert Xu2015-12-161-3/+3
| * | | Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller2015-12-051-3/+2
| * | | rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu2015-12-041-2/+3
| * | | rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu2015-12-041-15/+30
| |/ /
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-12-171-2/+2
|\ \ \ | |_|/ |/| |
| * | dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz2015-12-161-2/+2
| |/
* | treewide: Remove old email addressPeter Zijlstra2015-11-232-2/+2
|/
* 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
OpenPOWER on IntegriCloud