summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-6/+3
| * | mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-1/+3
| * | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-4/+4
| * | thp: change CoW semantics for anon-THPKirill A. Shutemov2020-06-031-225/+25
* | | mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli2020-06-031-3/+28
|/ /
* / gup: document and work around "COW can break either way" issueLinus Torvalds2020-06-021-4/+3
|/
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+3
* userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu2020-04-071-0/+8