summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-317-66/+525
|\
| * bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-2/+6
| * bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-191-0/+104
| * error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-121-0/+10
| * error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-7/+36
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-123-0/+218
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-4/+7
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-8/+34
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-0/+43
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-164-60/+48
| |\ \ \ \
| * | | | | rhashtable: Call library function alloc_bucket_locksTom Herbert2017-12-111-39/+8
| * | | | | spinlock: Add library function to allocate spinlock buckets arrayTom Herbert2017-12-112-1/+55
| * | | | | rhashtable: Add rhastable_walk_peekTom Herbert2017-12-111-16/+87
| * | | | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-112-8/+8
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-38/+33
|\ \ \ \ \ \
| * | | | | | crypto: chacha20 - use rol32() macro from bitops.hEric Biggers2018-01-121-37/+32
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-2212-126/+293
| |\ \ \ \ \ \
| * | | | | | | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-309-78/+148
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | kobject: Export kobj_ns_grab_current() and kobj_ns_drop()Bart Van Assche2018-01-231-0/+2
* | | | | | | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-315-148/+285
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | swiotlb: remove various exportsChristoph Hellwig2018-01-151-13/+0
| * | | | | | | | | swiotlb: refactor coherent buffer allocationChristoph Hellwig2018-01-151-57/+65
| * | | | | | | | | swiotlb: refactor coherent buffer freeingChristoph Hellwig2018-01-151-14/+21
| * | | | | | | | | swiotlb: wire up ->dma_supported in swiotlb_dma_opsChristoph Hellwig2018-01-151-0/+1
| * | | | | | | | | swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-151-0/+43
| * | | | | | | | | swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
| * | | | | | | | | swiotlb: suppress warning when __GFP_NOWARN is setChristian König2018-01-151-6/+9
| * | | | | | | | | dma-direct: reject too small dma masksChristoph Hellwig2018-01-151-0/+19
| * | | | | | | | | dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig2018-01-151-3/+3
| * | | | | | | | | dma-direct: retry allocations using GFP_DMA for small masksChristoph Hellwig2018-01-151-1/+24
| * | | | | | | | | dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32Christoph Hellwig2018-01-151-0/+14
| * | | | | | | | | dma-direct: use node local allocations for coherent memoryChristoph Hellwig2018-01-151-1/+1
| * | | | | | | | | dma-direct: add support for CMA allocationChristoph Hellwig2018-01-151-6/+18
| * | | | | | | | | dma-direct: add dma address sanity checksChristoph Hellwig2018-01-151-1/+30
| * | | | | | | | | dma-direct: use phys_to_dmaChristoph Hellwig2018-01-151-11/+7
| * | | | | | | | | dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-153-22/+17
| * | | | | | | | | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix misannotated out-of-line _copy_to_user()Christophe Leroy2017-12-111-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-302-29/+16
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-032-29/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lib/assoc_array: Remove smp_read_barrier_depends()Paul E. McKenney2017-12-041-25/+12
| | * | | | | | | | | percpu: READ_ONCE() now implies smp_read_barrier_depends()Paul E. McKenney2017-12-041-4/+4
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64Kees Cook2017-12-111-1/+1
* | | | | | | | | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-293-1/+132
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche2018-01-191-5/+27
| * | | | | | | | | | | lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-0/+109
OpenPOWER on IntegriCloud