summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+4
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-1/+11
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-29/+25
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-4/+2
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-211-9/+11
* Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-081-14/+13
* mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-051-26/+16
* mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-11-301-6/+13
* mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-11-301-6/+6
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-11-301-6/+6
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-031-9/+29
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-10/+7
|\
| * mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7
* | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-261-1/+13
* | mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-261-10/+6
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-0/+1
* | mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-6/+4
* | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0
* | mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-051-1/+1
|/
* mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang2018-09-041-2/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-2/+2
|\
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+2
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-15/+16
* | mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-171-1/+2
* | thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-171-2/+2
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-0/+2
|\ \
| * | mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-211-0/+2
| |/
* / memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-3/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* mm: use page->deferred_listMatthew Wilcox2018-06-071-5/+2
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-2/+2
|\
| * Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-271-1/+4
| |\
| * \ Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
| |\ \
| | * | docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1
| |_|/ |/| |
* | | mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-201-1/+4
|/ /
* | page cache: use xa_lockMatthew Wilcox2018-04-111-5/+5
* | mm: unclutter THP migrationMichal Hocko2018-04-111-0/+6
* | memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-111-3/+2
* | mm/huge_memory.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov2018-04-051-21/+15
* | mm, thp: do not cause memcg oom for thpDavid Rientjes2018-03-221-2/+3
* | mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-221-1/+3
|/
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-311-37/+35
* mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-01-311-17/+12
* mm/huge_memory.c: fix comment in __split_huge_pmd_lockedYisheng Xie2018-01-311-4/+3
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-291-3/+3
|\
| * mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-2/+2