summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: use self-explanatory macros rather than "2"Yu Zhao2020-10-162-5/+9
* mm: don't panic when links can't be created in sysfsLaurent Dufour2020-10-161-9/+7
* kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand2020-10-161-2/+1
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand2020-10-162-0/+11
* mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-4/+12
* mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand2020-10-161-9/+3
* kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-10-161-1/+3
* kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand2020-10-161-2/+2
* mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-162-2/+3
* mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand2020-10-161-2/+2
* mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi2020-10-162-0/+4
* mm,hwpoison: rework soft offline for in-use pagesOscar Salvador2020-10-161-5/+0
* mm,hwpoison: rework soft offline for free pagesOscar Salvador2020-10-161-0/+1
* mm,hwpoison: kill put_hwpoison_pageOscar Salvador2020-10-161-1/+0
* mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador2020-10-161-1/+0
* 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