aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-2/+2
2016-06-09iov_iter: use bvec iterator to implement iterate_bvec()Gravatar Ming Lei 1-30/+15
2016-06-08x86/hweight: Get rid of the special calling conventionGravatar Borislav Petkov 2-5/+4
2016-06-08lib/cpio: Make find_cpio_data()'s offset arg optionalGravatar Borislav Petkov 1-1/+4
2016-05-31lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data()Gravatar Nicolai Stange 1-21/+3
2016-05-31lib/mpi: mpi_read_from_buffer(): sanitize short buffer printkGravatar Nicolai Stange 1-2/+2
2016-05-31lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short bufferGravatar Nicolai Stange 1-10/+8
2016-05-31lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zeroGravatar Nicolai Stange 1-3/+5
2016-05-31lib/mpi: mpi_read_from_buffer(): return error codeGravatar Nicolai Stange 2-7/+11
2016-05-31lib/mpi: mpi_read_raw_data(): fix nbits calculationGravatar Nicolai Stange 1-1/+1
2016-05-31lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbitsGravatar Nicolai Stange 1-2/+0
2016-05-31lib/mpi: purge mpi_set_buffer()Gravatar Nicolai Stange 1-76/+0
2016-05-30lib/uuid.c: use correct offset in uuid parserGravatar Bjørn Mork 1-2/+2
2016-05-30lib/uuid: add a test moduleGravatar Andy Shevchenko 3-0/+137
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 3-0/+262
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 3-0/+262
2016-05-26dma-debug: avoid spinlock recursion when disabling dma-debugGravatar Ville Syrjälä 1-1/+1
2016-05-25Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-05-25do "fold checks into iterate_and_advance()" rightGravatar Al Viro 1-1/+1
2016-05-23kgdb: depends on VTGravatar Jiri Slaby 1-1/+1
2016-05-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-586/+699