aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli2013-10-161-1/+15
* mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim2013-10-161-0/+1
* mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi2013-09-111-18/+14
* mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi2013-09-111-2/+69
* mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi2013-09-111-0/+14
* mm: migrate: make core migration code aware of hugepageNaoya Horiguchi2013-09-111-1/+22
* mm, hugetlb: return a reserved page to a reserved pool if failedJoonsoo Kim2013-09-111-1/+12
* mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim2013-09-111-2/+3
* mm, hugetlb: remove useless check about mapping typeJoonsoo Kim2013-09-111-2/+1
* mm, hugetlb: fix subpool accounting handlingJoonsoo Kim2013-09-111-4/+6
* mm, hugetlb: change variable name reservations to resvJoonsoo Kim2013-09-111-13/+13
* mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim2013-09-111-2/+3
* mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim2013-09-111-8/+26
* mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim2013-09-111-21/+10
* mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim2013-09-111-0/+2
* mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim2013-09-111-5/+2
* mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim2013-09-111-5/+2
* mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim2013-09-111-82/+61
* mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim2013-09-111-9/+4
* mm, hugetlb: trivial commenting fixJoonsoo Kim2013-09-111-2/+2
* mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim2013-09-111-5/+5
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-2/+2
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-1/+1
* mm: correctly update zone->managed_pagesJiang Liu2013-07-031-1/+1
* mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li2013-07-031-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-031-9/+210
|\
| * mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper2013-06-141-9/+88
| * mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper2013-06-141-0/+122
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-0/+17
|\ \
| * | futex: Take hugepages into account when generating futex_keyZhang Yi2013-06-251-0/+17
| |/
* | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-03-181-21/+18
| |\
| * | hugetlb: fix sparse warning for hugetlb_register_nodeClaudiu Ghioc2013-03-071-2/+2
* | | mm, hugetlb: include hugepages in meminfoDavid Rientjes2013-04-291-0/+15
* | | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-11/+13
* | | hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-171-1/+11
* | | mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li2013-03-221-2/+6
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-221-2/+2
| |/
* | mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2013-02-231-6/+6
* | mm/hugetlb.c: convert to pr_foo()Andrew Morton2013-02-231-13/+9
* | mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu2013-02-051-0/+1
|/
* mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu2012-12-181-10/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-2/+8
|\
| * mm: Count the number of pages affected in change_protection()Peter Zijlstra2012-12-111-2/+8
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-131-14/+22
|\ \
| * | mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+7
| * | hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+3
| * | hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-12/+12