aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky3-1/+120
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky4-0/+178
2016-08-17Merge 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-14rhashtable: 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-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+33
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum1-0/+11
2016-08-02crc32: use ktime_get_ns() for measurementArnd Bergmann1-12/+4
2016-08-02lib/iommu-helper: skip to next segmentSebastian Ott1-2/+1
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov1-4/+6
2016-08-02UBSAN: fix typo in format stringNicolas Iooss1-1/+1
2016-08-02radix-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/kbuildLinus Torvalds1-0/+2
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+7
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2016-07-29lib/mpi: Fix SG miter leakHerbert Xu1-7/+7
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+9
2016-07-28lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov1-0/+1
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-2/+2
2016-07-28mm: optimize copy_page_to/from_iter_iovecMikulas Patocka1-2/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus 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-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+82
2016-07-26radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov1-5/+79
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-0/+1
2016-07-26dma-debug: track bucket lock state for static checkersStephen Boyd1-0/+2
2016-07-27gcc-plugins: disable under COMPILE_TESTKees Cook1-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+15
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-173/+92
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+5
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+62
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-1/+1
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-1/+0
2016-07-06Introduce rb_replace_node_rcu()David Howells1-2/+24
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2-1/+80
2016-07-01lib/mpi: Do not do sg_virtHerbert Xu1-36/+50
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu1-29/+26
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()Peter Zijlstra2-4/+62
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney1-17/+0
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney1-16/+0
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-06-09iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei1-30/+15
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov2-5/+4