aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-3/+7
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+4
2016-08-26rhashtable: fix a memory leak in alloc_bucket_locks()Gravatar Eric Dumazet 1-3/+4
2016-08-26rhashtable: add rhashtable_lookup_get_insert_key()Gravatar Pablo Neira Ayuso 1-3/+7
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initGravatar Herbert Xu 1-28/+18
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-5/+10
2016-08-15rhashtable: fix shift by 64 when shrinkingGravatar Vegard Nossum 1-2/+4
2016-08-14rhashtable: avoid large lock-array allocationsGravatar Florian Westphal 1-2/+5
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelGravatar Linus Torvalds 2-8/+7
2016-08-08rhashtable-test: Fix max_size parameter descriptionGravatar Phil Sutter 1-1/+1
2016-08-04dynamic_debug: add jump label supportGravatar Jason Baron 1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 2-10/+12
2016-08-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-23/+33
2016-08-02kcov: allow more fine-grained coverage instrumentationGravatar Vegard Nossum 1-0/+11
2016-08-02crc32: use ktime_get_ns() for measurementGravatar Arnd Bergmann 1-12/+4
2016-08-02lib/iommu-helper: skip to next segmentGravatar Sebastian Ott 1-2/+1
2016-08-02ratelimit: extend to print suppressed messages on releaseGravatar Borislav Petkov 1-4/+6
2016-08-02UBSAN: fix typo in format stringGravatar Nicolas Iooss 1-1/+1
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedGravatar Vladimir Davydov 1-4/+10
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+2
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+7
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+4
2016-07-29lib/mpi: Fix SG miter leakGravatar Herbert Xu 1-7/+7
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+9
2016-07-28lib/stackdepot.c: use __GFP_NOWARN for stack allocationsGravatar Kirill A. Shutemov 1-0/+1
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBGravatar Alexander Potapenko 1-2/+2
2016-07-28mm: optimize copy_page_to/from_iter_iovecGravatar Mikulas Patocka 1-2/+6
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-2/+2
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+80
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+24
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesGravatar Ingo Molnar 7-44/+67
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-5/+82
2016-07-26radix-tree: implement radix_tree_maybe_preload_order()Gravatar Kirill A. Shutemov 1-5/+79
2016-07-26mm/page_owner: use stackdepot to store stacktraceGravatar Joonsoo Kim 1-0/+1
2016-07-26dma-debug: track bucket lock state for static checkersGravatar Stephen Boyd 1-0/+2
2016-07-27gcc-plugins: disable under COMPILE_TESTGravatar Kees Cook 1-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-30/+15
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-173/+92
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-6/+5
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+62
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structGravatar Andy Lutomirski 1-1/+1
2016-07-07timers: Remove set_timer_slack() leftoversGravatar Thomas Gleixner 1-1/+0
2016-07-06Introduce rb_replace_node_rcu()Gravatar David Howells 1-2/+24
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 2-1/+80
2016-07-01lib/mpi: Do not do sg_virtGravatar Herbert Xu 1-36/+50
2016-07-01crypto: rsa - Generate fixed-length outputGravatar Herbert Xu 1-29/+26
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Gravatar Peter Zijlstra 2-4/+62
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codeGravatar Paul E. McKenney 1-17/+0
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEGravatar Paul E. McKenney 1-16/+0