aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-18thp: close race between split and zap huge pagesGravatar Kirill A. Shutemov 1-3/+10
2014-04-07memcg: rename high level charging functionsGravatar Michal Hocko 1-4/+4
2014-04-07mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Gravatar Alex Thorlton 1-4/+9
2014-04-03mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Gravatar Kirill A. Shutemov 1-77/+2
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingGravatar Vlastimil Babka 1-1/+1
2014-02-25mm, thp: fix infinite loop on memcg OOMGravatar Kirill A. Shutemov 1-3/+6
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitGravatar Aneesh Kumar K.V 1-7/+2
2014-01-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-9/+5
2014-01-23mm: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-1/+1
2014-01-23mm: show message when updating min_free_kbytes in thpGravatar Han Pingtian 1-1/+7
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-18/+18
2014-01-15powerpc/thp: Fix crash on mremapGravatar Aneesh Kumar K.V 1-9/+5
2014-01-12thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyGravatar Hugh Dickins 1-3/+3
2014-01-02mm: remove bogus warning in copy_huge_pmd()Gravatar Mel Gorman 1-3/+0
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleGravatar Mel Gorman 1-7/+0
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeGravatar Rik van Riel 1-0/+7
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationGravatar Mel Gorman 1-6/+16
2013-12-18mm: numa: clear numa hinting information on mprotectGravatar Mel Gorman 1-0/+2
2013-12-18mm: numa: ensure anon_vma is locked to prevent parallel THP splitsGravatar Mel Gorman 1-0/+7
2013-12-18mm: numa: do not clear PMD during PTE update scanGravatar Mel Gorman 1-1/+1
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationGravatar Mel Gorman 1-8/+16
2013-12-12thp: move preallocated PTE page table on move_huge_pmd()Gravatar Kirill A. Shutemov 1-1/+11
2013-11-15mm: convert the rest to new page table lock apiGravatar Kirill A. Shutemov 1-48/+60
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Gravatar Kirill A. Shutemov 1-16/+27
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockGravatar Kirill A. Shutemov 1-13/+27
2013-11-15mm: convert mm->nr_ptes to atomic_long_tGravatar Kirill A. Shutemov 1-5/+5
2013-11-13mm: thp: khugepaged: add policy for finding target nodeGravatar Bob Liu 1-9/+44
2013-11-13mm: thp: cleanup: mv alloc_hugepage to better placeGravatar Bob Liu 1-8/+6
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsGravatar Jianguo Wu 1-5/+6
2013-11-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-1/+9
2013-10-29mm: Close races between THP migration and PMD numa clearingGravatar Mel Gorman 1-18/+15
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesGravatar Mel Gorman 1-12/+13
2013-10-29mm: Prevent parallel splits during THP migrationGravatar Mel Gorman 1-14/+30
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsGravatar Mel Gorman 1-7/+16
2013-10-29mm: numa: Do not account for a hinting fault if we racedGravatar Mel Gorman 1-1/+4
2013-10-16mm: fix BUG in __split_huge_page_pmdGravatar Hugh Dickins 1-1/+9
2013-10-09sched/numa: Adjust scan rate in task_numa_placementGravatar Rik van Riel 1-1/+3
2013-10-09mm: numa: Do not group on RO pagesGravatar Peter Zijlstra 1-2/+13
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Gravatar Peter Zijlstra 1-4/+4
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsGravatar Mel Gorman 1-4/+4
2013-10-09mm: numa: Scan pages with elevated page_mapcountGravatar Mel Gorman 1-7/+5
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Gravatar Mel Gorman 1-2/+3
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageGravatar Mel Gorman 1-1/+9
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningGravatar Mel Gorman 1-3/+16
2013-10-09mm: Close races between THP migration and PMD numa clearingGravatar Mel Gorman 1-18/+15
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesGravatar Mel Gorman 1-12/+13
2013-10-09mm: Prevent parallel splits during THP migrationGravatar Mel Gorman 1-14/+30
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsGravatar Mel Gorman 1-7/+16
2013-10-09mm: numa: Do not account for a hinting fault if we racedGravatar Mel Gorman 1-1/+4
2013-10-09sched/numa: Fix commentsGravatar Peter Zijlstra 1-1/+1