summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman
2015-11-06mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-11-05mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson
2015-11-05kasan: always taint kernel on reportAndrey Ryabinin
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2015-11-05kasan: Fix a type conversion errorWang Long
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov
2015-11-05kasan: update log messagesAndrey Konovalov
2015-11-05kasan: accurately determine the type of the bad accessAndrey Konovalov
2015-11-05kasan: update reported bug types for kernel memory accessesAndrey Konovalov
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov
2015-11-05mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V
2015-11-05mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V
2015-11-05mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V
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