summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+3
|\ \
| * | x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown2020-04-181-0/+3
| |/
* / lib: add linear ranges helpersMatti Vaittinen2020-05-081-0/+3
|/
* mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+3
* Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-111-3/+0
|\
| * bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu2020-02-101-3/+0
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-0/+3
|\|
| * bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-131-0/+3
* | lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko2020-01-311-0/+7
|/
* lib/: fix Kconfig indentationKrzysztof Kozlowski2019-12-071-1/+1
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-0/+3
|\
| * lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-111-0/+3
* | Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-261-0/+3
|\ \ | |/ |/|
| * lib: Uplevel the pmem "region" ida to a global allocatorDan Williams2019-11-071-0/+3
* | lib: Remove select of inexistant GENERIC_IOCorentin Labbe2019-11-101-1/+0
|/
* lib: dimlib: fix help text typosRandy Dunlap2019-09-271-1/+1
* dimlib: make DIMLIB a hidden symbolUwe Kleine-König2019-09-271-2/+1
* lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap2019-09-111-3/+3
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-191-8/+0
|\
| * memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-171-8/+0
* | 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-141-12/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-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-10-311-3/+0
|\
| * Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt2018-10-311-3/+0
* | 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/+0
| * xarray: Change definition of sibling entriesMatthew Wilcox2018-09-291-0/+7
* | lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li2018-10-221-0/+3
|/
* lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-221-1/+0
* 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/+1
|\
| * dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-46/+1
* | 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-081-0/+3
|\ \
| * | uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams2018-05-221-0/+3
| |/