summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-701/+380
|\ \
| * \ 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-061-0/+11
| |\ \ \
| * | | | test_rhashtable: Remove bogus max_size settingHerbert Xu2015-04-031-1/+0
| * | | | 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-231-0/+3
| |\ \ \ \ \
| * | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-231-2/+5
| * | | | | | lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa2015-03-231-0/+1
| * | | | | | rhashtable: Add immediate rehash during insertionHerbert Xu2015-03-231-1/+59
| * | | | | | rhashtable: Allow GFP_ATOMIC bucket table allocationHerbert Xu2015-03-231-11/+15
| * | | | | | rhashtable: Add multiple rehash supportHerbert Xu2015-03-232-39/+72
| * | | | | | rhashtable: Shrink to fitHerbert Xu2015-03-231-3/+10
| * | | | | | rhashtable: Allow hashfn to be unsetHerbert Xu2015-03-231-1/+16
| * | | | | | rhashtable: Add barrier to ensure we see new tables in walkerHerbert Xu2015-03-231-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/+0
| * | | | | | | test_rhashtable: Use inlined rhashtable interfaceHerbert Xu2015-03-201-14/+19
| * | | | | | | rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-201-113/+50
| * | | | | | | 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-191-2/+8
| * | | | | | | rhashtable: Remove max_shift and min_shiftHerbert Xu2015-03-181-6/+1
| * | | | | | | 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
| * | | | | | | rhashtable: Remove shift from bucket_tableHerbert Xu2015-03-181-3/+2
| * | | | | | | rhashtable: Avoid calculating hash again to unlockThomas Graf2015-03-161-6/+5
| * | | | | | | rhashtable: Annotate RCU locking of walkersThomas Graf2015-03-161-0/+2
| * | | | | | | rhashtable: Fix rhashtable_remove failuresHerbert Xu2015-03-151-10/+7
OpenPOWER on IntegriCloud