summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-0/+3
|\
| * atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-301-0/+3
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-301-0/+6
|\ \ | |/ |/|
| * of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney2012-07-231-0/+6
* | Merge commit 'v3.5-rc2' into nextJames Morris2012-06-101-0/+17
|\ \ | |/
| * Merge branch 'generic-string-functions'Linus Torvalds2012-05-261-0/+3
| |\
| | * lib: add generic strnlen_user() functionLinus Torvalds2012-05-261-0/+3
| * | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-0/+3
| |\ \ | | |/ | |/|
| | * lib: add support for stmp-style devicesWolfram Sang2012-04-201-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+3
| |\ \
| | * | lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-241-0/+3
| | |/
| * | ddr: add LPDDR2 data from JESD209-2Aneesh V2012-05-021-0/+8
| |/
* | Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin2012-05-261-8/+0
|/
* crc32: add help text for the algorithm select optionDarrick J. Wong2012-03-281-0/+4
* Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-271-0/+5
|\
| * Introduce CONFIG_GENERIC_IORichard Weinberger2012-03-251-0/+5
* | crc32: select an algorithm via KconfigDarrick J. Wong2012-03-231-0/+43
* | crc32: bolt on crc32cDarrick J. Wong2012-03-231-4/+4
* | crc32: simplify unit test codeBob Pearson2012-03-231-0/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-02-071-0/+3
|\
| * lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin2012-01-311-0/+3
* | lib: Fix multiple definitions of clz_tabDavid Miller2012-02-021-0/+4
|/
* lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin2012-01-181-3/+3
* lib: MPILIB Kconfig description updateDmitry Kasatkin2012-01-181-5/+3
* lib: digital signature dependency fixDmitry Kasatkin2012-01-181-1/+2
* lib: digital signature config option name changeDmitry Kasatkin2012-01-181-1/+1
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-101-0/+25
|\
| * digsig: build dependency fixDmitry Kasatkin2011-11-221-1/+1
| * crypto: digital signature verification supportDmitry Kasatkin2011-11-091-0/+8
| * crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin2011-11-091-0/+10
| * crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin2011-11-091-0/+7
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-0/+7
|\ \
| * | lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-0/+4
| * | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-0/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-4/+3
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-11-131-3/+0
| |\ \ | | |/
| * | Docs: Kconfig: CORDIC descriptionMichael Witten2011-10-291-3/+2
| * | Docs: wording: functions -> algorithmMichael Witten2011-10-291-1/+1
| * | Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten2011-10-291-2/+2
* | | dql: Dynamic queue limitsTom Herbert2011-11-291-0/+3
| |/ |/|
* | llist: Make some llist functions inlineHuang Ying2011-10-041-3/+0
|/
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+3
|\
| * lib, Add lock-less NULL terminated single listHuang Ying2011-08-031-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-081-0/+14
|\ \ | |/ |/|
| * lib: cordic: add library module providing cordic angle calculationArend van Spriel2011-06-031-0/+7
| * lib: crc8: add new library module providing crc8 algorithmArend van Spriel2011-06-031-0/+7
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-10/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-1/+15
|\
| * bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita2011-03-231-0/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-111-1/+8
| |\
OpenPOWER on IntegriCloud