summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-091-2/+2
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0291-0/+91
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0291-0/+91
* | KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-021-0/+3
* | Mark 'ioremap_page_range()' as possibly sleepingLinus Torvalds2017-10-301-0/+1
* | assoc_array: Fix a buggy node-splitting caseDavid Howells2017-10-281-34/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-212-2/+2
|\
| * textsearch: fix typos in library helpersRandy Dunlap2017-10-222-2/+2
* | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-191-0/+6
|\ \
| * | lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+6
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-142-2/+4
|\ \ \
| * | | locking/lockdep: Disable cross-release features for nowIngo Molnar2017-10-141-2/+2
| * | | locking/selftest: Avoid false BUG reportPeter Zijlstra2017-10-101-0/+2
| | |/ | |/|
* | | lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests togetherRandy Dunlap2017-10-131-72/+71
|/ /
* | lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky2017-10-031-1/+3
* | lib/idr.c: fix comment for idr_replace()Eric Biggers2017-10-031-2/+2
* | lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-031-2/+2
* | Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-031-8/+41
|\ \ | |/ |/|
| * driver core: suppress sending MODALIAS in UNBIND ueventsDmitry Torokhov2017-09-181-8/+41
* | Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-231-1/+2
|\ \
| * | parisc: Fix too large frame size warningsHelge Deller2017-09-221-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-231-4/+5
|\ \
| * | rhashtable: Documentation tweakAndreas Gruenbacher2017-09-191-4/+5
| |/
* | iov_iter: fix page_copy_sane for compound pagesPetar Penkov2017-09-201-2/+4
|/
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-1419-0/+12361
|\
| * lib: Add zstd modulesNick Terrell2017-08-1518-0/+11857
| * lib: Add xxhash moduleNick Terrell2017-08-153-0/+504
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-2/+2
* | lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-09-131-4/+4
* | idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers2017-09-131-1/+1
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-3/+0
|\ \
| * \ Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams2017-08-315-34/+56
| |\ \
| * | | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-08-311-3/+0
* | | | cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-081-0/+16
* | | | test_kmod: flip INT checks to be consistentDan Carpenter2017-09-081-1/+1
* | | | test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter2017-09-081-1/+1
* | | | lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai2017-09-081-2/+2
* | | | radix-tree: must check __radix_tree_preload() return valueEric Dumazet2017-09-081-4/+5
* | | | lib/cmdline.c: remove meaningless commentBaoquan He2017-09-081-1/+0
* | | | lib/string.c: check for kmalloc() failureDan Carpenter2017-09-081-3/+15
* | | | bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-081-15/+32
* | | | lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov2017-09-081-0/+74
* | | | lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov2017-09-081-12/+6
* | | | lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-09-083-0/+61
* | | | lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko2017-09-081-2/+3
* | | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-2/+2
* | | | lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso2017-09-081-19/+137
* | | | lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso2017-09-081-2/+23
* | | | lib/rbtree_test.c: make input module parametersDavidlohr Bueso2017-09-081-21/+34
* | | | rbtree: add some additional comments for rebalancing casesDavidlohr Bueso2017-09-081-3/+5
OpenPOWER on IntegriCloud