summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-12-13mm: don't warn about allocations which stall for too longTetsuo Handa
2018-12-08mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfoRoman Gushchin
2018-12-08mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-12-08userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-12-08userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-12-08userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-12-08userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli
2018-12-08userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-12-05mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-12-05mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-05mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-12-05mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-12-05mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-12-05mm/huge_memory.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov
2018-12-05mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-12-01z3fold: fix possible reclaim racesVitaly Wool
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov
2018-11-21mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-11-13mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-18mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin
2018-10-18mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin
2018-10-18mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin
2018-10-18mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin
2018-10-18mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse
2018-10-18percpu: stop leaking bitmap metadata blocksMike Rapoport
2018-10-18mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-13virtio_balloon: fix deadlock on OOMMichael S. Tsirkin
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-10-13mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-03slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-09readahead: stricter check for bdi io_pagesMarkus Stockhausen
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin