summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-12-08hugetlbfs: check for pgoff value overflowMike Kravetz
2018-12-08mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2018-12-08mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
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-05shmem: introduce shmem_inode_acct_blockMike Rapoport
2018-12-05shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport
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-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz
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-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-11-10mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET
2018-11-10mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-18mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
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-19mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2018-09-19mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2018-09-15Fixes: Commit 2aa6d036b716 ("mm: numa: avoid waiting on freed migrated pages")Chas Williams
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-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-09-05memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-08-24kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-08-03mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-07-25mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds