summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin2018-04-131-1/+4
* mm/gup_benchmark: handle gup failuresMichael S. Tsirkin2018-04-131-1/+3
* page cache: use xa_lockMatthew Wilcox2018-04-1113-185/+176
* xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-4/+0
* mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+11
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+1
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim2018-04-111-1/+9
* mm/cma: remove ALLOC_CMAJoonsoo Kim2018-04-113-29/+4
* mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-113-16/+125
* mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim2018-04-111-11/+14
* mm: unclutter THP migrationMichal Hocko2018-04-114-39/+34
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-117-29/+11
* mm, numa: rework do_pages_moveMichal Hocko2018-04-113-175/+139
* mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King2018-04-111-1/+1
* memcg: fix per_node_info cleanupMichal Hocko2018-04-111-0/+3
* swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-04-111-0/+4
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-112-13/+17
* mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda2018-04-111-0/+7
* mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox2018-04-111-1/+1
* z3fold: fix memory leakXidong Wang2018-04-111-2/+7
* memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-113-10/+5
* mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell2018-04-111-1/+2
* sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-112-0/+16
* mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo2018-04-111-10/+2
* mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-111-41/+58
* mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-111-33/+118
* mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse2018-04-111-72/+102
* mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse2018-04-111-8/+8
* mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-111-1/+1
* mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse2018-04-111-30/+15
* mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse2018-04-111-20/+20
* mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse2018-04-111-13/+13
* mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse2018-04-111-10/+34
* mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse2018-04-111-50/+28
* mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse2018-04-111-1/+2
* mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse2018-04-111-3/+35