summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-10-051-0/+2
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-12-161-1/+5
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2018-01-011-10/+4
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-09-151-1/+8
* mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko2017-06-051-1/+1
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-03-161-3/+16
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-06-151-4/+2
* mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-11-131-5/+6
* mm: free compound page with correct orderYu Zhao2014-11-131-2/+2
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-091-2/+5
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-091-2/+2
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-231-6/+12
* mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins2014-06-231-4/+35
* mm/huge_memory.c: complete conversion to pr_foo()Andrew Morton2014-06-041-11/+11
* thp: consolidate assert checks in __split_huge_page()Kirill A. Shutemov2014-06-041-4/+6
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-071-88/+25
|\
| * thp: close race between split and zap huge pagesKirill A. Shutemov2014-04-181-3/+10
| * memcg: rename high level charging functionsMichal Hocko2014-04-071-4/+4
| * mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton2014-04-071-4/+9
| * mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Kirill A. Shutemov2014-04-031-77/+2
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka2014-03-041-1/+1
* mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2014-02-251-3/+6
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-7/+2
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-271-9/+5
|\
| * powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-9/+5
* | mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-231-1/+1
* | mm: show message when updating min_free_kbytes in thpHan Pingtian2014-01-231-1/+7
* | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-18/+18
|/
* thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins2014-01-121-3/+3
* mm: remove bogus warning in copy_huge_pmd()Mel Gorman2014-01-021-3/+0
* mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2013-12-181-7/+0
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-0/+7
* mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-181-6/+16
* mm: numa: clear numa hinting information on mprotectMel Gorman2013-12-181-0/+2
* mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman2013-12-181-0/+7
* mm: numa: do not clear PMD during PTE update scanMel Gorman2013-12-181-1/+1
* mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2013-12-181-8/+16
* thp: move preallocated PTE page table on move_huge_pmd()Kirill A. Shutemov2013-12-121-1/+11
* mm: convert the rest to new page table lock apiKirill A. Shutemov2013-11-151-48/+60
* mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-151-16/+27
* mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-151-13/+27
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-5/+5
* mm: thp: khugepaged: add policy for finding target nodeBob Liu2013-11-131-9/+44
* mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu2013-11-131-8/+6
* mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu2013-11-131-5/+6
* Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-1/+9
|\
| * mm: Close races between THP migration and PMD numa clearingMel Gorman2013-10-291-18/+15
| * mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2013-10-291-12/+13
| * mm: Prevent parallel splits during THP migrationMel Gorman2013-10-291-14/+30