aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins2-38/+30
2015-11-05mm: page migration use migration entry for swapcache tooHugh Dickins1-33/+30
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins1-26/+10
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins1-15/+19
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins2-28/+28
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins1-8/+11
2015-11-05mm: correct a couple of page migration commentsHugh Dickins1-2/+2
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins5-31/+14
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins2-7/+8
2015-11-05mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins2-70/+27
2015-11-05mm Documentation: undoc non-linear vmasHugh Dickins3-65/+9
2015-11-05mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov1-1/+3
2015-11-05mm: clear_soft_dirty_pmd() requires THPLaurent Dufour1-7/+7
2015-11-05mm: clear pte in clear_soft_dirty()Laurent Dufour1-3/+4
2015-11-05ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli1-2/+3
2015-11-05ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli1-6/+2
2015-11-05ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli1-1/+1
2015-11-05ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli1-5/+27
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2-0/+6
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov3-33/+10
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov5-72/+53
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov3-94/+32
2015-11-05mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than totalpagesXishi Qiu1-2/+5
2015-11-05mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso1-1/+1
2015-11-05include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang1-2/+2
2015-11-05mm: Don't offset memmap for flatmemLaura Abbott1-3/+6
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton2-23/+23
2015-11-05mm/mmap.c: change __install_special_mapping() args orderChen Gang1-6/+6
2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang1-5/+5
2015-11-05mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang1-3/+2
2015-11-05mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang1-1/+0
2015-11-05mm: optimize PageHighMem() checkVineet Gupta1-1/+1
2015-11-05mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov1-2/+20
2015-11-05mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov1-7/+11
2015-11-05mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov1-4/+0
2015-11-05mm: add the "struct mm_struct *mm" local intoOleg Nesterov1-11/+13
2015-11-05mm: fix the racy mm->locked_vm change inOleg Nesterov1-4/+8
2015-11-05mm: fix overflow in find_zone_movable_pfns_for_nodes()Xishi Qiu1-0/+1
2015-11-05mm/vmscan.c: fix types of some localsAlexandru Moise1-4/+4
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes3-16/+10
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka3-4/+9
2015-11-05mm, compaction: export tracepoints zone names to userspaceVlastimil Babka1-6/+32
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka3-14/+32
2015-11-05mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa1-1/+3
2015-11-05mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa1-1/+3
2015-11-05mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa1-1/+6
2015-11-05mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return boolYaowei Bai1-3/+3
2015-11-05mm/vmscan: make inactive_anon/file_is_low return boolYaowei Bai1-7/+7
2015-11-05Documentation/vm/transhuge.txt: add information about max_ptes_swapEbru Akagunduz1-0/+10
2015-11-05mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand1-1/+2