summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2017-05-201-7/+9
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2017-05-201-3/+2
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2017-05-081-48/+26
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-04-181-1/+1
* dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2016-08-221-8/+28
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-06-061-1/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-04-201-9/+12
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-201-1/+3
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-04-121-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-04-121-0/+62
* klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-03-021-3/+3
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-151-3/+4
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-151-2/+10
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-091-0/+1
* dma-debug: switch check from _text to _stextLaura Abbott2016-02-091-1/+1
* lib/radix-tree.c: change to simpler includeRasmus Villemoes2015-11-131-1/+1
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-041-8/+9
* lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov2015-07-011-4/+8
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-091-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-171-1/+1
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-281-0/+3
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-111-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-111-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-01-271-1/+1
* lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek2014-12-031-0/+1
* mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini2014-12-021-1/+1
* reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa2014-11-161-2/+2
* lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu2014-11-131-5/+5
* Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-291-2/+6
|\
| * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-10-291-2/+6
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-291-3/+3
|\ \ | |/ |/|
| * lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-281-3/+3
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-0/+16
|\ \
| * | random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-171-0/+16
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-231-0/+29
|\ \ \ | |_|/ |/| |
| * | Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-0/+29
| |\ \
| | * | lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-0/+29
| | |/
* | | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-10-184-0/+3100
|\ \ \
| * | | fonts: Add 6x10 fontMaarten ter Huurne2014-10-094-0/+3100
| | |/ | |/|
* | | Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds2014-10-181-6/+6
|\ \ \
| * | | lib/raid6: Add log level to printksAnton Blanchard2014-10-141-6/+6
| | |/ | |/|
* | | crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller2014-10-141-9/+7
* | | lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2014-10-141-0/+71
* | | lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-142-4/+510
* | | lib / string_helpers: refactoring the test suiteAndy Shevchenko2014-10-141-12/+27
* | | lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-141-0/+38
* | | lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-141-0/+1
* | | lib/string.c: remove duplicated functionRasmus Villemoes2014-10-141-17/+10
* | | lib: rename TEST_MODULE to TEST_LKMValentin Rothberg2014-10-142-2/+2
* | | lib: remove prio_heapLai Jiangshan2014-10-142-71/+1