summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-04-27lib/div64.c: off by one in shiftStanislaw Gruszka1-2/+2
2019-04-27lib/string.c: implement a basic bcmpNick Desaulniers1-0/+20
2019-04-27ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor1-1/+1
2019-04-27kprobes: Prohibit probing on bsearch()Andrea Righi1-0/+2
2019-03-23assoc_array: Fix shortcut creationDavid Howells1-3/+5
2018-12-21swiotlb: clean up reportingKees Cook1-10/+8
2018-12-21lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso1-10/+13
2018-12-21lib/rbtree-test: lower default paramsDavidlohr Bueso2-3/+3
2018-12-21lib/rbtree_test.c: make input module parametersDavidlohr Bueso1-21/+34
2018-12-21lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso1-5/+10
2018-12-21lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso1-17/+40
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai1-1/+2
2018-12-13kobject: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-11-27lib/raid6: Fix arm64 test buildJeremy Linton1-2/+2
2018-11-22locking/lockdep: Fix debug_locks off performance problemWaiman Long1-1/+1
2018-11-10lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann1-1/+1
2018-09-26debugobjects: Make stack check warning more informativeJoel Fernandes (Google)1-2/+5
2018-05-02kobject: don't use WARN for registration failuresDmitry Vyukov1-7/+5
2018-02-28ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers1-19/+24
2018-02-25509: fix printing uninitialized stack memory when OID is emptyEric Biggers1-2/+6
2017-12-16dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap1-0/+4
2017-12-16lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates1-5/+5
2017-12-16ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers1-0/+2
2017-11-30lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers1-0/+2
2017-11-15KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers1-2/+2
2017-11-08KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers1-0/+3
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-27lib/digsig: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-10-08mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin1-1/+6
2017-09-02lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz1-11/+13
2017-08-11lib/Kconfig.debug: fix frv build failureSudip Mukherjee1-1/+1
2017-08-11strscpy: zero any trailing garbage bytes in the destinationChris Metcalf1-1/+2
2017-08-11string: provide strscpy()Chris Metcalf1-0/+88
2017-06-29lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
2017-06-14usercopy: Adjust tests to deal with SMAP/PANKees Cook1-2/+18
2017-05-20KEYS: Fix ASN.1 indefinite length object parsingDavid Howells1-7/+9
2017-05-20ASN.1: Fix non-match detection failure on data overrunDavid Howells1-3/+2
2017-05-08cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-48/+26
2017-04-18lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2016-08-22dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds1-8/+28
2016-06-07dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä1-1/+1
2016-04-20lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra1-9/+12
2016-04-20assoc_array: don't call compare_object() on a nodeJerome Marchand1-1/+3
2016-04-13lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-04-13lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-03-02klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-15dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-15radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-10crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2016-02-10dma-debug: switch check from _text to _stextLaura Abbott1-1/+1