summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-05-251-0/+11
* lib/bch: fix possible stack overrunArnd Bergmann2018-10-121-1/+0
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-0/+1
|\
| * ida: Start new test_ida moduleMatthew Wilcox2018-08-211-0/+1
* | lib: add crc64 calculation routinesColy Li2018-08-221-0/+11
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-1/+1
|\ \
| * | scsi: Remove percpu_idaMatthew Wilcox2018-06-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+1
|\ \ \
| * \ \ Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-231-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | bitfield: add testsJohannes Berg2018-06-271-0/+1
| | |/
* | | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-111-11/+1
|\| |
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-241-5/+1
| |\ \
| | * | alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior2018-06-121-5/+1
| * | | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-6/+0
| * | | dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig2018-06-141-3/+3
| | |/ | |/|
* / | lib/bch: Remove VLA usageKees Cook2018-06-221-0/+1
|/ /
* | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-6/+6
|\ \ | |/ |/|
| * lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn2018-04-231-6/+6
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-0/+1
|\ \
| * | lib: add runtime test of check_*_overflow functionsRasmus Villemoes2018-06-051-0/+1
| |/
* | dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+1
* | iommu-common: move to arch/sparcChristoph Hellwig2018-05-091-1/+1
|/
* lib: add testing module for UBSANJinbum Park2018-04-111-0/+2
* kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov2018-04-111-0/+1
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-0/+2
|\
| * lib: Add generic PIO mapping methodZhichang Yuan2018-03-211-0/+2
* | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds2018-04-051-1/+2
|\ \ | |/ |/|
| * printk: move dump stack related code to lib/dump_stack.cDave Young2018-03-151-1/+2
* | lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov2018-02-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+2
|\
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-0/+1
| * spinlock: Add library function to allocate spinlock buckets arrayTom Herbert2017-12-111-1/+1
* | dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-1/+1
|/
* lib: test module for find_*_bit() functionsYury Norov2017-11-171-0/+1
* lib: add module support to string testsGeert Uytterhoeven2017-11-171-0/+1
* Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub...Linus Torvalds2017-11-151-0/+8
|\
| * lib: Add shared copies of some GCC library routinesPalmer Dabbelt2017-09-251-0/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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