summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-271-3/+8
|\
| * rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf2015-04-221-2/+2
| * rhashtable: Schedule async resize when sync realloc failsThomas Graf2015-04-221-1/+6
* | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-2410-23/+347
|\ \ | |/ |/|
| * md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-221-3/+227
| * md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-221-1/+39
| * md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-221-15/+36
| * md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-229-8/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-211-10/+10
|\ \
| * | iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan2015-04-201-3/+3
| * | iommu-common: fix x86_64 compiler warningsSowmini Varadhan2015-04-201-7/+7
* | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-0/+28
|\ \ \
| * \ \ Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-254-3/+774
| |\ \ \
| * | | | lib: devres: add a helper function for ioremap_wcAbhilash Kesavan2015-03-161-0/+28
* | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-202-32/+0
|\ \ \ \ \
| * | | | | cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-191-21/+0
| * | | | | cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-7/+0
| * | | | | cpumask: remove deprecated functions.Rusty Russell2015-03-101-4/+0
| |/ / / /
* | | | | hexdump: avoid warning in test functionLinus Torvalds2015-04-191-1/+1
| |_|/ / |/| | |
* | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-181-1/+5
* | | | Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-182-1/+267
* | | | sparc: Revert generic IOMMU allocator.David S. Miller2015-04-182-225/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-172-1/+225
|\ \ \ \
| * | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-171-1/+5
| * | | | sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-162-1/+221
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-179-464/+342
|\ \ \ \ \
| * | | | | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton2015-04-171-3/+2
| * | | | | cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky2015-04-171-4/+5
| * | | | | lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-171-30/+0
| * | | | | lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-171-6/+4
| * | | | | lib/dma-debug: fix bucket_find_contain()Sebastian Ott2015-04-171-1/+1
| * | | | | lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-171-118/+128
| * | | | | lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov2015-04-172-1/+1
| * | | | | lib: move find_last_bit to lib/find_next_bit.cYury Norov2015-04-172-2/+27
| * | | | | lib: find_*_bit reimplementationYury Norov2015-04-172-214/+89
| |/ / / /
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-161-20/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-20/+48
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-155-179/+181
|\ \ \ \ \
| * | | | | lru_cache: remove use of seq_printf return valueJoe Perches2015-04-151-4/+5
| * | | | | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-153-64/+33
| * | | | | lib/string_helpers.c: refactor string_escape_memRasmus Villemoes2015-04-151-103/+105
| * | | | | lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-151-4/+12
| * | | | | lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-151-0/+37
| * | | | | lib/vsprintf.c: another small hackRasmus Villemoes2015-04-151-3/+4
| * | | | | lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-151-5/+2
| * | | | | lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-151-6/+1
| * | | | | lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-151-19/+11
| * | | | | lib/test-hexdump.c: fix initconst confusionAndi Kleen2015-04-151-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-201-1/+1
| |/ / / /
OpenPOWER on IntegriCloud