summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
* | | | Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2018-04-301-14/+9
|\ \ \ \
| * | | | errseq: Always report a writeback error onceMatthew Wilcox2018-04-271-14/+9
* | | | | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-271-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kobject: don't use WARN for registration failuresDmitry Vyukov2018-04-231-6/+5
| |/ / /
* | / / dma-direct: don't retry allocation for no-op GFP_DMATakashi Iwai2018-04-231-1/+2
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-201-17/+23
|\ \ \ | |/ / |/| |
| * | textsearch: fix kernel-doc warnings and add kernel-api sectionRandy Dunlap2018-04-161-17/+23
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+1
|\ \ \
| * \ \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-1217-306/+378
| |\ \ \
| * | | | swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig2018-04-091-1/+1
* | | | | kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo2018-04-131-0/+283
* | | | | Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-121-0/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lockref: Add lockref_put_not_zeroAndreas Gruenbacher2018-04-121-0/+28
* | | | | Merge tag 'dma-mapping-4.17-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-04-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | swiotlb: fix unexpected swiotlb_alloc_coherent failuresTakashi Iwai2018-04-101-1/+1