summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman-1/+5
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai-1/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-0/+55
2014-06-27Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2014-06-27Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-10/+18
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin-0/+55
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman-1/+3
2014-06-23Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-21/+43
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang-2/+2
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman-0/+2
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman-21/+41
2014-06-20swiotlb: don't assume PA 0 is invalidJan Beulich-10/+18
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-38/+2052
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+22
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai-0/+63
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov-13/+21
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-111/+204
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas-0/+6
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan-1/+1
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan-16/+0
2014-06-06idr: fix idr_replace()'s returned error codeLai Jiangshan-2/+2
2014-06-06idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan-1/+1
2014-06-06idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan-0/+8
2014-06-06idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan-5/+3
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+4
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie-4/+4
2014-06-04lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick-1/+1
2014-06-04lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick-5/+8
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick-11/+10
2014-06-04lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick-5/+4
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick-9/+8
2014-06-04lib/digsig.c: kernel-doc warning fixesFabian Frederick-2/+3
2014-06-04lib/crc32.c: remove unnecessary __constantFabian Frederick-2/+2
2014-06-04lib/radix-tree.c: kernel-doc warning fixFabian Frederick-1/+0
2014-06-04lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman-5/+10
2014-06-04lib/btree.c: fix leak of whole btree nodesMinfei Huang-0/+1
2014-06-04lib/vsprintf.c: fix comparison to boolFabian Frederick-2/+2
2014-06-04lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick-4/+1
2014-06-04lib/xz: enable all filters by default in KconfigLasse Collin-12/+12
2014-06-04lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman-2/+2
2014-06-04lib/xz: add comments for the intentionally missing break statementsLasse Collin-0/+4
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter-4/+4
2014-06-04lib/plist: add plist_requeueDan Streetman-0/+52
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter-3/+3
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita-1/+1
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso-0/+10
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick-2/+2
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick-5/+8
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick-7/+5