summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-172-5/+10
|\
| * rhashtable: fix shift by 64 when shrinkingVegard Nossum2016-08-151-2/+4
| * rhashtable: avoid large lock-array allocationsFlorian Westphal2016-08-141-2/+5
| * rhashtable-test: Fix max_size parameter descriptionPhil Sutter2016-08-081-1/+1
* | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-082-8/+7
* | dynamic_debug: add jump label supportJason Baron2016-08-041-0/+7
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-10/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-026-23/+33
|\
| * kcov: allow more fine-grained coverage instrumentationVegard Nossum2016-08-021-0/+11
| * crc32: use ktime_get_ns() for measurementArnd Bergmann2016-08-021-12/+4
| * lib/iommu-helper: skip to next segmentSebastian Ott2016-08-021-2/+1
| * ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-021-4/+6
| * UBSAN: fix typo in format stringNicolas Iooss2016-08-021-1/+1
| * radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-021-4/+10
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+2
|\ \ | |/ |/|
| * gcc-plugins: disable under COMPILE_TESTKees Cook2016-07-271-2/+2
| * Add sancov pluginEmese Revfy2016-06-071-0/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-08-011-7/+7
|\ \
| * | lib/mpi: Fix SG miter leakHerbert Xu2016-07-291-7/+7
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-07-301-1/+4
|\ \ \
| * \ \ Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-277-44/+67
| |\ \ \
| * | | | lib/cpio: Make find_cpio_data()'s offset arg optionalBorislav Petkov2016-06-081-1/+4
* | | | | 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
| | |/ | |/|