summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
| * | lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-17
| * | lib/dma-debug: fix bucket_find_contain()Sebastian Ott2015-04-17
| * | lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-17
| * | lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov2015-04-17
| * | lib: move find_last_bit to lib/find_next_bit.cYury Norov2015-04-17
| * | lib: find_*_bit reimplementationYury Norov2015-04-17
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-16
|\ \ | |/ |/|
| * sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-15
|\ \
| * | lru_cache: remove use of seq_printf return valueJoe Perches2015-04-15
| * | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-15
| * | lib/string_helpers.c: refactor string_escape_memRasmus Villemoes2015-04-15
| * | lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-15
| * | lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-15
| * | lib/vsprintf.c: another small hackRasmus Villemoes2015-04-15
| * | lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-15
| * | lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-15
| * | lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-15
| * | lib/test-hexdump.c: fix initconst confusionAndi Kleen2015-04-15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-15
|\ \ \ | |/ / |/| |
| * | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-20
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\ \
| * \ Merge branch 'iov_iter' into for-davemAl Viro2015-04-09
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-06
| |\ \ \
| * | | | test_rhashtable: Remove bogus max_size settingHerbert Xu2015-04-03
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-02
| |\ \ \ \
| * | | | | rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-25
| * | | | | rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-24
| * | | | | rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-24
| * | | | | rhashtable: Use 'unsigned int' consistentlyThomas Graf2015-03-24
| * | | | | rhashtable: Add comment on choice of elasticity valueHerbert Xu2015-03-24
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-23
| |\ \ \ \ \
| * | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-23
| * | | | | | lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa2015-03-23
| * | | | | | rhashtable: Add immediate rehash during insertionHerbert Xu2015-03-23
| * | | | | | rhashtable: Allow GFP_ATOMIC bucket table allocationHerbert Xu2015-03-23
| * | | | | | rhashtable: Add multiple rehash supportHerbert Xu2015-03-23
| * | | | | | rhashtable: Shrink to fitHerbert Xu2015-03-23
| * | | | | | rhashtable: Allow hashfn to be unsetHerbert Xu2015-03-23
| * | | | | | rhashtable: Add barrier to ensure we see new tables in walkerHerbert Xu2015-03-23
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
| |\ \ \ \ \ \
| * | | | | | | rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu2015-03-20
| * | | | | | | test_rhashtable: Use inlined rhashtable interfaceHerbert Xu2015-03-20