Commit d2d7867
mm/hugetlb: enable bootmem allocation from CMA areas
If hugetlb_cma_only is enabled, we know that hugetlb pages can only be
allocated from CMA. Now that there is an interface to do early
reservations from a CMA area (returning memblock memory), it can be used
to allocate hugetlb pages from CMA.
This also allows for doing pre-HVO on these pages (if enabled).
Make sure to initialize the page structures and associated data correctly.
Create a flag to signal that a hugetlb page has been allocated from CMA
to make things a little easier.
Some configurations of powerpc have a special hugetlb bootmem allocator,
so introduce a boolean arch_specific_huge_bootmem_alloc that returns true
if such an allocator is present. In that case, CMA bootmem allocations
can't be used, so check that function before trying.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Frank van der Linden <[email protected]>
Cc: Madhavan Srinivasan <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Alexander Gordeev <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Dan Carpenter <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Joao Martins <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Roman Gushchin (Cruise) <[email protected]>
Cc: Usama Arif <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Cc: Yu Zhao <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent f866cfc commit d2d7867
3 files changed
+152
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| 594 | + | |
594 | 595 | | |
595 | 596 | | |
596 | 597 | | |
| |||
650 | 651 | | |
651 | 652 | | |
652 | 653 | | |
| 654 | + | |
653 | 655 | | |
654 | 656 | | |
655 | 657 | | |
| |||
678 | 680 | | |
679 | 681 | | |
680 | 682 | | |
| 683 | + | |
| 684 | + | |
681 | 685 | | |
682 | 686 | | |
683 | 687 | | |
684 | 688 | | |
| 689 | + | |
685 | 690 | | |
686 | 691 | | |
687 | 692 | | |
688 | 693 | | |
| 694 | + | |
689 | 695 | | |
690 | 696 | | |
691 | 697 | | |
| |||
824 | 830 | | |
825 | 831 | | |
826 | 832 | | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
827 | 844 | | |
828 | 845 | | |
829 | 846 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
1508 | 1510 | | |
1509 | 1511 | | |
1510 | 1512 | | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1511 | 1516 | | |
1512 | 1517 | | |
1513 | 1518 | | |
| |||
3186 | 3191 | | |
3187 | 3192 | | |
3188 | 3193 | | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
| 3217 | + | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
| 3221 | + | |
| 3222 | + | |
| 3223 | + | |
| 3224 | + | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
| 3230 | + | |
| 3231 | + | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
| 3238 | + | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
| 3250 | + | |
| 3251 | + | |
| 3252 | + | |
| 3253 | + | |
| 3254 | + | |
| 3255 | + | |
| 3256 | + | |
| 3257 | + | |
| 3258 | + | |
| 3259 | + | |
| 3260 | + | |
| 3261 | + | |
| 3262 | + | |
| 3263 | + | |
| 3264 | + | |
| 3265 | + | |
| 3266 | + | |
| 3267 | + | |
| 3268 | + | |
| 3269 | + | |
| 3270 | + | |
| 3271 | + | |
| 3272 | + | |
| 3273 | + | |
3189 | 3274 | | |
3190 | 3275 | | |
3191 | 3276 | | |
| |||
3195 | 3280 | | |
3196 | 3281 | | |
3197 | 3282 | | |
3198 | | - | |
3199 | | - | |
| 3283 | + | |
3200 | 3284 | | |
3201 | 3285 | | |
3202 | 3286 | | |
3203 | 3287 | | |
| 3288 | + | |
3204 | 3289 | | |
3205 | 3290 | | |
3206 | | - | |
3207 | | - | |
3208 | | - | |
3209 | | - | |
3210 | | - | |
3211 | | - | |
3212 | | - | |
3213 | | - | |
| 3291 | + | |
3214 | 3292 | | |
3215 | 3293 | | |
3216 | 3294 | | |
| |||
3228 | 3306 | | |
3229 | 3307 | | |
3230 | 3308 | | |
3231 | | - | |
3232 | | - | |
3233 | | - | |
3234 | | - | |
3235 | | - | |
3236 | | - | |
3237 | | - | |
3238 | | - | |
3239 | | - | |
3240 | | - | |
3241 | | - | |
3242 | | - | |
3243 | | - | |
3244 | | - | |
3245 | | - | |
3246 | 3309 | | |
3247 | 3310 | | |
3248 | 3311 | | |
| |||
3283 | 3346 | | |
3284 | 3347 | | |
3285 | 3348 | | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
3286 | 3359 | | |
3287 | 3360 | | |
3288 | 3361 | | |
3289 | | - | |
| 3362 | + | |
| 3363 | + | |
3290 | 3364 | | |
3291 | | - | |
3292 | | - | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
3293 | 3368 | | |
3294 | 3369 | | |
3295 | 3370 | | |
| |||
3298 | 3373 | | |
3299 | 3374 | | |
3300 | 3375 | | |
3301 | | - | |
3302 | | - | |
| 3376 | + | |
| 3377 | + | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
3303 | 3381 | | |
| 3382 | + | |
3304 | 3383 | | |
3305 | 3384 | | |
3306 | 3385 | | |
| |||
3346 | 3425 | | |
3347 | 3426 | | |
3348 | 3427 | | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
| 3432 | + | |
3349 | 3433 | | |
3350 | 3434 | | |
3351 | 3435 | | |
3352 | 3436 | | |
| 3437 | + | |
3353 | 3438 | | |
3354 | 3439 | | |
3355 | 3440 | | |
| |||
3378 | 3463 | | |
3379 | 3464 | | |
3380 | 3465 | | |
3381 | | - | |
3382 | | - | |
3383 | | - | |
3384 | | - | |
3385 | | - | |
3386 | 3466 | | |
3387 | 3467 | | |
3388 | 3468 | | |
| |||
3432 | 3512 | | |
3433 | 3513 | | |
3434 | 3514 | | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
3435 | 3518 | | |
3436 | 3519 | | |
3437 | 3520 | | |
3438 | 3521 | | |
3439 | 3522 | | |
3440 | 3523 | | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
3441 | 3527 | | |
3442 | | - | |
| 3528 | + | |
| 3529 | + | |
3443 | 3530 | | |
3444 | 3531 | | |
3445 | 3532 | | |
| |||
3624 | 3711 | | |
3625 | 3712 | | |
3626 | 3713 | | |
3627 | | - | |
3628 | | - | |
| 3714 | + | |
| 3715 | + | |
| 3716 | + | |
| 3717 | + | |
| 3718 | + | |
3629 | 3719 | | |
3630 | 3720 | | |
3631 | 3721 | | |
| |||
0 commit comments