aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick1-11/+10
2014-06-04lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick1-5/+4
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick1-9/+8
2014-06-04lib/digsig.c: kernel-doc warning fixesFabian Frederick1-2/+3
2014-06-04lib/crc32.c: remove unnecessary __constantFabian Frederick1-2/+2
2014-06-04lib/radix-tree.c: kernel-doc warning fixFabian Frederick1-1/+0
2014-06-04lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman1-5/+10
2014-06-04lib/btree.c: fix leak of whole btree nodesMinfei Huang1-0/+1
2014-06-04lib/vsprintf.c: fix comparison to boolFabian Frederick1-2/+2
2014-06-04lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick1-4/+1
2014-06-04lib/xz: enable all filters by default in KconfigLasse Collin1-12/+12
2014-06-04lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman1-2/+2
2014-06-04lib/xz: add comments for the intentionally missing break statementsLasse Collin1-0/+4
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter1-4/+4
2014-06-04lib/plist: add plist_requeueDan Streetman1-0/+52
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-3/+3
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita1-1/+1
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso1-0/+10
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick1-2/+2
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick1-5/+8
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick1-7/+5
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-0/+18
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-2/+2
2014-05-24lib/devres.c: fix checkpatch warningsFabian Frederick1-3/+3
2014-05-24lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick1-2/+2
2014-05-23lib: add glibc style strchrnul() variantGrant Likely1-0/+18
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman1-2/+2
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-2/+2
2014-05-05Kconfig.debug: Grammar s/addition/additional/Geert Uytterhoeven1-2/+2
2014-04-30lib: add fdt_empty_tree.cMark Salter2-1/+4
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau1-0/+6
2014-04-18mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+0
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds4-1/+74
2014-04-08lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe1-1/+1
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter1-4/+14
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König3-6/+6
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks1-0/+3
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-07idr: remove dead codeStephen Hemminger1-18/+2
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria1-0/+1