summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-03-23mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko
2019-03-23hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-03-23mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-01-26slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter
2018-12-13mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-11-22hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-10mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-11-10mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi
2018-10-13mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-13slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-10-13mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-09-26mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-26Fixes: Commit 86af955d02bb ("mm: numa: avoid waiting on freed migrated pages")Chas Williams
2018-09-26mm/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-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-08-17mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin
2018-08-09mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre
2018-08-09mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds
2018-06-13mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie
2018-05-16percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-04-29mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-08proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-09-13cma: fix calculation of aligned offsetDoug Berger
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2017-09-02mm: cma: constify and use correct signness in mm/cma.cSasha Levin