summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse2012-12-111-94/+30
* mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse2012-12-111-114/+30
* mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse2012-12-111-114/+25
* mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse2012-12-111-18/+9
* mm: use vm_unmapped_area() on sh architectureMichel Lespinasse2012-12-111-114/+23
* mm: use vm_unmapped_area() on arm architectureMichel Lespinasse2012-12-111-109/+23
* mm: use vm_unmapped_area() on mips architectureMichel Lespinasse2012-12-111-94/+17
* mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse2012-12-111-105/+25
* mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse2012-12-111-34/+8
* mm: fix cache coloring on x86_64 architectureMichel Lespinasse2012-12-111-2/+2
* mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse2012-12-113-126/+33
* mm: vm_unmapped_area() lookup functionMichel Lespinasse2012-12-112-90/+253
* mm: rearrange vm_area_struct for fewer cache missesRik van Riel2012-12-111-4/+8
* mm: check rb_subtree_gap correctnessMichel Lespinasse2012-12-111-14/+39
* mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2012-12-112-11/+141
* selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2012-12-112-2/+256
* mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-1112-18/+135
* mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi2012-12-111-13/+13
* dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET2012-12-111-0/+24
* mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes2012-12-111-22/+9
* Documentation/cgroups/memory.txt: s/mem_cgroup_charge/mem_cgroup_change_common/Jeff Liu2012-12-111-3/+3
* mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-113-2/+32
* mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim2012-12-111-2/+1
* mm, highmem: remove page_address_pool listJoonsoo Kim2012-12-111-16/+2
* mm, highmem: remove useless pool_lockJoonsoo Kim2012-12-111-6/+0
* mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim2012-12-111-1/+1
* mm: do not call frontswap_init() during swapoffCesar Eduardo Barros2012-12-111-1/+1
* mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros2012-12-111-9/+17
* mm,vmscan: only evict file pages when we have plentyRik van Riel2012-12-111-2/+13
* mm: add comment on storage key dirty bit semanticsJan Kara2012-12-112-3/+8
* mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen2012-12-111-2/+2
* slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan2012-12-111-2/+2
* memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan2012-12-113-17/+125
* memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-112-3/+7
* memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang2012-12-111-1/+2
* memory-hotplug: suppress "Device nodeX does not have a release() function" wa...Yasuaki Ishimatsu2012-12-111-1/+19
* numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-114-21/+27
* memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang2012-12-111-5/+5
* memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang2012-12-111-0/+3
* memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang2012-12-111-0/+22
* memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-115-18/+53
* memory hotplug: suppress "Device memoryX does not have a release() function" ...Yasuaki Ishimatsu2012-12-111-1/+8
* thp: cleanup: introduce mk_huge_pmd()Bob Liu2012-12-111-9/+12
* thp: introduce hugepage_vma_check()Bob Liu2012-12-111-21/+17
* mm: introduce mm_find_pmd()Bob Liu2012-12-115-92/+44
* thp: clean up __collapse_huge_page_isolateBob Liu2012-12-111-27/+11
* mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-112-11/+5
* mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-114-18/+13
* mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes2012-12-112-4/+2
* mm: show migration types in show_memRabin Vincent2012-12-111-2/+40