aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman3-0/+23
2015-11-06mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman1-14/+39
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2-8/+131
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman3-142/+9
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman1-212/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman6-12/+13
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman11-46/+58
2015-11-06mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2-4/+5
2015-11-06mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai1-4/+13
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds46-797/+1097
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-13/+38
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson6-7/+14
2015-11-05mm: mlock: add new mlock system callEric B Munson1-0/+8
2015-11-05mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson1-13/+17
2015-11-05kasan: always taint kernel on reportAndrey Ryabinin1-0/+1
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-1/+3
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu1-2/+22
2015-11-05kasan: Fix a type conversion errorWang Long1-1/+1
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov2-2/+2
2015-11-05kasan: update log messagesAndrey Konovalov2-3/+3
2015-11-05kasan: accurately determine the type of the bad accessAndrey Konovalov1-3/+14
2015-11-05kasan: update reported bug types for kernel memory accessesAndrey Konovalov1-7/+11
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov3-37/+24
2015-11-05mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V1-2/+10
2015-11-05mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V1-2/+8
2015-11-05mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V1-3/+6
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V2-2/+2
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins1-8/+14
2015-11-05memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner3-14/+14
2015-11-05mm: memcontrol: eliminate root memory.currentJohannes Weiner1-1/+4
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen1-5/+13
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen1-12/+104
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov1-1/+1
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes1-1/+1
2015-11-05mm/cma.c: suppress warningAndrew Morton1-2/+4
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins1-28/+21
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 Dickins4-26/+12
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 Dickins1-25/+11
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