summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | blk-mq: improve heavily contended tag caseJens Axboe2017-12-221-1/+1
* | | | | | Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-01-291-1/+57
|\ \ \ \ \ \
| * | | | | | lib/crc-ccitt: Add CCITT-FALSE CRC16 variantAndrew Morton2018-01-081-1/+57
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-4/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-4/+7
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-051-1/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2017-12-221-1/+17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-311-3/+5
|\ \ \ \ \
| * | | | | timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner2017-12-291-3/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-4/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kobject: fix suppressing modalias in uevents delivered over netlinkDmitry Torokhov2017-12-211-4/+12
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-0/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+43
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-151-33/+0
|\ \ \ \
| * | | | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-33/+0
| | |/ / | |/| |
* / | | lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-141-0/+10
|/ / /
* | | Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2017-12-092-27/+38
|\ \ \ | |/ / |/| |
| * | 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2017-12-081-2/+6
| * | X.509: fix buffer overflow detection in sprint_oid()Eric Biggers2017-12-081-4/+4
| * | ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-081-0/+2
| * | ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-081-21/+26