aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer
2012-10-09mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong
2012-10-09thp: remove khugepaged_loopXiao Guangrong
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong
2012-10-09mm: adjust final #endif position in mm/internal.hMichel Lespinasse
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg
2012-10-09mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman
2012-10-09mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman
2012-10-09mempolicy: remove mempolicy sharingKOSAKI Motohiro
2012-10-09revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy link...KOSAKI Motohiro
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman
2012-10-09mm: compaction: update comment in try_to_compact_pagesMel Gorman
2012-10-09mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel
2012-10-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg
2012-10-03Merge branch 'slab/next' into slab/for-linusPekka Enberg
2012-10-03slab: Fix build failure in __kmem_cache_create()Tetsuo Handa