summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-201-8/+0Star
|\
| * memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-171-8/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+8
|\ \
| * | linux/dim: Move implementation to .c filesTal Gilboa2019-06-251-0/+8
| |/
* / lib/vdso: Provide generic VDSO implementationVincenzo Frascino2019-06-221-0/+5
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-0/+4
|\
| * asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-231-0/+4
* | lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-151-12/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-0/+17
|\ \
| * | lib: Add support for generic packing operationsVladimir Oltean2019-05-031-0/+17
| |/
* / stacktrace: Provide common infrastructureThomas Gleixner2019-04-291-0/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-031-0/+8
|\
| * lib/raid6: add option to skip algo benchmarkingDaniel Verkamp2018-12-201-0/+8
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \
| * | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+1
| |/
* / lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-151-0/+3
|/
* Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-011-3/+0Star
|\
| * Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt2018-10-311-3/+0Star
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+4
|\ \ | |/ |/|
| * radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-4/+0Star
| * xarray: Change definition of sibling entriesMatthew Wilcox2018-09-301-0/+7
* | lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li2018-10-231-0/+3
|/
* lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-221-1/+0Star
* lib: add crc64 calculation routinesColy Li2018-08-221-0/+8
* Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-201-46/+1Star
|\
| * dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-46/+1Star
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+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 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-0/+3
|\ \
| * | uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams2018-05-231-0/+3
| |/
* | dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+20
* | dma-mapping: simplify Kconfig dependenciesChristoph Hellwig2018-05-191-4/+2Star
* | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+5
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-0/+3
* | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+3
* | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+3
* | iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig2018-05-091-0/+3
|/
* lib: Add generic PIO mapping methodZhichang Yuan2018-03-211-0/+16
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+1
|\
| * dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-1/+1
* | lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2018-01-061-0/+4
|/
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-231-4/+0Star
|\
| * kconfig: kill off GENERIC_IO optionRob Herring2017-11-131-4/+0Star
* | lib: add module support to string testsGeert Uytterhoeven2017-11-181-1/+1
* | lib: Add shared copies of some GCC library routinesPalmer Dabbelt2017-09-261-0/+18
|/
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-151-0/+11
|\
| * lib: Add zstd modulesNick Terrell2017-08-151-0/+8
| * lib: Add xxhash moduleNick Terrell2017-08-151-0/+3