| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner | 2018-04-08 | 1 | -26/+1 |
* | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep | Dave Young | 2018-02-25 | 1 | -1/+1 |
* | Provide a function to create a NUL-terminated string from unterminated data | David Howells | 2018-02-25 | 1 | -0/+24 |
* | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa | 2018-02-25 | 1 | -0/+3 |
* | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko | 2018-01-31 | 2 | -1/+8 |
* | mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack | Michal Hocko | 2018-01-31 | 1 | -2/+4 |
* | mm/madvise.c: fix madvise() infinite loop under special circumstances | chenjie | 2017-12-05 | 1 | -2/+1 |
* | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov | 2017-12-05 | 1 | -10/+4 |
* | cma: fix calculation of aligned offset | Doug Berger | 2017-09-13 | 1 | -9/+6 |
* | mm: cma: fix incorrect type conversion for size during dma allocation | Rohit Vaswani | 2017-09-02 | 1 | -2/+2 |
* | mm: cma: constify and use correct signness in mm/cma.c | Sasha Levin | 2017-09-02 | 1 | -10/+14 |
* | mm: cma: fix CMA aligned offset calculation | Danesh Petigara | 2017-09-02 | 1 | -5/+7 |
* | mm: cma: fix totalcma_pages to include DT defined CMA regions | George G. Davis | 2017-09-02 | 1 | -1/+1 |
* | mm: cma: split cma-reserved in dmesg log | Pintu Kumar | 2017-09-02 | 2 | -2/+5 |
* | mm/cma: make kmemleak ignore CMA regions | Thierry Reding | 2017-09-02 | 1 | -0/+6 |
* | mm: cma: align to physical address, not CMA region position | Gregory Fong | 2017-09-02 | 1 | -3/+16 |
* | Sanitize 'move_pages()' permission checks | Linus Torvalds | 2017-08-24 | 1 | -8/+3 |
* | mm/mempolicy: fix use after free when calling get_mempolicy | zhong jiang | 2017-08-24 | 1 | -5/+0 |
* | mm: ratelimit PFNs busy info message | Jonathan Toppins | 2017-08-16 | 1 | -1/+1 |
* | mm: don't dereference struct page fields of invalid pages | Ard Biesheuvel | 2017-08-11 | 1 | -3/+3 |
* | mm/page_alloc: Remove kernel address exposure in free_reserved_area() | Josh Poimboeuf | 2017-08-11 | 1 | -2/+2 |
* | mm: fix overflow check in expand_upwards() | Helge Deller | 2017-07-21 | 1 | -1/+1 |
* | mm: numa: avoid waiting on freed migrated pages | Mark Rutland | 2017-07-05 | 1 | -0/+7 |
* | mm: fix new crash in unmapped_area_topdown() | Hugh Dickins | 2017-06-26 | 1 | -2/+4 |
* | Allow stack to grow up to address space limit | Helge Deller | 2017-06-26 | 1 | -5/+8 |
* | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-26 | 3 | -103/+89 |
* | swap: cond_resched in swap_cgroup_prepare() | Yu Zhao | 2017-06-26 | 1 | -0/+3 |
* | mm/memory-failure.c: use compound_head() flags for huge pages | James Morse | 2017-06-26 | 1 | -1/+4 |
* | mlock: fix mlock count can not decrease in race condition | Yisheng Xie | 2017-06-07 | 1 | -2/+3 |
* | mm/migrate: fix refcount handling when !hugepage_migration_supported() | Punit Agrawal | 2017-06-07 | 1 | -6/+2 |
* | slub/memcg: cure the brainless abuse of sysfs attributes | Thomas Gleixner | 2017-06-07 | 1 | -2/+4 |
* | mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp | Keno Fischer | 2017-05-25 | 1 | -1/+11 |
* | mm/cma: silence warnings due to max() usage | Stephen Rothwell | 2017-05-08 | 1 | -3/+4 |
* | mm: avoid setting up anonymous pages into file mapping | Kirill A. Shutemov | 2017-05-08 | 1 | -4/+9 |
* | mm/init: fix zone boundary creation | Oliver O'Halloran | 2017-04-30 | 1 | -7/+10 |
* | mm/mempolicy.c: fix error handling in set_mempolicy and mbind. | Chris Salls | 2017-04-22 | 1 | -12/+8 |
* | mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() | Naoya Horiguchi | 2017-04-22 | 1 | -2/+4 |
* | percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages | Tahsin Erdogan | 2017-04-22 | 1 | -1/+4 |
* | swapfile: fix memory corruption via malformed swapfile | Jann Horn | 2017-04-18 | 1 | -0/+2 |
* | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang | 2016-12-23 | 1 | -1/+2 |
* | mm: remove gup_flags FOLL_WRITE games from __get_user_pages() | Linus Torvalds | 2016-10-22 | 1 | -2/+12 |
* | mm/hugetlb: avoid soft lockup in set_max_huge_pages() | Jia He | 2016-08-22 | 1 | -0/+4 |
* | 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou... | Steven Rostedt | 2016-07-20 | 1 | -1/+1 |
* | tmpfs: fix regression hang in fallocate undo | Hugh Dickins | 2016-07-12 | 1 | -3/+5 |
* | mm: fix invalid node in alloc_migrate_target() | Xishi Qiu | 2016-07-12 | 1 | -4/+4 |
* | mm, compaction: abort free scanner if split fails | David Rientjes | 2016-07-12 | 1 | -10/+20 |
* | mm, compaction: skip compound pages by order in free scanner | Vlastimil Babka | 2016-07-12 | 1 | -0/+25 |
* | mm/swap.c: flush lru pvecs on compound page arrival | Lukasz Odzioba | 2016-07-12 | 1 | -5/+4 |
* | mm: rename deactivate_page to deactivate_file_page | Minchan Kim | 2016-07-12 | 2 | -13/+13 |
* | tmpfs: don't undo fallocate past its last page | Anthony Romano | 2016-07-12 | 1 | -1/+1 |