summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)2020-10-161-10/+54
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-3/+2
* mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)2020-10-161-0/+7
* fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2020-10-162-27/+29
* fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-162-0/+7
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-3/+3
* XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-161-0/+13
* XArray: add xa_get_orderMatthew Wilcox (Oracle)2020-10-161-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-161-4/+4
|\
| * Merge branch 'master' into for-nextJiri Kosina2020-09-011601-20119/+57123
| |\
| * | scif: Fix spelling of EACCESGeert Uytterhoeven2020-09-011-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-10-161-0/+2
|\ \ \
| * | | HID: add vivaldi HID driverSean O'Brien2020-09-301-0/+2
* | | | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-3/+13
|\ \ \ \
| * | | | quota: Expand comment describing d_itimerJan Kara2020-09-101-2/+3
| * | | | quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong2020-09-101-1/+10
* | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1512-777/+468
|\ \ \ \ \
| * | | | | dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig2020-10-071-13/+0
| * | | | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-063-110/+103
| * | | | | dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig2020-10-061-106/+0
| * | | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-063-161/+27
| * | | | | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-063-11/+2
| * | | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-135/+65
| * | | | | dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig2020-10-061-7/+0
| * | | | | dma-contiguous: remove dev_set_cma_areaChristoph Hellwig2020-10-061-8/+0
| * | | | | dma-contiguous: remove dma_declare_contiguousChristoph Hellwig2020-10-061-32/+0
| * | | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-166/+160
| * | | | | dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig2020-09-251-0/+5
| * | | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-253-20/+22
| * | | | | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-252-18/+0
| * | | | | dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig2020-09-251-0/+12
| * | | | | mm: turn alloc_pages into an inline functionChristoph Hellwig2020-09-251-2/+4
| * | | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2554-115/+287
| |\ \ \ \ \
| * | | | | | dma-mapping: better document dma_addr_t and DMA_MAPPING_ERRORChristoph Hellwig2020-09-251-6/+10
| * | | | | | dma-mapping: move valid_dma_direction to dma-direction.hChristoph Hellwig2020-09-252-8/+7
| * | | | | | dma-mapping: remove DMA_MASK_NONEChristoph Hellwig2020-09-251-2/+0
| * | | | | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-173-9/+57
| * | | | | | dma-direct: Fix potential NULL pointer dereferenceThomas Tai2020-09-171-3/+0
| * | | | | | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-111-12/+16
| * | | | | | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-9/+5
| * | | | | | dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-111-4/+0
| * | | | | | dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig2020-09-112-0/+11
| * | | | | | dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen2020-09-031-1/+1
| * | | | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-0/+19
| * | | | | | mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-0/+2
| * | | | | | dma-contiguous: provide the ability to reserve per-numa CMABarry Song2020-09-011-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-152-8/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-1154-202/+399
| |\ \ \ \ \ \
| * | | | | | | dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi2020-09-031-6/+9
| * | | | | | | dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi2020-08-281-2/+0