summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm: handle lru_add_drain_all for UP properlyMichal Hocko2019-03-231-7/+10
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-03-231-4/+4
* Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-03-231-3/+1Star
* mm/gup: fix gup_pmd_range() for daxYu Zhao2019-03-231-1/+2
* mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko2019-03-131-12/+15
* mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-03-131-0/+3
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-131-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-052-3/+24
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-03-051-4/+3Star
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-03-051-0/+1
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-271-3/+3
* Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner2019-02-201-10/+0Star
* mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2019-02-121-8/+29
* percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou2019-02-121-2/+3
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-061-2/+5
* mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi2019-02-061-1/+2
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-02-061-0/+8
* mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador2019-02-061-16/+20
* oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-061-2/+2
* mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli2019-02-061-1/+2
* Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko2019-01-311-12/+0Star
* mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2019-01-261-1/+2
* mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster2019-01-261-14/+21
* mm: page_mapped: don't assume compound page is huge or THPJan Stancek2019-01-161-1/+1
* mm, memcg: fix reclaim deadlock with writebackMichal Hocko2019-01-161-0/+23
* mm/usercopy.c: no check page span for stack objectsQian Cai2019-01-161-4/+5
* slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter2019-01-161-2/+4
* memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko2019-01-131-2/+18
* mm, swap: fix swapoff with KSM pagesHuang Ying2019-01-131-1/+2
* mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2019-01-131-2/+2
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2019-01-131-103/+24Star
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2019-01-131-0/+16
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-12-291-2/+4
* mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador2018-12-291-2/+5
* mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-291-9/+11
* mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko2018-12-291-0/+12
* mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang2018-12-171-1/+3
* userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli2018-12-081-0/+11
* userfaultfd: shmem: add i_size checksAndrea Arcangeli2018-12-082-4/+40
* userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli2018-12-081-2/+13
* userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-12-083-5/+5
* mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-12-051-2/+4
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-051-2/+6
* userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-12-051-9/+6Star
* mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-12-051-1/+9