aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-06-09lib: Add crc4 moduleGravatar Jeremy Kerr 1-0/+1
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionGravatar Paul E. McKenney 1-3/+0
2017-05-08lib: add module support to linked list sorting testsGravatar Geert Uytterhoeven 1-0/+1
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-3/+1
2017-03-28generic ...copy_..._user primitivesGravatar Al Viro 1-0/+2
2017-03-24md5: remove from lib and only live in cryptoGravatar Jason A. Donenfeld 1-1/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-0/+3
2017-02-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Gravatar Kostenzer Felix 1-0/+1
2017-02-24lib: add module support to glob testsGravatar Geert Uytterhoeven 1-0/+1
2017-02-24lib: add module support to crc32 testsGravatar Geert Uytterhoeven 1-0/+1
2017-02-24locking/refcounts: Out-of-line everythingGravatar Peter Zijlstra 1-1/+1
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Gravatar Linus Torvalds 1-0/+2
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+6
2017-02-13idr: Add missing __rcu annotationsGravatar Matthew Wilcox 1-0/+1
2017-02-13radix-tree: Fix __rcu annotationsGravatar Matthew Wilcox 1-0/+2
2017-02-03lib: Introduce priority array area managerGravatar Jiri Pirko 1-0/+3
2017-02-02ext4: move halfmd4 into hash.c directlyGravatar Jason A. Donenfeld 1-1/+1
2017-01-24lib/dma-virt: Add dma_virt_opsGravatar Bart Van Assche 1-0/+1
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rGravatar Bart Van Assche 1-1/+1
2017-01-09siphash: add cryptographically secure PRFGravatar Jason A. Donenfeld 1-2/+3
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-0/+2
2016-12-27lib: Add a simple prime number generatorGravatar Chris Wilson 1-0/+2
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 1-1/+0
2016-10-11kcov: do not instrument lib/stackdepot.cGravatar Alexander Potapenko 1-0/+1
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2016-09-21lib/win_minmax: windowed min or max estimatorGravatar Neal Cardwell 1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryGravatar Omar Sandoval 1-0/+2
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 1-1/+0
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 1-1/+1
2016-06-08x86/hweight: Get rid of the special calling conventionGravatar Borislav Petkov 1-5/+0
2016-05-30lib/uuid: add a test moduleGravatar Andy Shevchenko 1-0/+1
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 1-0/+1
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 1-0/+1
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-1/+1
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cGravatar Ming Lin 1-0/+1
2016-04-01lib/proportions: Remove unused codeGravatar Richard Cochran 1-1/+1
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABGravatar Alexander Potapenko 1-0/+3
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+1
2016-03-02dma: Provide simple noop dma opsGravatar Christian Borntraeger 1-0/+1
2016-02-19test_bitmap: unit tests for lib/bitmap.cGravatar David Decotigny 1-0/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+1
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+3
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yGravatar Chris Metcalf 1-1/+1