summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-07-18mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin
2018-07-17mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-07-17mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-07-17mm: zero unavailable pages before memmap initPavel Tatashin
2018-07-11Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior
2018-07-11mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-07-03mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-07-03mm: fix __gup_device_huge vs unmapDan Williams
2018-06-26mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-06-26bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds
2018-05-18mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-05-11mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi
2018-05-11mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin
2018-05-11mm: sections are not offlined during memory hotremovePavel Tatashin
2018-05-11z3fold: fix reclaim lock-upsVitaly Wool
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-03bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi
2018-04-20writeback: safer lock nestingGreg Thelen
2018-04-20mm: fix do_pages_move status handlingMichal Hocko
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa
2018-04-13mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin
2018-04-13get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin
2018-04-13mm/gup_benchmark: handle gup failuresMichael S. Tsirkin
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook