aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-2/+16
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes1-5/+9
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig1-7/+7
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig1-1/+6
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-6/+36
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig1-45/+35
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig1-13/+8
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig1-11/+2
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner1-19/+25
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner3-80/+51
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner4-7/+8
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-4/+4
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner1-8/+12
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-11/+28
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens1-0/+4
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab1-1/+1
2016-12-12mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab1-1/+1
2016-12-12mm: remove x86-only restriction of movable_nodeReza Arbab1-20/+0
2016-12-12mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski1-1/+3
2016-12-12mm: fix up get_user_pages* commentsLorenzo Stoakes1-10/+6
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-15/+6
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V4-1/+16
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-1/+1
2016-12-12mm: use the correct page size when removing the pageAneesh Kumar K.V1-2/+2
2016-12-12shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko1-16/+8
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes3-4/+4
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu1-22/+5
2016-12-12mm: make unreserve highatomic functions reliableMinchan Kim1-7/+17
2016-12-12mm: try to exhaust highatomic reserve before the OOMMinchan Kim1-5/+10
2016-12-12mm: prevent double decrease of nr_reserved_highatomicMinchan Kim1-6/+18
2016-12-12mm: don't steal highatomic pageblockMinchan Kim1-2/+4
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-12-12mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V1-4/+2
2016-12-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V1-5/+7
2016-12-12mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser1-1/+2
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes2-43/+31
2016-12-12mm, slab: faster active and free statsGreg Thelen2-71/+49
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2-0/+21
2016-12-12slub: avoid false-postive warningArnd Bergmann1-1/+1
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31