summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-031-0/+1
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-033-69/+34
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-031-2/+30
* mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin2018-11-031-1/+1
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-27/+119
|\ \
| * | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-4/+7
| * | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * | vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-2/+2
| * | vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong2018-10-301-32/+52
| * | vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-0/+69
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-2/+2
|\ \ \
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * | | iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-0/+6
|\ \ \
| * | | mm/page_poison: expose page_poisoning_enabled to kernel modulesWei Wang2018-10-241-0/+6
| |/ /
* | | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2018-11-011-1/+1
|\ \ \
| * | | mm: percpu: remove unnecessary unlikely()Igor Stoppa2018-09-121-1/+1
* | | | mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu2018-10-311-2/+2
* | | | mm: Fix warning in insert_pfn()Jan Kara2018-10-311-2/+7
* | | | mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2018-10-311-8/+20
* | | | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-3/+19
* | | | mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+8
* | | | mm/memblock.c: warn if zero alignment was requestedMike Rapoport2018-10-311-0/+11
* | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-314-29/+26
* | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-3112-13/+6
* | | | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-316-10/+13
* | | | mm: remove nobootmemMike Rapoport2018-10-313-129/+104
* | | | memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-314-4/+4
* | | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-314-5/+5
* | | | memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-24/+0
* | | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-30/+0
* | | | mm: nobootmem: remove bootmem allocation APIsMike Rapoport2018-10-311-224/+0
* | | | memblock: add align parameter to memblock_alloc_node()Mike Rapoport2018-10-311-1/+1
* | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-318-41/+41
* | | | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* | | | mm: nobootmem: remove dead codeMike Rapoport2018-10-311-35/+0
* | | | mm: remove bootmem allocator implementation.Mike Rapoport2018-10-311-811/+0
* | | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-314-12/+4
* | | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-313-12/+1
* | | | mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* | | | mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15
* | | | mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-311-11/+22
* | | | mm/hmm: properly handle migration pmdJérôme Glisse2018-10-311-6/+34
* | | | mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-311-15/+21
* | | | mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-10-311-1/+23
* | | | mm/hmm: fix utf8 ...Jérôme Glisse2018-10-311-1/+1
* | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2817-940/+647
|\ \ \ \
| * | | | radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-2/+2