aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-11-11net: netlink: Update attr validation to require exact length for some typesGravatar David Ahern 1-3/+16
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2017-11-09KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Gravatar Eric Biggers 1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 92-0/+94
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 91-0/+91
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 91-0/+91
2017-11-02KEYS: fix out-of-bounds read during ASN.1 parsingGravatar Eric Biggers 1-0/+3
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-10-30Mark 'ioremap_page_range()' as possibly sleepingGravatar Linus Torvalds 1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-34/+17
2017-10-28assoc_array: Fix a buggy node-splitting caseGravatar David Howells 1-34/+17
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-76/+83
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+2
2017-10-22textsearch: fix typos in library helpersGravatar Randy Dunlap 2-2/+2
2017-10-19dql: make dql_init return voidGravatar Stephen Hemminger 1-2/+1
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5Gravatar James Morris 1-0/+6
2017-10-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+4
2017-10-14locking/lockdep: Disable cross-release features for nowGravatar Ingo Molnar 1-2/+2
2017-10-13lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests togetherGravatar Randy Dunlap 1-72/+71
2017-10-12lib/digsig: fix dereference of NULL user_key_payloadGravatar Eric Biggers 1-0/+6
2017-10-10locking/selftest: Avoid false BUG reportGravatar Peter Zijlstra 1-0/+2
2017-10-09once: switch to new jump label APIGravatar Eric Biggers 1-4/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-13/+48
2017-10-03lib/ratelimit.c: use deferred printk() versionGravatar Sergey Senozhatsky 1-1/+3
2017-10-03lib/idr.c: fix comment for idr_replace()Gravatar Eric Biggers 1-2/+2
2017-10-03lib/lz4: make arrays static const, reduces object code sizeGravatar Colin Ian King 1-2/+2
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+41
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-7/+11
2017-09-23Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+5
2017-09-22parisc: Fix too large frame size warningsGravatar Helge Deller 1-1/+2
2017-09-21test_rhashtable: remove initdata annotationGravatar Florian Westphal 1-1/+1
2017-09-20iov_iter: fix page_copy_sane for compound pagesGravatar Petar Penkov 1-2/+4
2017-09-19kobject: factorize skb setup in kobject_uevent_net_broadcast()Gravatar Eric Dumazet 1-15/+19
2017-09-19kobject: copy env blob in one goGravatar Eric Dumazet 1-7/+1
2017-09-19kobject: add kobject_uevent_net_broadcast()Gravatar Eric Dumazet 1-43/+53
2017-09-19test_rhashtable: add test case for rhl_table interfaceGravatar Florian Westphal 1-2/+194
2017-09-19test_rhashtable: add a check for max_sizeGravatar Florian Westphal 1-0/+41
2017-09-19test_rhashtable: don't use global entries variableGravatar Florian Westphal 1-14/+23
2017-09-19test_rhashtable: don't allocate huge static arrayGravatar Florian Westphal 1-11/+16
2017-09-19rhashtable: Documentation tweakGravatar Andreas Gruenbacher 1-4/+5
2017-09-18driver core: suppress sending MODALIAS in UNBIND ueventsGravatar Dmitry Torokhov 1-8/+41
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 19-0/+12361
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-2/+2
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGravatar Geert Uytterhoeven 1-4/+4
2017-09-13idr: remove WARN_ON_ONCE() when trying to replace negative IDGravatar Eric Biggers 1-1/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2017-09-08cpumask: make cpumask_next() out-of-lineGravatar Alexey Dobriyan 1-0/+16
2017-09-08test_kmod: flip INT checks to be consistentGravatar Dan Carpenter 1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingGravatar Dan Carpenter 1-1/+1