summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins
2015-11-05memcg: fix thresholds for 32b architectures.Michal Hocko
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner
2015-11-05mm: memcontrol: eliminate root memory.currentJohannes Weiner
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes
2015-11-05mm/cma.c: suppress warningAndrew Morton
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins
2015-11-05mm: page migration use migration entry for swapcache tooHugh Dickins
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins
2015-11-05mm: correct a couple of page migration commentsHugh Dickins
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins
2015-11-05mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins
2015-11-05ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli
2015-11-05ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli
2015-11-05ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli
2015-11-05ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov
2015-11-05mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than tota...Xishi Qiu
2015-11-05mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso
2015-11-05mm: Don't offset memmap for flatmemLaura Abbott
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton
2015-11-05mm/mmap.c: change __install_special_mapping() args orderChen Gang
2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang
2015-11-05mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang
2015-11-05mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang
2015-11-05mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov
2015-11-05mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov
2015-11-05mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov
2015-11-05mm: add the "struct mm_struct *mm" local intoOleg Nesterov
2015-11-05mm: fix the racy mm->locked_vm change inOleg Nesterov
2015-11-05mm: fix overflow in find_zone_movable_pfns_for_nodes()Xishi Qiu
2015-11-05mm/vmscan.c: fix types of some localsAlexandru Moise
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka
2015-11-05mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa
2015-11-05mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa
2015-11-05mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa