aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman1-7/+0
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+7
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman1-6/+16
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman1-0/+2
2013-12-18mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman1-0/+7
2013-12-18mm: numa: do not clear PMD during PTE update scanMel Gorman1-1/+1
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-8/+16
2013-12-12thp: move preallocated PTE page table on move_huge_pmd()Kirill A. Shutemov1-1/+11
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov1-48/+60
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov1-16/+27
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-13/+27
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-5/+5
2013-11-13mm: thp: khugepaged: add policy for finding target nodeBob Liu1-9/+44
2013-11-13mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu1-8/+6
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu1-5/+6
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-1/+9
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman1-18/+15
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman1-12/+13
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-16mm: fix BUG in __split_huge_page_pmdHugh Dickins1-1/+9
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-1/+3
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra1-2/+13
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-4/+4
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-4/+4
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-7/+5
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faultsMel Gorman1-2/+3
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman1-1/+9
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman1-3/+16
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman1-18/+15
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman1-12/+13
2013-10-09mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-09mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-09sched/numa: Fix commentsPeter Zijlstra1-1/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-73/+56
2013-09-12mm, thp: count thp_fault_fallback anytime thp fault failsDavid Rientjes1-3/+7
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov1-26/+5
2013-09-12thp: do_huge_pmd_anonymous_page() cleanupKirill A. Shutemov1-42/+41
2013-09-12thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()Kirill A. Shutemov1-6/+8
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-1/+0
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+11
2013-09-11mm/huge_memory.c: fix potential NULL pointer dereferenceLibin1-0/+2
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-4/+4
2013-09-10hugepage: convert huge zero page shrinker to new shrinker APIGlauber Costa1-6/+11
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov1-1/+3
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-10/+18
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-1/+1
2013-06-20mm/THP: deposit the transpare huge pgtable before set_pmdAneesh Kumar K.V1-4/+4