summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-07-17mm: update the description for madvise_removeWang Sheng-Hui
2014-07-17mm-vmscan-clean-up-struct-scan_control-checkpatch-fixesAndrew Morton
2014-07-17mm: vmscan: clean up struct scan_controlJohannes Weiner
2014-07-17mm: vmscan: move swappiness out of scan_controlJohannes Weiner
2014-07-17mm: vmscan: remove all_unreclaimable() fixJohannes Weiner
2014-07-17mm: vmscan: remove all_unreclaimable()Johannes Weiner
2014-07-17mm: vmscan: rework compaction-ready signaling in direct reclaim fixJohannes Weiner
2014-07-17mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner
2014-07-17mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner
2014-07-17mm/page_alloc.c: update comments for get/set_pfnblock_flags_maskQiang Huang
2014-07-17mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-07-17mm: memcontrol: rewrite uncharge API fix - migrate before re-mappingJohannes Weiner
2014-07-17mm: memcontrol: rewrite uncharge API fix - double migrationJohannes Weiner
2014-07-17mm: memcontrol: rewrite uncharge API fix - uncharge from IRQ contextJohannes Weiner
2014-07-17mm-memcontrol-rewrite-charge-api-fix-shmem_unuse-fixHugh Dickins
2014-07-17mm: memcontrol: rewrite charge API: fix shmem_unuseHugh Dickins
2014-07-17memcg: mem_cgroup_charge_statistics needs preempt_disableMichal Hocko
2014-07-17mm: memcontrol: rewrite uncharge API fix 2Johannes Weiner
2014-07-17mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-07-17mm: memcontrol: rewrite charge APIJohannes Weiner
2014-07-17mm: memcontrol: do not acquire page_cgroup lock for kmem pagesJohannes Weiner
2014-07-17mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsedJohannes Weiner
2014-07-17mm: memcontrol: use root_mem_cgroup res_counterJohannes Weiner
2014-07-17mm: memcontrol: catch root bypass in move prechargeJohannes Weiner
2014-07-17mm: memcontrol: simplify move precharge functionJohannes Weiner
2014-07-17mm: memcontrol: remove explicit OOM parameter in charge pathMichal Hocko
2014-07-17mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL chargesJohannes Weiner
2014-07-17mm: huge_memory: use GFP_TRANSHUGE when charging huge pagesJohannes Weiner
2014-07-17mm: memcontrol: reclaim at least once for __GFP_NORETRYJohannes Weiner
2014-07-17mm: memcontrol: rearrange charging fast pathJohannes Weiner
2014-07-17mm: memcontrol: fold mem_cgroup_do_charge()Johannes Weiner
2014-07-17mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomicWaiman Long
2014-07-17mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-07-17mm, CMA: clean-up log messageJoonsoo Kim
2014-07-17mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim
2014-07-17mm, CMA: clean-up CMA allocation error pathJoonsoo Kim
2014-07-17CMA: generalize CMA reserved area management functionalityJoonsoo Kim
2014-07-17mm/internal.h: use nth_pageFabian Frederick
2014-07-17mm: page_alloc: simplify drain_zone_pages by using min()Michal Nazarewicz
2014-07-17mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen
2014-07-17mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2014-07-17vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim
2014-07-17mm/page_alloc.c: unexport alloc_pages_exact_nid()Andrew Morton
2014-07-17mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick
2014-07-17mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_spanFabian Frederick
2014-07-17mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick
2014-07-17mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin
2014-07-17slub: avoid duplicate creation on the first objectWei Yang
2014-07-17slab: change int to size_t for representing allocation sizeJoonsoo Kim
2014-07-17slab: remove BAD_ALIEN_MAGICJoonsoo Kim