summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-11-22hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-10mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-11-10mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2018-10-13mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-13slub: make ->cpu_partial unsigned intAlexey Dobriyan1-3/+3
2018-10-13mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-09-26mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2-38/+2
2018-09-26Fixes: Commit 86af955d02bb ("mm: numa: avoid waiting on freed migrated pages")Chas Williams1-1/+1
2018-09-26mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin1-2/+6
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-08-17mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin1-3/+3
2018-08-09mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-09mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-13mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-05-16percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
2018-04-29mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-2/+2
2018-04-08proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-26/+1
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young1-1/+1
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells1-0/+24
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2-1/+8
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-2/+1
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-10/+4
2017-09-14cma: fix calculation of aligned offsetDoug Berger1-9/+6
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-2/+2
2017-09-02mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-10/+14
2017-09-02mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2017-09-02mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2017-09-02mm: cma: split cma-reserved in dmesg logPintu Kumar2-2/+5
2017-09-02mm/cma: make kmemleak ignore CMA regionsThierry Reding1-0/+6
2017-09-02mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2017-08-25Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-25mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-16mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-08-11mm: don't dereference struct page fields of invalid pagesArd Biesheuvel1-3/+3
2017-08-11mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf1-2/+2
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-07-05mm: numa: avoid waiting on freed migrated pagesMark Rutland1-0/+7