aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells86-607/+636
2012-10-09UAPI: (Scripted) Disintegrate include/linux/caifDavid Howells4-2/+2
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-429/+730
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-0/+2
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-0/+1
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa1-4/+0
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-0/+2
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins1-1/+0
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim1-0/+4
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-47/+0
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes1-0/+1
2012-10-09mm: remove free_page_mlockHugh Dickins1-1/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+4
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas1-1/+1
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim1-1/+2
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2-1/+17
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman1-0/+4
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2-2/+20
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman1-4/+0
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li1-2/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li1-0/+25
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim1-0/+4
2012-10-09mm: remain migratetype in freed pageMinchan Kim1-2/+2
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim1-0/+12
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz2-0/+9
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-10/+11
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-2/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2-0/+6
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2-5/+20
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-1/+0
2012-10-09mm: interval tree updatesMichel Lespinasse3-222/+194
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse3-50/+229
2012-10-09prio_tree: removeMichel Lespinasse1-120/+0
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse4-25/+240
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse1-0/+27
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse1-0/+30
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse1-8/+0
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse1-0/+19
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-25/+9
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse2-11/+6
2012-10-09rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse1-66/+1
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer1-0/+5
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer2-1/+8
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso2-12/+0
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely scheduleSagi Grimberg1-0/+1
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11