summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-34/+95
|\
| * iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-2/+3
| * iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
| * iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1
| * iomap: better document the IOMAP_F_* flagsChristoph Hellwig2019-10-211-8/+23
| * iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-211-17/+0
| * iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-0/+59
| * iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-171-0/+2
| * iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-1/+2
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-304-261/+146
|\ \
| * | mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig2019-11-241-23/+0
| * | mm/hmm: remove hmm_mirror and relatedJason Gunthorpe2019-11-241-181/+2
| * | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-242-56/+14
| * | mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe2019-11-241-12/+47
| * | mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe2019-11-241-0/+5
| * | mm/mmu_notifier: add an interval tree notifierJason Gunthorpe2019-11-241-0/+101
| * | mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe2019-11-131-29/+17
* | | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...Linus Torvalds2019-11-305-4/+38
|\ \ \
| * \ \ Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-285-4/+38
| |\ \ \
| | * | | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-11-061-1/+3
| | * | | mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom2019-11-061-1/+12
| | * | | mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom2019-11-061-0/+9
| | * | | mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom2019-11-061-2/+0
| | * | | drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-061-0/+14
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-285-33/+48
|\ \ \ \ \
| * | | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-213-5/+5
| * | | | | Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-212-19/+28
| |\ \ \ \ \
| * | | | | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+3
| * | | | | | dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig2019-11-201-16/+14
| * | | | | | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-201-1/+1
| * | | | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-202-14/+14
| * | | | | | dma-direct: check for overflows on 32 bit DMA addressesNicolas Saenz Julienne2019-11-111-2/+10
| * | | | | | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-112-2/+7
| * | | | | | dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig2019-11-071-1/+1
| * | | | | | dma-direct: remove __dma_direct_free_pagesChristoph Hellwig2019-11-071-1/+0
| * | | | | | dma-mapping: Add vmap checks to dma_map_single()Kees Cook2019-10-301-0/+4
| * | | | | | dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-2/+2
* | | | | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-53/+36
|\ \ \ \ \ \ \
| * | | | | | | lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-111-4/+16
| * | | | | | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-15/+3
| * | | | | | | asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-21/+8
| * | | | | | | asm-generic: ioremap_uc should behave the same with and without MMUChristoph Hellwig2019-11-111-20/+16
* | | | | | | | Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-283-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: add support for IORING_OP_CONNECTJens Axboe2019-11-261-0/+1
| * | | | | | | | net: add __sys_connect_file() helperJens Axboe2019-11-261-0/+3
| * | | | | | | | io_uring: improve trace_io_uring_defer() trace pointJens Axboe2019-11-261-8/+8
* | | | | | | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-2848-606/+893
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2019-11-151-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2019-11-141-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'drm-next-5.5-2019-11-08' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-11-131-0/+3
| |\ \ \ \ \ \ \ \