summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-3/+0
|\ \
| * | percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-3/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-10/+0
|\ \
| * | average: remove out-of-line implementationJohannes Berg2015-08-201-10/+0
| |/
* | lib: scatterlist: add sg splitting functionRobert Jarzmik2015-08-241-0/+7
|/
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+3
|\
| * arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-261-0/+3
* | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-191-7/+2
|\ \ | |/
| * Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-4/+0
| |\
| | * cpumask: remove deprecated functions.Rusty Russell2015-03-101-4/+0
| * | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton2015-04-171-3/+2
| |/
* | lib: add software 842 compression/decompressionDan Streetman2015-05-111-0/+6
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-15/+15
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-15/+15
* | lib/Kconfig: use bool instead of booleanChristoph Jaeger2015-02-161-1/+1
* | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang2014-12-221-0/+9
|/
* Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-131-0/+3
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-0/+7
* lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin2014-08-061-0/+14
* lib: add lib/glob.cGeorge Spelvin2014-08-061-0/+19
* digsig: make crypto builtin if digsig selected as builtinDmitry Kasatkin2014-07-171-1/+2
* lib: Export interval_treeChris Wilson2014-05-051-0/+14
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+9
|\
| * audit: Add generic compat syscall supportAKASHI Takahiro2014-03-201-0/+9
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-2/+2
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-0/+14
|\
| * Add a generic associative array implementation.David Howells2013-09-241-0/+14
* | lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2013-11-151-7/+0
* | random32: add test cases for taus113 implementationDaniel Borkmann2013-11-111-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-09-071-0/+2
|\
| * Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+2
* | lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2013-09-021-0/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-2/+0
|\
| * Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-2/+0
* | lib: add lz4 compressor moduleChanho Min2013-07-091-0/+6
* | lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-0/+7
OpenPOWER on IntegriCloud