aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus 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/jm...Linus 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 tra...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 transf...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
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven1-0/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+3
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen1-0/+2
2013-04-15Move utf16 functions to kernel core and renameMatthew Garrett1-0/+3
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+3
2012-10-08X.509: Implement simple static OID registryDavid Howells1-0/+5
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+3
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas1-0/+3
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+6
2012-07-23of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney1-0/+6
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris1-0/+17
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds1-0/+3
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-0/+3
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds1-0/+3
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin1-8/+0
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+3
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller1-0/+3
2012-05-02ddr: add LPDDR2 data from JESD209-2Aneesh V1-0/+8
2012-04-20lib: add support for stmp-style devicesWolfram Sang1-0/+3
2012-03-28crc32: add help text for the algorithm select optionDarrick J. Wong1-0/+4
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2012-03-25Introduce CONFIG_GENERIC_IORichard Weinberger1-0/+5
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong1-0/+43
2012-03-23crc32: bolt on crc32cDarrick J. Wong1-4/+4
2012-03-23crc32: simplify unit test codeBob Pearson1-0/+10
2012-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller1-0/+4
2012-01-31lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin1-0/+3
2012-01-18lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin1-3/+3
2012-01-18lib: MPILIB Kconfig description updateDmitry Kasatkin1-5/+3
2012-01-18lib: digital signature dependency fixDmitry Kasatkin1-1/+2
2012-01-18lib: digital signature config option name changeDmitry Kasatkin1-1/+1
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-0/+25
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+7
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+3
2011-11-29dql: Dynamic queue limitsTom Herbert1-0/+3
2011-11-28lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin1-0/+4
2011-11-24lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin1-0/+3
2011-11-22digsig: build dependency fixDmitry Kasatkin1-1/+1
2011-11-13Merge branch 'master' into for-nextJiri Kosina1-3/+0
2011-11-09crypto: digital signature verification supportDmitry Kasatkin1-0/+8
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin1-0/+10
2011-11-09crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin1-0/+7
2011-10-29Docs: Kconfig: CORDIC descriptionMichael Witten1-3/+2
2011-10-29Docs: wording: functions -> algorithmMichael Witten1-1/+1
2011-10-29Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten1-2/+2
2011-10-04llist: Make some llist functions inlineHuang Ying1-3/+0
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+3
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying1-0/+3
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+14
2011-06-03lib: cordic: add library module providing cordic angle calculationArend van Spriel1-0/+7
2011-06-03lib: crc8: add new library module providing crc8 algorithmArend van Spriel1-0/+7
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-10/+0
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy1-1/+15
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+3
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+8
2011-03-11lib: add shared BCH ECC libraryIvan Djelic1-0/+39
2011-03-04lib-average: Make config option selectableMichael Buesch1-1/+8
2011-01-24lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings1-0/+4
2011-01-13decompressors: add boot-time XZ supportLasse Collin1-0/+4
2011-01-13decompressors: add XZ decompressor moduleLasse Collin1-0/+2
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf1-0/+3
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse1-0/+3
2010-07-14lmb: rename to memblockYinghai Lu1-3/+0
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-3/+0
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds1-0/+3
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+3
2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre1-0/+4
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+3
2009-10-29md: Factor out RAID6 algorithms into lib/David Woodhouse1-0/+3
2009-10-01The DRBD driverPhilipp Reisner1-0/+3
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras1-0/+6
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer1-0/+3
2009-03-28Merge branch 'linus' into core/printkIngo Molnar1-6/+20
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+14
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+0
2009-03-06vsprintf: add binary printfLai Jiangshan1-0/+3
2009-03-04netlink: Move netlink attribute parsing support to libGeert Uytterhoeven1-0/+6
2009-01-16sched: make plist a library facilityPeter Zijlstra1-6/+0
2009-01-07bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATEH. Peter Anvin1-0/+1
2009-01-05bzip2/lzma: proper Kconfig dependencies for the ramdisk optionsH. Peter Anvin1-0/+13
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell1-0/+4
2009-01-01bitmap: find_last_bit()Rusty Russell1-0/+4
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-0/+2
2008-12-25libcrc32c: Select CRYPTO in KconfigHerbert Xu1-0/+1
2008-12-25libcrc32c: Move implementation to crypto crc32cHerbert Xu1-0/+1
2008-12-13cpumask: Add CONFIG_CPUMASK_OFFSTACKRusty Russell1-0/+7
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-2/+2
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen1-0/+7
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum1-0/+6
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-0/+3
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven1-0/+3
2007-07-17CRC7 supportJan Nikitenko1-0/+8
2007-07-10Add LZO1X algorithm to the kernelRichard Purdie1-0/+6
2007-05-10Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...Linus Torvalds1-0/+8
2007-05-10CRC ITU-T V.41Ivo van Doorn1-0/+8
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens1-0/+5
2007-02-11[PATCH] sort the devres mess outAl Viro1-2/+7
2006-12-13[PATCH] uml problems with linux/io.hAl Viro1-0/+5
2006-12-08[PATCH] crc32: replace bitreverse by bitrev32Akinobu Mita1-0/+1
2006-12-08[PATCH] bit reverse libraryAkinobu Mita1-0/+3
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro1-0/+5
2006-06-27[PATCH] pi-futex: add plist implementationIngo Molnar1-0/+6
2005-09-08[PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov1-0/+8
2005-08-29[LIB]: Make TEXTSEARCH_BM plain tristate like the othersDavid S. Miller1-8/+1
2005-08-29[LIB]: Boyer-Moore extension for textsearch infrastructure strike #2Pablo Neira Ayuso1-0/+10
2005-06-24[PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller1-22/+6
2005-06-23[LIB]: Naive finite state machine based textsearchThomas Graf1-0/+11
2005-06-23[LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf1-0/+10
2005-06-23[LIB]: Textsearch infrastructure.Thomas Graf1-1/+7
2005-06-21[PATCH] ia64 uncached allocJes Sorensen1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+61