summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-061-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-061-1/+2
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-07-111-2/+0
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* 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-061-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/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-05-301-5/+7
* 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
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-301-1/+1
* mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin2018-05-261-0/+1
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2018-05-261-4/+12
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2018-05-261-0/+49
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2018-05-261-31/+12
* vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov2018-05-261-3/+9
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-161-0/+1
* writeback: safer lock nestingGreg Thelen2018-04-241-9/+9
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-241-5/+4
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2018-04-242-5/+21
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* writeback: fix the wrong congested state variable definitionKaixu Xia2018-04-081-2/+2
* 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
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-221-1/+1
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2018-02-031-0/+2
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* cma: fix calculation of aligned offsetDoug Berger2018-01-311-9/+6
* 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
* zswap: don't param_set_charp while holding spinlockDan Streetman2018-01-171-4/+8
* mm/zswap: use workqueue to destroy poolDan Streetman2018-01-171-4/+8
* mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin2018-01-171-5/+6
* mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim2018-01-171-11/+30
* mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim2018-01-171-4/+5
* proc: much faster /proc/vmstatAlexey Dobriyan2018-01-101-1/+3
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-051-0/+1
* mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar2017-12-251-1/+1
* mm/rmap: batched invalidations should use existing apiNadav Amit2017-12-251-21/+7
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-161-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-161-24/+26
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-3/+1
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-10/+4