summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-26Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-26swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-26mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-05-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+11
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell1-3/+4
2017-05-08mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2017-04-30mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2017-04-22mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-22mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-22percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan1-1/+4
2017-04-18swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-12-23mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-22mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-07-204.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt1-1/+1
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-07-12mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-07-12mm, compaction: abort free scanner if split failsDavid Rientjes1-10/+20
2016-07-12mm, compaction: skip compound pages by order in free scannerVlastimil Babka1-0/+25
2016-07-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-07-12mm: rename deactivate_page to deactivate_file_pageMinchan Kim2-13/+13
2016-07-12tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1