summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2015-02-121-6/+8
* mm: numa: add paranoid check around pte_protnone_numaMel Gorman2015-02-121-0/+3
* mm: numa: do not trap faults on the huge zero pageMel Gorman2015-02-121-1/+12
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-121-26/+7
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-121-8/+8
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-121-1/+2
* mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz2015-02-111-13/+42
* mincore: apply page table walker on do_mincore()Naoya Horiguchi2015-02-111-20/+0
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-111-15/+9
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-111-6/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-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-111-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-101-1/+0
| |/ |/|
* | mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-10-291-5/+6
* | mm: free compound page with correct orderYu Zhao2014-10-291-2/+2
|/
* mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-091-1/+1
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-3/+3
* mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka2014-10-091-13/+7
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-021-2/+5
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-081-20/+37
* mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes2014-08-061-0/+26
* mm: huge_memory: use GFP_TRANSHUGE when charging huge pagesJohannes Weiner2014-08-061-3/+3
* mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomicWaiman Long2014-08-061-1/+1
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-08-061-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
OpenPOWER on IntegriCloud