aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: low level optimizations in rb_insert_color()Michel Lespinasse1-35/+131
2012-10-09rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse1-4/+15
2012-10-09rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse1-10/+4
2012-10-09rbtree: performance and correctness testMichel Lespinasse3-0/+144
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse3-31/+36
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse5-17/+9
2012-10-09rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse1-66/+1
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse1-3/+0
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer6-18/+220
2012-10-09thp, s390: disable thp for kvm host on s390Gerald Schaefer1-0/+30
2012-10-09thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2-0/+44
2012-10-09thp, s390: thp splitting backend for s390Gerald Schaefer3-1/+41
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer1-0/+4
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer3-2/+17
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer4-43/+55
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer3-1/+5
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 Deacon9-0/+32
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso7-171/+7
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 Grimberg2-25/+49
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11
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 Gorman2-22/+17
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 Gorman5-29/+130
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 Khlebnikov70-105/+77
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov3-4/+8
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov6-58/+5