aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
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
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim
2018-04-11mm: unclutter THP migrationMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11mm, numa: rework do_pages_moveMichal Hocko
2018-04-11mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King
2018-04-11memcg: fix per_node_info cleanupMichal Hocko
2018-04-11swap: divide-by-zero when zero length swap file on ssdTom Abraham
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox
2018-04-11z3fold: fix memory leakXidong Wang
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman
2018-04-11mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse
2018-04-11mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse
2018-04-11mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse