summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-283-4/+9
|\
| * lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov2016-07-281-0/+1
| * mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-281-2/+2
| * mm: optimize copy_page_to/from_iter_iovecMikulas Patocka2016-07-281-2/+6
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-2/+2
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-272-1/+80
|\ \
| * | random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-032-1/+80
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+24
|\ \ \
| * | | Introduce rb_replace_node_rcu()David Howells2016-07-061-2/+24
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-263-5/+82
|\ \ \
| * | | radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-261-5/+79
| * | | mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim2016-07-261-0/+1
| * | | dma-debug: track bucket lock state for static checkersStephen Boyd2016-07-261-0/+2
* | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-30/+15
|\ \ \ \
| * | | | iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei2016-06-091-30/+15
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-262-173/+92
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/mpi: Do not do sg_virtHerbert Xu2016-07-011-36/+50
| * | | crypto: rsa - Generate fixed-length outputHerbert Xu2016-07-011-29/+26
| * | | lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data()Nicolai Stange2016-05-311-21/+3
| * | | lib/mpi: mpi_read_from_buffer(): sanitize short buffer printkNicolai Stange2016-05-311-2/+2
| * | | lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short bufferNicolai Stange2016-05-311-10/+8
| * | | lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zeroNicolai Stange2016-05-311-3/+5
| * | | lib/mpi: mpi_read_from_buffer(): return error codeNicolai Stange2016-05-312-7/+11
| * | | lib/mpi: mpi_read_raw_data(): fix nbits calculationNicolai Stange2016-05-311-1/+1
| * | | lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbitsNicolai Stange2016-05-311-2/+0
| * | | lib/mpi: purge mpi_set_buffer()Nicolai Stange2016-05-311-76/+0
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-1/+0
|\ \ \
| * | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-1/+0
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-253-6/+5
|\ \ \
| * | | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+1
| * | | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-082-5/+4
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-4/+62
|\ \ \
| * | | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra2016-06-162-4/+62
| |/ /
* | | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-141-17/+0
* | | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-141-16/+0
|/ /
* | lib/uuid.c: use correct offset in uuid parserBjørn Mork2016-05-301-2/+2
* | lib/uuid: add a test moduleAndy Shevchenko2016-05-303-0/+137
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-283-0/+262
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-283-0/+262
* | dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-05-261-1/+1
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-251-1/+1
|\ \
| * | do "fold checks into iterate_and_advance()" rightAl Viro2016-05-251-1/+1
* | | kgdb: depends on VTJiri Slaby2016-05-231-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-208-586/+699
|\ \ \
| * | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-10/+67
| * | | radix-tree: make radix_tree_descend() more usefulMatthew Wilcox2016-05-201-52/+26
| * | | radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-201-29/+47
| * | | radix-tree: tidy up __radix_tree_create()Matthew Wilcox2016-05-201-25/+23
| * | | radix-tree: tidy up range_tag_if_taggedMatthew Wilcox2016-05-201-22/+17