aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-12-20slab: make kmem_cache_create{_usercopy} description proper kernel-docGravatar Mike Rapoport 1-4/+31
2018-11-03memory_hotplug: cond_resched in __remove_pagesGravatar Michal Hocko 1-0/+1
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskGravatar Michal Hocko 3-69/+34
2018-11-03mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsGravatar Andrea Arcangeli 1-2/+30
2018-11-03mm: handle no memcg case in memcg_kmem_charge() properlyGravatar Roman Gushchin 1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-27/+119
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-2/+2
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-1/+1
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+6
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 1-1/+1
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentGravatar Fengguang Wu 1-2/+2
2018-10-31mm: Fix warning in insert_pfn()Gravatar Jan Kara 1-2/+7
2018-10-31mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockGravatar David Hildenbrand 1-8/+20
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockGravatar David Hildenbrand 1-3/+19
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockGravatar David Hildenbrand 1-1/+8
2018-10-31mm/memblock.c: warn if zero alignment was requestedGravatar Mike Rapoport 1-0/+11
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 4-29/+26
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 12-13/+6
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsGravatar Mike Rapoport 6-10/+13
2018-10-31mm: remove nobootmemGravatar Mike Rapoport 3-129/+104
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesGravatar Mike Rapoport 4-4/+4
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 4-5/+5
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateGravatar Mike Rapoport 1-24/+0
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-30/+0
2018-10-31mm: nobootmem: remove bootmem allocation APIsGravatar Mike Rapoport 1-224/+0
2018-10-31memblock: add align parameter to memblock_alloc_node()Gravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 8-41/+41
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-4/+4
2018-10-31mm: nobootmem: remove dead codeGravatar Mike Rapoport 1-35/+0
2018-10-31mm: remove bootmem allocator implementation.Gravatar Mike Rapoport 1-811/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 4-12/+4
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 3-12/+1
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlGravatar Dan Carpenter 1-0/+3
2018-10-31mm/hmm: invalidate device page table at start of invalidationGravatar Jérôme Glisse 1-12/+15
2018-10-31mm/hmm: use a structure for update callback parametersGravatar Jérôme Glisse 1-11/+22
2018-10-31mm/hmm: properly handle migration pmdGravatar Jérôme Glisse 1-6/+34
2018-10-31mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackGravatar Ralph Campbell 1-15/+21
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyGravatar Ralph Campbell 1-1/+23
2018-10-31mm/hmm: fix utf8 ...Gravatar Jérôme Glisse 1-1/+1
2018-10-30vfs: enable remap callers that can handle short operationsGravatar Darrick J. Wong 1-4/+7
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_checksGravatar Darrick J. Wong 1-2/+2
2018-10-30vfs: strengthen checking of file range inputs to generic_remap_checksGravatar Darrick J. Wong 1-32/+52
2018-10-30vfs: check file ranges before cloning filesGravatar Darrick J. Wong 1-0/+69
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 17-940/+647
2018-10-26hugetlbfs: dirty pages as they are added to pagecacheGravatar Mike Kravetz 1-0/+6
2018-10-26mm: export add_swap_extent()Gravatar Omar Sandoval 1-0/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSGravatar Omar Sandoval 2-8/+11
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Gravatar Andrea Arcangeli 1-2/+2