summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2017-09-02mm: cma: fix CMA aligned offset calculationDanesh Petigara
2017-09-02mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis
2017-09-02mm: cma: split cma-reserved in dmesg logPintu Kumar
2017-09-02mm/cma: make kmemleak ignore CMA regionsThierry Reding
2017-09-02mm: cma: align to physical address, not CMA region positionGregory Fong
2017-08-24Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-24mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-08-16mm: ratelimit PFNs busy info messageJonathan Toppins
2017-08-11mm: don't dereference struct page fields of invalid pagesArd Biesheuvel
2017-08-11mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf