summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-16lib/test_bpf.c: don't use gcc union shortcutAndrew Morton
2014-05-16Merge branch 'akpm-current/current'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'drm-intel/for-linux-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-05-14lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-05-14idr: reduce the unneeded check in free_layer()Lai Jiangshan
2014-05-14idr: don't need to shink the free list when idr_remove()Lai Jiangshan
2014-05-14idr: fix idr_replace()'s returned error codeLai Jiangshan
2014-05-14idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan
2014-05-14idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan
2014-05-14idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-05-14lib: Add CRC64 ECMA moduleMarian Chereji
2014-05-14lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman
2014-05-14lib-btreec-fix-leak-of-whole-btree-nodes-fixAndrew Morton
2014-05-14lib/btree.c: fix leak of whole btree nodesMinfei Huang
2014-05-14lib/vsprintf.c: fix comparison to boolFabian Frederick
2014-05-14lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick
2014-05-14lib/xz: enable all filters by default in KconfigLasse Collin
2014-05-14lib/plist.c: replace pr_debug with printk in plist_test()Dan Streetman
2014-05-14lib/xz: add comments for the intentionally missing break statementsLasse Collin
2014-05-14lib/string.c: use the name "C-string" in commentsDan Carpenter
2014-05-14lib/vsprintf: add %pT format specifierTetsuo Handa
2014-05-14lib/plist: add plist_requeueDan Streetman
2014-05-14lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas
2014-05-14mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-05-14x86: enable DMA CMA with swiotlbAkinobu Mita
2014-05-14mm,vmacache: add debug dataDavidlohr Bueso
2014-05-13net: fix test_bpf build to depend on NETRandy Dunlap
2014-05-12net: filter: additional BPF testsAlexei Starovoitov
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-05-05Kconfig.debug: Grammar s/addition/additional/Geert Uytterhoeven
2014-05-05lib: Export interval_treeChris Wilson
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau
2014-04-18mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso
2014-04-14Merge branch 'kbuild/lto' into kbuild/for-nextMichal Marek
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-08lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal
2014-04-07idr: remove dead codeStephen Hemminger
2014-04-07Kbuild, lto: Add Link Time Optimization support v3Andi Kleen
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria