summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2018-04-081-26/+1
* mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2018-02-251-1/+1
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2018-02-251-0/+24
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2018-01-312-1/+8
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2018-01-311-2/+4
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-2/+1
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-10/+4
* cma: fix calculation of aligned offsetDoug Berger2017-09-131-9/+6
* mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2017-09-021-2/+2
* mm: cma: constify and use correct signness in mm/cma.cSasha Levin2017-09-021-10/+14
* mm: cma: fix CMA aligned offset calculationDanesh Petigara2017-09-021-5/+7
* mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis2017-09-021-1/+1
* mm: cma: split cma-reserved in dmesg logPintu Kumar2017-09-022-2/+5
* mm/cma: make kmemleak ignore CMA regionsThierry Reding2017-09-021-0/+6
* mm: cma: align to physical address, not CMA region positionGregory Fong2017-09-021-3/+16
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-241-8/+3
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-241-5/+0
* mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-161-1/+1
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-08-111-3/+3
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-08-111-2/+2
* mm: fix overflow check in expand_upwards()Helge Deller2017-07-211-1/+1
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-07-051-0/+7
* mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-261-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-06-261-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-263-103/+89
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-261-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-261-1/+4
* mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-071-2/+3
* mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-071-6/+2
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-071-2/+4
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-05-251-1/+11
* mm/cma: silence warnings due to max() usageStephen Rothwell2017-05-081-3/+4
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2017-05-081-4/+9
* mm/init: fix zone boundary creationOliver O'Halloran2017-04-301-7/+10
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-221-12/+8
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-221-2/+4
* percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-04-221-1/+4
* swapfile: fix memory corruption via malformed swapfileJann Horn2017-04-181-0/+2
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-12-231-1/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-221-2/+12
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-221-0/+4
* 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt2016-07-201-1/+1
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-121-3/+5
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-07-121-4/+4
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-07-121-10/+20
* mm, compaction: skip compound pages by order in free scannerVlastimil Babka2016-07-121-0/+25
* mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2016-07-121-5/+4
* mm: rename deactivate_page to deactivate_file_pageMinchan Kim2016-07-122-13/+13
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-07-121-1/+1