summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-281-3/+3
* mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-07-281-0/+22
* mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao2019-07-211-7/+5
* mm/vmscan.c: prevent useless kswapd loopsShakeel Butt2019-07-101-12/+15
* swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov2019-07-101-5/+8
* mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack2019-07-101-2/+2
* mm, swap: fix THP swap outHuang Ying2019-07-031-5/+2
* mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King2019-07-031-2/+2
* mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-07-032-13/+21
* mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi2019-07-031-0/+2
* mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang2019-07-031-1/+1
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-221-0/+3
* mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi2019-06-221-5/+19
* mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-191-1/+1
* mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-191-1/+1
* percpu: do not search past bitmap when allocating an areaDennis Zhou2019-06-151-1/+2
* percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck2019-06-151-1/+5
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-06-151-1/+5
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-06-151-1/+1
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-06-151-1/+1
* mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-06-151-8/+11
* mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He2019-06-151-1/+1
* mm/compaction.c: fix an undefined behaviourQian Cai2019-06-151-1/+3
* mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-06-151-1/+3
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-06-151-2/+4
* mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand2019-06-151-14/+21
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-151-5/+16
* mm/hmm: select mmu notifier when selecting HMMJérôme Glisse2019-06-151-1/+1
* mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport2019-06-151-3/+2
* mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose2019-06-091-1/+1
* kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor2019-06-091-1/+1
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-091-5/+3
* x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-251-7/+8
* mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-221-2/+2
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-222-18/+7
* mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-221-1/+2
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-221-6/+10
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-221-1/+22
* mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin2019-04-261-3/+3
* mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin2019-04-261-0/+3
* mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman2019-04-261-5/+0
* mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman2019-04-261-0/+13
* mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand2019-04-261-0/+1
* Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-191-4/+4
|\
| * percpu: stop printing kernel addressesMatteo Croce2019-03-181-4/+4
* | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-1/+6
* | mm/kmemleak.c: fix unused-function warningArnd Bergmann2019-04-191-0/+2
* | mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner2019-04-191-20/+9
* | mm/hotplug: treat CMA pages as unmovableQian Cai2019-04-191-12/+18
* | mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov2019-04-191-5/+0