aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer1-0/+4
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer2-2/+12
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer2-42/+47
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer1-1/+1
2012-10-09mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse1-1/+5
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong1-5/+0
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong1-9/+2
2012-10-09thp: remove khugepaged_loopXiao Guangrong1-10/+4
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong1-68/+98
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong1-12/+7
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong1-52/+45
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong1-7/+3
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong1-14/+21
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong1-4/+1
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong1-23/+13
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong1-5/+2
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong1-1/+1
2012-10-09mm: adjust final #endif position in mm/internal.hMichel Lespinasse1-1/+2
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-2/+2
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan1-11/+11
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely scheduleSagi Grimberg1-25/+48
2012-10-09mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman1-1/+11
2012-10-09mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro1-6/+9
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman1-21/+16
2012-10-09mempolicy: remove mempolicy sharingKOSAKI Motohiro1-14/+38
2012-10-09revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages"KOSAKI Motohiro1-17/+24
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman3-27/+127
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failuresMel Gorman1-0/+25
2012-10-09mm: compaction: update comment in try_to_compact_pagesMel Gorman1-5/+1
2012-10-09mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins1-24/+21
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong1-1/+10
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov6-14/+9
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-2/+6
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2-31/+5
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov6-12/+21
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov4-6/+15
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2-2/+7
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2-32/+13
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfnSuresh Siddha1-8/+5
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-4/+3
2012-10-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds6-415/+445
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen1-1/+1
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg2-2/+2
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg5-277/+280
2012-10-03Merge branch 'slab/next' into slab/for-linusPekka Enberg5-148/+175
2012-10-03slab: Fix build failure in __kmem_cache_create()Tetsuo Handa1-2/+3
2012-10-03slub: init_kmem_cache_cpus() and put_cpu_partial() can be staticFengguang Wu1-2/+2
2012-10-02Merge tag 'stable/for-linus-3.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-4/+30