aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-1/+1
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-25mm: 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-18mm: 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-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-73/+106
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2-56/+69
2018-05-11mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi1-3/+1
2018-05-11mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin1-1/+5
2018-05-11mm: sections are not offlined during memory hotremovePavel Tatashin1-1/+1
2018-05-11z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-05-04Merge 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-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi3-7/+20
2018-04-20writeback: safer lock nestingGreg Thelen1-9/+9
2018-04-20mm: 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-13mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann1-1/+5
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin2-3/+7
2018-04-13get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin1-1/+4
2018-04-13mm/gup_benchmark: handle gup failuresMichael S. Tsirkin1-1/+3
2018-04-11page cache: use xa_lockMatthew Wilcox13-185/+176
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin1-4/+0
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko1-0/+11
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-1/+1
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov1-23/+34
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim1-1/+9
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim3-29/+4
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim3-16/+125
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim1-11/+14
2018-04-11mm: unclutter THP migrationMichal Hocko4-39/+34
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko7-29/+11
2018-04-11mm, numa: rework do_pages_moveMichal Hocko3-175/+139
2018-04-11mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King1-1/+1
2018-04-11memcg: fix per_node_info cleanupMichal Hocko1-0/+3
2018-04-11swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2-13/+17
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda1-0/+7
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox1-1/+1