summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-22UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner15-6/+1004
2019-03-22BACKPORT: mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner11-42/+78
2019-02-19mm: reclaim for unevictable cma pages [1/1]Tao Zeng6-4/+31
2018-10-23mm: change filecache reclaim policy for CMA [1/1]tao zeng1-0/+40
2018-09-19mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2018-09-19mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2018-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-06-06mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-05-04mm: fixed tvp alloc failedBang Peng1-1/+2
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-04-18mm: optimize for lowmemory killertao zeng6-112/+39
2018-04-08mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers1-7/+6
2018-03-24mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2018-01-31mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner5-23/+43
2017-12-29mm: fix lowmem issuetao zeng12-17/+124
2017-12-11mm: fix deadlock due to too_many_isolatedtao zeng3-2/+37
2017-03-12mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-03-12mm, vmscan: cleanup lru size claculationsMichal Hocko3-44/+41
2017-01-19mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko4-24/+49
2017-01-06mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-03mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-10-28mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-10-08mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V3-6/+6
2016-10-08mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko3-33/+0
2016-10-08mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka1-23/+20
2016-10-08mm, compaction: create compact_gap wrapperVlastimil Babka3-7/+29
2016-10-08mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka4-12/+12
2016-09-24mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins1-19/+0
2016-09-02mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman3-15/+27
2016-08-02mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov1-1/+1
2016-07-28mm: bail out in shrink_inactive_list()Minchan Kim1-0/+27
2016-07-28mm, vmscan: account for skipped pages as a partial scanMel Gorman1-2/+18
2016-07-28mm: consider whether to decivate based on eligible zones inactive ratioMel Gorman1-5/+29
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman8-58/+39
2016-07-28mm: add per-zone lru list statMinchan Kim5-9/+23
2016-07-28mm, vmscan: release/reacquire lru_lock on pgdat changeMel Gorman1-11/+10
2016-07-28mm, vmscan: remove redundant check in shrink_zones()Mel Gorman1-3/+0
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman4-15/+37
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman9-50/+84
2016-07-28mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman3-4/+18
2016-07-28mm, vmscan: add classzone information to tracepointsMel Gorman2-25/+40
2016-07-28mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads...Mel Gorman1-8/+14
2016-07-28mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep()Mel Gorman1-8/+4
[next]