Age | Commit message (Expand) | Author |
2018-11-03 | memory_hotplug: cond_resched in __remove_pages | Michal Hocko |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask | Michal Hocko |
2018-11-03 | mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings | Andrea Arcangeli |
2018-11-03 | mm: handle no memcg case in memcg_kmem_charge() properly | Roman Gushchin |
2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou |
2018-11-01 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2018-11-01 | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds |
2018-10-31 | mm/gup.c: fix __get_user_pages_fast() comment | Fengguang Wu |
2018-10-31 | mm: Fix warning in insert_pfn() | Jan Kara |
2018-10-31 | mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock | David Hildenbrand |
2018-10-31 | mm/memory_hotplug: make add_memory() take the device_hotplug_lock | David Hildenbrand |
2018-10-31 | mm/memory_hotplug: make remove_memory() take the device_hotplug_lock | David Hildenbrand |
2018-10-31 | mm/memblock.c: warn if zero alignment was requested | Mike Rapoport |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants | Mike Rapoport |
2018-10-31 | mm: remove nobootmem | Mike Rapoport |
2018-10-31 | memblock: rename __free_pages_bootmem to memblock_free_pages | Mike Rapoport |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-31 | memblock: replace free_bootmem_late with memblock_free_late | Mike Rapoport |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport |
2018-10-31 | mm: nobootmem: remove bootmem allocation APIs | Mike Rapoport |
2018-10-31 | memblock: add align parameter to memblock_alloc_node() | Mike Rapoport |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport |
2018-10-31 | mm: nobootmem: remove dead code | Mike Rapoport |
2018-10-31 | mm: remove bootmem allocator implementation. | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport |
2018-10-31 | mm/gup_benchmark.c: prevent integer overflow in ioctl | Dan Carpenter |
2018-10-31 | mm/hmm: invalidate device page table at start of invalidation | Jérôme Glisse |
2018-10-31 | mm/hmm: use a structure for update callback parameters | Jérôme Glisse |
2018-10-31 | mm/hmm: properly handle migration pmd | Jérôme Glisse |
2018-10-31 | mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback | Ralph Campbell |
2018-10-31 | mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly | Ralph Campbell |
2018-10-31 | mm/hmm: fix utf8 ... | Jérôme Glisse |
2018-10-30 | vfs: enable remap callers that can handle short operations | Darrick J. Wong |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong |
2018-10-30 | vfs: pass remap flags to generic_remap_checks | Darrick J. Wong |
2018-10-30 | vfs: strengthen checking of file range inputs to generic_remap_checks | Darrick J. Wong |
2018-10-30 | vfs: check file ranges before cloning files | Darrick J. Wong |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-10-26 | hugetlbfs: dirty pages as they are added to pagecache | Mike Kravetz |
2018-10-26 | mm: export add_swap_extent() | Omar Sandoval |
2018-10-26 | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS | Omar Sandoval |
2018-10-26 | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page() | Andrea Arcangeli |
2018-10-26 | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() | Andrea Arcangeli |