summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-0925-466/+357
* rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-097-0/+417
* rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-093-67/+34
* rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-093-98/+46
* rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-094-54/+296
* rbtree: augmented rbtree testMichel Lespinasse2012-10-091-2/+101
* rbtree: low level optimizations in rb_erase()Michel Lespinasse2012-10-091-34/+64
* rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse2012-10-091-43/+62
* rbtree: place easiest case first in rb_erase()Michel Lespinasse2012-10-091-17/+18
* rbtree: add __rb_change_child() helper functionMichel Lespinasse2012-10-091-29/+17
* rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse2012-10-091-1/+1
* rbtree: optimize fetching of sibling nodeMichel Lespinasse2012-10-091-8/+13
* rbtree: coding style adjustmentsMichel Lespinasse2012-10-091-19/+23
* rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse2012-10-091-93/+115
* rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse2012-10-091-38/+30
* rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-092-11/+18
* rbtree: low level optimizations in rb_insert_color()Michel Lespinasse2012-10-091-35/+131
* rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse2012-10-091-4/+15
* rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse2012-10-091-10/+4
* rbtree: performance and correctness testMichel Lespinasse2012-10-093-0/+144
* rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-093-31/+36
* rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse2012-10-091-0/+1
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-095-17/+9
* rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse2012-10-091-66/+1
* ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse2012-10-091-3/+0
* thp, s390: architecture backend for thp on s390Gerald Schaefer2012-10-096-18/+220
* thp, s390: disable thp for kvm host on s390Gerald Schaefer2012-10-091-0/+30
* thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2012-10-092-0/+44
* thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-093-1/+41
* thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer2012-10-091-0/+4
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-093-2/+17
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-094-43/+55
* thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-093-1/+5
* mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse2012-10-091-1/+5
* thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong2012-10-091-5/+0
* thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong2012-10-091-9/+2
* thp: remove khugepaged_loopXiao Guangrong2012-10-091-10/+4
* thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong2012-10-091-68/+98
* thp: release page in page pre-alloc pathXiao Guangrong2012-10-091-12/+7
* thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong2012-10-091-52/+45
* thp: remove some code depend on CONFIG_NUMAXiao Guangrong2012-10-091-7/+3
* thp: remove wake_up_interruptible in the exit pathXiao Guangrong2012-10-091-14/+21
* thp: remove unnecessary khugepaged_thread checkXiao Guangrong2012-10-091-4/+1
* thp: move khugepaged_mutex out of khugepagedXiao Guangrong2012-10-091-23/+13
* thp: remove unnecessary check in start_khugepagedXiao Guangrong2012-10-091-5/+2
* thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong2012-10-091-1/+1
* mm: adjust final #endif position in mm/internal.hMichel Lespinasse2012-10-091-1/+2
* mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-099-0/+32
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-097-171/+7
* mm/vmscan: fix error number for failed kthreadGavin Shan2012-10-091-2/+2
OpenPOWER on IntegriCloud