summaryrefslogtreecommitdiff
path: root/lib/Kconfig (unfollow)
Commit message (Expand)Author
2014-05-05lib: Export interval_treeChris Wilson
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-03-20audit: Add generic compat syscall supportAKASHI Takahiro
2013-11-30Revert "smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug depe...Ingo Molnar
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra
2013-11-13smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug dependencyJosh Boyer
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann
2013-09-24Add a generic associative array implementation.David Howells
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu
2013-07-09lib: add lz4 compressor moduleChanho Min
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen
2013-04-15Move utf16 functions to kernel core and renameMatthew Garrett
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov
2012-10-08X.509: Implement simple static OID registryDavid Howells
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas
2012-07-23of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller
2012-05-02ddr: add LPDDR2 data from JESD209-2Aneesh V
2012-04-20lib: add support for stmp-style devicesWolfram Sang
2012-03-28crc32: add help text for the algorithm select optionDarrick J. Wong
2012-03-25Introduce CONFIG_GENERIC_IORichard Weinberger
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong
2012-03-23crc32: bolt on crc32cDarrick J. Wong
2012-03-23crc32: simplify unit test codeBob Pearson
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller
2012-01-31lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin
2012-01-18lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin
2012-01-18lib: MPILIB Kconfig description updateDmitry Kasatkin
2012-01-18lib: digital signature dependency fixDmitry Kasatkin
2012-01-18lib: digital signature config option name changeDmitry Kasatkin
2011-11-29dql: Dynamic queue limitsTom Herbert
2011-11-28lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin
2011-11-24lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin
2011-11-22digsig: build dependency fixDmitry Kasatkin
2011-11-09crypto: digital signature verification supportDmitry Kasatkin
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin
2011-11-09crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin
2011-10-29Docs: Kconfig: CORDIC descriptionMichael Witten
2011-10-29Docs: wording: functions -> algorithmMichael Witten
2011-10-29Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten
2011-10-04llist: Make some llist functions inlineHuang Ying
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying