summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-21Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2014-07-21next-20140717/net-nextStephen Rothwell
2014-07-21Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai
2014-07-01Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2014-06-28percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo
2014-06-28percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo
2014-06-28percpu-refcount: add helpers for ->percpu_count accessesTejun Heo
2014-06-28percpu-refcount: one bit is enough for REF_STATUSTejun Heo
2014-06-27Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-27Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-25mac_pton: Use bool not int returnJoe Perches
2014-06-25lib: crc32: Add some additional __pure annotationsGeorge Spelvin
2014-06-25lib: crc32: Mark test data __initconstGeorge Spelvin
2014-06-25lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin
2014-06-23Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman
2014-06-20swiotlb: don't assume PA 0 is invalidJan Beulich
2014-06-16Merge v3.16-rc1 into kbuild/for-nextMichal Marek
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan
2014-06-06idr: fix idr_replace()'s returned error codeLai Jiangshan
2014-06-06idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan
2014-06-06idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan
2014-06-06idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie
2014-06-04lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick
2014-06-04lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick
2014-06-04lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick