aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17test: add firmware_class loader testKees Cook3-0/+131
2014-07-17digsig: make crypto builtin if digsig selected as builtinDmitry Kasatkin1-1/+2
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-2/+1
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixesIngo Molnar5-35/+126
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-14/+0
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+82
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney1-14/+0
2014-07-07Merge 3.16-rc4 into driver-core-nextGreg Kroah-Hartman1-1/+5
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman1-1/+5
2014-07-03Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into driver-core-nextGreg Kroah-Hartman5-34/+121
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is not definedAmir Vadai1-1/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+55
2014-06-28percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo1-0/+35
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-23/+10
2014-06-28percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo1-6/+5
2014-06-28percpu-refcount: add helpers for ->percpu_count accessesTejun Heo1-8/+9
2014-06-28percpu-refcount: one bit is enough for REF_STATUSTejun Heo1-1/+1
2014-06-27Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+3
2014-06-27Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-10/+18
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-0/+55
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-23/+45
2014-06-25mac_pton: Use bool not int returnJoe Perches1-5/+5
2014-06-25lib: crc32: Add some additional __pure annotationsGeorge Spelvin1-1/+1
2014-06-25lib: crc32: Mark test data __initconstGeorge Spelvin1-2/+2
2014-06-25lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin1-77/+70
2014-06-23Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-21/+43
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of other architecturesChen Gang1-2/+2
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman1-0/+2
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman1-21/+41
2014-06-22rtmutex: Make the rtmutex tester depend on BROKENThomas Gleixner1-1/+1
2014-06-20swiotlb: don't assume PA 0 is invalidJan Beulich1-10/+18
2014-06-19devres: remove devm_request_and_ioremap()Jingoo Han1-28/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-38/+2052
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-2/+22
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai1-0/+63
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov1-13/+21
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds23-111/+204
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas1-0/+6
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan1-1/+1
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan1-16/+0
2014-06-06idr: fix idr_replace()'s returned error codeLai Jiangshan1-2/+2
2014-06-06idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan1-1/+1
2014-06-06idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan1-0/+8
2014-06-06idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan1-5/+3
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-1/+4
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2-4/+4
2014-06-04lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick1-1/+1
2014-06-04lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick1-5/+8