aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi1-18/+14
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-2/+69
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi1-0/+14
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-1/+22
2013-09-11mm, hugetlb: return a reserved page to a reserved pool if failedJoonsoo Kim1-1/+12
2013-09-11mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: remove useless check about mapping typeJoonsoo Kim1-2/+1
2013-09-11mm, hugetlb: fix subpool accounting handlingJoonsoo Kim1-4/+6
2013-09-11mm, hugetlb: change variable name reservations to resvJoonsoo Kim1-13/+13
2013-09-11mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim1-8/+26
2013-09-11mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim1-21/+10
2013-09-11mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim1-0/+2
2013-09-11mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim1-5/+2
2013-09-11mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim1-5/+2
2013-09-11mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim1-82/+61
2013-09-11mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim1-9/+4
2013-09-11mm, hugetlb: trivial commenting fixJoonsoo Kim1-2/+2
2013-09-11mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim1-5/+5
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-1/+1
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-1/+1
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-9/+210
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+17
2013-06-14mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper1-9/+88
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper1-0/+122
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes1-0/+15
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-11/+13
2013-04-17hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi1-1/+11
2013-03-22mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accoutingWanpeng Li1-2/+6
2013-03-18Merge branch 'master' into for-nextJiri Kosina1-21/+18
2013-03-07hugetlb: fix sparse warning for hugetlb_register_nodeClaudiu Ghioc1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-6/+6
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pteTony Lu1-0/+1
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu1-10/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-2/+8
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-14/+22
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi1-1/+7
2012-12-12hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi1-1/+3
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-12/+12
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra1-2/+8