summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1333-583/+727
|\
| * mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu2016-12-131-4/+12
| * kasan: eliminate long stalls during quarantine reductionDmitry Vyukov2016-12-131-46/+48
| * kasan: support panic_on_warnDmitry Vyukov2016-12-131-0/+2
| * mm: make transparent hugepage size publicHugh Dickins2016-12-131-0/+10
| * mm: add three more cond_resched() in swapoffHugh Dickins2016-12-131-7/+6Star
| * mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2016-12-131-2/+10
| * mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2016-12-131-35/+34Star
| * mm, debug: print raw struct page data in __dump_page()Vlastimil Babka2016-12-131-0/+4
| * mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-134-17/+87
| * mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-131-2/+16
| * mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes2016-12-131-5/+9
| * mm: turn vmap_purge_lock into a mutexChristoph Hellwig2016-12-131-7/+7
| * mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig2016-12-131-1/+6
| * mm: add vfree_atomic()Andrey Ryabinin2016-12-131-6/+36
| * mm: refactor __purge_vmap_area_lazy()Christoph Hellwig2016-12-131-45/+35Star
| * mm: remove free_unmap_vmap_area_addr()Christoph Hellwig2016-12-131-13/+8Star
| * mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig2016-12-131-11/+2Star
| * mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner2016-12-131-19/+25
| * mm: workingset: restore refault tracking for single-page filesJohannes Weiner2016-12-131-8/+1Star
| * mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-133-80/+51Star
| * lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-131-1/+2
| * lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-134-7/+8
| * lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-131-4/+4
| * mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner2016-12-131-8/+12
| * mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2016-12-131-2/+4
| * mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2016-12-131-0/+5
| * mm: don't cap request size based on read-ahead settingJens Axboe2016-12-131-11/+28
| * shmem: fix compilation warnings on unused functionsJérémy Lefaure2016-12-131-0/+2
| * mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov2016-12-131-1/+4
| * mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens2016-12-131-0/+4
| * of/fdt: mark hotpluggable memoryReza Arbab2016-12-131-1/+1
| * mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab2016-12-131-1/+1
| * mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-131-20/+0Star
| * mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski2016-12-131-1/+3
| * mm: fix up get_user_pages* commentsLorenzo Stoakes2016-12-131-10/+6Star
| * mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-131-15/+6Star
| * mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-134-1/+16
| * mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-131-1/+1
| * mm: use the correct page size when removing the pageAneesh Kumar K.V2016-12-131-2/+2
| * shmem: avoid maybe-uninitialized warningArnd Bergmann2016-12-131-3/+1Star
| * mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2016-12-132-26/+14Star
| * mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko2016-12-131-16/+8Star
| * mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-133-4/+4
| * mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu2016-12-131-22/+5Star
| * mm: make unreserve highatomic functions reliableMinchan Kim2016-12-131-7/+17
| * mm: try to exhaust highatomic reserve before the OOMMinchan Kim2016-12-131-5/+10
| * mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2016-12-131-6/+18
| * mm: don't steal highatomic pageblockMinchan Kim2016-12-131-2/+4
| * kmemleak: fix reference to DocumentationAndreas Platschek2016-12-131-1/+1