aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2014-08-01Merge tag 'v3.10.51' into linux-linaro-lskMark Brown
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-07-14Merge tag 'v3.10.48' into linux-linaro-lskMark Brown
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi
2014-06-12Merge remote-tracking branch 'lsk/v3.10/topic/mm' into linux-linaro-lskMark Brown
2014-06-12mm, hugetlb: return a reserved page to a reserved pool if failedv3.10/topic/mmJoonsoo Kim
2014-06-12mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim
2014-06-12mm, hugetlb: remove useless check about mapping typeJoonsoo Kim
2014-06-12mm, hugetlb: fix subpool accounting handlingJoonsoo Kim
2014-06-12mm, hugetlb: change variable name reservations to resvJoonsoo Kim
2014-06-12mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim
2014-06-12mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim
2014-06-12mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim
2014-06-12mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim
2014-06-12mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim
2014-06-12mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim
2014-06-12mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim
2014-06-12mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim
2014-06-01Merge tag 'v3.10.41' into linux-linaro-lskMark Brown
2014-05-30mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi
2014-05-07Merge tag 'v3.10.39' into linux-linaro-lskMark Brown
2014-05-06mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
2014-03-05mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg
2014-03-05mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper
2014-03-05mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper
2014-02-20mm: fix process accidentally killed by mce because of huge page migrationXishi Qiu
2014-02-06mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-07-13futex: Take hugepages into account when generating futex_keyZhang Yi
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer
2013-04-17hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi
2013-03-22mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li
2013-03-18Merge branch 'master' into for-nextJiri Kosina
2013-03-07hugetlb: fix sparse warning for hugetlb_register_nodeClaudiu Ghioc
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton
2013-02-22new helper: file_inode(file)Al Viro
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi
2012-12-12hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang