summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-04-271-2/+2
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-271-0/+20
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-04-271-1/+1
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-04-271-0/+2
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* swiotlb: clean up reportingKees Cook2018-12-211-10/+8
* lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso2018-12-211-10/+13
* lib/rbtree-test: lower default paramsDavidlohr Bueso2018-12-212-3/+3
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2018-12-211-21/+34
* lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso2018-12-211-5/+10
* lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso2018-12-211-17/+40
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-1/+2
* kobject: Replace strncpy with memcpyGuenter Roeck2018-12-131-1/+1
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-271-2/+2
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-221-1/+1
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2018-11-101-1/+1
* debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-09-261-2/+5
* kobject: don't use WARN for registration failuresDmitry Vyukov2018-05-021-7/+5
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2018-02-281-19/+24
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-251-2/+6
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-161-0/+4
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-161-5/+5
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-161-0/+2
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-301-0/+2
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-151-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-081-0/+3
* assoc_array: Fix a buggy node-splitting caseDavid Howells2017-11-021-34/+17
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+6
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-10-081-1/+6
* lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2017-09-021-11/+13
* lib/Kconfig.debug: fix frv build failureSudip Mukherjee2017-08-111-1/+1
* strscpy: zero any trailing garbage bytes in the destinationChris Metcalf2017-08-111-1/+2
* string: provide strscpy()Chris Metcalf2017-08-111-0/+88
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-291-3/+3
* usercopy: Adjust tests to deal with SMAP/PANKees Cook2017-06-141-2/+18
* 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