aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Disintegrate include/linux/tc_actDavid Howells2012-10-099-7/+7
* UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells2012-10-0915-266/+281
* UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4David Howells2012-10-0913-226/+241
* UAPI: (Scripted) Disintegrate include/linux/netfilter_bridgeDavid Howells2012-10-0922-332/+350
* UAPI: (Scripted) Disintegrate include/linux/netfilter_arpDavid Howells2012-10-095-201/+209
* UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells2012-10-0910-272/+296
* UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells2012-10-0986-607/+636
* UAPI: (Scripted) Disintegrate include/linux/caifDavid Howells2012-10-094-2/+2
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0930-429/+730
|\
| * mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner2012-10-091-7/+7
| * mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+1
| * memory-hotplug: update memory block's state and notify userspaceWen Congyang2012-10-091-0/+2
| * memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang2012-10-091-0/+1
| * make GFP_NOTRACK definition unconditionalGlauber Costa2012-10-091-4/+0
| * CMA: migrate mlocked pagesMinchan Kim2012-10-091-0/+2
| * mm: remove unevictable_pgs_mlockfreedHugh Dickins2012-10-091-1/+0
| * memory-hotplug: fix zone stat mismatchMinchan Kim2012-10-091-0/+4
| * mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-47/+0
| * mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes2012-10-091-0/+1
| * mm: remove free_page_mlockHugh Dickins2012-10-091-1/+1
| * mm: remove vma arg from page_evictableHugh Dickins2012-10-091-1/+1
| * mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+4
| * mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas2012-10-091-1/+1
| * mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim2012-10-091-1/+2
| * mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-092-1/+17
| * mm: compaction: Restart compaction from near where it left offMel Gorman2012-10-091-0/+4
| * mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-092-2/+20
| * revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-4/+0
| * mm/memblock: cleanup early_node_map[] related commentsWanpeng Li2012-10-091-2/+1
| * readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| * atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+25
| * memory-hotplug: fix pages missed by race rather than failingMinchan Kim2012-10-091-0/+4
| * mm: remain migratetype in freed pageMinchan Kim2012-10-091-2/+2
| * mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim2012-10-091-0/+12
| * cma: count free CMA pagesBartlomiej Zolnierkiewicz2012-10-092-0/+9
| * mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-10/+11
| * mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2012-10-091-2/+4
| * mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-092-0/+6
| * mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-092-5/+20
| * mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-091-1/+0
| * mm: interval tree updatesMichel Lespinasse2012-10-093-222/+194
| * rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-093-50/+229
| * prio_tree: removeMichel Lespinasse2012-10-091-120/+0
| * mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-094-25/+240
| * rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-091-0/+27
| * rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-0/+30
| * rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-8/+0
| * rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-091-0/+19
| * rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-091-25/+9
| * rbtree: empty nodes have no colorMichel Lespinasse2012-10-092-11/+6