aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: clear page compoundAndrea Arcangeli1-1/+16
2011-01-13thp: add pmd mmu_notifier helpersAndrea Arcangeli1-0/+40
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli11-23/+35
2011-01-13thp: bail out gup_fast on splitting pmdAndrea Arcangeli1-1/+12
2011-01-13thp: add pmd mangling functions to x86Andrea Arcangeli3-8/+179
2011-01-13thp: add pmd mangling generic functionsAndrea Arcangeli3-61/+278
2011-01-13thp: special pmd_trans_* functionsAndrea Arcangeli3-0/+26
2011-01-13thp: CONFIG_TRANSPARENT_HUGEPAGEAndrea Arcangeli1-0/+14
2011-01-13thp: comment reminder in destroy_compound_pageAndrea Arcangeli1-0/+1
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli2-13/+13
2011-01-13thp: no paravirt version of pmd opsAndrea Arcangeli1-0/+3
2011-01-13thp: add pmd paravirt opsAndrea Arcangeli3-0/+34
2011-01-13thp: add native_set_pmd_atAndrea Arcangeli1-0/+6
2011-01-13thp: clear compound mappingAndrea Arcangeli1-7/+4
2011-01-13thp: update futex compound knowledgeAndrea Arcangeli1-10/+45
2011-01-13thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli1-2/+6
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli4-9/+129
2011-01-13thp: compound_lockAndrea Arcangeli2-1/+45
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli5-0/+10