aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-48/+26
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Gravatar Dave Chinner 1-3/+3
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentGravatar Rusty Russell 1-48/+26
2015-05-16rhashtable: Add cap on number of elements in hash tableGravatar Herbert Xu 1-0/+11
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationGravatar Joe Perches 1-2/+6
2015-05-05lib: delete lib/find_last_bit.cGravatar Yury Norov 1-41/+0
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationGravatar Daniel Borkmann 1-1/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+8
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdGravatar Linus Torvalds 10-23/+347
2015-04-22rhashtable: Do not schedule more than one rehash if we can't grow furtherGravatar Thomas Graf 1-2/+2
2015-04-22rhashtable: Schedule async resize when sync realloc failsGravatar Thomas Graf 1-1/+6
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-10/+10
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Gravatar Markus Stockhausen 1-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intGravatar Markus Stockhausen 1-1/+39
2015-04-22md/raid6 algorithms: improve test programGravatar Markus Stockhausen 1-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsGravatar Markus Stockhausen 9-8/+49
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+28
2015-04-20iommu-common: rename iommu_pool_hash to iommu_hash_commonGravatar Sowmini Varadhan 1-3/+3
2015-04-20iommu-common: fix x86_64 compiler warningsGravatar Sowmini Varadhan 1-7/+7
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-32/+0
2015-04-19hexdump: avoid warning in test functionGravatar Linus Torvalds 1-1/+1
2015-04-19cpumask: remove __first_cpu / __next_cpuGravatar Rusty Russell 1-21/+0
2015-04-18iommu-common: Fix PARISC compile-time warningsGravatar Sowmini Varadhan 1-1/+5
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockGravatar Sowmini Varadhan 2-1/+267
2015-04-18sparc: Revert generic IOMMU allocator.Gravatar David S. Miller 2-225/+1
2015-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 2-1/+225
2015-04-17iommu-common: Fix PARISC compile-time warningsGravatar Sowmini Varadhan 1-1/+5
2015-04-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-464/+342
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textGravatar Andrew Morton 1-3/+2
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Gravatar Sergey Senozhatsky 1-4/+5
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationGravatar Yury Norov 1-30/+0
2015-04-17lib/vsprintf.c: improve put_dec_trunc8 slightlyGravatar Rasmus Villemoes 1-6/+4
2015-04-17lib/dma-debug: fix bucket_find_contain()Gravatar Sebastian Ott 1-1/+1
2015-04-17lib/vsprintf.c: even faster binary to decimal conversionGravatar Rasmus Villemoes 1-118/+128
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cGravatar Yury Norov 2-1/+1
2015-04-17lib: move find_last_bit to lib/find_next_bit.cGravatar Yury Norov 2-2/+27
2015-04-17lib: find_*_bit reimplementationGravatar Yury Norov 2-214/+89
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-20/+48
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockGravatar Sowmini Varadhan 2-1/+221
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-179/+181
2015-04-15lru_cache: remove use of seq_printf return valueGravatar Joe Perches 1-4/+5
2015-04-15lib/string_helpers.c: change semantics of string_escape_memGravatar Rasmus Villemoes 3-64/+33
2015-04-15lib/string_helpers.c: refactor string_escape_memGravatar Rasmus Villemoes 1-103/+105
2015-04-15lib/vsprintf.c: fix potential NULL deref in hex_stringGravatar Rasmus Villemoes 1-4/+12
2015-04-15lib/vsprintf: add %pC{,n,r} format specifiers for clocksGravatar Geert Uytterhoeven 1-0/+37
2015-04-15lib/vsprintf.c: another small hackGravatar Rasmus Villemoes 1-3/+4