summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-053-130/+159
|\
| * rslib: Allocate decoder buffers to avoid VLAsThomas Gleixner2018-04-242-8/+43
| * rslib: Split rs control structThomas Gleixner2018-04-243-58/+79
| * rslib: Simplify error pathThomas Gleixner2018-04-241-11/+6
| * rslib: Remove GPL boilerplateThomas Gleixner2018-04-241-4/+0
| * rslib: Add SPDX identifiersThomas Gleixner2018-04-243-0/+3
| * rslib: Cleanup top level commentsThomas Gleixner2018-04-243-29/+5
| * rslib: Cleanup whitespace damageThomas Gleixner2018-04-241-6/+6
| * rslib: Add GFP aware init functionThomas Gleixner2018-04-241-20/+23
* | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-041-0/+61
|\ \
| * | x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams2018-05-151-0/+61
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-049-321/+232
|\ \ \
| * | | dma-direct: don't crash on device without dma_maskChristoph Hellwig2018-05-311-0/+7
| * | | core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig2018-05-281-0/+6
| * | | dma-debug: check scatterlist segmentsRobin Murphy2018-05-242-0/+45
| * | | dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-194-4/+127
| * | | dma-mapping: simplify Kconfig dependenciesChristoph Hellwig2018-05-191-4/+2
| * | | swiotlb: update comments to refer to physical instead of virtual addressesYisheng Xie2018-05-091-3/+2
| * | | swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefsChristoph Hellwig2018-05-091-4/+0
| * | | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+5
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-0/+3
| * | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-092-0/+4
| * | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+3
| * | | iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig2018-05-091-0/+3
| * | | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-11/+1
| * | | iommu-helper: unexport iommu_area_allocChristoph Hellwig2018-05-091-2/+0
| * | | iommu-common: move to arch/sparcChristoph Hellwig2018-05-092-268/+1
| * | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
| * | | dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappingsChristoph Hellwig2018-05-081-2/+0
| * | | dma-debug: simplify counting of preallocated requestsChristoph Hellwig2018-05-081-16/+4
| * | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-7/+14
| * | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0
| * | | dma-direct: try reallocation with GFP_DMA32 if possibleTakashi Iwai2018-05-071-0/+7
| * | | swiotlb: remove an unecessary NULL checkDan Carpenter2018-05-071-1/+1
* | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-32/+81
|\ \ \ \
| * | | | blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-241-14/+15
| * | | | sbitmap: fix race in wait batch accountingJens Axboe2018-05-141-10/+25
| * | | | sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval2018-05-101-0/+2
| * | | | sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval2018-05-101-9/+40
| |/ / /
* | | | idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-251-1/+3
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-2/+2
|\ \ \ \
| * | | | iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov2018-05-021-1/+1
| * | | | iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov2018-05-021-1/+1
* | | | | radix tree: fix multi-order iteration raceRoss Zwisler2018-05-181-4/+2
* | | | | lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox2018-05-181-6/+15
* | | | | vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)2018-05-161-11/+15
| |_|/ / |/| | |
* | | | Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-05-131-1/+1
|\ \ \ \
| * | | | swiotlb: silent unwanted warning "buffer is full"Jean Delvare2018-05-121-1/+1
| | |/ / | |/| |
* / | | lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()Yury Norov2018-05-111-1/+6
|/ / /
* | | swiotlb: fix inversed DMA_ATTR_NO_WARN testMichel Dänzer2018-05-021-1/+1