summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-111-1/+28
* mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt2018-04-111-17/+1
* mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2018-04-112-37/+78
* mm/vmscan: don't change pgdat state on base of a single LRU list stateAndrey Ryabinin2018-04-111-51/+75
* mm/vmscan: remove redundant current_may_throttle() checkAndrey Ryabinin2018-04-111-1/+1
* mm/vmscan: update stale commentsAndrey Ryabinin2018-04-111-5/+5
* mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin2018-04-111-0/+7
* mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin2018-04-111-0/+7
* mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin2018-04-111-0/+1
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-071-1/+1
|\
| * Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+1
| |\
| | * mm: make memblock_alloc_base_nid() non-staticNicholas Piggin2018-03-301-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-0640-580/+874
|\ \ \
| * | | mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa2018-04-051-1/+2
| * | | mm/ksm: fix interaction with THPClaudio Imbrenda2018-04-051-0/+28
| * | | mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner2018-04-051-2/+2
| * | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-052-0/+2
| * | | mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz2018-04-052-5/+21
OpenPOWER on IntegriCloud