summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* bdi: Do not use freezable workqueueMika Westerberg2021-07-201-2/+2
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-201-1/+1
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-4/+1
* mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-07-111-0/+4
* mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-07-111-9/+25
* mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-07-111-4/+9
* mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-07-111-4/+3
* mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-07-111-50/+55
* mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-07-111-4/+4
* mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-07-111-16/+14
* mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-07-111-5/+6
* mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-07-111-4/+8
* mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-07-111-5/+4
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-07-111-17/+7
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-07-111-4/+4
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-07-113-31/+52
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-07-113-2/+28
* mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin2021-07-111-8/+3
* mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin2021-07-111-1/+1
* mm/slub.c: include swab.hAndrew Morton2021-06-301-0/+1
* mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun2021-06-301-1/+6
* mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-032-7/+6
* mm, vmstat: drop zone->lock in /proc/pagetypeinfoStephen Brennan2021-06-031-0/+3
* userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen2021-05-221-1/+11
* ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin2021-05-221-0/+1
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-221-2/+9
* khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin2021-05-221-9/+9
* gup: document and work around "COW can break either way" issueLinus Torvalds2021-04-282-10/+41
* mm: writeback: use exact memcg dirty countsGreg Thelen2021-04-071-2/+18
* mm: fix oom_kill event handlingRoman Gushchin2021-04-072-3/+5
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2021-04-072-13/+17
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-04-071-1/+1
* Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds2021-03-171-1/+1
* swap: fix swapfile read/write offsetJens Axboe2021-03-072-9/+4
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-6/+11
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-071-2/+4
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-03-031-0/+39
* hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz2021-03-031-4/+6
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-031-1/+3
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-03-031-3/+3
* memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-231-42/+6
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-0/+1
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-101-14/+23
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-101-2/+1
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-101-2/+2
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-301-3/+1
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-231-1/+1