aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton2015-06-18
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-14
|\
| * MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2015-06-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-08
|\ \ | |/ |/|
| * rhashtable: add missing import <linux/export.h>Hauke Mehrtens2015-06-07
* | Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-06
|\ \
| * | swiotlb: do not export map_single functionAlexandre Courbot2015-06-05
| |/
* | lib: Clarify the return value of strnlen_user()Jan Kara2015-06-03
* | lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-02
|/
* Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-05-29
|\
| * percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2015-05-28
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-29
|\ \
| * | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-27
* | | rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-16
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-06
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-18
| |\ \
| | * | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-14
* | | | kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches2015-05-05
* | | | lib: delete lib/find_last_bit.cYury Norov2015-05-05
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-05
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-04
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-27
|\ \ \ \
| * | | | rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf2015-04-22
| * | | | rhashtable: Schedule async resize when sync realloc failsThomas Graf2015-04-22
* | | | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-21
| * | | | md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-21
| * | | | md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-21
| * | | | md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-21
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-22
|\ \ \ \ \
| * | | | | iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan2015-04-20
| * | | | | iommu-common: fix x86_64 compiler warningsSowmini Varadhan2015-04-20
* | | | | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-25
| |\ \ \ \ \ \
| * | | | | | | lib: devres: add a helper function for ioremap_wcAbhilash Kesavan2015-03-16
* | | | | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-20
|\ \ \ \ \ \ \ \
| * | | | | | | | cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-19
| * | | | | | | | cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-09
| * | | | | | | | cpumask: remove deprecated functions.Rusty Russell2015-03-09
| |/ / / / / / /
* | | / / / / / hexdump: avoid warning in test functionLinus Torvalds2015-04-19
| |_|/ / / / / |/| | | | | |
* | | | | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-18
* | | | | | | Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-18
* | | | | | | sparc: Revert generic IOMMU allocator.David S. Miller2015-04-18
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-17
|\ \ \ \ \ \ \
| * | | | | | | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-17
| * | | | | | | sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-16
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-17
|\ \ \ \ \ \ \
| * | | | | | | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton2015-04-17
| * | | | | | | cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky2015-04-17
| * | | | | | | lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-17