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