summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2015-01-29mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes
2014-11-14mm: free compound page with correct orderYu Zhao
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-05-31thp: close race between split and zap huge pagesKirill A. Shutemov
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V
2014-01-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-15powerpc/thp: Fix crash on mremapAneesh Kumar K.V
2014-01-12thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins
2014-01-02mm: remove bogus warning in copy_huge_pmd()Mel Gorman
2013-12-18mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-12-18mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman
2013-12-18mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman
2013-12-18mm: numa: do not clear PMD during PTE update scanMel Gorman
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman
2013-12-12thp: move preallocated PTE page table on move_huge_pmd()Kirill A. Shutemov
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13mm: thp: khugepaged: add policy for finding target nodeBob Liu
2013-11-13mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman
2013-10-16mm: fix BUG in __split_huge_page_pmdHugh Dickins
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-09mm: Prevent parallel splits during THP migrationMel Gorman
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman
2013-10-09mm: numa: Do not account for a hinting fault if we racedMel Gorman