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-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, thp: do not cause memcg oom for thpDavid Rientjes2018-05-302-4/+9
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt2018-05-301-1/+9
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-05-301-2/+12
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-05-301-4/+8
* 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-221-0/+1
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-0/+3
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-091-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, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab2018-04-131-2/+0
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2018-04-081-7/+6
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-281-1/+3
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-281-1/+6
* mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi2018-03-241-0/+8
* mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2018-03-241-7/+13
* mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2018-03-241-2/+4
* mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams2018-02-281-0/+12
* mm: introduce get_user_pages_longtermDan Williams2018-02-281-0/+64
* mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler2018-02-281-10/+30
* shmem: fix compilation warnings on unused functionsJérémy Lefaure2018-02-251-0/+2
* shmem: avoid maybe-uninitialized warningArnd Bergmann2018-02-251-3/+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
* 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: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2018-01-314-23/+41
* 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
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-051-0/+1
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-12-141-1/+1
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-141-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-141-26/+26
* mm: fix remote numa hits statisticsMichal Hocko2017-12-091-11/+4