summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-23/+49
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+43
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner2-5/+5
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds1-4/+4
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot1-1/+1
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-22/+2
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-22/+2
2016-09-19fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior1-6/+40
2016-09-19lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+9
2016-09-18fix iov_iter_fault_in_readable()Al Viro1-22/+2
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski1-2/+13
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar5-41/+20
2016-09-09lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner1-1/+1
2016-09-02lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven1-9/+15
2016-09-02lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven1-1/+1
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf3-28/+0
2016-08-27rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet1-3/+4
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski1-6/+30
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+10
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum1-2/+4
2016-08-15rhashtable: avoid large lock-array allocationsFlorian Westphal1-2/+5
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2-8/+7
2016-08-08rhashtable-test: Fix max_size parameter descriptionPhil Sutter1-1/+1
2016-08-04dynamic_debug: add jump label supportJason Baron1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-10/+12
2016-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+33
2016-08-03kcov: allow more fine-grained coverage instrumentationVegard Nossum1-0/+11
2016-08-03crc32: use ktime_get_ns() for measurementArnd Bergmann1-12/+4
2016-08-03lib/iommu-helper: skip to next segmentSebastian Ott1-2/+1
2016-08-03ratelimit: extend to print suppressed messages on releaseBorislav Petkov1-4/+6
2016-08-03UBSAN: fix typo in format stringNicolas Iooss1-1/+1
2016-08-03radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-4/+10
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+7
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2016-07-29lib/mpi: Fix SG miter leakHerbert Xu1-7/+7
2016-07-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+9
2016-07-29lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov1-0/+1
2016-07-29mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-2/+2
2016-07-29mm: optimize copy_page_to/from_iter_iovecMikulas Patocka1-2/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-28Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+80
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+24
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar7-44/+67
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+82
2016-07-27radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov1-5/+79
2016-07-27mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-0/+1
2016-07-27dma-debug: track bucket lock state for static checkersStephen Boyd1-0/+2
2016-07-27gcc-plugins: disable under COMPILE_TESTKees Cook1-2/+2