summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V2016-12-131-4/+2Star
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2016-12-131-5/+7
* mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser2016-12-131-1/+2
* mm/vmscan.c: set correct defer count for shrinkerShaohua Li2016-12-131-3/+11
* mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen2016-12-131-0/+13
* mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-132-43/+31Star
* mm, slab: faster active and free statsGreg Thelen2016-12-132-71/+49Star
* mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2016-12-132-0/+21
* slub: avoid false-postive warningArnd Bergmann2016-12-131-1/+1
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-135-23/+31
* mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov2016-12-131-1/+14
* Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-122-6/+7
|\
| * x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-092-6/+7
* | shmem: fix shm fallocate() list corruptionLinus Torvalds2016-12-061-1/+14
* | mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-031-0/+2
* | mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko2016-12-031-1/+1
* | mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2016-12-011-4/+4
* | kasan: support use-after-scope detectionDmitry Vyukov2016-12-013-0/+23
* | kasan: update kasan_global for gcc 7Dmitry Vyukov2016-12-011-0/+3
* | thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov2016-12-011-2/+5
* | mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure2016-12-011-0/+2
* | mremap: move_ptes: check pte dirty after its removalAaron Lu2016-11-292-6/+10
* | mremap: fix race between mremap() and page cleanningAaron Lu2016-11-172-10/+29
* | mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-111-0/+1
* | memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen2016-11-111-2/+2
* | mm/filemap: don't allow partially uptodate page for pipesEryu Guan2016-11-111-0/+3
* | mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz2016-11-111-0/+66
* | mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi2016-11-111-7/+5Star
* | swapfile: fix memory corruption via malformed swapfileJann Horn2016-11-111-0/+2
* | mm/cma.c: check the max limit for cma allocationShiraz Hashim2016-11-111-0/+3
* | shmem: fix pageflags after swapping DMA32 objectHugh Dickins2016-11-111-0/+2
* | mm: remove extra newline from allocation stall warningTetsuo Handa2016-11-111-1/+1
|/
* Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-021-1/+1
|\
| * latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-311-1/+1