summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* idr: reduce the unneeded check in free_layer()Lai Jiangshan2014-06-071-1/+1
* idr: don't need to shink the free list when idr_remove()Lai Jiangshan2014-06-071-16/+0Star
* idr: fix idr_replace()'s returned error codeLai Jiangshan2014-06-071-2/+2
* idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan2014-06-071-1/+1
* idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan2014-06-071-0/+8
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-06-071-5/+3Star
* Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-052-1/+4
|\
| * lib: add fdt_empty_tree.cMark Salter2014-04-302-1/+4
* | lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-051-1/+1
* | lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick2014-06-051-5/+8
* | lib/bug.c: convert printk to pr_foo()Fabian Frederick2014-06-051-11/+10Star
* | lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick2014-06-051-5/+4Star
* | lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick2014-06-051-9/+8Star
* | lib/digsig.c: kernel-doc warning fixesFabian Frederick2014-06-051-2/+3
* | lib/crc32.c: remove unnecessary __constantFabian Frederick2014-06-051-2/+2
* | lib/radix-tree.c: kernel-doc warning fixFabian Frederick2014-06-051-1/+0Star
* | lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman2014-06-051-5/+10
* | lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-06-051-0/+1
* | lib/vsprintf.c: fix comparison to boolFabian Frederick2014-06-051-2/+2
* | lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-051-4/+1Star
* | lib/xz: enable all filters by default in KconfigLasse Collin2014-06-051-12/+12
* | lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman2014-06-051-2/+2
* | lib/xz: add comments for the intentionally missing break statementsLasse Collin2014-06-051-0/+4
* | lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-051-4/+4
* | lib/plist: add plist_requeueDan Streetman2014-06-051-0/+52
* | mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-051-3/+3
* | x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-051-1/+1
* | mm,vmacache: add debug dataDavidlohr Bueso2014-06-051-0/+10
* | lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-051-2/+2
* | lib/debugobjects.c: add pr_fmt to loggingFabian Frederick2014-06-051-5/+8
* | lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick2014-06-051-7/+5Star
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-0/+18
|\ \
| * | lib: add glibc style strchrnul() variantGrant Likely2014-05-231-0/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-2/+2
|\ \ \
| * | | Kconfig.debug: Grammar s/addition/additional/Geert Uytterhoeven2014-05-051-2/+2
* | | | lib/devres.c: fix checkpatch warningsFabian Frederick2014-05-241-3/+3
* | | | lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick2014-05-241-2/+2
* | | | Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-231-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-2/+2
* | | | kobject: Make support for uevent_helper optional.Michael Marineau2014-04-251-0/+6
|/ / /
* | / mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso2014-04-191-2/+1Star
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-10/+0Star
|\ \
| * | get rid of DEBUG_WRITECOUNTAl Viro2014-04-021-10/+0Star
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-124-1/+74
|\ \ \
| * | | audit: Add generic compat syscall supportAKASHI Takahiro2014-03-204-1/+74
* | | | lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-04-091-1/+1
* | | | percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-081-4/+14
* | | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-083-6/+6
* | | | initramfs: debug detected compression methodDaniel M. Weeks2014-04-081-0/+3
* | | | lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-081-2/+2