summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-071-6/+1Star
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-251-8/+8
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-251-1/+1
* thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-251-3/+1Star
* thp: cleanup khugepaged startupKirill A. Shutemov2015-04-161-10/+8Star
* thp: do not adjust zone water marks if khugepaged is not startedKirill A. Shutemov2015-04-161-1/+2
* thp: handle errors in hugepage_init() properlyKirill A. Shutemov2015-04-161-5/+20
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-161-2/+2
* mm, memcg: sync allocation and memcg charge gfp flags for THPMichal Hocko2015-04-161-22/+20Star
* mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2015-04-151-2/+7
* mm: incorporate zero pages into transparent huge pagesEbru Akagunduz2015-04-151-8/+20
* mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-151-1/+1
* mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-261-0/+1
* mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-261-1/+2
* mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-261-1/+8
* mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-261-11/+2Star
* mm: thp: Return the correct value for change_huge_pmdMel Gorman2015-03-121-2/+2
* mm: fix up numa read-only thread grouping logicLinus Torvalds2015-03-121-1/+6
* mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2015-02-131-6/+8
* mm: numa: add paranoid check around pte_protnone_numaMel Gorman2015-02-131-0/+3
* mm: numa: do not trap faults on the huge zero pageMel Gorman2015-02-131-1/+12
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-131-26/+7Star
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-131-8/+8
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-131-1/+2
* mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz2015-02-121-13/+42
* mincore: apply page table walker on do_mincore()Naoya Horiguchi2015-02-121-20/+0Star
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-121-15/+9Star
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-121-6/+1Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-161-4/+5
|\
| * mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-121-2/+3
|\ \
| * | s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky2014-10-271-1/+2
| * | mm: introduce mm_forbids_zeropage functionDominik Dingel2014-10-271-1/+1
* | | thp: do not mark zero-page pmd write-protected explicitlyKirill A. Shutemov2014-12-111-1/+0Star
| |/ |/|
* | mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-10-301-5/+6
* | mm: free compound page with correct orderYu Zhao2014-10-301-2/+2
|/
* mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-101-1/+1
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-101-3/+3
* mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka2014-10-101-13/+7Star
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-021-2/+5
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-091-20/+37
* mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes2014-08-071-0/+26
* mm: huge_memory: use GFP_TRANSHUGE when charging huge pagesJohannes Weiner2014-08-071-3/+3
* mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomicWaiman Long2014-08-071-1/+1
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-08-071-2/+2
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-241-6/+12
* mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins2014-06-241-4/+35
* mm/huge_memory.c: complete conversion to pr_foo()Andrew Morton2014-06-051-11/+11
* thp: consolidate assert checks in __split_huge_page()Kirill A. Shutemov2014-06-051-4/+6
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-071-88/+25Star
|\