summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-28
|\
| * lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-04
* | lib: correct 842 decompress for 32 bitDan Streetman2015-05-13
* | lib: make lib/842 decompress functions staticDan Streetman2015-05-13
* | lib: add software 842 compression/decompressionDan Streetman2015-05-11
|/
* 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
| * | | | | | | rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-20
| * | | | | | | rhashtable: Make rhashtable_init params argument constHerbert Xu2015-03-20
| * | | | | | | rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf2015-03-19
| * | | | | | | rhashtable: Remove max_shift and min_shiftHerbert Xu2015-03-18
| * | | | | | | test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu2015-03-18
| * | | | | | | rhashtable: Introduce max_size/min_sizeHerbert Xu2015-03-18
| * | | | | | | rhashtable: Remove shift from bucket_tableHerbert Xu2015-03-18
| * | | | | | | rhashtable: Avoid calculating hash again to unlockThomas Graf2015-03-16
| * | | | | | | rhashtable: Annotate RCU locking of walkersThomas Graf2015-03-16