summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2015-06-18revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton-5/+4
2015-06-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin-2/+2
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens-0/+1
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+3
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot-2/+3
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara-1/+8
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara-1/+2
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-48/+26
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner-3/+3
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell-48/+26
2015-05-16rhashtable: Add cap on number of elements in hash tableHerbert Xu-0/+11
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches-2/+6
2015-05-05lib: delete lib/find_last_bit.cYury Norov-41/+0
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann-1/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+8
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds-23/+347
2015-04-22rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf-2/+2
2015-04-22rhashtable: Schedule async resize when sync realloc failsThomas Graf-1/+6
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-10/+10
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen-8/+49
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+28
2015-04-20iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan-3/+3
2015-04-20iommu-common: fix x86_64 compiler warningsSowmini Varadhan-7/+7
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-32/+0
2015-04-19hexdump: avoid warning in test functionLinus Torvalds-1/+1
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell-21/+0
2015-04-18iommu-common: Fix PARISC compile-time warningsSowmini Varadhan-1/+5
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan-1/+267
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller-225/+1
2015-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-1/+225
2015-04-17iommu-common: Fix PARISC compile-time warningsSowmini Varadhan-1/+5
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-464/+342
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton-3/+2
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky-4/+5
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov-30/+0
2015-04-17lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes-6/+4
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott-1/+1
2015-04-17lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes-118/+128
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov-1/+1
2015-04-17lib: move find_last_bit to lib/find_next_bit.cYury Norov-2/+27
2015-04-17lib: find_*_bit reimplementationYury Norov-214/+89