summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-11-07Revert "BACKPORT: kernel: add kcov code coverage"Todd Kjos
2019-01-04mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2019-01-04mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-02-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-09-19vfs: add support for a lazytime mount optionTheodore Ts'o
2017-09-19f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong
2017-09-14Merge 3.18.71 into android-3.18Greg Kroah-Hartman
2017-09-13cma: fix calculation of aligned offsetDoug Berger
2017-09-02Merge 3.18.69 into android-3.18Greg Kroah-Hartman
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-26Merge 3.18.67 into android-3.18Greg Kroah-Hartman
2017-08-24Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-24mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-08-16Merge 3.18.66 into android-3.18Greg Kroah-Hartman
2017-08-16mm: ratelimit PFNs busy info messageJonathan Toppins
2017-08-11Merge 3.18.64 into android-3.18Greg Kroah-Hartman
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
2017-07-21Merge 3.18.62 into android-3.18Greg Kroah-Hartman
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller
2017-07-05Merge 3.18.60 into android-3.18Greg Kroah-Hartman
2017-07-05mm: numa: avoid waiting on freed migrated pagesMark Rutland
2017-06-27Merge 3.18.58 into android-3.18Greg Kroah-Hartman
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-06-26Allow stack to grow up to address space limitHelge Deller
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-06-26swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-06-26mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-06-07Merge 3.18.56 into android-3.18Greg Kroah-Hartman
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-05-25Merge 3.18.55 into android-3.18Greg Kroah-Hartman
2017-05-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-05-08Merge 3.18.52 into android-3.18Greg Kroah-Hartman
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell
2017-05-08mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2017-05-02Merge 3.18.51 into android-3.18Greg Kroah-Hartman
2017-04-30mm/init: fix zone boundary creationOliver O'Halloran
2017-04-23Merge 3.18.50 into android-3.18Greg Kroah-Hartman
2017-04-22mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-22mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-04-22percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-04-18Merge 3.18.49 into android-3.18Greg Kroah-Hartman