aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-09
* rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-09
* rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-09
* rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-09
* rbtree: augmented rbtree testMichel Lespinasse2012-10-09
* rbtree: low level optimizations in rb_erase()Michel Lespinasse2012-10-09
* rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: place easiest case first in rb_erase()Michel Lespinasse2012-10-09
* rbtree: add __rb_change_child() helper functionMichel Lespinasse2012-10-09
* rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse2012-10-09
* rbtree: optimize fetching of sibling nodeMichel Lespinasse2012-10-09
* rbtree: coding style adjustmentsMichel Lespinasse2012-10-09
* rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-09
* rbtree: low level optimizations in rb_insert_color()Michel Lespinasse2012-10-09
* rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse2012-10-09
* rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse2012-10-09
* rbtree: performance and correctness testMichel Lespinasse2012-10-09
* rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-09
* rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse2012-10-09
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-09
* rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse2012-10-09
* ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse2012-10-09
* thp, s390: architecture backend for thp on s390Gerald Schaefer2012-10-09
* thp, s390: disable thp for kvm host on s390Gerald Schaefer2012-10-09
* thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2012-10-09
* thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-09
* thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer2012-10-09
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-09
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-09
* thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-09
* mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse2012-10-09
* thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong2012-10-09
* thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong2012-10-09
* thp: remove khugepaged_loopXiao Guangrong2012-10-09
* thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong2012-10-09
* thp: release page in page pre-alloc pathXiao Guangrong2012-10-09
* thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong2012-10-09
* thp: remove some code depend on CONFIG_NUMAXiao Guangrong2012-10-09
* thp: remove wake_up_interruptible in the exit pathXiao Guangrong2012-10-09
* thp: remove unnecessary khugepaged_thread checkXiao Guangrong2012-10-09
* thp: move khugepaged_mutex out of khugepagedXiao Guangrong2012-10-09
* thp: remove unnecessary check in start_khugepagedXiao Guangrong2012-10-09
* thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong2012-10-09
* mm: adjust final #endif position in mm/internal.hMichel Lespinasse2012-10-09
* mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-09
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-09
* mm/vmscan: fix error number for failed kthreadGavin Shan2012-10-09
* mm/mmu_notifier: init notifier if necessaryGavin Shan2012-10-09