aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-1/+1
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko1-0/+2
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-1/+0
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt1-1/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+2
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+2
2018-10-22lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li1-0/+1
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+1
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox1-1/+1
2018-10-16lib: Fix ia64 bootloader linkageAlexander Shishkin1-1/+1
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann1-1/+0
2018-10-11Makefile: Globally enable VLA warningKees Cook1-0/+2
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin1-0/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-0/+1
2018-08-22lib: add crc64 calculation routinesColy Li1-0/+11
2018-08-21ida: Start new test_ida moduleMatthew Wilcox1-0/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-11/+1
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+1
2018-06-27bitfield: add testsJohannes Berg1-0/+1
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2018-06-22lib/bch: Remove VLA usageKees Cook1-0/+1
2018-06-19scsi: Remove percpu_idaMatthew Wilcox1-1/+1
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-6/+0
2018-06-14dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig1-3/+3
2018-06-12alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior1-5/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-6/+6
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2018-06-05lib: add runtime test of check_*_overflow functionsRasmus Villemoes1-0/+1
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig1-0/+1
2018-05-09iommu-common: move to arch/sparcChristoph Hellwig1-1/+1
2018-04-23lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn1-6/+6
2018-04-11lib: add testing module for UBSANJinbum Park1-0/+2
2018-04-11kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov1-0/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+2
2018-03-21lib: Add generic PIO mapping methodZhichang Yuan1-0/+2
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young1-1/+2
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig1-1/+1
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-0/+1
2017-12-11spinlock: Add library function to allocate spinlock buckets arrayTom Herbert1-1/+1
2017-11-17lib: test module for find_*_bit() functionsYury Norov1-0/+1
2017-11-17lib: add module support to string testsGeert Uytterhoeven1-0/+1
2017-11-15Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linuxLinus Torvalds1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1