summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+20
* dma-mapping: simplify Kconfig dependenciesChristoph Hellwig2018-05-191-4/+2
* 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-221-4/+0
|\
| * kconfig: kill off GENERIC_IO optionRob Herring2017-11-131-4/+0
* | lib: add module support to string testsGeert Uytterhoeven2017-11-171-1/+1
* | lib: Add shared copies of some GCC library routinesPalmer Dabbelt2017-09-251-0/+18
|/
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-0/+11
|\
| * lib: Add zstd modulesNick Terrell2017-08-151-0/+8
| * lib: Add xxhash moduleNick Terrell2017-08-151-0/+3
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-3/+0
|\ \
| * | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-08-311-3/+0
| |/
* / lib/string.c: add testcases for memset16/32/64Matthew Wilcox2017-09-081-0/+3
|/
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+3
|\
| * x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-091-0/+3
* | lib: Add crc4 moduleJeremy Kerr2017-06-091-0/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-281-1/+1
|\
| * lib: Allow compile-testing of parmanGeert Uytterhoeven2017-02-261-1/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-0/+10
|\ \
| * | lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-241-0/+5
| * | lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-241-0/+5
* | | lib: add module support to glob testsGeert Uytterhoeven2017-02-241-2/+1
* | | lib: add module support to crc32 testsGeert Uytterhoeven2017-02-241-2/+1
| |/ |/|
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-0/+3
|\ \
| * | lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie2017-02-241-1/+1
| * | lib: Add a simple prime number generatorChris Wilson2016-12-271-0/+7
| |/
* | lib: Remove string from parman config selectionJiri Pirko2017-02-231-1/+1
* | lib: Introduce priority array area managerJiri Pirko2017-02-031-0/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-3/+0
|\
| * atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-3/+0
* | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-0/+3
|/
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-201-0/+3
* lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-151-0/+7
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-251-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-231-0/+5
|\
| * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-111-0/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-221-0/+2
|\ \
| * | lib: sw842: select crc32Arnd Bergmann2016-01-181-0/+2
| |/
* / lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven2015-12-081-3/+3
|/
* lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton2015-10-161-0/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+3
|\
| * nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-271-0/+3