summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-06-19mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim
2019-06-19mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt
2019-06-15percpu: do not search past bitmap when allocating an areaDennis Zhou
2019-06-15percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck
2019-06-15mm/slab.c: fix an infinite loop in leaks_show()Qian Cai
2019-06-15mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu
2019-06-15mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V
2019-06-15mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu
2019-06-15mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He
2019-06-15mm/compaction.c: fix an undefined behaviourQian Cai
2019-06-15mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu
2019-06-15mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang
2019-06-15mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand
2019-06-15hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-06-15mm/hmm: select mmu notifier when selecting HMMJérôme Glisse
2019-06-15mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-06-09mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose
2019-06-09kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-06-09memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-05-25x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-05-22mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman
2019-05-22hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-05-22mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen
2019-05-22mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-05-22mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman
2019-04-26mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand
2019-04-19Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-19mm/kmemleak.c: fix unused-function warningArnd Bergmann
2019-04-19mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner
2019-04-19mm/hotplug: treat CMA pages as unmovableQian Cai
2019-04-19mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins
2019-04-19mm: swapoff: take notice of completion soonerHugh Dickins
2019-04-19mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIESHugh Dickins
2019-04-19mm: swapoff: shmem_find_swap_entries() filter out other typesHugh Dickins
2019-04-19slab: store tagged freelist for off-slab slabmgmtQian Cai
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2019-04-07slab: fix a crash by reading /proc/slab_allocatorsQian Cai
2019-04-05mm/util.c: fix strndup_user() commentAndrew Morton
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas
2019-04-04mm/compaction.c: abort search if isolation failsQian Cai
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman