summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-12-12mm: make transparent hugepage size publicHugh Dickins
2016-12-12mm: add three more cond_resched() in swapoffHugh Dickins
2016-12-12mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka
2016-12-12mm, debug: print raw struct page data in __dump_page()Vlastimil Babka
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig
2016-12-12mm: add vfree_atomic()Andrey Ryabinin
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab
2016-12-12mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab
2016-12-12mm: remove x86-only restriction of movable_nodeReza Arbab
2016-12-12mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski
2016-12-12mm: fix up get_user_pages* commentsLorenzo Stoakes
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V
2016-12-12mm: use the correct page size when removing the pageAneesh Kumar K.V
2016-12-12shmem: avoid maybe-uninitialized warningArnd Bergmann
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu
2016-12-12mm: make unreserve highatomic functions reliableMinchan Kim
2016-12-12mm: try to exhaust highatomic reserve before the OOMMinchan Kim
2016-12-12mm: prevent double decrease of nr_reserved_highatomicMinchan Kim
2016-12-12mm: don't steal highatomic pageblockMinchan Kim
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek
2016-12-12mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V
2016-12-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V
2016-12-12mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li