summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-261-3/+3
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-02-241-1/+5
* mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin2021-02-241-3/+2
* mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao2021-02-241-0/+2
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+4
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+2
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-051-14/+23
* mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-13/+32
|\
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-7/+4
| * mm/thp: narrow lru lockingAlex Shi2020-12-151-12/+13
| * mm/thp: simplify lru_add_page_tail()Alex Shi2020-12-151-14/+6
| * mm/thp: use head for head page in lru_add_page_tail()Alex Shi2020-12-151-12/+11
| * mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2020-12-151-0/+30
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-2/+2
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-2/+2
| |\
| | * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-2/+2
* | | mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches2020-12-151-21/+31
* | | mm: use sysfs_emit for struct kobject * usesJoe Perches2020-12-151-12/+16
* | | mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-1/+1
* | | mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner2020-12-151-2/+2
|/ /
* / mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-221-5/+4
|/
* mm: fix a race during THP splittingHuang Ying2020-10-161-6/+7
* mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov2020-10-161-7/+8
* mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov2020-10-161-4/+5
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-1/+1
* mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang2020-10-131-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+3
|\
| * mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas2020-09-041-0/+3
* | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-191-19/+23
* | Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-3/+4
|\ \ | |/ |/|
| * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-041-3/+4
* | mm: thp: remove debug_cow switchYang Shi2020-08-121-21/+0
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* | mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-2/+2
* | mm/mremap: start addresses are properly alignedWei Yang2020-08-071-3/+0
* | mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-5/+2
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\
| * mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* | mm: use false for bool variableZou Wei2020-06-041-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-239/+31
|\ \
| * | mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi2020-06-031-7/+0
| * | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1