summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen-1/+10
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox-5/+4
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim-1/+1
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi-7/+20
2018-04-20writeback: safer lock nestingGreg Thelen-9/+9
2018-04-20mm: fix do_pages_move status handlingMichal Hocko-0/+3
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa-1/+20
2018-04-13mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka-1/+2
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann-1/+5
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin-3/+7
2018-04-13get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin-1/+4
2018-04-13mm/gup_benchmark: handle gup failuresMichael S. Tsirkin-1/+3
2018-04-11page cache: use xa_lockMatthew Wilcox-185/+176
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin-4/+0
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko-0/+11
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook-1/+1
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov-23/+34
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim-1/+9
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim-29/+4
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim-16/+125
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim-11/+14
2018-04-11mm: unclutter THP migrationMichal Hocko-39/+34
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko-29/+11
2018-04-11mm, numa: rework do_pages_moveMichal Hocko-175/+139
2018-04-11mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King-1/+1
2018-04-11memcg: fix per_node_info cleanupMichal Hocko-0/+3
2018-04-11swap: divide-by-zero when zero length swap file on ssdTom Abraham-0/+4
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner-13/+17
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda-0/+7
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox-1/+1
2018-04-11z3fold: fix memory leakXidong Wang-2/+7
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko-10/+5
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell-1/+2
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman-0/+16
2018-04-11mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo-10/+2
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse-41/+58
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse-33/+118
2018-04-11mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse-72/+102
2018-04-11mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse-8/+8
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse-1/+1
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse-30/+15
2018-04-11mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse-20/+20
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse-13/+13
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse-10/+34
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse-50/+28
2018-04-11mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse-1/+2
2018-04-11mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse-3/+35
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell-1/+28
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt-17/+1
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin-37/+78