aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-29rhashtable: fix for resize events during table walkPhil Sutter
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu
2015-08-10dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran
2015-08-03__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-06-18revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton
2015-06-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-05-16rhashtable: Add cap on number of elements in hash tableHerbert Xu
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches
2015-05-05lib: delete lib/find_last_bit.cYury Norov
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds
2015-04-22rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf
2015-04-22rhashtable: Schedule async resize when sync realloc failsThomas Graf
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-20iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan
2015-04-20iommu-common: fix x86_64 compiler warningsSowmini Varadhan
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-19hexdump: avoid warning in test functionLinus Torvalds
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell
2015-04-18iommu-common: Fix PARISC compile-time warningsSowmini Varadhan
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller
2015-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-04-17iommu-common: Fix PARISC compile-time warningsSowmini Varadhan
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov
2015-04-17lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott