summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: Remove the 'write' parameter from gup_fast_permitted()Ira Weiny2019-05-251-3/+3
* 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: avoid potential NULL pointer dereferenceAndrey Ryabinin2019-05-161-0/+3
* mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand2019-05-161-0/+1
* mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner2019-05-161-20/+9
* mm/hotplug: treat CMA pages as unmovableQian Cai2019-05-161-12/+18
* slab: store tagged freelist for off-slab slabmgmtQian Cai2019-05-161-1/+0
* slab: fix a crash by reading /proc/slab_allocatorsQian Cai2019-05-101-1/+2
* mm/kmemleak.c: fix unused-function warningArnd Bergmann2019-05-081-0/+2
* kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-05-081-5/+11
* kasan: fix variable 'tag' set but not used warningQian Cai2019-05-041-1/+4
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-05-042-12/+49
* mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman2019-05-021-0/+13
* percpu: stop printing kernel addressesMatteo Croce2019-04-271-4/+4
* mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov2019-04-271-5/+0
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-271-1/+6
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-171-2/+18
* mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V2019-04-171-0/+36
* kasan: fix kasan_check_read/write definitionsArnd Bergmann2019-04-051-0/+2
* page_poison: play nicely with KASANQian Cai2019-04-052-1/+5
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-04-051-8/+9
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-04-051-1/+5
* mm, mempolicy: fix uninit memory accessVlastimil Babka2019-04-051-1/+1
* memcg: killed threads should not invoke memcg OOM killerTetsuo Handa2019-04-051-5/+14
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-04-051-1/+2
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-04-051-22/+29
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-04-051-0/+1
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-04-051-1/+3
* mm/sparse: fix a bad comparisonQian Cai2019-04-051-1/+1
* mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson2019-04-031-3/+8
* mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai2019-04-031-1/+2
* mm/memory_hotplug.c: fix notification in offline error pathQian Cai2019-04-031-1/+1
* mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador2019-04-031-1/+1
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-04-031-7/+33
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-04-034-2/+10
* mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-04-034-24/+45
* mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara2019-04-031-5/+6
* mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek2019-03-231-1/+4
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-231-8/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-012-3/+24
|\
| * hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-012-3/+24
* | mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-02-271-4/+3
|/
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-02-251-1/+1
* Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-6/+0
* mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko2019-02-211-12/+15
* mm: don't let userspace spam allocations warningsDaniel Vetter2019-02-211-1/+1