aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-20mm/THP: withdraw the pgtable after pmdp related operationsAneesh Kumar K.V1-1/+7
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V1-9/+9
2013-06-20mm/thp: use the correct function when updating access flagsAneesh Kumar K.V1-1/+3
2013-05-24mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V1-1/+6
2013-04-29thp: fix huge zero page logic for page with pfn == 0Kirill A. Shutemov1-23/+22
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-6/+15
2013-04-29THP: fix comment about memory barrierMinchan Kim1-6/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes1-2/+2
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo1-1/+0
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov1-3/+3
2013-02-23mm: numa: cleanup flow of transhuge page migrationHugh Dickins1-19/+9
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-05thp: avoid dumping huge zero pageKirill A. Shutemov1-0/+4
2013-01-11mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman1-2/+13
2012-12-20mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-16mm: fix kernel BUG at huge_memory.c:1474!Hugh Dickins1-3/+3
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-9/+99
2012-12-12thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov1-5/+24
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-2/+19
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov1-1/+4
2012-12-12thp: implement refcounting for huge zero pageKirill A. Shutemov1-25/+88
2012-12-12thp: lazy huge zero page allocationKirill A. Shutemov1-10/+10
2012-12-12thp: setup huge zero page on non-write page faultKirill A. Shutemov1-0/+10
2012-12-12thp: implement splitting pmd for huge zero pageKirill A. Shutemov1-1/+42
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-2/+17
2012-12-12thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov1-0/+1
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov1-15/+96
2012-12-12thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov1-0/+22
2012-12-12thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov1-8/+13
2012-12-12thp: huge zero page: basic preparationKirill A. Shutemov1-0/+30
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+22
2012-12-11thp: cleanup: introduce mk_huge_pmd()Bob Liu1-9/+12
2012-12-11thp: introduce hugepage_vma_check()Bob Liu1-21/+17
2012-12-11mm: introduce mm_find_pmd()Bob Liu1-45/+10