summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-13mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2-36/+43
2016-12-13mm, debug: print raw struct page data in __dump_page()Vlastimil Babka1-0/+4
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V6-17/+100
2016-12-13mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V3-15/+18
2016-12-13mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes1-5/+9
2016-12-13mm: turn vmap_purge_lock into a mutexChristoph Hellwig1-7/+7
2016-12-13mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig1-1/+6
2016-12-13x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin1-1/+1
2016-12-13kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin1-1/+1
2016-12-13mm: add vfree_atomic()Andrey Ryabinin2-6/+37
2016-12-13mm: refactor __purge_vmap_area_lazy()Christoph Hellwig1-45/+35
2016-12-13mm: remove free_unmap_vmap_area_addr()Christoph Hellwig1-13/+8
2016-12-13mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig1-11/+2
2016-12-13mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner1-19/+25
2016-12-13mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-13mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner6-138/+60
2016-12-13lib: radix-tree: update callback for changing leaf nodesJohannes Weiner4-16/+36
2016-12-13lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner1-111/+116
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner10-40/+64
2016-12-13lib: radix-tree: native accounting of exceptional entriesJohannes Weiner4-12/+57
2016-12-13mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner1-8/+12
2016-12-13mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-13mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-12-13include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton1-1/+1
2016-12-13mm: don't cap request size based on read-ahead settingJens Axboe4-11/+31
2016-12-13shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2016-12-13fs/fs-writeback.c: remove redundant if checkTahsin Erdogan1-9/+7
2016-12-13mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4
2016-12-13mm: cma: make linux/cma.h standalone includibleThierry Reding1-0/+3
2016-12-13mm: disable numa migration faults for dax vmasDan Williams1-0/+8
2016-12-13mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens1-0/+4
2016-12-13dt: add documentation of "hotpluggable" memory propertyReza Arbab1-0/+7
2016-12-13of/fdt: mark hotpluggable memoryReza Arbab3-1/+21
2016-12-13mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab1-1/+1
2016-12-13mm: remove x86-only restriction of movable_nodeReza Arbab3-21/+25
2016-12-13powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab1-12/+1
2016-12-13mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski1-1/+3
2016-12-13mm: fix up get_user_pages* commentsLorenzo Stoakes1-10/+6
2016-12-13mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V7-81/+15
2016-12-13mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V11-1/+78
2016-12-13mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V7-1/+20
2016-12-13mm: update mmu_gather range correctlyAneesh Kumar K.V1-12/+31
2016-12-13mm: use the correct page size when removing the pageAneesh Kumar K.V1-2/+2
2016-12-13shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2016-12-13mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2016-12-13mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko1-16/+8
2016-12-13mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes4-4/+6
2016-12-13mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu1-22/+5
2016-12-13mm: make unreserve highatomic functions reliableMinchan Kim1-7/+17
2016-12-13mm: try to exhaust highatomic reserve before the OOMMinchan Kim1-5/+10