summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-0/+3
|\
| * lib: Add zstd modulesNick Terrell2017-08-151-0/+2
| * lib: Add xxhash moduleNick Terrell2017-08-151-0/+1
* | lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-09-081-0/+1
|/
* kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-141-0/+1
* test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez2017-07-121-0/+1
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\
| * lib: add errseq_t type and infrastructure for handling itJeff Layton2017-07-061-1/+1
* | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-031-0/+1
|\ \
| * | lib: Add crc4 moduleJeremy Kerr2017-06-091-0/+1
| |/
* / rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-3/+0
|/
* lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-081-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-1/+1
|\
| * md5: remove from lib and only live in cryptoJason A. Donenfeld2017-03-241-1/+1
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-3/+1
* | generic ...copy_..._user primitivesAl Viro2017-03-281-0/+2
|/
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-0/+3
|\
| * idr: Add missing __rcu annotationsMatthew Wilcox2017-02-131-0/+1
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-131-0/+2
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-281-1/+1
|\ \
| * | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-241-1/+1
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+2
|\ \ \
| * | | lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-241-0/+1
| * | | lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-241-1/+1
| | |/ | |/|
* | | lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix2017-02-241-0/+1
* | | lib: add module support to glob testsGeert Uytterhoeven2017-02-241-0/+1
* | | lib: add module support to crc32 testsGeert Uytterhoeven2017-02-241-0/+1
* | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-0/+2
|\ \ \
| * \ \ Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-091-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | lib: Add a simple prime number generatorChris Wilson2016-12-271-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: Introduce priority array area managerJiri Pirko2017-02-031-0/+3
| * | | siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-091-2/+3
| |/ /
* / / ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2017-02-021-1/+1
|/ /
* / cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner2016-12-251-1/+0
|/
* kcov: do not instrument lib/stackdepot.cAlexander Potapenko2016-10-111-0/+1
* Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-0/+2
|\
| * blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-0/+2
* | lib/win_minmax: windowed min or max estimatorNeal Cardwell2016-09-211-1/+1
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-1/+0
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-271-1/+1
|\
| * random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-1/+1
* | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-081-5/+0
* | lib/uuid: add a test moduleAndy Shevchenko2016-05-301-0/+1
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-0/+1
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-0/+1
* | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-181-0/+1
|\ \
| * | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-151-0/+1
| |/
* / lib/proportions: Remove unused codeRichard Cochran2016-04-011-1/+1
|/