aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-05-31lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data()Nicolai Stange1-21/+3
2016-05-31lib/mpi: mpi_read_from_buffer(): sanitize short buffer printkNicolai Stange1-2/+2
2016-05-31lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short bufferNicolai Stange1-10/+8
2016-05-31lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zeroNicolai Stange1-3/+5
2016-05-31lib/mpi: mpi_read_from_buffer(): return error codeNicolai Stange2-7/+11
2016-05-31lib/mpi: mpi_read_raw_data(): fix nbits calculationNicolai Stange1-1/+1
2016-05-31lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbitsNicolai Stange1-2/+0
2016-05-31lib/mpi: purge mpi_set_buffer()Nicolai Stange1-76/+0
2016-05-30lib/uuid.c: use correct offset in uuid parserBjørn Mork1-2/+2
2016-05-30lib/uuid: add a test moduleAndy Shevchenko3-0/+137
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds3-0/+262
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin3-0/+262
2016-05-26dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä1-1/+1
2016-05-25Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-05-25do "fold checks into iterate_and_advance()" rightAl Viro1-1/+1
2016-05-23kgdb: depends on VTJiri Slaby1-1/+1
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-586/+699
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-10/+67
2016-05-20radix-tree: make radix_tree_descend() more usefulMatthew Wilcox1-52/+26
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox1-29/+47
2016-05-20radix-tree: tidy up __radix_tree_create()Matthew Wilcox1-25/+23