summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2016-07-058-23/+453
|\
| * kcov: allow more fine-grained coverage instrumentationVegard Nossum2016-06-251-0/+11
| * lib: Add CRC64 ECMA moduleMarian Chereji2016-06-253-0/+349
| * crc32: use ktime_get_ns() for measurementArnd Bergmann2016-06-251-12/+4
| * lib/iommu-helper: skip to next segmentSebastian Ott2016-06-251-2/+1
| * printk, allow different timestamps for printk.timePrarit Bhargava2016-06-251-3/+4
| * lib, switch CONFIG_PRINTK_TIME to intPrarit Bhargava2016-06-251-2/+5
| * mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-06-251-2/+2
| * radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-06-251-5/+79
| * mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim2016-06-251-0/+1
* | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2016-07-051-33/+18
|\ \
| * | waketorture: Add utilization measurementPaul E. McKenney2016-06-151-0/+1
| * | waketorture: Add a wakeup-torture modulePaul E. McKenney2016-06-151-0/+17
| * | 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
| |/
* | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2016-07-055-10/+70
|\ \
| * \ Merge branch 'x86/microcode'Ingo Molnar2016-06-271-1/+4
| |\ \
| | * | lib/cpio: Make find_cpio_data()'s offset arg optionalBorislav Petkov2016-06-081-1/+4
| | |/
| * | Merge branch 'x86/asm'Ingo Molnar2016-06-272-5/+4
| |\ \
| | * | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-082-5/+4
| | |/
| * | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra2016-06-162-4/+62
| |/
* | Merge remote-tracking branch 'block/for-next'Stephen Rothwell2016-07-051-30/+15
|\ \
| * | iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei2016-06-091-30/+15
| |/
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2016-07-052-2/+2
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-06-222-2/+2
| * | gcc-plugins: disable under COMPILE_TESTKees Cook2016-06-141-2/+2
* | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2016-07-051-0/+2
|\ \ \ | |/ /
| * | Add sancov pluginEmese Revfy2016-06-071-0/+2
* | | Merge remote-tracking branch 'crypto/master'Stephen Rothwell2016-07-052-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
| |/
* | 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