summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-061-0/+7
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-031-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-031-1/+2
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-251-0/+2
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* bdi: Fix another oops in wb_workfn()Jan Kara2018-07-221-13/+7
* mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin2018-07-181-2/+2
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-172-19/+12
* mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-171-1/+7
* mm: zero unavailable pages before memmap initPavel Tatashin2018-07-171-2/+2
* Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior2018-07-111-2/+0
* mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin2018-07-111-2/+16
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-07-032-1/+10
* mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-07-031-4/+10
* mm: fix __gup_device_huge vs unmapDan Williams2018-07-031-10/+26
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-261-1/+0
* bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-06-261-1/+17
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-021-1/+1
* mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-251-1/+1
* kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-251-0/+1
* mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-1/+1
* mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko2018-05-251-6/+10
* mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-251-2/+61
* mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval2018-05-251-1/+6
* Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-244-129/+45
* mmap: relax file size limit for regular filesLinus Torvalds2018-05-191-1/+1
* mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin2018-05-181-0/+1
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-171-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-116-73/+106
|\
| * mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-112-56/+69
| * mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-111-3/+1
| * mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin2018-05-111-1/+5
| * mm: sections are not offlined during memory hotremovePavel Tatashin2018-05-111-1/+1
| * z3fold: fix reclaim lock-upsVitaly Wool2018-05-111-12/+30
* | mmap: introduce sane default mmap limitsLinus Torvalds2018-05-111-0/+32
|/
* Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-041-1/+2
|\
| * bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa2018-05-031-0/+1
| * bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa2018-05-031-1/+1
* | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-1/+10
|/
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-201-5/+4
* mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim2018-04-201-1/+1
* mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-203-7/+20
* writeback: safer lock nestingGreg Thelen2018-04-201-9/+9
* mm: fix do_pages_move status handlingMichal Hocko2018-04-201-0/+3
* mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa2018-04-161-1/+20
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-131-1/+2
* mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann2018-04-131-1/+5
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-132-3/+7