summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-10/+76
2018-08-06ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+7
2018-08-03mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-07-25mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins1-0/+2
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-22bdi: Fix another oops in wb_workfn()Jan Kara1-13/+7
2018-07-18mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-2/+2
2018-07-17mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-19/+12
2018-07-17mm: do not drop unused pages when userfaultd is runningChristian Borntraeger1-1/+7
2018-07-17mm: zero unavailable pages before memmap initPavel Tatashin1-2/+2
2018-07-11Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-07-11mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin1-2/+16
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka2-1/+10
2018-07-03mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-07-03mm: fix __gup_device_huge vs unmapDan Williams1-10/+26
2018-06-26mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-26bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo1-1/+17
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-05-26kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-26kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-26mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-1/+1
2018-05-26mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-26mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-26mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval1-1/+6
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim4-129/+45
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-05-19mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+3
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-73/+106
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2-56/+69
2018-05-12mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi1-3/+1
2018-05-12mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin1-1/+5
2018-05-12mm: sections are not offlined during memory hotremovePavel Tatashin1-1/+1
2018-05-12z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-05-05Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2018-05-03bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa1-0/+1
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa1-1/+1
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen1-1/+10
2018-04-21mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-21mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-04-21mm: enable thp migration for shmem thpNaoya Horiguchi3-7/+20
2018-04-21writeback: safer lock nestingGreg Thelen1-9/+9
2018-04-21mm: fix do_pages_move status handlingMichal Hocko1-0/+3
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa1-1/+20
2018-04-14mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2