summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-03-04mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young
2018-03-04Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-03-04mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-03-04mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-28cma: fix calculation of aligned offsetDoug Berger
2018-02-28hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko
2018-02-28mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2018-02-28mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin
2018-02-28proc: much faster /proc/vmstatAlexey Dobriyan
2018-02-28mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar
2017-12-08mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2017-12-08mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-12-06mm/pagewalk.c: report holes in hugetlb rangesJann Horn
2017-12-06mm/page_ext.c: check if page_ext is not preparedJaewon Kim
2017-11-05slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko
2017-10-03mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-09-10mm: ratelimit PFNs busy info messageJonathan Toppins
2017-09-10mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson
2017-09-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel
2017-09-10mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf
2017-07-31mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala
2017-07-31mm: numa: avoid waiting on freed migrated pagesMark Rutland
2017-07-31mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes
2017-06-28mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-06-28mm: larger stack guard gap, between vmasSasha Levin
2017-06-25swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-06-25mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-06-25kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra
2017-06-25mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-06-13mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-06-13mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-06-08mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-06-08mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2017-06-08mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2017-06-08slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-05-17mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-05-17percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-05-17mm: do not access page->mapping directly on page_endioMinchan Kim
2017-05-17mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-05-17mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-03-06mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-03-06mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2017-03-06mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-21mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-11-23mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov
2016-10-23mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-08-19mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-06mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes