aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li4-24/+27
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim3-3/+19
2012-10-09memory-hotplug: bug fix race between isolation and allocationMinchan Kim1-1/+4
2012-10-09mm: remain migratetype in freed pageMinchan Kim2-4/+7
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim3-4/+16
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz3-17/+36
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz5-9/+32
2012-10-09cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz2-5/+16
2012-10-09mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz1-2/+5
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim4-17/+52
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli1-3/+3
2012-10-09memory-hotplug: build zonelists when offlining pagesXishi Qiu1-1/+6
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse4-23/+49
2012-10-09mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse1-4/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse5-11/+64
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2-31/+21
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse8-41/+114
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse4-57/+6
2012-10-09mm: interval tree updatesMichel Lespinasse6-263/+235
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse7-203/+255
2012-10-09prio_tree: removeMichel Lespinasse8-800/+1
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse1-49/+51
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse25-466/+357
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse7-0/+417
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse3-67/+34
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse3-98/+46
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse4-54/+296
2012-10-09rbtree: augmented rbtree testMichel Lespinasse1-2/+101
2012-10-09rbtree: low level optimizations in rb_erase()Michel Lespinasse1-34/+64
2012-10-09rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse1-43/+62
2012-10-09rbtree: place easiest case first in rb_erase()Michel Lespinasse1-17/+18
2012-10-09rbtree: add __rb_change_child() helper functionMichel Lespinasse1-29/+17
2012-10-09rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse1-1/+1
2012-10-09rbtree: optimize fetching of sibling nodeMichel Lespinasse1-8/+13
2012-10-09rbtree: coding style adjustmentsMichel Lespinasse1-19/+23
2012-10-09rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse1-93/+115
2012-10-09rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse1-38/+30
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2-11/+18
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