summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.14.270' into v4.14-rtLuis Claudio R. Goncalves2022-03-092-5/+12
|\
| * memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-081-3/+4
| * memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-03-021-2/+8
* | Merge tag 'v4.14.264' into v4.14-rtLuis Claudio R. Goncalves2022-02-111-16/+21
|\ \ | |/
| * shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* | Merge tag 'v4.14.258' into v4.14-rtLuis Claudio R. Goncalves2021-12-193-10/+79
|\ \ | |/
| * mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
| * hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2021-12-081-10/+43
| * hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-082-0/+29
* | Merge tag 'v4.14.256' into v4.14-rtLuis Claudio R. Goncalves2021-11-283-23/+22
|\ \ | |/
| * mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-261-1/+1
| * mm, oom: do not trigger out_of_memory from the #PFMichal Hocko2021-11-261-14/+8
| * mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-261-0/+3
| * mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-261-3/+4
| * mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2021-11-121-6/+7
* | Merge tag 'v4.14.249' into v4.14-rtLuis Claudio R. Goncalves2021-10-073-7/+7
|\ \ | |/
| * mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-221-2/+2
| * mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
| * mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2021-09-221-1/+1
* | Merge tag 'v4.14.240' into v4.14-rtLuis Claudio R. Goncalves2021-08-152-3/+3
|\ \ | |/
| * 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
* | Merge tag 'v4.14.239' into v4.14-rtLuis Claudio R. Goncalves2021-07-165-116/+176
|\ \ | |/
| * 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
* | Merge tag 'v4.14.238' into v4.14-rtLuis Claudio R. Goncalves2021-07-052-1/+7
|\ \ | |/
| * 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
* | Merge tag 'v4.14.236' into v4.14-rtLuis Claudio R. Goncalves2021-07-051-2/+12
|\ \ | |/
| * mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* | Merge tag 'v4.14.235' into v4.14-rtLuis Claudio R. Goncalves2021-06-083-7/+9
|\ \ | |/
| * hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-032-7/+6
| * mm, vmstat: drop zone->lock in /proc/pagetypeinfoStephen Brennan2021-06-031-0/+3
* | Merge tag 'v4.14.233' into v4.14-rtLuis Claudio R. Goncalves2021-06-084-12/+30
|\ \ | |/
| * userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen2021-05-221-1/+11