summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mmap: relax file size limit for regular filesLinus Torvalds2018-06-131-1/+1
* mmap: introduce sane default mmap limitsLinus Torvalds2018-06-131-0/+32
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-131-1/+1
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-05-301-1/+7
* mm/ksm: fix interaction with THPClaudio Imbrenda2018-05-301-0/+28
* swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-05-301-0/+4
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-05-301-2/+12
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-05-301-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-05-301-3/+20
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-161-0/+1
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-291-2/+2
* 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