summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton2015-04-171-3/+2Star
* 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/+0Star
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-171-6/+4Star
* 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/+89Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-165-179/+181
|\
| * lru_cache: remove use of seq_printf return valueJoe Perches2015-04-161-4/+5
| * lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-163-64/+33Star
| * lib/string_helpers.c: refactor string_escape_memRasmus Villemoes2015-04-161-103/+105
| * lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-161-4/+12
| * lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-161-0/+37
| * lib/vsprintf.c: another small hackRasmus Villemoes2015-04-161-3/+4
| * lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-161-5/+2Star
| * lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-161-6/+1Star
| * lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-161-19/+11Star
| * lib/test-hexdump.c: fix initconst confusionAndi Kleen2015-04-161-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-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-701/+380Star
|\ \
| * \ Merge branch 'iov_iter' into for-davemAl Viro2015-04-091-0/+57
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-0/+11
| |\ \ \
| * | | | test_rhashtable: Remove bogus max_size settingHerbert Xu2015-04-031-1/+0Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-0/+2
| |\ \ \ \
| * | | | | rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-251-1/+1
| * | | | | rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-10/+39
| * | | | | rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-1/+1
| * | | | | rhashtable: Use 'unsigned int' consistentlyThomas Graf2015-03-241-8/+10
| * | | | | rhashtable: Add comment on choice of elasticity valueHerbert Xu2015-03-241-0/+12
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-241-0/+3
| |\ \ \ \ \
| * | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-241-2/+5
| * | | | | | lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa2015-03-241-0/+1
| * | | | | | rhashtable: Add immediate rehash during insertionHerbert Xu2015-03-241-1/+59
| * | | | | | rhashtable: Allow GFP_ATOMIC bucket table allocationHerbert Xu2015-03-241-11/+15
| * | | | | | rhashtable: Add multiple rehash supportHerbert Xu2015-03-242-39/+72
| * | | | | | rhashtable: Shrink to fitHerbert Xu2015-03-241-3/+10
| * | | | | | rhashtable: Allow hashfn to be unsetHerbert Xu2015-03-241-1/+16
| * | | | | | rhashtable: Add barrier to ensure we see new tables in walkerHerbert Xu2015-03-241-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-202-1/+769
| |\ \ \ \ \ \
| * | | | | | | rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu2015-03-201-284/+0Star
| * | | | | | | test_rhashtable: Use inlined rhashtable interfaceHerbert Xu2015-03-201-14/+19
| * | | | | | | rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-201-113/+50Star
| * | | | | | | rhashtable: Make rhashtable_init params argument constHerbert Xu2015-03-201-3/+4
| * | | | | | | rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf2015-03-201-2/+8
| * | | | | | | rhashtable: Remove max_shift and min_shiftHerbert Xu2015-03-181-6/+1Star
| * | | | | | | test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu2015-03-181-1/+1
| * | | | | | | rhashtable: Introduce max_size/min_sizeHerbert Xu2015-03-181-4/+8