summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-12-291-2/+4
* mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador2018-12-291-2/+5
* mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-291-9/+11
* mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko2018-12-291-0/+12
* mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang2018-12-171-1/+3
* userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli2018-12-081-0/+11
* userfaultfd: shmem: add i_size checksAndrea Arcangeli2018-12-082-4/+40
* userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli2018-12-081-2/+13
* userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-12-083-5/+5
* mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-12-051-2/+4
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-051-2/+6
* userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-12-051-9/+6Star
* mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-12-051-1/+9
* mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins2018-12-051-12/+7Star
* mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-12-051-43/+30Star
* mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins2018-12-051-0/+10
* mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-12-052-2/+8
* mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins2018-12-051-0/+15
* mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-12-051-6/+13
* mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-12-051-6/+6
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-12-052-16/+9Star
* mm, page_alloc: check for max order in hot pathMichal Hocko2018-12-011-11/+9Star
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1Star
* mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-12-011-0/+8
* z3fold: fix possible reclaim racesVitaly Wool2018-12-011-39/+62
* mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-12-011-4/+30
* mm: don't warn about large allocations for slabDmitry Vyukov2018-12-012-6/+10
* mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-211-3/+3
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-211-0/+1
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-211-2/+30
* mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-11-131-15/+21
* mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-11-131-1/+23
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-131-0/+6
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-182-23/+17Star
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0Star
* mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn2018-10-131-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-111-10/+0Star
|\
| * mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju2018-10-091-10/+0Star
* | percpu: stop leaking bitmap metadata blocksMike Rapoport2018-10-071-0/+1
|/
* Merge branch 'akpm'Greg Kroah-Hartman2018-10-068-23/+132
|\
| * mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-061-1/+1
| * mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai2018-10-061-4/+3Star
| * mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn2018-10-061-0/+3
| * mm/vmstat.c: fix outdated vmstat_textJann Horn2018-10-061-1/+0Star
| * mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual2018-10-061-1/+1
| * mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing2018-10-061-1/+2
| * mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-062-1/+4
| * hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2018-10-061-9/+44
| * mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-062-5/+74