aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-3/+0
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-0/+3
2016-05-20raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox1-0/+3
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin1-0/+7
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-0/+4
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+5
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2016-01-18lib: sw842: select crc32Arnd Bergmann1-0/+2
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig1-0/+5
2015-12-08lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven1-3/+3
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton1-0/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+3
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+0
2015-08-27nd_blk: change aperture mapping from WC to WBRoss Zwisler1-0/+3
2015-08-24lib: scatterlist: add sg splitting functionRobert Jarzmik1-0/+7
2015-08-20average: remove out-of-line implementationJohannes Berg1-10/+0
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov1-3/+0
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds1-0/+3
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler1-0/+3
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu1-7/+2
2015-05-11lib: add software 842 compression/decompressionDan Streetman1-0/+6
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+0
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton1-3/+2
2015-03-10cpumask: remove deprecated functions.Rusty Russell1-4/+0
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-15/+15
2015-02-16lib/Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-15/+15
2014-12-22ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang1-0/+9
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds1-0/+3
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott1-0/+7
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin1-0/+14
2014-08-06lib: add lib/glob.cGeorge Spelvin1-0/+19
2014-07-17digsig: make crypto builtin if digsig selected as builtinDmitry Kasatkin1-1/+2
2014-05-05lib: Export interval_treeChris Wilson1-0/+14
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+9
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-2/+2
2014-03-20audit: Add generic compat syscall supportAKASHI Takahiro1-0/+9
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+14
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra1-7/+0
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann1-0/+7
2013-09-24Add a generic associative array implementation.David Howells1-0/+14
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu1-0/+2
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-0/+10
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu1-2/+0
2013-07-09lib: add lz4 compressor moduleChanho Min1-0/+6
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-0/+7