aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford3-0/+228
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+2
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu1-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu1-3/+3
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford3-0/+228
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig1-2/+1
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig1-1/+1
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig1-3/+7
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig1-3/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig3-0/+227
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu1-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu1-15/+30
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+30
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+9
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-73/+505
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread()Oleg Nesterov1-3/+2
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes1-8/+22
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes1-0/+16
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov1-2/+2
2015-11-06lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov1-0/+36
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov1-1/+2
2015-11-06lib/vsprintf.c: update documentationRasmus Villemoes1-3/+4
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes3-0/+366
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes1-10/+21
2015-11-06printk: synchronize %p formatting documentationMartin Kletzander1-32/+8
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes1-4/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-7/+7
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+70
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-2/+1
2015-11-05lib: test_kasan: add some testcasesWang Long1-0/+69
2015-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-7/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-9/+7
2015-11-05bpf: add mod default A and X test casesYang Shi1-0/+30
2015-11-04iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller1-7/+3
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-17/+85