blob: 61c52cd5f77b775e82bf508b7550742bae06a709 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Generic hugetlb support.
Nadia Yvette Chambers6d49e352012-12-06 10:39:54 +01003 * (C) Nadia Yvette Chambers, April 2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#include <linux/list.h>
6#include <linux/init.h>
7#include <linux/module.h>
8#include <linux/mm.h>
Alexey Dobriyane1759c22008-10-15 23:50:22 +04009#include <linux/seq_file.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/sysctl.h>
11#include <linux/highmem.h>
Andrea Arcangelicddb8a52008-07-28 15:46:29 -070012#include <linux/mmu_notifier.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/nodemask.h>
David Gibson63551ae2005-06-21 17:14:44 -070014#include <linux/pagemap.h>
Christoph Lameter5da7ca82006-01-06 00:10:46 -080015#include <linux/mempolicy.h>
Gideon Israel Dsouza3b321232014-04-07 15:37:26 -070016#include <linux/compiler.h>
Christoph Lameteraea47ff2006-01-08 01:00:57 -080017#include <linux/cpuset.h>
David Gibson3935baa2006-03-22 00:08:53 -080018#include <linux/mutex.h>
Andi Kleenaa888a72008-07-23 21:27:47 -070019#include <linux/bootmem.h>
Nishanth Aravamudana3437872008-07-23 21:27:44 -070020#include <linux/sysfs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090021#include <linux/slab.h>
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +090022#include <linux/rmap.h>
Naoya Horiguchifd6a03ed2010-05-28 09:29:21 +090023#include <linux/swap.h>
24#include <linux/swapops.h>
Naoya Horiguchic8721bb2013-09-11 14:22:09 -070025#include <linux/page-isolation.h>
Davidlohr Bueso8382d912014-04-03 14:47:31 -070026#include <linux/jhash.h>
Linus Torvaldsd6606682008-08-06 12:04:54 -070027
David Gibson63551ae2005-06-21 17:14:44 -070028#include <asm/page.h>
29#include <asm/pgtable.h>
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -070030#include <asm/tlb.h>
David Gibson63551ae2005-06-21 17:14:44 -070031
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -070032#include <linux/io.h>
David Gibson63551ae2005-06-21 17:14:44 -070033#include <linux/hugetlb.h>
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -070034#include <linux/hugetlb_cgroup.h>
Lee Schermerhorn9a305232009-12-14 17:58:25 -080035#include <linux/node.h>
Nick Piggin7835e982006-03-22 00:08:40 -080036#include "internal.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Andrey Ryabinin753162c2015-02-10 14:11:36 -080038int hugepages_treat_as_movable;
Andi Kleena5516432008-07-23 21:27:41 -070039
Aneesh Kumar K.Vc3f38a32012-07-31 16:42:10 -070040int hugetlb_max_hstate __read_mostly;
Andi Kleene5ff2152008-07-23 21:27:42 -070041unsigned int default_hstate_idx;
42struct hstate hstates[HUGE_MAX_HSTATE];
Naoya Horiguchi641844f2015-06-24 16:56:59 -070043/*
44 * Minimum page order among possible hugepage sizes, set to a proper value
45 * at boot time.
46 */
47static unsigned int minimum_order __read_mostly = UINT_MAX;
Andi Kleene5ff2152008-07-23 21:27:42 -070048
Jon Tollefson53ba51d2008-07-23 21:27:52 -070049__initdata LIST_HEAD(huge_boot_pages);
50
Andi Kleene5ff2152008-07-23 21:27:42 -070051/* for command line parsing */
52static struct hstate * __initdata parsed_hstate;
53static unsigned long __initdata default_hstate_max_huge_pages;
Nick Piggine11bfbf2008-07-23 21:27:52 -070054static unsigned long __initdata default_hstate_size;
Andi Kleene5ff2152008-07-23 21:27:42 -070055
David Gibson3935baa2006-03-22 00:08:53 -080056/*
Naoya Horiguchi31caf662013-09-11 14:21:59 -070057 * Protects updates to hugepage_freelists, hugepage_activelist, nr_huge_pages,
58 * free_huge_pages, and surplus_huge_pages.
David Gibson3935baa2006-03-22 00:08:53 -080059 */
Aneesh Kumar K.Vc3f38a32012-07-31 16:42:10 -070060DEFINE_SPINLOCK(hugetlb_lock);
Eric Paris0bd0f9f2005-11-21 21:32:28 -080061
Davidlohr Bueso8382d912014-04-03 14:47:31 -070062/*
63 * Serializes faults on the same logical page. This is used to
64 * prevent spurious OOMs when the hugepage pool is fully utilized.
65 */
66static int num_fault_mutexes;
Mike Kravetzc672c7f2015-09-08 15:01:35 -070067struct mutex *hugetlb_fault_mutex_table ____cacheline_aligned_in_smp;
Davidlohr Bueso8382d912014-04-03 14:47:31 -070068
Mike Kravetz7ca02d02015-04-15 16:13:42 -070069/* Forward declaration */
70static int hugetlb_acct_memory(struct hstate *h, long delta);
71
David Gibson90481622012-03-21 16:34:12 -070072static inline void unlock_or_release_subpool(struct hugepage_subpool *spool)
73{
74 bool free = (spool->count == 0) && (spool->used_hpages == 0);
75
76 spin_unlock(&spool->lock);
77
78 /* If no pages are used, and no other handles to the subpool
Mike Kravetz7ca02d02015-04-15 16:13:42 -070079 * remain, give up any reservations mased on minimum size and
80 * free the subpool */
81 if (free) {
82 if (spool->min_hpages != -1)
83 hugetlb_acct_memory(spool->hstate,
84 -spool->min_hpages);
David Gibson90481622012-03-21 16:34:12 -070085 kfree(spool);
Mike Kravetz7ca02d02015-04-15 16:13:42 -070086 }
David Gibson90481622012-03-21 16:34:12 -070087}
88
Mike Kravetz7ca02d02015-04-15 16:13:42 -070089struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages,
90 long min_hpages)
David Gibson90481622012-03-21 16:34:12 -070091{
92 struct hugepage_subpool *spool;
93
Mike Kravetzc6a91822015-04-15 16:13:36 -070094 spool = kzalloc(sizeof(*spool), GFP_KERNEL);
David Gibson90481622012-03-21 16:34:12 -070095 if (!spool)
96 return NULL;
97
98 spin_lock_init(&spool->lock);
99 spool->count = 1;
Mike Kravetz7ca02d02015-04-15 16:13:42 -0700100 spool->max_hpages = max_hpages;
101 spool->hstate = h;
102 spool->min_hpages = min_hpages;
103
104 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) {
105 kfree(spool);
106 return NULL;
107 }
108 spool->rsv_hpages = min_hpages;
David Gibson90481622012-03-21 16:34:12 -0700109
110 return spool;
111}
112
113void hugepage_put_subpool(struct hugepage_subpool *spool)
114{
115 spin_lock(&spool->lock);
116 BUG_ON(!spool->count);
117 spool->count--;
118 unlock_or_release_subpool(spool);
119}
120
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700121/*
122 * Subpool accounting for allocating and reserving pages.
123 * Return -ENOMEM if there are not enough resources to satisfy the
124 * the request. Otherwise, return the number of pages by which the
125 * global pools must be adjusted (upward). The returned value may
126 * only be different than the passed value (delta) in the case where
127 * a subpool minimum size must be manitained.
128 */
129static long hugepage_subpool_get_pages(struct hugepage_subpool *spool,
David Gibson90481622012-03-21 16:34:12 -0700130 long delta)
131{
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700132 long ret = delta;
David Gibson90481622012-03-21 16:34:12 -0700133
134 if (!spool)
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700135 return ret;
David Gibson90481622012-03-21 16:34:12 -0700136
137 spin_lock(&spool->lock);
David Gibson90481622012-03-21 16:34:12 -0700138
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700139 if (spool->max_hpages != -1) { /* maximum size accounting */
140 if ((spool->used_hpages + delta) <= spool->max_hpages)
141 spool->used_hpages += delta;
142 else {
143 ret = -ENOMEM;
144 goto unlock_ret;
145 }
146 }
147
148 if (spool->min_hpages != -1) { /* minimum size accounting */
149 if (delta > spool->rsv_hpages) {
150 /*
151 * Asking for more reserves than those already taken on
152 * behalf of subpool. Return difference.
153 */
154 ret = delta - spool->rsv_hpages;
155 spool->rsv_hpages = 0;
156 } else {
157 ret = 0; /* reserves already accounted for */
158 spool->rsv_hpages -= delta;
159 }
160 }
161
162unlock_ret:
163 spin_unlock(&spool->lock);
David Gibson90481622012-03-21 16:34:12 -0700164 return ret;
165}
166
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700167/*
168 * Subpool accounting for freeing and unreserving pages.
169 * Return the number of global page reservations that must be dropped.
170 * The return value may only be different than the passed value (delta)
171 * in the case where a subpool minimum size must be maintained.
172 */
173static long hugepage_subpool_put_pages(struct hugepage_subpool *spool,
David Gibson90481622012-03-21 16:34:12 -0700174 long delta)
175{
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700176 long ret = delta;
177
David Gibson90481622012-03-21 16:34:12 -0700178 if (!spool)
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700179 return delta;
David Gibson90481622012-03-21 16:34:12 -0700180
181 spin_lock(&spool->lock);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700182
183 if (spool->max_hpages != -1) /* maximum size accounting */
184 spool->used_hpages -= delta;
185
186 if (spool->min_hpages != -1) { /* minimum size accounting */
187 if (spool->rsv_hpages + delta <= spool->min_hpages)
188 ret = 0;
189 else
190 ret = spool->rsv_hpages + delta - spool->min_hpages;
191
192 spool->rsv_hpages += delta;
193 if (spool->rsv_hpages > spool->min_hpages)
194 spool->rsv_hpages = spool->min_hpages;
195 }
196
197 /*
198 * If hugetlbfs_put_super couldn't free spool due to an outstanding
199 * quota reference, free it now.
200 */
David Gibson90481622012-03-21 16:34:12 -0700201 unlock_or_release_subpool(spool);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700202
203 return ret;
David Gibson90481622012-03-21 16:34:12 -0700204}
205
206static inline struct hugepage_subpool *subpool_inode(struct inode *inode)
207{
208 return HUGETLBFS_SB(inode->i_sb)->spool;
209}
210
211static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma)
212{
Al Viro496ad9a2013-01-23 17:07:38 -0500213 return subpool_inode(file_inode(vma->vm_file));
David Gibson90481622012-03-21 16:34:12 -0700214}
215
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700216/*
Andy Whitcroft96822902008-07-23 21:27:29 -0700217 * Region tracking -- allows tracking of reservations and instantiated pages
218 * across the pages in a mapping.
Andy Whitcroft84afd992008-07-23 21:27:32 -0700219 *
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700220 * The region data structures are embedded into a resv_map and protected
221 * by a resv_map's lock. The set of regions within the resv_map represent
222 * reservations for huge pages, or huge pages that have already been
223 * instantiated within the map. The from and to elements are huge page
224 * indicies into the associated mapping. from indicates the starting index
225 * of the region. to represents the first index past the end of the region.
226 *
227 * For example, a file region structure with from == 0 and to == 4 represents
228 * four huge pages in a mapping. It is important to note that the to element
229 * represents the first element past the end of the region. This is used in
230 * arithmetic as 4(to) - 0(from) = 4 huge pages in the region.
231 *
232 * Interval notation of the form [from, to) will be used to indicate that
233 * the endpoint from is inclusive and to is exclusive.
Andy Whitcroft96822902008-07-23 21:27:29 -0700234 */
235struct file_region {
236 struct list_head link;
237 long from;
238 long to;
239};
240
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700241/*
242 * Add the huge page range represented by [f, t) to the reserve
Mike Kravetz5e911372015-09-08 15:01:28 -0700243 * map. In the normal case, existing regions will be expanded
244 * to accommodate the specified range. Sufficient regions should
245 * exist for expansion due to the previous call to region_chg
246 * with the same range. However, it is possible that region_del
247 * could have been called after region_chg and modifed the map
248 * in such a way that no region exists to be expanded. In this
249 * case, pull a region descriptor from the cache associated with
250 * the map and use that for the new range.
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700251 *
252 * Return the number of new huge pages added to the map. This
253 * number is greater than or equal to zero.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700254 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700255static long region_add(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700256{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700257 struct list_head *head = &resv->regions;
Andy Whitcroft96822902008-07-23 21:27:29 -0700258 struct file_region *rg, *nrg, *trg;
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700259 long add = 0;
Andy Whitcroft96822902008-07-23 21:27:29 -0700260
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700261 spin_lock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700262 /* Locate the region we are either in or before. */
263 list_for_each_entry(rg, head, link)
264 if (f <= rg->to)
265 break;
266
Mike Kravetz5e911372015-09-08 15:01:28 -0700267 /*
268 * If no region exists which can be expanded to include the
269 * specified range, the list must have been modified by an
270 * interleving call to region_del(). Pull a region descriptor
271 * from the cache and use it for this range.
272 */
273 if (&rg->link == head || t < rg->from) {
274 VM_BUG_ON(resv->region_cache_count <= 0);
275
276 resv->region_cache_count--;
277 nrg = list_first_entry(&resv->region_cache, struct file_region,
278 link);
279 list_del(&nrg->link);
280
281 nrg->from = f;
282 nrg->to = t;
283 list_add(&nrg->link, rg->link.prev);
284
285 add += t - f;
286 goto out_locked;
287 }
288
Andy Whitcroft96822902008-07-23 21:27:29 -0700289 /* Round our left edge to the current segment if it encloses us. */
290 if (f > rg->from)
291 f = rg->from;
292
293 /* Check for and consume any regions we now overlap with. */
294 nrg = rg;
295 list_for_each_entry_safe(rg, trg, rg->link.prev, link) {
296 if (&rg->link == head)
297 break;
298 if (rg->from > t)
299 break;
300
301 /* If this area reaches higher then extend our area to
302 * include it completely. If this is not the first area
303 * which we intend to reuse, free it. */
304 if (rg->to > t)
305 t = rg->to;
306 if (rg != nrg) {
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700307 /* Decrement return value by the deleted range.
308 * Another range will span this area so that by
309 * end of routine add will be >= zero
310 */
311 add -= (rg->to - rg->from);
Andy Whitcroft96822902008-07-23 21:27:29 -0700312 list_del(&rg->link);
313 kfree(rg);
314 }
315 }
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700316
317 add += (nrg->from - f); /* Added to beginning of region */
Andy Whitcroft96822902008-07-23 21:27:29 -0700318 nrg->from = f;
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700319 add += t - nrg->to; /* Added to end of region */
Andy Whitcroft96822902008-07-23 21:27:29 -0700320 nrg->to = t;
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700321
Mike Kravetz5e911372015-09-08 15:01:28 -0700322out_locked:
323 resv->adds_in_progress--;
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700324 spin_unlock(&resv->lock);
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700325 VM_BUG_ON(add < 0);
326 return add;
Andy Whitcroft96822902008-07-23 21:27:29 -0700327}
328
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700329/*
330 * Examine the existing reserve map and determine how many
331 * huge pages in the specified range [f, t) are NOT currently
332 * represented. This routine is called before a subsequent
333 * call to region_add that will actually modify the reserve
334 * map to add the specified range [f, t). region_chg does
335 * not change the number of huge pages represented by the
336 * map. However, if the existing regions in the map can not
337 * be expanded to represent the new range, a new file_region
338 * structure is added to the map as a placeholder. This is
339 * so that the subsequent region_add call will have all the
340 * regions it needs and will not fail.
341 *
Mike Kravetz5e911372015-09-08 15:01:28 -0700342 * Upon entry, region_chg will also examine the cache of region descriptors
343 * associated with the map. If there are not enough descriptors cached, one
344 * will be allocated for the in progress add operation.
345 *
346 * Returns the number of huge pages that need to be added to the existing
347 * reservation map for the range [f, t). This number is greater or equal to
348 * zero. -ENOMEM is returned if a new file_region structure or cache entry
349 * is needed and can not be allocated.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700350 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700351static long region_chg(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700352{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700353 struct list_head *head = &resv->regions;
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700354 struct file_region *rg, *nrg = NULL;
Andy Whitcroft96822902008-07-23 21:27:29 -0700355 long chg = 0;
356
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700357retry:
358 spin_lock(&resv->lock);
Mike Kravetz5e911372015-09-08 15:01:28 -0700359retry_locked:
360 resv->adds_in_progress++;
361
362 /*
363 * Check for sufficient descriptors in the cache to accommodate
364 * the number of in progress add operations.
365 */
366 if (resv->adds_in_progress > resv->region_cache_count) {
367 struct file_region *trg;
368
369 VM_BUG_ON(resv->adds_in_progress - resv->region_cache_count > 1);
370 /* Must drop lock to allocate a new descriptor. */
371 resv->adds_in_progress--;
372 spin_unlock(&resv->lock);
373
374 trg = kmalloc(sizeof(*trg), GFP_KERNEL);
375 if (!trg)
376 return -ENOMEM;
377
378 spin_lock(&resv->lock);
379 list_add(&trg->link, &resv->region_cache);
380 resv->region_cache_count++;
381 goto retry_locked;
382 }
383
Andy Whitcroft96822902008-07-23 21:27:29 -0700384 /* Locate the region we are before or in. */
385 list_for_each_entry(rg, head, link)
386 if (f <= rg->to)
387 break;
388
389 /* If we are below the current region then a new region is required.
390 * Subtle, allocate a new region at the position but make it zero
391 * size such that we can guarantee to record the reservation. */
392 if (&rg->link == head || t < rg->from) {
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700393 if (!nrg) {
Mike Kravetz5e911372015-09-08 15:01:28 -0700394 resv->adds_in_progress--;
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700395 spin_unlock(&resv->lock);
396 nrg = kmalloc(sizeof(*nrg), GFP_KERNEL);
397 if (!nrg)
398 return -ENOMEM;
Andy Whitcroft96822902008-07-23 21:27:29 -0700399
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700400 nrg->from = f;
401 nrg->to = f;
402 INIT_LIST_HEAD(&nrg->link);
403 goto retry;
404 }
405
406 list_add(&nrg->link, rg->link.prev);
407 chg = t - f;
408 goto out_nrg;
Andy Whitcroft96822902008-07-23 21:27:29 -0700409 }
410
411 /* Round our left edge to the current segment if it encloses us. */
412 if (f > rg->from)
413 f = rg->from;
414 chg = t - f;
415
416 /* Check for and consume any regions we now overlap with. */
417 list_for_each_entry(rg, rg->link.prev, link) {
418 if (&rg->link == head)
419 break;
420 if (rg->from > t)
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700421 goto out;
Andy Whitcroft96822902008-07-23 21:27:29 -0700422
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300423 /* We overlap with this area, if it extends further than
Andy Whitcroft96822902008-07-23 21:27:29 -0700424 * us then we must extend ourselves. Account for its
425 * existing reservation. */
426 if (rg->to > t) {
427 chg += rg->to - t;
428 t = rg->to;
429 }
430 chg -= rg->to - rg->from;
431 }
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700432
433out:
434 spin_unlock(&resv->lock);
435 /* We already know we raced and no longer need the new region */
436 kfree(nrg);
437 return chg;
438out_nrg:
439 spin_unlock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700440 return chg;
441}
442
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700443/*
Mike Kravetz5e911372015-09-08 15:01:28 -0700444 * Abort the in progress add operation. The adds_in_progress field
445 * of the resv_map keeps track of the operations in progress between
446 * calls to region_chg and region_add. Operations are sometimes
447 * aborted after the call to region_chg. In such cases, region_abort
448 * is called to decrement the adds_in_progress counter.
449 *
450 * NOTE: The range arguments [f, t) are not needed or used in this
451 * routine. They are kept to make reading the calling code easier as
452 * arguments will match the associated region_chg call.
453 */
454static void region_abort(struct resv_map *resv, long f, long t)
455{
456 spin_lock(&resv->lock);
457 VM_BUG_ON(!resv->region_cache_count);
458 resv->adds_in_progress--;
459 spin_unlock(&resv->lock);
460}
461
462/*
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700463 * Delete the specified range [f, t) from the reserve map. If the
464 * t parameter is LONG_MAX, this indicates that ALL regions after f
465 * should be deleted. Locate the regions which intersect [f, t)
466 * and either trim, delete or split the existing regions.
467 *
468 * Returns the number of huge pages deleted from the reserve map.
469 * In the normal case, the return value is zero or more. In the
470 * case where a region must be split, a new region descriptor must
471 * be allocated. If the allocation fails, -ENOMEM will be returned.
472 * NOTE: If the parameter t == LONG_MAX, then we will never split
473 * a region and possibly return -ENOMEM. Callers specifying
474 * t == LONG_MAX do not need to check for -ENOMEM error.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700475 */
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700476static long region_del(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700477{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700478 struct list_head *head = &resv->regions;
Andy Whitcroft96822902008-07-23 21:27:29 -0700479 struct file_region *rg, *trg;
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700480 struct file_region *nrg = NULL;
481 long del = 0;
Andy Whitcroft96822902008-07-23 21:27:29 -0700482
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700483retry:
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700484 spin_lock(&resv->lock);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700485 list_for_each_entry_safe(rg, trg, head, link) {
486 if (rg->to <= f)
487 continue;
488 if (rg->from >= t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700489 break;
Andy Whitcroft96822902008-07-23 21:27:29 -0700490
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700491 if (f > rg->from && t < rg->to) { /* Must split region */
492 /*
493 * Check for an entry in the cache before dropping
494 * lock and attempting allocation.
495 */
496 if (!nrg &&
497 resv->region_cache_count > resv->adds_in_progress) {
498 nrg = list_first_entry(&resv->region_cache,
499 struct file_region,
500 link);
501 list_del(&nrg->link);
502 resv->region_cache_count--;
503 }
504
505 if (!nrg) {
506 spin_unlock(&resv->lock);
507 nrg = kmalloc(sizeof(*nrg), GFP_KERNEL);
508 if (!nrg)
509 return -ENOMEM;
510 goto retry;
511 }
512
513 del += t - f;
514
515 /* New entry for end of split region */
516 nrg->from = t;
517 nrg->to = rg->to;
518 INIT_LIST_HEAD(&nrg->link);
519
520 /* Original entry is trimmed */
521 rg->to = f;
522
523 list_add(&nrg->link, &rg->link);
524 nrg = NULL;
525 break;
526 }
527
528 if (f <= rg->from && t >= rg->to) { /* Remove entire region */
529 del += rg->to - rg->from;
530 list_del(&rg->link);
531 kfree(rg);
532 continue;
533 }
534
535 if (f <= rg->from) { /* Trim beginning of region */
536 del += t - rg->from;
537 rg->from = t;
538 } else { /* Trim end of region */
539 del += rg->to - f;
540 rg->to = f;
541 }
Andy Whitcroft96822902008-07-23 21:27:29 -0700542 }
543
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700544 spin_unlock(&resv->lock);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700545 kfree(nrg);
546 return del;
Andy Whitcroft96822902008-07-23 21:27:29 -0700547}
548
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700549/*
Mike Kravetzb5cec282015-09-08 15:01:41 -0700550 * A rare out of memory error was encountered which prevented removal of
551 * the reserve map region for a page. The huge page itself was free'ed
552 * and removed from the page cache. This routine will adjust the subpool
553 * usage count, and the global reserve count if needed. By incrementing
554 * these counts, the reserve map entry which could not be deleted will
555 * appear as a "reserved" entry instead of simply dangling with incorrect
556 * counts.
557 */
558void hugetlb_fix_reserve_counts(struct inode *inode, bool restore_reserve)
559{
560 struct hugepage_subpool *spool = subpool_inode(inode);
561 long rsv_adjust;
562
563 rsv_adjust = hugepage_subpool_get_pages(spool, 1);
564 if (restore_reserve && rsv_adjust) {
565 struct hstate *h = hstate_inode(inode);
566
567 hugetlb_acct_memory(h, 1);
568 }
569}
570
571/*
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700572 * Count and return the number of huge pages in the reserve map
573 * that intersect with the range [f, t).
574 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700575static long region_count(struct resv_map *resv, long f, long t)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700576{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700577 struct list_head *head = &resv->regions;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700578 struct file_region *rg;
579 long chg = 0;
580
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700581 spin_lock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700582 /* Locate each segment we overlap with, and count that overlap. */
583 list_for_each_entry(rg, head, link) {
Wang Sheng-Huif2135a42012-05-29 15:06:17 -0700584 long seg_from;
585 long seg_to;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700586
587 if (rg->to <= f)
588 continue;
589 if (rg->from >= t)
590 break;
591
592 seg_from = max(rg->from, f);
593 seg_to = min(rg->to, t);
594
595 chg += seg_to - seg_from;
596 }
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700597 spin_unlock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700598
599 return chg;
600}
601
Andy Whitcroft96822902008-07-23 21:27:29 -0700602/*
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700603 * Convert the address within this vma to the page offset within
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700604 * the mapping, in pagecache page units; huge pages here.
605 */
Andi Kleena5516432008-07-23 21:27:41 -0700606static pgoff_t vma_hugecache_offset(struct hstate *h,
607 struct vm_area_struct *vma, unsigned long address)
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700608{
Andi Kleena5516432008-07-23 21:27:41 -0700609 return ((address - vma->vm_start) >> huge_page_shift(h)) +
610 (vma->vm_pgoff >> huge_page_order(h));
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700611}
612
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +0900613pgoff_t linear_hugepage_index(struct vm_area_struct *vma,
614 unsigned long address)
615{
616 return vma_hugecache_offset(hstate_vma(vma), vma, address);
617}
618
Andy Whitcroft84afd992008-07-23 21:27:32 -0700619/*
Mel Gorman08fba692009-01-06 14:38:53 -0800620 * Return the size of the pages allocated when backing a VMA. In the majority
621 * cases this will be same size as used by the page table entries.
622 */
623unsigned long vma_kernel_pagesize(struct vm_area_struct *vma)
624{
625 struct hstate *hstate;
626
627 if (!is_vm_hugetlb_page(vma))
628 return PAGE_SIZE;
629
630 hstate = hstate_vma(vma);
631
Wanpeng Li2415cf12013-07-03 15:02:43 -0700632 return 1UL << huge_page_shift(hstate);
Mel Gorman08fba692009-01-06 14:38:53 -0800633}
Joerg Roedelf340ca02009-06-19 15:16:22 +0200634EXPORT_SYMBOL_GPL(vma_kernel_pagesize);
Mel Gorman08fba692009-01-06 14:38:53 -0800635
636/*
Mel Gorman33402892009-01-06 14:38:54 -0800637 * Return the page size being used by the MMU to back a VMA. In the majority
638 * of cases, the page size used by the kernel matches the MMU size. On
639 * architectures where it differs, an architecture-specific version of this
640 * function is required.
641 */
642#ifndef vma_mmu_pagesize
643unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
644{
645 return vma_kernel_pagesize(vma);
646}
647#endif
648
649/*
Andy Whitcroft84afd992008-07-23 21:27:32 -0700650 * Flags for MAP_PRIVATE reservations. These are stored in the bottom
651 * bits of the reservation map pointer, which are always clear due to
652 * alignment.
653 */
654#define HPAGE_RESV_OWNER (1UL << 0)
655#define HPAGE_RESV_UNMAPPED (1UL << 1)
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700656#define HPAGE_RESV_MASK (HPAGE_RESV_OWNER | HPAGE_RESV_UNMAPPED)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700657
Mel Gormana1e78772008-07-23 21:27:23 -0700658/*
659 * These helpers are used to track how many pages are reserved for
660 * faults in a MAP_PRIVATE mapping. Only the process that called mmap()
661 * is guaranteed to have their future faults succeed.
662 *
663 * With the exception of reset_vma_resv_huge_pages() which is called at fork(),
664 * the reserve counters are updated with the hugetlb_lock held. It is safe
665 * to reset the VMA at fork() time as it is not in use yet and there is no
666 * chance of the global counters getting corrupted as a result of the values.
Andy Whitcroft84afd992008-07-23 21:27:32 -0700667 *
668 * The private mapping reservation is represented in a subtly different
669 * manner to a shared mapping. A shared mapping has a region map associated
670 * with the underlying file, this region map represents the backing file
671 * pages which have ever had a reservation assigned which this persists even
672 * after the page is instantiated. A private mapping has a region map
673 * associated with the original mmap which is attached to all VMAs which
674 * reference it, this region map represents those offsets which have consumed
675 * reservation ie. where pages have been instantiated.
Mel Gormana1e78772008-07-23 21:27:23 -0700676 */
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700677static unsigned long get_vma_private_data(struct vm_area_struct *vma)
678{
679 return (unsigned long)vma->vm_private_data;
680}
681
682static void set_vma_private_data(struct vm_area_struct *vma,
683 unsigned long value)
684{
685 vma->vm_private_data = (void *)value;
686}
687
Joonsoo Kim9119a412014-04-03 14:47:25 -0700688struct resv_map *resv_map_alloc(void)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700689{
690 struct resv_map *resv_map = kmalloc(sizeof(*resv_map), GFP_KERNEL);
Mike Kravetz5e911372015-09-08 15:01:28 -0700691 struct file_region *rg = kmalloc(sizeof(*rg), GFP_KERNEL);
692
693 if (!resv_map || !rg) {
694 kfree(resv_map);
695 kfree(rg);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700696 return NULL;
Mike Kravetz5e911372015-09-08 15:01:28 -0700697 }
Andy Whitcroft84afd992008-07-23 21:27:32 -0700698
699 kref_init(&resv_map->refs);
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700700 spin_lock_init(&resv_map->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700701 INIT_LIST_HEAD(&resv_map->regions);
702
Mike Kravetz5e911372015-09-08 15:01:28 -0700703 resv_map->adds_in_progress = 0;
704
705 INIT_LIST_HEAD(&resv_map->region_cache);
706 list_add(&rg->link, &resv_map->region_cache);
707 resv_map->region_cache_count = 1;
708
Andy Whitcroft84afd992008-07-23 21:27:32 -0700709 return resv_map;
710}
711
Joonsoo Kim9119a412014-04-03 14:47:25 -0700712void resv_map_release(struct kref *ref)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700713{
714 struct resv_map *resv_map = container_of(ref, struct resv_map, refs);
Mike Kravetz5e911372015-09-08 15:01:28 -0700715 struct list_head *head = &resv_map->region_cache;
716 struct file_region *rg, *trg;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700717
718 /* Clear out any active regions before we release the map. */
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700719 region_del(resv_map, 0, LONG_MAX);
Mike Kravetz5e911372015-09-08 15:01:28 -0700720
721 /* ... and any entries left in the cache */
722 list_for_each_entry_safe(rg, trg, head, link) {
723 list_del(&rg->link);
724 kfree(rg);
725 }
726
727 VM_BUG_ON(resv_map->adds_in_progress);
728
Andy Whitcroft84afd992008-07-23 21:27:32 -0700729 kfree(resv_map);
730}
731
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700732static inline struct resv_map *inode_resv_map(struct inode *inode)
733{
734 return inode->i_mapping->private_data;
735}
736
Andy Whitcroft84afd992008-07-23 21:27:32 -0700737static struct resv_map *vma_resv_map(struct vm_area_struct *vma)
Mel Gormana1e78772008-07-23 21:27:23 -0700738{
Sasha Levin81d1b092014-10-09 15:28:10 -0700739 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700740 if (vma->vm_flags & VM_MAYSHARE) {
741 struct address_space *mapping = vma->vm_file->f_mapping;
742 struct inode *inode = mapping->host;
743
744 return inode_resv_map(inode);
745
746 } else {
Andy Whitcroft84afd992008-07-23 21:27:32 -0700747 return (struct resv_map *)(get_vma_private_data(vma) &
748 ~HPAGE_RESV_MASK);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700749 }
Mel Gormana1e78772008-07-23 21:27:23 -0700750}
751
Andy Whitcroft84afd992008-07-23 21:27:32 -0700752static void set_vma_resv_map(struct vm_area_struct *vma, struct resv_map *map)
Mel Gormana1e78772008-07-23 21:27:23 -0700753{
Sasha Levin81d1b092014-10-09 15:28:10 -0700754 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
755 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Mel Gormana1e78772008-07-23 21:27:23 -0700756
Andy Whitcroft84afd992008-07-23 21:27:32 -0700757 set_vma_private_data(vma, (get_vma_private_data(vma) &
758 HPAGE_RESV_MASK) | (unsigned long)map);
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700759}
760
761static void set_vma_resv_flags(struct vm_area_struct *vma, unsigned long flags)
762{
Sasha Levin81d1b092014-10-09 15:28:10 -0700763 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
764 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700765
766 set_vma_private_data(vma, get_vma_private_data(vma) | flags);
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700767}
768
769static int is_vma_resv_set(struct vm_area_struct *vma, unsigned long flag)
770{
Sasha Levin81d1b092014-10-09 15:28:10 -0700771 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700772
773 return (get_vma_private_data(vma) & flag) != 0;
Mel Gormana1e78772008-07-23 21:27:23 -0700774}
775
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700776/* Reset counters to 0 and clear all HPAGE_RESV_* flags */
Mel Gormana1e78772008-07-23 21:27:23 -0700777void reset_vma_resv_huge_pages(struct vm_area_struct *vma)
778{
Sasha Levin81d1b092014-10-09 15:28:10 -0700779 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Mel Gormanf83a2752009-05-28 14:34:40 -0700780 if (!(vma->vm_flags & VM_MAYSHARE))
Mel Gormana1e78772008-07-23 21:27:23 -0700781 vma->vm_private_data = (void *)0;
782}
783
784/* Returns true if the VMA has associated reserve pages */
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700785static bool vma_has_reserves(struct vm_area_struct *vma, long chg)
Mel Gormana1e78772008-07-23 21:27:23 -0700786{
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700787 if (vma->vm_flags & VM_NORESERVE) {
788 /*
789 * This address is already reserved by other process(chg == 0),
790 * so, we should decrement reserved count. Without decrementing,
791 * reserve count remains after releasing inode, because this
792 * allocated page will go into page cache and is regarded as
793 * coming from reserved pool in releasing step. Currently, we
794 * don't have any other solution to deal with this situation
795 * properly, so add work-around here.
796 */
797 if (vma->vm_flags & VM_MAYSHARE && chg == 0)
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700798 return true;
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700799 else
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700800 return false;
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700801 }
Joonsoo Kima63884e2013-09-11 14:21:07 -0700802
803 /* Shared mappings always use reserves */
Mel Gormanf83a2752009-05-28 14:34:40 -0700804 if (vma->vm_flags & VM_MAYSHARE)
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700805 return true;
Joonsoo Kima63884e2013-09-11 14:21:07 -0700806
807 /*
808 * Only the process that called mmap() has reserves for
809 * private mappings.
810 */
Mel Gorman7f09ca52008-07-23 21:27:58 -0700811 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER))
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700812 return true;
Joonsoo Kima63884e2013-09-11 14:21:07 -0700813
Nicholas Krause559ec2f2015-09-04 15:48:27 -0700814 return false;
Mel Gormana1e78772008-07-23 21:27:23 -0700815}
816
Andi Kleena5516432008-07-23 21:27:41 -0700817static void enqueue_huge_page(struct hstate *h, struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818{
819 int nid = page_to_nid(page);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -0700820 list_move(&page->lru, &h->hugepage_freelists[nid]);
Andi Kleena5516432008-07-23 21:27:41 -0700821 h->free_huge_pages++;
822 h->free_huge_pages_node[nid]++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823}
824
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900825static struct page *dequeue_huge_page_node(struct hstate *h, int nid)
826{
827 struct page *page;
828
Naoya Horiguchic8721bb2013-09-11 14:22:09 -0700829 list_for_each_entry(page, &h->hugepage_freelists[nid], lru)
830 if (!is_migrate_isolate_page(page))
831 break;
832 /*
833 * if 'non-isolated free hugepage' not found on the list,
834 * the allocation fails.
835 */
836 if (&h->hugepage_freelists[nid] == &page->lru)
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900837 return NULL;
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -0700838 list_move(&page->lru, &h->hugepage_activelist);
Naoya Horiguchia9869b82010-09-08 10:19:37 +0900839 set_page_refcounted(page);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900840 h->free_huge_pages--;
841 h->free_huge_pages_node[nid]--;
842 return page;
843}
844
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700845/* Movability of hugepages depends on migration support. */
846static inline gfp_t htlb_alloc_mask(struct hstate *h)
847{
Naoya Horiguchi100873d2014-06-04 16:10:56 -0700848 if (hugepages_treat_as_movable || hugepage_migration_supported(h))
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700849 return GFP_HIGHUSER_MOVABLE;
850 else
851 return GFP_HIGHUSER;
852}
853
Andi Kleena5516432008-07-23 21:27:41 -0700854static struct page *dequeue_huge_page_vma(struct hstate *h,
855 struct vm_area_struct *vma,
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700856 unsigned long address, int avoid_reserve,
857 long chg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858{
Konstantin Khlebnikovb1c12cb2012-04-25 16:01:46 -0700859 struct page *page = NULL;
Lee Schermerhorn480eccf2007-09-18 22:46:47 -0700860 struct mempolicy *mpol;
Mel Gorman19770b32008-04-28 02:12:18 -0700861 nodemask_t *nodemask;
Miao Xiec0ff7452010-05-24 14:32:08 -0700862 struct zonelist *zonelist;
Mel Gormandd1a2392008-04-28 02:12:17 -0700863 struct zone *zone;
864 struct zoneref *z;
Mel Gormancc9a6c82012-03-21 16:34:11 -0700865 unsigned int cpuset_mems_cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
Mel Gormana1e78772008-07-23 21:27:23 -0700867 /*
868 * A child process with MAP_PRIVATE mappings created by their parent
869 * have no page reserves. This check ensures that reservations are
870 * not "stolen". The child may still get SIGKILLed
871 */
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700872 if (!vma_has_reserves(vma, chg) &&
Andi Kleena5516432008-07-23 21:27:41 -0700873 h->free_huge_pages - h->resv_huge_pages == 0)
Miao Xiec0ff7452010-05-24 14:32:08 -0700874 goto err;
Mel Gormana1e78772008-07-23 21:27:23 -0700875
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700876 /* If reserves cannot be used, ensure enough pages are in the pool */
Andi Kleena5516432008-07-23 21:27:41 -0700877 if (avoid_reserve && h->free_huge_pages - h->resv_huge_pages == 0)
Justin P. Mattock6eab04a2011-04-08 19:49:08 -0700878 goto err;
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700879
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700880retry_cpuset:
Mel Gormand26914d2014-04-03 14:47:24 -0700881 cpuset_mems_cookie = read_mems_allowed_begin();
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700882 zonelist = huge_zonelist(vma, address,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700883 htlb_alloc_mask(h), &mpol, &nodemask);
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700884
Mel Gorman19770b32008-04-28 02:12:18 -0700885 for_each_zone_zonelist_nodemask(zone, z, zonelist,
886 MAX_NR_ZONES - 1, nodemask) {
Vladimir Davydov344736f2014-10-20 15:50:30 +0400887 if (cpuset_zone_allowed(zone, htlb_alloc_mask(h))) {
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900888 page = dequeue_huge_page_node(h, zone_to_nid(zone));
889 if (page) {
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700890 if (avoid_reserve)
891 break;
892 if (!vma_has_reserves(vma, chg))
893 break;
894
Joonsoo Kim07443a82013-09-11 14:21:58 -0700895 SetPagePrivate(page);
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700896 h->resv_huge_pages--;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900897 break;
898 }
Andrew Morton3abf7af2007-07-19 01:49:08 -0700899 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 }
Mel Gormancc9a6c82012-03-21 16:34:11 -0700901
902 mpol_cond_put(mpol);
Mel Gormand26914d2014-04-03 14:47:24 -0700903 if (unlikely(!page && read_mems_allowed_retry(cpuset_mems_cookie)))
Mel Gormancc9a6c82012-03-21 16:34:11 -0700904 goto retry_cpuset;
905 return page;
906
Miao Xiec0ff7452010-05-24 14:32:08 -0700907err:
Mel Gormancc9a6c82012-03-21 16:34:11 -0700908 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909}
910
Luiz Capitulino1cac6f22014-06-04 16:07:11 -0700911/*
912 * common helper functions for hstate_next_node_to_{alloc|free}.
913 * We may have allocated or freed a huge page based on a different
914 * nodes_allowed previously, so h->next_node_to_{alloc|free} might
915 * be outside of *nodes_allowed. Ensure that we use an allowed
916 * node for alloc or free.
917 */
918static int next_node_allowed(int nid, nodemask_t *nodes_allowed)
919{
920 nid = next_node(nid, *nodes_allowed);
921 if (nid == MAX_NUMNODES)
922 nid = first_node(*nodes_allowed);
923 VM_BUG_ON(nid >= MAX_NUMNODES);
924
925 return nid;
926}
927
928static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed)
929{
930 if (!node_isset(nid, *nodes_allowed))
931 nid = next_node_allowed(nid, nodes_allowed);
932 return nid;
933}
934
935/*
936 * returns the previously saved node ["this node"] from which to
937 * allocate a persistent huge page for the pool and advance the
938 * next node from which to allocate, handling wrap at end of node
939 * mask.
940 */
941static int hstate_next_node_to_alloc(struct hstate *h,
942 nodemask_t *nodes_allowed)
943{
944 int nid;
945
946 VM_BUG_ON(!nodes_allowed);
947
948 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed);
949 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed);
950
951 return nid;
952}
953
954/*
955 * helper for free_pool_huge_page() - return the previously saved
956 * node ["this node"] from which to free a huge page. Advance the
957 * next node id whether or not we find a free huge page to free so
958 * that the next attempt to free addresses the next node.
959 */
960static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed)
961{
962 int nid;
963
964 VM_BUG_ON(!nodes_allowed);
965
966 nid = get_valid_node_allowed(h->next_nid_to_free, nodes_allowed);
967 h->next_nid_to_free = next_node_allowed(nid, nodes_allowed);
968
969 return nid;
970}
971
972#define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \
973 for (nr_nodes = nodes_weight(*mask); \
974 nr_nodes > 0 && \
975 ((node = hstate_next_node_to_alloc(hs, mask)) || 1); \
976 nr_nodes--)
977
978#define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \
979 for (nr_nodes = nodes_weight(*mask); \
980 nr_nodes > 0 && \
981 ((node = hstate_next_node_to_free(hs, mask)) || 1); \
982 nr_nodes--)
983
Luiz Capitulino944d9fe2014-06-04 16:07:13 -0700984#if defined(CONFIG_CMA) && defined(CONFIG_X86_64)
985static void destroy_compound_gigantic_page(struct page *page,
986 unsigned long order)
987{
988 int i;
989 int nr_pages = 1 << order;
990 struct page *p = page + 1;
991
992 for (i = 1; i < nr_pages; i++, p = mem_map_next(p, page, i)) {
993 __ClearPageTail(p);
994 set_page_refcounted(p);
995 p->first_page = NULL;
996 }
997
998 set_compound_order(page, 0);
999 __ClearPageHead(page);
1000}
1001
1002static void free_gigantic_page(struct page *page, unsigned order)
1003{
1004 free_contig_range(page_to_pfn(page), 1 << order);
1005}
1006
1007static int __alloc_gigantic_page(unsigned long start_pfn,
1008 unsigned long nr_pages)
1009{
1010 unsigned long end_pfn = start_pfn + nr_pages;
1011 return alloc_contig_range(start_pfn, end_pfn, MIGRATE_MOVABLE);
1012}
1013
1014static bool pfn_range_valid_gigantic(unsigned long start_pfn,
1015 unsigned long nr_pages)
1016{
1017 unsigned long i, end_pfn = start_pfn + nr_pages;
1018 struct page *page;
1019
1020 for (i = start_pfn; i < end_pfn; i++) {
1021 if (!pfn_valid(i))
1022 return false;
1023
1024 page = pfn_to_page(i);
1025
1026 if (PageReserved(page))
1027 return false;
1028
1029 if (page_count(page) > 0)
1030 return false;
1031
1032 if (PageHuge(page))
1033 return false;
1034 }
1035
1036 return true;
1037}
1038
1039static bool zone_spans_last_pfn(const struct zone *zone,
1040 unsigned long start_pfn, unsigned long nr_pages)
1041{
1042 unsigned long last_pfn = start_pfn + nr_pages - 1;
1043 return zone_spans_pfn(zone, last_pfn);
1044}
1045
1046static struct page *alloc_gigantic_page(int nid, unsigned order)
1047{
1048 unsigned long nr_pages = 1 << order;
1049 unsigned long ret, pfn, flags;
1050 struct zone *z;
1051
1052 z = NODE_DATA(nid)->node_zones;
1053 for (; z - NODE_DATA(nid)->node_zones < MAX_NR_ZONES; z++) {
1054 spin_lock_irqsave(&z->lock, flags);
1055
1056 pfn = ALIGN(z->zone_start_pfn, nr_pages);
1057 while (zone_spans_last_pfn(z, pfn, nr_pages)) {
1058 if (pfn_range_valid_gigantic(pfn, nr_pages)) {
1059 /*
1060 * We release the zone lock here because
1061 * alloc_contig_range() will also lock the zone
1062 * at some point. If there's an allocation
1063 * spinning on this lock, it may win the race
1064 * and cause alloc_contig_range() to fail...
1065 */
1066 spin_unlock_irqrestore(&z->lock, flags);
1067 ret = __alloc_gigantic_page(pfn, nr_pages);
1068 if (!ret)
1069 return pfn_to_page(pfn);
1070 spin_lock_irqsave(&z->lock, flags);
1071 }
1072 pfn += nr_pages;
1073 }
1074
1075 spin_unlock_irqrestore(&z->lock, flags);
1076 }
1077
1078 return NULL;
1079}
1080
1081static void prep_new_huge_page(struct hstate *h, struct page *page, int nid);
1082static void prep_compound_gigantic_page(struct page *page, unsigned long order);
1083
1084static struct page *alloc_fresh_gigantic_page_node(struct hstate *h, int nid)
1085{
1086 struct page *page;
1087
1088 page = alloc_gigantic_page(nid, huge_page_order(h));
1089 if (page) {
1090 prep_compound_gigantic_page(page, huge_page_order(h));
1091 prep_new_huge_page(h, page, nid);
1092 }
1093
1094 return page;
1095}
1096
1097static int alloc_fresh_gigantic_page(struct hstate *h,
1098 nodemask_t *nodes_allowed)
1099{
1100 struct page *page = NULL;
1101 int nr_nodes, node;
1102
1103 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
1104 page = alloc_fresh_gigantic_page_node(h, node);
1105 if (page)
1106 return 1;
1107 }
1108
1109 return 0;
1110}
1111
1112static inline bool gigantic_page_supported(void) { return true; }
1113#else
1114static inline bool gigantic_page_supported(void) { return false; }
1115static inline void free_gigantic_page(struct page *page, unsigned order) { }
1116static inline void destroy_compound_gigantic_page(struct page *page,
1117 unsigned long order) { }
1118static inline int alloc_fresh_gigantic_page(struct hstate *h,
1119 nodemask_t *nodes_allowed) { return 0; }
1120#endif
1121
Andi Kleena5516432008-07-23 21:27:41 -07001122static void update_and_free_page(struct hstate *h, struct page *page)
Adam Litke6af2acb2007-10-16 01:26:16 -07001123{
1124 int i;
Andi Kleena5516432008-07-23 21:27:41 -07001125
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001126 if (hstate_is_gigantic(h) && !gigantic_page_supported())
1127 return;
Andy Whitcroft18229df2008-11-06 12:53:27 -08001128
Andi Kleena5516432008-07-23 21:27:41 -07001129 h->nr_huge_pages--;
1130 h->nr_huge_pages_node[page_to_nid(page)]--;
1131 for (i = 0; i < pages_per_huge_page(h); i++) {
Chris Forbes32f84522011-07-25 17:12:14 -07001132 page[i].flags &= ~(1 << PG_locked | 1 << PG_error |
1133 1 << PG_referenced | 1 << PG_dirty |
Luiz Capitulinoa7407a22014-06-04 16:07:09 -07001134 1 << PG_active | 1 << PG_private |
1135 1 << PG_writeback);
Adam Litke6af2acb2007-10-16 01:26:16 -07001136 }
Sasha Levin309381fea2014-01-23 15:52:54 -08001137 VM_BUG_ON_PAGE(hugetlb_cgroup_from_page(page), page);
Adam Litke6af2acb2007-10-16 01:26:16 -07001138 set_compound_page_dtor(page, NULL);
1139 set_page_refcounted(page);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001140 if (hstate_is_gigantic(h)) {
1141 destroy_compound_gigantic_page(page, huge_page_order(h));
1142 free_gigantic_page(page, huge_page_order(h));
1143 } else {
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001144 __free_pages(page, huge_page_order(h));
1145 }
Adam Litke6af2acb2007-10-16 01:26:16 -07001146}
1147
Andi Kleene5ff2152008-07-23 21:27:42 -07001148struct hstate *size_to_hstate(unsigned long size)
1149{
1150 struct hstate *h;
1151
1152 for_each_hstate(h) {
1153 if (huge_page_size(h) == size)
1154 return h;
1155 }
1156 return NULL;
1157}
1158
Naoya Horiguchibcc54222015-04-15 16:14:38 -07001159/*
1160 * Test to determine whether the hugepage is "active/in-use" (i.e. being linked
1161 * to hstate->hugepage_activelist.)
1162 *
1163 * This function can be called for tail pages, but never returns true for them.
1164 */
1165bool page_huge_active(struct page *page)
1166{
1167 VM_BUG_ON_PAGE(!PageHuge(page), page);
1168 return PageHead(page) && PagePrivate(&page[1]);
1169}
1170
1171/* never called for tail page */
1172static void set_page_huge_active(struct page *page)
1173{
1174 VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
1175 SetPagePrivate(&page[1]);
1176}
1177
1178static void clear_page_huge_active(struct page *page)
1179{
1180 VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
1181 ClearPagePrivate(&page[1]);
1182}
1183
Atsushi Kumagai8f1d26d2014-07-30 16:08:39 -07001184void free_huge_page(struct page *page)
David Gibson27a85ef2006-03-22 00:08:56 -08001185{
Andi Kleena5516432008-07-23 21:27:41 -07001186 /*
1187 * Can't pass hstate in here because it is called from the
1188 * compound page destructor.
1189 */
Andi Kleene5ff2152008-07-23 21:27:42 -07001190 struct hstate *h = page_hstate(page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001191 int nid = page_to_nid(page);
David Gibson90481622012-03-21 16:34:12 -07001192 struct hugepage_subpool *spool =
1193 (struct hugepage_subpool *)page_private(page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001194 bool restore_reserve;
David Gibson27a85ef2006-03-22 00:08:56 -08001195
Andy Whitcrofte5df70a2008-02-23 15:23:32 -08001196 set_page_private(page, 0);
Mel Gorman23be7462010-04-23 13:17:56 -04001197 page->mapping = NULL;
Adam Litke7893d1d2007-10-16 01:26:18 -07001198 BUG_ON(page_count(page));
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09001199 BUG_ON(page_mapcount(page));
Joonsoo Kim07443a82013-09-11 14:21:58 -07001200 restore_reserve = PagePrivate(page);
Joonsoo Kim16c794b2013-10-16 13:46:48 -07001201 ClearPagePrivate(page);
David Gibson27a85ef2006-03-22 00:08:56 -08001202
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001203 /*
1204 * A return code of zero implies that the subpool will be under its
1205 * minimum size if the reservation is not restored after page is free.
1206 * Therefore, force restore_reserve operation.
1207 */
1208 if (hugepage_subpool_put_pages(spool, 1) == 0)
1209 restore_reserve = true;
1210
David Gibson27a85ef2006-03-22 00:08:56 -08001211 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07001212 clear_page_huge_active(page);
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001213 hugetlb_cgroup_uncharge_page(hstate_index(h),
1214 pages_per_huge_page(h), page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001215 if (restore_reserve)
1216 h->resv_huge_pages++;
1217
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001218 if (h->surplus_huge_pages_node[nid]) {
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001219 /* remove the page from active list */
1220 list_del(&page->lru);
Andi Kleena5516432008-07-23 21:27:41 -07001221 update_and_free_page(h, page);
1222 h->surplus_huge_pages--;
1223 h->surplus_huge_pages_node[nid]--;
Adam Litke7893d1d2007-10-16 01:26:18 -07001224 } else {
Will Deacon5d3a5512012-10-08 16:29:32 -07001225 arch_clear_hugepage_flags(page);
Andi Kleena5516432008-07-23 21:27:41 -07001226 enqueue_huge_page(h, page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001227 }
David Gibson27a85ef2006-03-22 00:08:56 -08001228 spin_unlock(&hugetlb_lock);
1229}
1230
Andi Kleena5516432008-07-23 21:27:41 -07001231static void prep_new_huge_page(struct hstate *h, struct page *page, int nid)
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001232{
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001233 INIT_LIST_HEAD(&page->lru);
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001234 set_compound_page_dtor(page, free_huge_page);
1235 spin_lock(&hugetlb_lock);
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -07001236 set_hugetlb_cgroup(page, NULL);
Andi Kleena5516432008-07-23 21:27:41 -07001237 h->nr_huge_pages++;
1238 h->nr_huge_pages_node[nid]++;
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001239 spin_unlock(&hugetlb_lock);
1240 put_page(page); /* free it into the hugepage allocator */
1241}
1242
Luiz Capitulino2906dd52014-06-04 16:07:06 -07001243static void prep_compound_gigantic_page(struct page *page, unsigned long order)
Wu Fengguang20a03072009-06-16 15:32:22 -07001244{
1245 int i;
1246 int nr_pages = 1 << order;
1247 struct page *p = page + 1;
1248
1249 /* we rely on prep_new_huge_page to set the destructor */
1250 set_compound_order(page, order);
1251 __SetPageHead(page);
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001252 __ClearPageReserved(page);
Wu Fengguang20a03072009-06-16 15:32:22 -07001253 for (i = 1; i < nr_pages; i++, p = mem_map_next(p, page, i)) {
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001254 /*
1255 * For gigantic hugepages allocated through bootmem at
1256 * boot, it's safer to be consistent with the not-gigantic
1257 * hugepages and clear the PG_reserved bit from all tail pages
1258 * too. Otherwse drivers using get_user_pages() to access tail
1259 * pages may get the reference counting wrong if they see
1260 * PG_reserved set on a tail page (despite the head page not
1261 * having PG_reserved set). Enforcing this consistency between
1262 * head and tail pages allows drivers to optimize away a check
1263 * on the head page when they need know if put_page() is needed
1264 * after get_user_pages().
1265 */
1266 __ClearPageReserved(p);
Youquan Song58a84aa2011-12-08 14:34:18 -08001267 set_page_count(p, 0);
Wu Fengguang20a03072009-06-16 15:32:22 -07001268 p->first_page = page;
David Rientjes44fc8052015-03-12 16:25:54 -07001269 /* Make sure p->first_page is always valid for PageTail() */
1270 smp_wmb();
1271 __SetPageTail(p);
Wu Fengguang20a03072009-06-16 15:32:22 -07001272 }
1273}
1274
Andrew Morton77959122012-10-08 16:34:11 -07001275/*
1276 * PageHuge() only returns true for hugetlbfs pages, but not for normal or
1277 * transparent huge pages. See the PageTransHuge() documentation for more
1278 * details.
1279 */
Wu Fengguang20a03072009-06-16 15:32:22 -07001280int PageHuge(struct page *page)
1281{
Wu Fengguang20a03072009-06-16 15:32:22 -07001282 if (!PageCompound(page))
1283 return 0;
1284
1285 page = compound_head(page);
Andrew Morton758f66a2014-01-21 15:48:57 -08001286 return get_compound_page_dtor(page) == free_huge_page;
Wu Fengguang20a03072009-06-16 15:32:22 -07001287}
Naoya Horiguchi43131e12010-05-28 09:29:22 +09001288EXPORT_SYMBOL_GPL(PageHuge);
1289
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001290/*
1291 * PageHeadHuge() only returns true for hugetlbfs head page, but not for
1292 * normal or transparent huge pages.
1293 */
1294int PageHeadHuge(struct page *page_head)
1295{
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001296 if (!PageHead(page_head))
1297 return 0;
1298
Andrew Morton758f66a2014-01-21 15:48:57 -08001299 return get_compound_page_dtor(page_head) == free_huge_page;
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001300}
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001301
Zhang Yi13d60f42013-06-25 21:19:31 +08001302pgoff_t __basepage_index(struct page *page)
1303{
1304 struct page *page_head = compound_head(page);
1305 pgoff_t index = page_index(page_head);
1306 unsigned long compound_idx;
1307
1308 if (!PageHuge(page_head))
1309 return page_index(page);
1310
1311 if (compound_order(page_head) >= MAX_ORDER)
1312 compound_idx = page_to_pfn(page) - page_to_pfn(page_head);
1313 else
1314 compound_idx = page - page_head;
1315
1316 return (index << compound_order(page_head)) + compound_idx;
1317}
1318
Andi Kleena5516432008-07-23 21:27:41 -07001319static struct page *alloc_fresh_huge_page_node(struct hstate *h, int nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 struct page *page;
Joe Jinf96efd52007-07-15 23:38:12 -07001322
Mel Gorman6484eb32009-06-16 15:31:54 -07001323 page = alloc_pages_exact_node(nid,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001324 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE|
Nishanth Aravamudan551883a2008-04-29 00:58:26 -07001325 __GFP_REPEAT|__GFP_NOWARN,
Andi Kleena5516432008-07-23 21:27:41 -07001326 huge_page_order(h));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327 if (page) {
Andi Kleena5516432008-07-23 21:27:41 -07001328 prep_new_huge_page(h, page, nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329 }
Nishanth Aravamudan63b46132007-10-16 01:26:24 -07001330
1331 return page;
1332}
1333
Joonsoo Kimb2261022013-09-11 14:21:00 -07001334static int alloc_fresh_huge_page(struct hstate *h, nodemask_t *nodes_allowed)
1335{
1336 struct page *page;
1337 int nr_nodes, node;
1338 int ret = 0;
1339
1340 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
1341 page = alloc_fresh_huge_page_node(h, node);
1342 if (page) {
1343 ret = 1;
1344 break;
1345 }
1346 }
1347
1348 if (ret)
1349 count_vm_event(HTLB_BUDDY_PGALLOC);
1350 else
1351 count_vm_event(HTLB_BUDDY_PGALLOC_FAIL);
1352
1353 return ret;
1354}
1355
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001356/*
1357 * Free huge page from pool from next node to free.
1358 * Attempt to keep persistent huge pages more or less
1359 * balanced over allowed nodes.
1360 * Called with hugetlb_lock locked.
1361 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001362static int free_pool_huge_page(struct hstate *h, nodemask_t *nodes_allowed,
1363 bool acct_surplus)
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001364{
Joonsoo Kimb2261022013-09-11 14:21:00 -07001365 int nr_nodes, node;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001366 int ret = 0;
1367
Joonsoo Kimb2261022013-09-11 14:21:00 -07001368 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001369 /*
1370 * If we're returning unused surplus pages, only examine
1371 * nodes with surplus pages.
1372 */
Joonsoo Kimb2261022013-09-11 14:21:00 -07001373 if ((!acct_surplus || h->surplus_huge_pages_node[node]) &&
1374 !list_empty(&h->hugepage_freelists[node])) {
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001375 struct page *page =
Joonsoo Kimb2261022013-09-11 14:21:00 -07001376 list_entry(h->hugepage_freelists[node].next,
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001377 struct page, lru);
1378 list_del(&page->lru);
1379 h->free_huge_pages--;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001380 h->free_huge_pages_node[node]--;
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001381 if (acct_surplus) {
1382 h->surplus_huge_pages--;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001383 h->surplus_huge_pages_node[node]--;
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001384 }
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001385 update_and_free_page(h, page);
1386 ret = 1;
Lee Schermerhorn9a76db02009-12-14 17:58:15 -08001387 break;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001388 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001389 }
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001390
1391 return ret;
1392}
1393
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001394/*
1395 * Dissolve a given free hugepage into free buddy pages. This function does
1396 * nothing for in-use (including surplus) hugepages.
1397 */
1398static void dissolve_free_huge_page(struct page *page)
1399{
1400 spin_lock(&hugetlb_lock);
1401 if (PageHuge(page) && !page_count(page)) {
1402 struct hstate *h = page_hstate(page);
1403 int nid = page_to_nid(page);
1404 list_del(&page->lru);
1405 h->free_huge_pages--;
1406 h->free_huge_pages_node[nid]--;
1407 update_and_free_page(h, page);
1408 }
1409 spin_unlock(&hugetlb_lock);
1410}
1411
1412/*
1413 * Dissolve free hugepages in a given pfn range. Used by memory hotplug to
1414 * make specified memory blocks removable from the system.
1415 * Note that start_pfn should aligned with (minimum) hugepage size.
1416 */
1417void dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn)
1418{
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001419 unsigned long pfn;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001420
Li Zhongd0177632014-08-06 16:07:56 -07001421 if (!hugepages_supported())
1422 return;
1423
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001424 VM_BUG_ON(!IS_ALIGNED(start_pfn, 1 << minimum_order));
1425 for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << minimum_order)
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001426 dissolve_free_huge_page(pfn_to_page(pfn));
1427}
1428
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001429static struct page *alloc_buddy_huge_page(struct hstate *h, int nid)
Adam Litke7893d1d2007-10-16 01:26:18 -07001430{
1431 struct page *page;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001432 unsigned int r_nid;
Adam Litke7893d1d2007-10-16 01:26:18 -07001433
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001434 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001435 return NULL;
1436
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001437 /*
1438 * Assume we will successfully allocate the surplus page to
1439 * prevent racing processes from causing the surplus to exceed
1440 * overcommit
1441 *
1442 * This however introduces a different race, where a process B
1443 * tries to grow the static hugepage pool while alloc_pages() is
1444 * called by process A. B will only examine the per-node
1445 * counters in determining if surplus huge pages can be
1446 * converted to normal huge pages in adjust_pool_surplus(). A
1447 * won't be able to increment the per-node counter, until the
1448 * lock is dropped by B, but B doesn't drop hugetlb_lock until
1449 * no more huge pages can be converted from surplus to normal
1450 * state (and doesn't try to convert again). Thus, we have a
1451 * case where a surplus huge page exists, the pool is grown, and
1452 * the surplus huge page still exists after, even though it
1453 * should just have been converted to a normal huge page. This
1454 * does not leak memory, though, as the hugepage will be freed
1455 * once it is out of use. It also does not allow the counters to
1456 * go out of whack in adjust_pool_surplus() as we don't modify
1457 * the node values until we've gotten the hugepage and only the
1458 * per-node value is checked there.
1459 */
1460 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07001461 if (h->surplus_huge_pages >= h->nr_overcommit_huge_pages) {
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001462 spin_unlock(&hugetlb_lock);
1463 return NULL;
1464 } else {
Andi Kleena5516432008-07-23 21:27:41 -07001465 h->nr_huge_pages++;
1466 h->surplus_huge_pages++;
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001467 }
1468 spin_unlock(&hugetlb_lock);
1469
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001470 if (nid == NUMA_NO_NODE)
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001471 page = alloc_pages(htlb_alloc_mask(h)|__GFP_COMP|
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001472 __GFP_REPEAT|__GFP_NOWARN,
1473 huge_page_order(h));
1474 else
1475 page = alloc_pages_exact_node(nid,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001476 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE|
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001477 __GFP_REPEAT|__GFP_NOWARN, huge_page_order(h));
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001478
1479 spin_lock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07001480 if (page) {
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001481 INIT_LIST_HEAD(&page->lru);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001482 r_nid = page_to_nid(page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001483 set_compound_page_dtor(page, free_huge_page);
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -07001484 set_hugetlb_cgroup(page, NULL);
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001485 /*
1486 * We incremented the global counters already
1487 */
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001488 h->nr_huge_pages_node[r_nid]++;
1489 h->surplus_huge_pages_node[r_nid]++;
Adam Litke3b116302008-04-28 02:13:06 -07001490 __count_vm_event(HTLB_BUDDY_PGALLOC);
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001491 } else {
Andi Kleena5516432008-07-23 21:27:41 -07001492 h->nr_huge_pages--;
1493 h->surplus_huge_pages--;
Adam Litke3b116302008-04-28 02:13:06 -07001494 __count_vm_event(HTLB_BUDDY_PGALLOC_FAIL);
Adam Litke7893d1d2007-10-16 01:26:18 -07001495 }
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001496 spin_unlock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07001497
1498 return page;
1499}
1500
Adam Litkee4e574b2007-10-16 01:26:19 -07001501/*
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001502 * This allocation function is useful in the context where vma is irrelevant.
1503 * E.g. soft-offlining uses this function because it only cares physical
1504 * address of error page.
1505 */
1506struct page *alloc_huge_page_node(struct hstate *h, int nid)
1507{
Joonsoo Kim4ef91842013-09-11 14:21:51 -07001508 struct page *page = NULL;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001509
1510 spin_lock(&hugetlb_lock);
Joonsoo Kim4ef91842013-09-11 14:21:51 -07001511 if (h->free_huge_pages - h->resv_huge_pages > 0)
1512 page = dequeue_huge_page_node(h, nid);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001513 spin_unlock(&hugetlb_lock);
1514
Aneesh Kumar K.V94ae8ba2012-07-31 16:42:35 -07001515 if (!page)
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001516 page = alloc_buddy_huge_page(h, nid);
1517
1518 return page;
1519}
1520
1521/*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001522 * Increase the hugetlb pool such that it can accommodate a reservation
Adam Litkee4e574b2007-10-16 01:26:19 -07001523 * of size 'delta'.
1524 */
Andi Kleena5516432008-07-23 21:27:41 -07001525static int gather_surplus_pages(struct hstate *h, int delta)
Adam Litkee4e574b2007-10-16 01:26:19 -07001526{
1527 struct list_head surplus_list;
1528 struct page *page, *tmp;
1529 int ret, i;
1530 int needed, allocated;
Hillf Danton28073b02012-03-21 16:34:00 -07001531 bool alloc_ok = true;
Adam Litkee4e574b2007-10-16 01:26:19 -07001532
Andi Kleena5516432008-07-23 21:27:41 -07001533 needed = (h->resv_huge_pages + delta) - h->free_huge_pages;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001534 if (needed <= 0) {
Andi Kleena5516432008-07-23 21:27:41 -07001535 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07001536 return 0;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001537 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001538
1539 allocated = 0;
1540 INIT_LIST_HEAD(&surplus_list);
1541
1542 ret = -ENOMEM;
1543retry:
1544 spin_unlock(&hugetlb_lock);
1545 for (i = 0; i < needed; i++) {
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001546 page = alloc_buddy_huge_page(h, NUMA_NO_NODE);
Hillf Danton28073b02012-03-21 16:34:00 -07001547 if (!page) {
1548 alloc_ok = false;
1549 break;
1550 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001551 list_add(&page->lru, &surplus_list);
1552 }
Hillf Danton28073b02012-03-21 16:34:00 -07001553 allocated += i;
Adam Litkee4e574b2007-10-16 01:26:19 -07001554
1555 /*
1556 * After retaking hugetlb_lock, we need to recalculate 'needed'
1557 * because either resv_huge_pages or free_huge_pages may have changed.
1558 */
1559 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07001560 needed = (h->resv_huge_pages + delta) -
1561 (h->free_huge_pages + allocated);
Hillf Danton28073b02012-03-21 16:34:00 -07001562 if (needed > 0) {
1563 if (alloc_ok)
1564 goto retry;
1565 /*
1566 * We were not able to allocate enough pages to
1567 * satisfy the entire reservation so we free what
1568 * we've allocated so far.
1569 */
1570 goto free;
1571 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001572 /*
1573 * The surplus_list now contains _at_least_ the number of extra pages
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001574 * needed to accommodate the reservation. Add the appropriate number
Adam Litkee4e574b2007-10-16 01:26:19 -07001575 * of pages to the hugetlb pool and free the extras back to the buddy
Adam Litkeac09b3a2008-03-04 14:29:38 -08001576 * allocator. Commit the entire reservation here to prevent another
1577 * process from stealing the pages as they are added to the pool but
1578 * before they are reserved.
Adam Litkee4e574b2007-10-16 01:26:19 -07001579 */
1580 needed += allocated;
Andi Kleena5516432008-07-23 21:27:41 -07001581 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07001582 ret = 0;
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001583
Adam Litke19fc3f02008-04-28 02:12:20 -07001584 /* Free the needed pages to the hugetlb pool */
Adam Litkee4e574b2007-10-16 01:26:19 -07001585 list_for_each_entry_safe(page, tmp, &surplus_list, lru) {
Adam Litke19fc3f02008-04-28 02:12:20 -07001586 if ((--needed) < 0)
1587 break;
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001588 /*
1589 * This page is now managed by the hugetlb allocator and has
1590 * no users -- drop the buddy allocator's reference.
1591 */
1592 put_page_testzero(page);
Sasha Levin309381fea2014-01-23 15:52:54 -08001593 VM_BUG_ON_PAGE(page_count(page), page);
Andi Kleena5516432008-07-23 21:27:41 -07001594 enqueue_huge_page(h, page);
Adam Litke19fc3f02008-04-28 02:12:20 -07001595 }
Hillf Danton28073b02012-03-21 16:34:00 -07001596free:
Hillf Dantonb0365c82011-12-28 15:57:16 -08001597 spin_unlock(&hugetlb_lock);
Adam Litke19fc3f02008-04-28 02:12:20 -07001598
1599 /* Free unnecessary surplus pages to the buddy allocator */
Joonsoo Kimc0d934b2013-09-11 14:21:02 -07001600 list_for_each_entry_safe(page, tmp, &surplus_list, lru)
1601 put_page(page);
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001602 spin_lock(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07001603
1604 return ret;
1605}
1606
1607/*
1608 * When releasing a hugetlb pool reservation, any surplus pages that were
1609 * allocated to satisfy the reservation must be explicitly freed if they were
1610 * never used.
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001611 * Called with hugetlb_lock held.
Adam Litkee4e574b2007-10-16 01:26:19 -07001612 */
Andi Kleena5516432008-07-23 21:27:41 -07001613static void return_unused_surplus_pages(struct hstate *h,
1614 unsigned long unused_resv_pages)
Adam Litkee4e574b2007-10-16 01:26:19 -07001615{
Adam Litkee4e574b2007-10-16 01:26:19 -07001616 unsigned long nr_pages;
1617
Adam Litkeac09b3a2008-03-04 14:29:38 -08001618 /* Uncommit the reservation */
Andi Kleena5516432008-07-23 21:27:41 -07001619 h->resv_huge_pages -= unused_resv_pages;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001620
Andi Kleenaa888a72008-07-23 21:27:47 -07001621 /* Cannot return gigantic pages currently */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001622 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001623 return;
1624
Andi Kleena5516432008-07-23 21:27:41 -07001625 nr_pages = min(unused_resv_pages, h->surplus_huge_pages);
Adam Litkee4e574b2007-10-16 01:26:19 -07001626
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001627 /*
1628 * We want to release as many surplus pages as possible, spread
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08001629 * evenly across all nodes with memory. Iterate across these nodes
1630 * until we can no longer free unreserved surplus pages. This occurs
1631 * when the nodes with surplus pages have no free pages.
1632 * free_pool_huge_page() will balance the the freed pages across the
1633 * on-line nodes with memory and will handle the hstate accounting.
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001634 */
1635 while (nr_pages--) {
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001636 if (!free_pool_huge_page(h, &node_states[N_MEMORY], 1))
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001637 break;
Mizuma, Masayoshi7848a4b2014-04-18 15:07:18 -07001638 cond_resched_lock(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07001639 }
1640}
1641
Mike Kravetz5e911372015-09-08 15:01:28 -07001642
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001643/*
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001644 * vma_needs_reservation, vma_commit_reservation and vma_end_reservation
Mike Kravetz5e911372015-09-08 15:01:28 -07001645 * are used by the huge page allocation routines to manage reservations.
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001646 *
1647 * vma_needs_reservation is called to determine if the huge page at addr
1648 * within the vma has an associated reservation. If a reservation is
1649 * needed, the value 1 is returned. The caller is then responsible for
1650 * managing the global reservation and subpool usage counts. After
1651 * the huge page has been allocated, vma_commit_reservation is called
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001652 * to add the page to the reservation map. If the page allocation fails,
1653 * the reservation must be ended instead of committed. vma_end_reservation
1654 * is called in such cases.
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001655 *
1656 * In the normal case, vma_commit_reservation returns the same value
1657 * as the preceding vma_needs_reservation call. The only time this
1658 * is not the case is if a reserve map was changed between calls. It
1659 * is the responsibility of the caller to notice the difference and
1660 * take appropriate action.
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001661 */
Mike Kravetz5e911372015-09-08 15:01:28 -07001662enum vma_resv_mode {
1663 VMA_NEEDS_RESV,
1664 VMA_COMMIT_RESV,
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001665 VMA_END_RESV,
Mike Kravetz5e911372015-09-08 15:01:28 -07001666};
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001667static long __vma_reservation_common(struct hstate *h,
1668 struct vm_area_struct *vma, unsigned long addr,
Mike Kravetz5e911372015-09-08 15:01:28 -07001669 enum vma_resv_mode mode)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001670{
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001671 struct resv_map *resv;
1672 pgoff_t idx;
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001673 long ret;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001674
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001675 resv = vma_resv_map(vma);
1676 if (!resv)
Andy Whitcroft84afd992008-07-23 21:27:32 -07001677 return 1;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001678
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001679 idx = vma_hugecache_offset(h, vma, addr);
Mike Kravetz5e911372015-09-08 15:01:28 -07001680 switch (mode) {
1681 case VMA_NEEDS_RESV:
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001682 ret = region_chg(resv, idx, idx + 1);
Mike Kravetz5e911372015-09-08 15:01:28 -07001683 break;
1684 case VMA_COMMIT_RESV:
1685 ret = region_add(resv, idx, idx + 1);
1686 break;
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001687 case VMA_END_RESV:
Mike Kravetz5e911372015-09-08 15:01:28 -07001688 region_abort(resv, idx, idx + 1);
1689 ret = 0;
1690 break;
1691 default:
1692 BUG();
1693 }
Andy Whitcroft84afd992008-07-23 21:27:32 -07001694
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001695 if (vma->vm_flags & VM_MAYSHARE)
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001696 return ret;
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001697 else
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001698 return ret < 0 ? ret : 0;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001699}
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001700
1701static long vma_needs_reservation(struct hstate *h,
Andi Kleena5516432008-07-23 21:27:41 -07001702 struct vm_area_struct *vma, unsigned long addr)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001703{
Mike Kravetz5e911372015-09-08 15:01:28 -07001704 return __vma_reservation_common(h, vma, addr, VMA_NEEDS_RESV);
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001705}
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001706
Mike Kravetzcf3ad202015-06-24 16:57:55 -07001707static long vma_commit_reservation(struct hstate *h,
1708 struct vm_area_struct *vma, unsigned long addr)
1709{
Mike Kravetz5e911372015-09-08 15:01:28 -07001710 return __vma_reservation_common(h, vma, addr, VMA_COMMIT_RESV);
1711}
1712
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001713static void vma_end_reservation(struct hstate *h,
Mike Kravetz5e911372015-09-08 15:01:28 -07001714 struct vm_area_struct *vma, unsigned long addr)
1715{
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001716 (void)__vma_reservation_common(h, vma, addr, VMA_END_RESV);
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001717}
1718
David Gibson27a85ef2006-03-22 00:08:56 -08001719static struct page *alloc_huge_page(struct vm_area_struct *vma,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07001720 unsigned long addr, int avoid_reserve)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721{
David Gibson90481622012-03-21 16:34:12 -07001722 struct hugepage_subpool *spool = subpool_vma(vma);
Andi Kleena5516432008-07-23 21:27:41 -07001723 struct hstate *h = hstate_vma(vma);
Adam Litke348ea202007-11-14 16:59:37 -08001724 struct page *page;
Mike Kravetz33039672015-06-24 16:57:58 -07001725 long chg, commit;
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001726 int ret, idx;
1727 struct hugetlb_cgroup *h_cg;
Adam Litke2fc39ce2007-11-14 16:59:39 -08001728
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001729 idx = hstate_index(h);
Mel Gormana1e78772008-07-23 21:27:23 -07001730 /*
David Gibson90481622012-03-21 16:34:12 -07001731 * Processes that did not create the mapping will have no
1732 * reserves and will not have accounted against subpool
1733 * limit. Check that the subpool limit can be made before
1734 * satisfying the allocation MAP_NORESERVE mappings may also
1735 * need pages and subpool limit allocated allocated if no reserve
1736 * mapping overlaps.
Mel Gormana1e78772008-07-23 21:27:23 -07001737 */
Andi Kleena5516432008-07-23 21:27:41 -07001738 chg = vma_needs_reservation(h, vma, addr);
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001739 if (chg < 0)
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07001740 return ERR_PTR(-ENOMEM);
Joonsoo Kim8bb3f122013-09-11 14:21:54 -07001741 if (chg || avoid_reserve)
Mike Kravetz5e911372015-09-08 15:01:28 -07001742 if (hugepage_subpool_get_pages(spool, 1) < 0) {
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001743 vma_end_reservation(h, vma, addr);
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07001744 return ERR_PTR(-ENOSPC);
Mike Kravetz5e911372015-09-08 15:01:28 -07001745 }
Mel Gormana1e78772008-07-23 21:27:23 -07001746
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001747 ret = hugetlb_cgroup_charge_cgroup(idx, pages_per_huge_page(h), &h_cg);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001748 if (ret)
1749 goto out_subpool_put;
1750
Mel Gormana1e78772008-07-23 21:27:23 -07001751 spin_lock(&hugetlb_lock);
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001752 page = dequeue_huge_page_vma(h, vma, addr, avoid_reserve, chg);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001753 if (!page) {
Aneesh Kumar K.V94ae8ba2012-07-31 16:42:35 -07001754 spin_unlock(&hugetlb_lock);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001755 page = alloc_buddy_huge_page(h, NUMA_NO_NODE);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001756 if (!page)
1757 goto out_uncharge_cgroup;
1758
Aneesh Kumar K.V79dbb232012-07-31 16:42:32 -07001759 spin_lock(&hugetlb_lock);
1760 list_move(&page->lru, &h->hugepage_activelist);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001761 /* Fall through */
Mel Gormana1e78772008-07-23 21:27:23 -07001762 }
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001763 hugetlb_cgroup_commit_charge(idx, pages_per_huge_page(h), h_cg, page);
1764 spin_unlock(&hugetlb_lock);
Mel Gormana1e78772008-07-23 21:27:23 -07001765
David Gibson90481622012-03-21 16:34:12 -07001766 set_page_private(page, (unsigned long)spool);
Mel Gormana1e78772008-07-23 21:27:23 -07001767
Mike Kravetz33039672015-06-24 16:57:58 -07001768 commit = vma_commit_reservation(h, vma, addr);
1769 if (unlikely(chg > commit)) {
1770 /*
1771 * The page was added to the reservation map between
1772 * vma_needs_reservation and vma_commit_reservation.
1773 * This indicates a race with hugetlb_reserve_pages.
1774 * Adjust for the subpool count incremented above AND
1775 * in hugetlb_reserve_pages for the same page. Also,
1776 * the reservation count added in hugetlb_reserve_pages
1777 * no longer applies.
1778 */
1779 long rsv_adjust;
1780
1781 rsv_adjust = hugepage_subpool_put_pages(spool, 1);
1782 hugetlb_acct_memory(h, -rsv_adjust);
1783 }
Adam Litke90d8b7e2007-11-14 16:59:42 -08001784 return page;
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001785
1786out_uncharge_cgroup:
1787 hugetlb_cgroup_uncharge_cgroup(idx, pages_per_huge_page(h), h_cg);
1788out_subpool_put:
1789 if (chg || avoid_reserve)
1790 hugepage_subpool_put_pages(spool, 1);
Mike Kravetzfeba16e2015-09-08 15:01:31 -07001791 vma_end_reservation(h, vma, addr);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001792 return ERR_PTR(-ENOSPC);
David Gibsonb45b5bd2006-03-22 00:08:55 -08001793}
1794
Naoya Horiguchi74060e42013-09-11 14:22:06 -07001795/*
1796 * alloc_huge_page()'s wrapper which simply returns the page if allocation
1797 * succeeds, otherwise NULL. This function is called from new_vma_page(),
1798 * where no ERR_VALUE is expected to be returned.
1799 */
1800struct page *alloc_huge_page_noerr(struct vm_area_struct *vma,
1801 unsigned long addr, int avoid_reserve)
1802{
1803 struct page *page = alloc_huge_page(vma, addr, avoid_reserve);
1804 if (IS_ERR(page))
1805 page = NULL;
1806 return page;
1807}
1808
Cyrill Gorcunov91f47662009-01-06 14:40:33 -08001809int __weak alloc_bootmem_huge_page(struct hstate *h)
Andi Kleenaa888a72008-07-23 21:27:47 -07001810{
1811 struct huge_bootmem_page *m;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001812 int nr_nodes, node;
Andi Kleenaa888a72008-07-23 21:27:47 -07001813
Joonsoo Kimb2261022013-09-11 14:21:00 -07001814 for_each_node_mask_to_alloc(h, nr_nodes, node, &node_states[N_MEMORY]) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001815 void *addr;
1816
Grygorii Strashko8b89a112014-01-21 15:50:36 -08001817 addr = memblock_virt_alloc_try_nid_nopanic(
1818 huge_page_size(h), huge_page_size(h),
1819 0, BOOTMEM_ALLOC_ACCESSIBLE, node);
Andi Kleenaa888a72008-07-23 21:27:47 -07001820 if (addr) {
1821 /*
1822 * Use the beginning of the huge page to store the
1823 * huge_bootmem_page struct (until gather_bootmem
1824 * puts them into the mem_map).
1825 */
1826 m = addr;
Cyrill Gorcunov91f47662009-01-06 14:40:33 -08001827 goto found;
Andi Kleenaa888a72008-07-23 21:27:47 -07001828 }
Andi Kleenaa888a72008-07-23 21:27:47 -07001829 }
1830 return 0;
1831
1832found:
Luiz Capitulinodf994ea2014-12-12 16:55:21 -08001833 BUG_ON(!IS_ALIGNED(virt_to_phys(m), huge_page_size(h)));
Andi Kleenaa888a72008-07-23 21:27:47 -07001834 /* Put them into a private list first because mem_map is not up yet */
1835 list_add(&m->list, &huge_boot_pages);
1836 m->hstate = h;
1837 return 1;
1838}
1839
David Rientjesf412c972014-04-03 14:47:59 -07001840static void __init prep_compound_huge_page(struct page *page, int order)
Andy Whitcroft18229df2008-11-06 12:53:27 -08001841{
1842 if (unlikely(order > (MAX_ORDER - 1)))
1843 prep_compound_gigantic_page(page, order);
1844 else
1845 prep_compound_page(page, order);
1846}
1847
Andi Kleenaa888a72008-07-23 21:27:47 -07001848/* Put bootmem huge pages into the standard lists after mem_map is up */
1849static void __init gather_bootmem_prealloc(void)
1850{
1851 struct huge_bootmem_page *m;
1852
1853 list_for_each_entry(m, &huge_boot_pages, list) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001854 struct hstate *h = m->hstate;
Becky Bruceee8f2482011-07-25 17:11:50 -07001855 struct page *page;
1856
1857#ifdef CONFIG_HIGHMEM
1858 page = pfn_to_page(m->phys >> PAGE_SHIFT);
Grygorii Strashko8b89a112014-01-21 15:50:36 -08001859 memblock_free_late(__pa(m),
1860 sizeof(struct huge_bootmem_page));
Becky Bruceee8f2482011-07-25 17:11:50 -07001861#else
1862 page = virt_to_page(m);
1863#endif
Andi Kleenaa888a72008-07-23 21:27:47 -07001864 WARN_ON(page_count(page) != 1);
Andy Whitcroft18229df2008-11-06 12:53:27 -08001865 prep_compound_huge_page(page, h->order);
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001866 WARN_ON(PageReserved(page));
Andi Kleenaa888a72008-07-23 21:27:47 -07001867 prep_new_huge_page(h, page, page_to_nid(page));
Rafael Aquinib0320c72011-06-15 15:08:39 -07001868 /*
1869 * If we had gigantic hugepages allocated at boot time, we need
1870 * to restore the 'stolen' pages to totalram_pages in order to
1871 * fix confusing memory reports from free(1) and another
1872 * side-effects, like CommitLimit going negative.
1873 */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001874 if (hstate_is_gigantic(h))
Jiang Liu3dcc0572013-07-03 15:03:21 -07001875 adjust_managed_page_count(page, 1 << h->order);
Andi Kleenaa888a72008-07-23 21:27:47 -07001876 }
1877}
1878
Andi Kleen8faa8b02008-07-23 21:27:48 -07001879static void __init hugetlb_hstate_alloc_pages(struct hstate *h)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880{
1881 unsigned long i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882
Andi Kleene5ff2152008-07-23 21:27:42 -07001883 for (i = 0; i < h->max_huge_pages; ++i) {
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001884 if (hstate_is_gigantic(h)) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001885 if (!alloc_bootmem_huge_page(h))
1886 break;
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08001887 } else if (!alloc_fresh_huge_page(h,
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001888 &node_states[N_MEMORY]))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 }
Andi Kleen8faa8b02008-07-23 21:27:48 -07001891 h->max_huge_pages = i;
Andi Kleene5ff2152008-07-23 21:27:42 -07001892}
1893
1894static void __init hugetlb_init_hstates(void)
1895{
1896 struct hstate *h;
1897
1898 for_each_hstate(h) {
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001899 if (minimum_order > huge_page_order(h))
1900 minimum_order = huge_page_order(h);
1901
Andi Kleen8faa8b02008-07-23 21:27:48 -07001902 /* oversize hugepages were init'ed in early boot */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001903 if (!hstate_is_gigantic(h))
Andi Kleen8faa8b02008-07-23 21:27:48 -07001904 hugetlb_hstate_alloc_pages(h);
Andi Kleene5ff2152008-07-23 21:27:42 -07001905 }
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001906 VM_BUG_ON(minimum_order == UINT_MAX);
Andi Kleene5ff2152008-07-23 21:27:42 -07001907}
1908
Andi Kleen4abd32d2008-07-23 21:27:49 -07001909static char * __init memfmt(char *buf, unsigned long n)
1910{
1911 if (n >= (1UL << 30))
1912 sprintf(buf, "%lu GB", n >> 30);
1913 else if (n >= (1UL << 20))
1914 sprintf(buf, "%lu MB", n >> 20);
1915 else
1916 sprintf(buf, "%lu KB", n >> 10);
1917 return buf;
1918}
1919
Andi Kleene5ff2152008-07-23 21:27:42 -07001920static void __init report_hugepages(void)
1921{
1922 struct hstate *h;
1923
1924 for_each_hstate(h) {
Andi Kleen4abd32d2008-07-23 21:27:49 -07001925 char buf[32];
Andrew Mortonffb22af2013-02-22 16:32:08 -08001926 pr_info("HugeTLB registered %s page size, pre-allocated %ld pages\n",
Andi Kleen4abd32d2008-07-23 21:27:49 -07001927 memfmt(buf, huge_page_size(h)),
1928 h->free_huge_pages);
Andi Kleene5ff2152008-07-23 21:27:42 -07001929 }
1930}
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932#ifdef CONFIG_HIGHMEM
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001933static void try_to_free_low(struct hstate *h, unsigned long count,
1934 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935{
Christoph Lameter4415cc82006-09-25 23:31:55 -07001936 int i;
1937
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001938 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001939 return;
1940
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001941 for_each_node_mask(i, *nodes_allowed) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 struct page *page, *next;
Andi Kleena5516432008-07-23 21:27:41 -07001943 struct list_head *freel = &h->hugepage_freelists[i];
1944 list_for_each_entry_safe(page, next, freel, lru) {
1945 if (count >= h->nr_huge_pages)
Adam Litke6b0c8802007-10-16 01:26:23 -07001946 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947 if (PageHighMem(page))
1948 continue;
1949 list_del(&page->lru);
Andi Kleene5ff2152008-07-23 21:27:42 -07001950 update_and_free_page(h, page);
Andi Kleena5516432008-07-23 21:27:41 -07001951 h->free_huge_pages--;
1952 h->free_huge_pages_node[page_to_nid(page)]--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 }
1954 }
1955}
1956#else
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001957static inline void try_to_free_low(struct hstate *h, unsigned long count,
1958 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959{
1960}
1961#endif
1962
Wu Fengguang20a03072009-06-16 15:32:22 -07001963/*
1964 * Increment or decrement surplus_huge_pages. Keep node-specific counters
1965 * balanced by operating on them in a round-robin fashion.
1966 * Returns 1 if an adjustment was made.
1967 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001968static int adjust_pool_surplus(struct hstate *h, nodemask_t *nodes_allowed,
1969 int delta)
Wu Fengguang20a03072009-06-16 15:32:22 -07001970{
Joonsoo Kimb2261022013-09-11 14:21:00 -07001971 int nr_nodes, node;
Wu Fengguang20a03072009-06-16 15:32:22 -07001972
1973 VM_BUG_ON(delta != -1 && delta != 1);
Wu Fengguang20a03072009-06-16 15:32:22 -07001974
Joonsoo Kimb2261022013-09-11 14:21:00 -07001975 if (delta < 0) {
1976 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
1977 if (h->surplus_huge_pages_node[node])
1978 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001979 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001980 } else {
1981 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
1982 if (h->surplus_huge_pages_node[node] <
1983 h->nr_huge_pages_node[node])
1984 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001985 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001986 }
1987 return 0;
Wu Fengguang20a03072009-06-16 15:32:22 -07001988
Joonsoo Kimb2261022013-09-11 14:21:00 -07001989found:
1990 h->surplus_huge_pages += delta;
1991 h->surplus_huge_pages_node[node] += delta;
1992 return 1;
Wu Fengguang20a03072009-06-16 15:32:22 -07001993}
1994
Andi Kleena5516432008-07-23 21:27:41 -07001995#define persistent_huge_pages(h) (h->nr_huge_pages - h->surplus_huge_pages)
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001996static unsigned long set_max_huge_pages(struct hstate *h, unsigned long count,
1997 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998{
Adam Litke7893d1d2007-10-16 01:26:18 -07001999 unsigned long min_count, ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07002001 if (hstate_is_gigantic(h) && !gigantic_page_supported())
Andi Kleenaa888a72008-07-23 21:27:47 -07002002 return h->max_huge_pages;
2003
Adam Litke7893d1d2007-10-16 01:26:18 -07002004 /*
2005 * Increase the pool size
2006 * First take pages out of surplus state. Then make up the
2007 * remaining difference by allocating fresh huge pages.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08002008 *
2009 * We might race with alloc_buddy_huge_page() here and be unable
2010 * to convert a surplus huge page to a normal huge page. That is
2011 * not critical, though, it just means the overall size of the
2012 * pool might be one hugepage larger than it needs to be, but
2013 * within all the constraints specified by the sysctls.
Adam Litke7893d1d2007-10-16 01:26:18 -07002014 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07002016 while (h->surplus_huge_pages && count > persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08002017 if (!adjust_pool_surplus(h, nodes_allowed, -1))
Adam Litke7893d1d2007-10-16 01:26:18 -07002018 break;
2019 }
2020
Andi Kleena5516432008-07-23 21:27:41 -07002021 while (count > persistent_huge_pages(h)) {
Adam Litke7893d1d2007-10-16 01:26:18 -07002022 /*
2023 * If this allocation races such that we no longer need the
2024 * page, free_huge_page will handle it by freeing the page
2025 * and reducing the surplus.
2026 */
2027 spin_unlock(&hugetlb_lock);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07002028 if (hstate_is_gigantic(h))
2029 ret = alloc_fresh_gigantic_page(h, nodes_allowed);
2030 else
2031 ret = alloc_fresh_huge_page(h, nodes_allowed);
Adam Litke7893d1d2007-10-16 01:26:18 -07002032 spin_lock(&hugetlb_lock);
2033 if (!ret)
2034 goto out;
2035
Mel Gorman536240f22009-12-14 17:59:56 -08002036 /* Bail for signals. Probably ctrl-c from user */
2037 if (signal_pending(current))
2038 goto out;
Adam Litke7893d1d2007-10-16 01:26:18 -07002039 }
Adam Litke7893d1d2007-10-16 01:26:18 -07002040
2041 /*
2042 * Decrease the pool size
2043 * First return free pages to the buddy allocator (being careful
2044 * to keep enough around to satisfy reservations). Then place
2045 * pages into surplus state as needed so the pool will shrink
2046 * to the desired size as pages become free.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08002047 *
2048 * By placing pages into the surplus state independent of the
2049 * overcommit value, we are allowing the surplus pool size to
2050 * exceed overcommit. There are few sane options here. Since
2051 * alloc_buddy_huge_page() is checking the global counter,
2052 * though, we'll note that we're not allowed to exceed surplus
2053 * and won't grow the pool anywhere else. Not until one of the
2054 * sysctls are changed, or the surplus pages go out of use.
Adam Litke7893d1d2007-10-16 01:26:18 -07002055 */
Andi Kleena5516432008-07-23 21:27:41 -07002056 min_count = h->resv_huge_pages + h->nr_huge_pages - h->free_huge_pages;
Adam Litke6b0c8802007-10-16 01:26:23 -07002057 min_count = max(count, min_count);
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08002058 try_to_free_low(h, min_count, nodes_allowed);
Andi Kleena5516432008-07-23 21:27:41 -07002059 while (min_count < persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08002060 if (!free_pool_huge_page(h, nodes_allowed, 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061 break;
Mizuma, Masayoshi55f67142014-04-07 15:37:54 -07002062 cond_resched_lock(&hugetlb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063 }
Andi Kleena5516432008-07-23 21:27:41 -07002064 while (count < persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08002065 if (!adjust_pool_surplus(h, nodes_allowed, 1))
Adam Litke7893d1d2007-10-16 01:26:18 -07002066 break;
2067 }
2068out:
Andi Kleena5516432008-07-23 21:27:41 -07002069 ret = persistent_huge_pages(h);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 spin_unlock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07002071 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072}
2073
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002074#define HSTATE_ATTR_RO(_name) \
2075 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
2076
2077#define HSTATE_ATTR(_name) \
2078 static struct kobj_attribute _name##_attr = \
2079 __ATTR(_name, 0644, _name##_show, _name##_store)
2080
2081static struct kobject *hugepages_kobj;
2082static struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
2083
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002084static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);
2085
2086static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002087{
2088 int i;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002089
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002090 for (i = 0; i < HUGE_MAX_HSTATE; i++)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002091 if (hstate_kobjs[i] == kobj) {
2092 if (nidp)
2093 *nidp = NUMA_NO_NODE;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002094 return &hstates[i];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002095 }
2096
2097 return kobj_to_node_hstate(kobj, nidp);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002098}
2099
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002100static ssize_t nr_hugepages_show_common(struct kobject *kobj,
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002101 struct kobj_attribute *attr, char *buf)
2102{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002103 struct hstate *h;
2104 unsigned long nr_huge_pages;
2105 int nid;
2106
2107 h = kobj_to_hstate(kobj, &nid);
2108 if (nid == NUMA_NO_NODE)
2109 nr_huge_pages = h->nr_huge_pages;
2110 else
2111 nr_huge_pages = h->nr_huge_pages_node[nid];
2112
2113 return sprintf(buf, "%lu\n", nr_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002114}
Eric B Munsonadbe8722011-01-13 15:47:27 -08002115
David Rientjes238d3c12014-08-06 16:06:51 -07002116static ssize_t __nr_hugepages_store_common(bool obey_mempolicy,
2117 struct hstate *h, int nid,
2118 unsigned long count, size_t len)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002119{
2120 int err;
David Rientjesbad44b52009-12-14 17:58:38 -08002121 NODEMASK_ALLOC(nodemask_t, nodes_allowed, GFP_KERNEL | __GFP_NORETRY);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002122
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07002123 if (hstate_is_gigantic(h) && !gigantic_page_supported()) {
Eric B Munsonadbe8722011-01-13 15:47:27 -08002124 err = -EINVAL;
2125 goto out;
2126 }
2127
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002128 if (nid == NUMA_NO_NODE) {
2129 /*
2130 * global hstate attribute
2131 */
2132 if (!(obey_mempolicy &&
2133 init_nodemask_of_mempolicy(nodes_allowed))) {
2134 NODEMASK_FREE(nodes_allowed);
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002135 nodes_allowed = &node_states[N_MEMORY];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002136 }
2137 } else if (nodes_allowed) {
2138 /*
2139 * per node hstate attribute: adjust count to global,
2140 * but restrict alloc/free to the specified node.
2141 */
2142 count += h->nr_huge_pages - h->nr_huge_pages_node[nid];
2143 init_nodemask_of_node(nodes_allowed, nid);
2144 } else
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002145 nodes_allowed = &node_states[N_MEMORY];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002146
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002147 h->max_huge_pages = set_max_huge_pages(h, count, nodes_allowed);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002148
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002149 if (nodes_allowed != &node_states[N_MEMORY])
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002150 NODEMASK_FREE(nodes_allowed);
2151
2152 return len;
Eric B Munsonadbe8722011-01-13 15:47:27 -08002153out:
2154 NODEMASK_FREE(nodes_allowed);
2155 return err;
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002156}
2157
David Rientjes238d3c12014-08-06 16:06:51 -07002158static ssize_t nr_hugepages_store_common(bool obey_mempolicy,
2159 struct kobject *kobj, const char *buf,
2160 size_t len)
2161{
2162 struct hstate *h;
2163 unsigned long count;
2164 int nid;
2165 int err;
2166
2167 err = kstrtoul(buf, 10, &count);
2168 if (err)
2169 return err;
2170
2171 h = kobj_to_hstate(kobj, &nid);
2172 return __nr_hugepages_store_common(obey_mempolicy, h, nid, count, len);
2173}
2174
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002175static ssize_t nr_hugepages_show(struct kobject *kobj,
2176 struct kobj_attribute *attr, char *buf)
2177{
2178 return nr_hugepages_show_common(kobj, attr, buf);
2179}
2180
2181static ssize_t nr_hugepages_store(struct kobject *kobj,
2182 struct kobj_attribute *attr, const char *buf, size_t len)
2183{
David Rientjes238d3c12014-08-06 16:06:51 -07002184 return nr_hugepages_store_common(false, kobj, buf, len);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002185}
2186HSTATE_ATTR(nr_hugepages);
2187
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002188#ifdef CONFIG_NUMA
2189
2190/*
2191 * hstate attribute for optionally mempolicy-based constraint on persistent
2192 * huge page alloc/free.
2193 */
2194static ssize_t nr_hugepages_mempolicy_show(struct kobject *kobj,
2195 struct kobj_attribute *attr, char *buf)
2196{
2197 return nr_hugepages_show_common(kobj, attr, buf);
2198}
2199
2200static ssize_t nr_hugepages_mempolicy_store(struct kobject *kobj,
2201 struct kobj_attribute *attr, const char *buf, size_t len)
2202{
David Rientjes238d3c12014-08-06 16:06:51 -07002203 return nr_hugepages_store_common(true, kobj, buf, len);
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002204}
2205HSTATE_ATTR(nr_hugepages_mempolicy);
2206#endif
2207
2208
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002209static ssize_t nr_overcommit_hugepages_show(struct kobject *kobj,
2210 struct kobj_attribute *attr, char *buf)
2211{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002212 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002213 return sprintf(buf, "%lu\n", h->nr_overcommit_huge_pages);
2214}
Eric B Munsonadbe8722011-01-13 15:47:27 -08002215
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002216static ssize_t nr_overcommit_hugepages_store(struct kobject *kobj,
2217 struct kobj_attribute *attr, const char *buf, size_t count)
2218{
2219 int err;
2220 unsigned long input;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002221 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002222
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07002223 if (hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08002224 return -EINVAL;
2225
Jingoo Han3dbb95f2013-09-11 14:20:25 -07002226 err = kstrtoul(buf, 10, &input);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002227 if (err)
Eric B Munson73ae31e2011-01-13 15:47:28 -08002228 return err;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002229
2230 spin_lock(&hugetlb_lock);
2231 h->nr_overcommit_huge_pages = input;
2232 spin_unlock(&hugetlb_lock);
2233
2234 return count;
2235}
2236HSTATE_ATTR(nr_overcommit_hugepages);
2237
2238static ssize_t free_hugepages_show(struct kobject *kobj,
2239 struct kobj_attribute *attr, char *buf)
2240{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002241 struct hstate *h;
2242 unsigned long free_huge_pages;
2243 int nid;
2244
2245 h = kobj_to_hstate(kobj, &nid);
2246 if (nid == NUMA_NO_NODE)
2247 free_huge_pages = h->free_huge_pages;
2248 else
2249 free_huge_pages = h->free_huge_pages_node[nid];
2250
2251 return sprintf(buf, "%lu\n", free_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002252}
2253HSTATE_ATTR_RO(free_hugepages);
2254
2255static ssize_t resv_hugepages_show(struct kobject *kobj,
2256 struct kobj_attribute *attr, char *buf)
2257{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002258 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002259 return sprintf(buf, "%lu\n", h->resv_huge_pages);
2260}
2261HSTATE_ATTR_RO(resv_hugepages);
2262
2263static ssize_t surplus_hugepages_show(struct kobject *kobj,
2264 struct kobj_attribute *attr, char *buf)
2265{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002266 struct hstate *h;
2267 unsigned long surplus_huge_pages;
2268 int nid;
2269
2270 h = kobj_to_hstate(kobj, &nid);
2271 if (nid == NUMA_NO_NODE)
2272 surplus_huge_pages = h->surplus_huge_pages;
2273 else
2274 surplus_huge_pages = h->surplus_huge_pages_node[nid];
2275
2276 return sprintf(buf, "%lu\n", surplus_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002277}
2278HSTATE_ATTR_RO(surplus_hugepages);
2279
2280static struct attribute *hstate_attrs[] = {
2281 &nr_hugepages_attr.attr,
2282 &nr_overcommit_hugepages_attr.attr,
2283 &free_hugepages_attr.attr,
2284 &resv_hugepages_attr.attr,
2285 &surplus_hugepages_attr.attr,
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002286#ifdef CONFIG_NUMA
2287 &nr_hugepages_mempolicy_attr.attr,
2288#endif
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002289 NULL,
2290};
2291
2292static struct attribute_group hstate_attr_group = {
2293 .attrs = hstate_attrs,
2294};
2295
Jeff Mahoney094e9532010-02-02 13:44:14 -08002296static int hugetlb_sysfs_add_hstate(struct hstate *h, struct kobject *parent,
2297 struct kobject **hstate_kobjs,
2298 struct attribute_group *hstate_attr_group)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002299{
2300 int retval;
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002301 int hi = hstate_index(h);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002302
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002303 hstate_kobjs[hi] = kobject_create_and_add(h->name, parent);
2304 if (!hstate_kobjs[hi])
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002305 return -ENOMEM;
2306
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002307 retval = sysfs_create_group(hstate_kobjs[hi], hstate_attr_group);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002308 if (retval)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002309 kobject_put(hstate_kobjs[hi]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002310
2311 return retval;
2312}
2313
2314static void __init hugetlb_sysfs_init(void)
2315{
2316 struct hstate *h;
2317 int err;
2318
2319 hugepages_kobj = kobject_create_and_add("hugepages", mm_kobj);
2320 if (!hugepages_kobj)
2321 return;
2322
2323 for_each_hstate(h) {
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002324 err = hugetlb_sysfs_add_hstate(h, hugepages_kobj,
2325 hstate_kobjs, &hstate_attr_group);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002326 if (err)
Andrew Mortonffb22af2013-02-22 16:32:08 -08002327 pr_err("Hugetlb: Unable to add hstate %s", h->name);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002328 }
2329}
2330
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002331#ifdef CONFIG_NUMA
2332
2333/*
2334 * node_hstate/s - associate per node hstate attributes, via their kobjects,
Kay Sievers10fbcf42011-12-21 14:48:43 -08002335 * with node devices in node_devices[] using a parallel array. The array
2336 * index of a node device or _hstate == node id.
2337 * This is here to avoid any static dependency of the node device driver, in
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002338 * the base kernel, on the hugetlb module.
2339 */
2340struct node_hstate {
2341 struct kobject *hugepages_kobj;
2342 struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
2343};
2344struct node_hstate node_hstates[MAX_NUMNODES];
2345
2346/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002347 * A subset of global hstate attributes for node devices
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002348 */
2349static struct attribute *per_node_hstate_attrs[] = {
2350 &nr_hugepages_attr.attr,
2351 &free_hugepages_attr.attr,
2352 &surplus_hugepages_attr.attr,
2353 NULL,
2354};
2355
2356static struct attribute_group per_node_hstate_attr_group = {
2357 .attrs = per_node_hstate_attrs,
2358};
2359
2360/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002361 * kobj_to_node_hstate - lookup global hstate for node device hstate attr kobj.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002362 * Returns node id via non-NULL nidp.
2363 */
2364static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
2365{
2366 int nid;
2367
2368 for (nid = 0; nid < nr_node_ids; nid++) {
2369 struct node_hstate *nhs = &node_hstates[nid];
2370 int i;
2371 for (i = 0; i < HUGE_MAX_HSTATE; i++)
2372 if (nhs->hstate_kobjs[i] == kobj) {
2373 if (nidp)
2374 *nidp = nid;
2375 return &hstates[i];
2376 }
2377 }
2378
2379 BUG();
2380 return NULL;
2381}
2382
2383/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002384 * Unregister hstate attributes from a single node device.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002385 * No-op if no hstate attributes attached.
2386 */
Claudiu Ghioc3cd8b442013-03-04 12:46:15 +02002387static void hugetlb_unregister_node(struct node *node)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002388{
2389 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08002390 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002391
2392 if (!nhs->hugepages_kobj)
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002393 return; /* no hstate attributes */
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002394
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002395 for_each_hstate(h) {
2396 int idx = hstate_index(h);
2397 if (nhs->hstate_kobjs[idx]) {
2398 kobject_put(nhs->hstate_kobjs[idx]);
2399 nhs->hstate_kobjs[idx] = NULL;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002400 }
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002401 }
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002402
2403 kobject_put(nhs->hugepages_kobj);
2404 nhs->hugepages_kobj = NULL;
2405}
2406
2407/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002408 * hugetlb module exit: unregister hstate attributes from node devices
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002409 * that have them.
2410 */
2411static void hugetlb_unregister_all_nodes(void)
2412{
2413 int nid;
2414
2415 /*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002416 * disable node device registrations.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002417 */
2418 register_hugetlbfs_with_node(NULL, NULL);
2419
2420 /*
2421 * remove hstate attributes from any nodes that have them.
2422 */
2423 for (nid = 0; nid < nr_node_ids; nid++)
Wen Congyang87327942012-12-11 16:00:56 -08002424 hugetlb_unregister_node(node_devices[nid]);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002425}
2426
2427/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002428 * Register hstate attributes for a single node device.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002429 * No-op if attributes already registered.
2430 */
Claudiu Ghioc3cd8b442013-03-04 12:46:15 +02002431static void hugetlb_register_node(struct node *node)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002432{
2433 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08002434 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002435 int err;
2436
2437 if (nhs->hugepages_kobj)
2438 return; /* already allocated */
2439
2440 nhs->hugepages_kobj = kobject_create_and_add("hugepages",
Kay Sievers10fbcf42011-12-21 14:48:43 -08002441 &node->dev.kobj);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002442 if (!nhs->hugepages_kobj)
2443 return;
2444
2445 for_each_hstate(h) {
2446 err = hugetlb_sysfs_add_hstate(h, nhs->hugepages_kobj,
2447 nhs->hstate_kobjs,
2448 &per_node_hstate_attr_group);
2449 if (err) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002450 pr_err("Hugetlb: Unable to add hstate %s for node %d\n",
2451 h->name, node->dev.id);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002452 hugetlb_unregister_node(node);
2453 break;
2454 }
2455 }
2456}
2457
2458/*
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002459 * hugetlb init time: register hstate attributes for all registered node
Kay Sievers10fbcf42011-12-21 14:48:43 -08002460 * devices of nodes that have memory. All on-line nodes should have
2461 * registered their associated device by this time.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002462 */
Luiz Capitulino7d9ca002014-12-12 16:55:24 -08002463static void __init hugetlb_register_all_nodes(void)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002464{
2465 int nid;
2466
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002467 for_each_node_state(nid, N_MEMORY) {
Wen Congyang87327942012-12-11 16:00:56 -08002468 struct node *node = node_devices[nid];
Kay Sievers10fbcf42011-12-21 14:48:43 -08002469 if (node->dev.id == nid)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002470 hugetlb_register_node(node);
2471 }
2472
2473 /*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002474 * Let the node device driver know we're here so it can
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002475 * [un]register hstate attributes on node hotplug.
2476 */
2477 register_hugetlbfs_with_node(hugetlb_register_node,
2478 hugetlb_unregister_node);
2479}
2480#else /* !CONFIG_NUMA */
2481
2482static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
2483{
2484 BUG();
2485 if (nidp)
2486 *nidp = -1;
2487 return NULL;
2488}
2489
2490static void hugetlb_unregister_all_nodes(void) { }
2491
2492static void hugetlb_register_all_nodes(void) { }
2493
2494#endif
2495
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002496static void __exit hugetlb_exit(void)
2497{
2498 struct hstate *h;
2499
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002500 hugetlb_unregister_all_nodes();
2501
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002502 for_each_hstate(h) {
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002503 kobject_put(hstate_kobjs[hstate_index(h)]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002504 }
2505
2506 kobject_put(hugepages_kobj);
Mike Kravetzc672c7f2015-09-08 15:01:35 -07002507 kfree(hugetlb_fault_mutex_table);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002508}
2509module_exit(hugetlb_exit);
2510
2511static int __init hugetlb_init(void)
2512{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002513 int i;
2514
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002515 if (!hugepages_supported())
Benjamin Herrenschmidt0ef89d22008-07-31 00:07:30 -07002516 return 0;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002517
Nick Piggine11bfbf2008-07-23 21:27:52 -07002518 if (!size_to_hstate(default_hstate_size)) {
2519 default_hstate_size = HPAGE_SIZE;
2520 if (!size_to_hstate(default_hstate_size))
2521 hugetlb_add_hstate(HUGETLB_PAGE_ORDER);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002522 }
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002523 default_hstate_idx = hstate_index(size_to_hstate(default_hstate_size));
Nick Piggine11bfbf2008-07-23 21:27:52 -07002524 if (default_hstate_max_huge_pages)
2525 default_hstate.max_huge_pages = default_hstate_max_huge_pages;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002526
2527 hugetlb_init_hstates();
Andi Kleenaa888a72008-07-23 21:27:47 -07002528 gather_bootmem_prealloc();
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002529 report_hugepages();
2530
2531 hugetlb_sysfs_init();
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002532 hugetlb_register_all_nodes();
Jianguo Wu7179e7b2012-12-18 14:23:19 -08002533 hugetlb_cgroup_file_init();
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002534
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002535#ifdef CONFIG_SMP
2536 num_fault_mutexes = roundup_pow_of_two(8 * num_possible_cpus());
2537#else
2538 num_fault_mutexes = 1;
2539#endif
Mike Kravetzc672c7f2015-09-08 15:01:35 -07002540 hugetlb_fault_mutex_table =
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002541 kmalloc(sizeof(struct mutex) * num_fault_mutexes, GFP_KERNEL);
Mike Kravetzc672c7f2015-09-08 15:01:35 -07002542 BUG_ON(!hugetlb_fault_mutex_table);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002543
2544 for (i = 0; i < num_fault_mutexes; i++)
Mike Kravetzc672c7f2015-09-08 15:01:35 -07002545 mutex_init(&hugetlb_fault_mutex_table[i]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002546 return 0;
2547}
2548module_init(hugetlb_init);
2549
2550/* Should be called on processing a hugepagesz=... option */
2551void __init hugetlb_add_hstate(unsigned order)
2552{
2553 struct hstate *h;
Andi Kleen8faa8b02008-07-23 21:27:48 -07002554 unsigned long i;
2555
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002556 if (size_to_hstate(PAGE_SIZE << order)) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002557 pr_warning("hugepagesz= specified twice, ignoring\n");
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002558 return;
2559 }
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002560 BUG_ON(hugetlb_max_hstate >= HUGE_MAX_HSTATE);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002561 BUG_ON(order == 0);
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002562 h = &hstates[hugetlb_max_hstate++];
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002563 h->order = order;
2564 h->mask = ~((1ULL << (order + PAGE_SHIFT)) - 1);
Andi Kleen8faa8b02008-07-23 21:27:48 -07002565 h->nr_huge_pages = 0;
2566 h->free_huge_pages = 0;
2567 for (i = 0; i < MAX_NUMNODES; ++i)
2568 INIT_LIST_HEAD(&h->hugepage_freelists[i]);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07002569 INIT_LIST_HEAD(&h->hugepage_activelist);
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002570 h->next_nid_to_alloc = first_node(node_states[N_MEMORY]);
2571 h->next_nid_to_free = first_node(node_states[N_MEMORY]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002572 snprintf(h->name, HSTATE_NAME_LEN, "hugepages-%lukB",
2573 huge_page_size(h)/1024);
Andi Kleen8faa8b02008-07-23 21:27:48 -07002574
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002575 parsed_hstate = h;
2576}
2577
Nick Piggine11bfbf2008-07-23 21:27:52 -07002578static int __init hugetlb_nrpages_setup(char *s)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002579{
2580 unsigned long *mhp;
Andi Kleen8faa8b02008-07-23 21:27:48 -07002581 static unsigned long *last_mhp;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002582
2583 /*
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002584 * !hugetlb_max_hstate means we haven't parsed a hugepagesz= parameter yet,
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002585 * so this hugepages= parameter goes to the "default hstate".
2586 */
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002587 if (!hugetlb_max_hstate)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002588 mhp = &default_hstate_max_huge_pages;
2589 else
2590 mhp = &parsed_hstate->max_huge_pages;
2591
Andi Kleen8faa8b02008-07-23 21:27:48 -07002592 if (mhp == last_mhp) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002593 pr_warning("hugepages= specified twice without "
2594 "interleaving hugepagesz=, ignoring\n");
Andi Kleen8faa8b02008-07-23 21:27:48 -07002595 return 1;
2596 }
2597
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002598 if (sscanf(s, "%lu", mhp) <= 0)
2599 *mhp = 0;
2600
Andi Kleen8faa8b02008-07-23 21:27:48 -07002601 /*
2602 * Global state is always initialized later in hugetlb_init.
2603 * But we need to allocate >= MAX_ORDER hstates here early to still
2604 * use the bootmem allocator.
2605 */
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002606 if (hugetlb_max_hstate && parsed_hstate->order >= MAX_ORDER)
Andi Kleen8faa8b02008-07-23 21:27:48 -07002607 hugetlb_hstate_alloc_pages(parsed_hstate);
2608
2609 last_mhp = mhp;
2610
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002611 return 1;
2612}
Nick Piggine11bfbf2008-07-23 21:27:52 -07002613__setup("hugepages=", hugetlb_nrpages_setup);
2614
2615static int __init hugetlb_default_setup(char *s)
2616{
2617 default_hstate_size = memparse(s, &s);
2618 return 1;
2619}
2620__setup("default_hugepagesz=", hugetlb_default_setup);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002621
Nishanth Aravamudan8a213462008-07-25 19:44:37 -07002622static unsigned int cpuset_mems_nr(unsigned int *array)
2623{
2624 int node;
2625 unsigned int nr = 0;
2626
2627 for_each_node_mask(node, cpuset_current_mems_allowed)
2628 nr += array[node];
2629
2630 return nr;
2631}
2632
2633#ifdef CONFIG_SYSCTL
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002634static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
2635 struct ctl_table *table, int write,
2636 void __user *buffer, size_t *length, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637{
Andi Kleene5ff2152008-07-23 21:27:42 -07002638 struct hstate *h = &default_hstate;
David Rientjes238d3c12014-08-06 16:06:51 -07002639 unsigned long tmp = h->max_huge_pages;
Michal Hocko08d4a242011-01-13 15:47:26 -08002640 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07002641
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002642 if (!hugepages_supported())
2643 return -ENOTSUPP;
2644
Andi Kleene5ff2152008-07-23 21:27:42 -07002645 table->data = &tmp;
2646 table->maxlen = sizeof(unsigned long);
Michal Hocko08d4a242011-01-13 15:47:26 -08002647 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos);
2648 if (ret)
2649 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07002650
David Rientjes238d3c12014-08-06 16:06:51 -07002651 if (write)
2652 ret = __nr_hugepages_store_common(obey_mempolicy, h,
2653 NUMA_NO_NODE, tmp, *length);
Michal Hocko08d4a242011-01-13 15:47:26 -08002654out:
2655 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656}
Mel Gorman396faf02007-07-17 04:03:13 -07002657
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002658int hugetlb_sysctl_handler(struct ctl_table *table, int write,
2659 void __user *buffer, size_t *length, loff_t *ppos)
2660{
2661
2662 return hugetlb_sysctl_handler_common(false, table, write,
2663 buffer, length, ppos);
2664}
2665
2666#ifdef CONFIG_NUMA
2667int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write,
2668 void __user *buffer, size_t *length, loff_t *ppos)
2669{
2670 return hugetlb_sysctl_handler_common(true, table, write,
2671 buffer, length, ppos);
2672}
2673#endif /* CONFIG_NUMA */
2674
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002675int hugetlb_overcommit_handler(struct ctl_table *table, int write,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002676 void __user *buffer,
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002677 size_t *length, loff_t *ppos)
2678{
Andi Kleena5516432008-07-23 21:27:41 -07002679 struct hstate *h = &default_hstate;
Andi Kleene5ff2152008-07-23 21:27:42 -07002680 unsigned long tmp;
Michal Hocko08d4a242011-01-13 15:47:26 -08002681 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07002682
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002683 if (!hugepages_supported())
2684 return -ENOTSUPP;
2685
Petr Holasekc033a932011-03-22 16:33:05 -07002686 tmp = h->nr_overcommit_huge_pages;
Andi Kleene5ff2152008-07-23 21:27:42 -07002687
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07002688 if (write && hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08002689 return -EINVAL;
2690
Andi Kleene5ff2152008-07-23 21:27:42 -07002691 table->data = &tmp;
2692 table->maxlen = sizeof(unsigned long);
Michal Hocko08d4a242011-01-13 15:47:26 -08002693 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos);
2694 if (ret)
2695 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07002696
2697 if (write) {
2698 spin_lock(&hugetlb_lock);
2699 h->nr_overcommit_huge_pages = tmp;
2700 spin_unlock(&hugetlb_lock);
2701 }
Michal Hocko08d4a242011-01-13 15:47:26 -08002702out:
2703 return ret;
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002704}
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706#endif /* CONFIG_SYSCTL */
2707
Alexey Dobriyane1759c22008-10-15 23:50:22 +04002708void hugetlb_report_meminfo(struct seq_file *m)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709{
Andi Kleena5516432008-07-23 21:27:41 -07002710 struct hstate *h = &default_hstate;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002711 if (!hugepages_supported())
2712 return;
Alexey Dobriyane1759c22008-10-15 23:50:22 +04002713 seq_printf(m,
Rik van Riel4f98a2f2008-10-18 20:26:32 -07002714 "HugePages_Total: %5lu\n"
2715 "HugePages_Free: %5lu\n"
2716 "HugePages_Rsvd: %5lu\n"
2717 "HugePages_Surp: %5lu\n"
2718 "Hugepagesize: %8lu kB\n",
Andi Kleena5516432008-07-23 21:27:41 -07002719 h->nr_huge_pages,
2720 h->free_huge_pages,
2721 h->resv_huge_pages,
2722 h->surplus_huge_pages,
2723 1UL << (huge_page_order(h) + PAGE_SHIFT - 10));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724}
2725
2726int hugetlb_report_node_meminfo(int nid, char *buf)
2727{
Andi Kleena5516432008-07-23 21:27:41 -07002728 struct hstate *h = &default_hstate;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002729 if (!hugepages_supported())
2730 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731 return sprintf(buf,
2732 "Node %d HugePages_Total: %5u\n"
Nishanth Aravamudana1de0912008-03-26 14:37:53 -07002733 "Node %d HugePages_Free: %5u\n"
2734 "Node %d HugePages_Surp: %5u\n",
Andi Kleena5516432008-07-23 21:27:41 -07002735 nid, h->nr_huge_pages_node[nid],
2736 nid, h->free_huge_pages_node[nid],
2737 nid, h->surplus_huge_pages_node[nid]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738}
2739
David Rientjes949f7ec2013-04-29 15:07:48 -07002740void hugetlb_show_meminfo(void)
2741{
2742 struct hstate *h;
2743 int nid;
2744
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002745 if (!hugepages_supported())
2746 return;
2747
David Rientjes949f7ec2013-04-29 15:07:48 -07002748 for_each_node_state(nid, N_MEMORY)
2749 for_each_hstate(h)
2750 pr_info("Node %d hugepages_total=%u hugepages_free=%u hugepages_surp=%u hugepages_size=%lukB\n",
2751 nid,
2752 h->nr_huge_pages_node[nid],
2753 h->free_huge_pages_node[nid],
2754 h->surplus_huge_pages_node[nid],
2755 1UL << (huge_page_order(h) + PAGE_SHIFT - 10));
2756}
2757
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758/* Return the number pages of memory we physically have, in PAGE_SIZE units. */
2759unsigned long hugetlb_total_pages(void)
2760{
Wanpeng Lid0028582013-03-22 15:04:40 -07002761 struct hstate *h;
2762 unsigned long nr_total_pages = 0;
2763
2764 for_each_hstate(h)
2765 nr_total_pages += h->nr_huge_pages * pages_per_huge_page(h);
2766 return nr_total_pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768
Andi Kleena5516432008-07-23 21:27:41 -07002769static int hugetlb_acct_memory(struct hstate *h, long delta)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002770{
2771 int ret = -ENOMEM;
2772
2773 spin_lock(&hugetlb_lock);
2774 /*
2775 * When cpuset is configured, it breaks the strict hugetlb page
2776 * reservation as the accounting is done on a global variable. Such
2777 * reservation is completely rubbish in the presence of cpuset because
2778 * the reservation is not checked against page availability for the
2779 * current cpuset. Application can still potentially OOM'ed by kernel
2780 * with lack of free htlb page in cpuset that the task is in.
2781 * Attempt to enforce strict accounting with cpuset is almost
2782 * impossible (or too ugly) because cpuset is too fluid that
2783 * task or memory node can be dynamically moved between cpusets.
2784 *
2785 * The change of semantics for shared hugetlb mapping with cpuset is
2786 * undesirable. However, in order to preserve some of the semantics,
2787 * we fall back to check against current free page availability as
2788 * a best attempt and hopefully to minimize the impact of changing
2789 * semantics that cpuset has.
2790 */
2791 if (delta > 0) {
Andi Kleena5516432008-07-23 21:27:41 -07002792 if (gather_surplus_pages(h, delta) < 0)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002793 goto out;
2794
Andi Kleena5516432008-07-23 21:27:41 -07002795 if (delta > cpuset_mems_nr(h->free_huge_pages_node)) {
2796 return_unused_surplus_pages(h, delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002797 goto out;
2798 }
2799 }
2800
2801 ret = 0;
2802 if (delta < 0)
Andi Kleena5516432008-07-23 21:27:41 -07002803 return_unused_surplus_pages(h, (unsigned long) -delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002804
2805out:
2806 spin_unlock(&hugetlb_lock);
2807 return ret;
2808}
2809
Andy Whitcroft84afd992008-07-23 21:27:32 -07002810static void hugetlb_vm_op_open(struct vm_area_struct *vma)
2811{
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002812 struct resv_map *resv = vma_resv_map(vma);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002813
2814 /*
2815 * This new VMA should share its siblings reservation map if present.
2816 * The VMA will only ever have a valid reservation map pointer where
2817 * it is being copied for another still existing VMA. As that VMA
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002818 * has a reference to the reservation map it cannot disappear until
Andy Whitcroft84afd992008-07-23 21:27:32 -07002819 * after this open call completes. It is therefore safe to take a
2820 * new reference here without additional locking.
2821 */
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002822 if (resv && is_vma_resv_set(vma, HPAGE_RESV_OWNER))
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002823 kref_get(&resv->refs);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002824}
2825
Mel Gormana1e78772008-07-23 21:27:23 -07002826static void hugetlb_vm_op_close(struct vm_area_struct *vma)
2827{
Andi Kleena5516432008-07-23 21:27:41 -07002828 struct hstate *h = hstate_vma(vma);
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002829 struct resv_map *resv = vma_resv_map(vma);
David Gibson90481622012-03-21 16:34:12 -07002830 struct hugepage_subpool *spool = subpool_vma(vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002831 unsigned long reserve, start, end;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07002832 long gbl_reserve;
Andy Whitcroft84afd992008-07-23 21:27:32 -07002833
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002834 if (!resv || !is_vma_resv_set(vma, HPAGE_RESV_OWNER))
2835 return;
Andy Whitcroft84afd992008-07-23 21:27:32 -07002836
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002837 start = vma_hugecache_offset(h, vma, vma->vm_start);
2838 end = vma_hugecache_offset(h, vma, vma->vm_end);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002839
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002840 reserve = (end - start) - region_count(resv, start, end);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002841
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002842 kref_put(&resv->refs, resv_map_release);
2843
2844 if (reserve) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07002845 /*
2846 * Decrement reserve counts. The global reserve count may be
2847 * adjusted if the subpool has a minimum size.
2848 */
2849 gbl_reserve = hugepage_subpool_put_pages(spool, reserve);
2850 hugetlb_acct_memory(h, -gbl_reserve);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002851 }
Mel Gormana1e78772008-07-23 21:27:23 -07002852}
2853
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854/*
2855 * We cannot handle pagefaults against hugetlb pages at all. They cause
2856 * handle_mm_fault() to try to instantiate regular-sized pages in the
2857 * hugegpage VMA. do_page_fault() is supposed to trap this, so BUG is we get
2858 * this far.
2859 */
Nick Piggind0217ac2007-07-19 01:47:03 -07002860static int hugetlb_vm_op_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861{
2862 BUG();
Nick Piggind0217ac2007-07-19 01:47:03 -07002863 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864}
2865
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04002866const struct vm_operations_struct hugetlb_vm_ops = {
Nick Piggind0217ac2007-07-19 01:47:03 -07002867 .fault = hugetlb_vm_op_fault,
Andy Whitcroft84afd992008-07-23 21:27:32 -07002868 .open = hugetlb_vm_op_open,
Mel Gormana1e78772008-07-23 21:27:23 -07002869 .close = hugetlb_vm_op_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870};
2871
David Gibson1e8f8892006-01-06 00:10:44 -08002872static pte_t make_huge_pte(struct vm_area_struct *vma, struct page *page,
2873 int writable)
David Gibson63551ae2005-06-21 17:14:44 -07002874{
2875 pte_t entry;
2876
David Gibson1e8f8892006-01-06 00:10:44 -08002877 if (writable) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07002878 entry = huge_pte_mkwrite(huge_pte_mkdirty(mk_huge_pte(page,
2879 vma->vm_page_prot)));
David Gibson63551ae2005-06-21 17:14:44 -07002880 } else {
Gerald Schaefer106c9922013-04-29 15:07:23 -07002881 entry = huge_pte_wrprotect(mk_huge_pte(page,
2882 vma->vm_page_prot));
David Gibson63551ae2005-06-21 17:14:44 -07002883 }
2884 entry = pte_mkyoung(entry);
2885 entry = pte_mkhuge(entry);
Chris Metcalfd9ed9fa2012-04-01 14:01:34 -04002886 entry = arch_make_huge_pte(entry, vma, page, writable);
David Gibson63551ae2005-06-21 17:14:44 -07002887
2888 return entry;
2889}
2890
David Gibson1e8f8892006-01-06 00:10:44 -08002891static void set_huge_ptep_writable(struct vm_area_struct *vma,
2892 unsigned long address, pte_t *ptep)
2893{
2894 pte_t entry;
2895
Gerald Schaefer106c9922013-04-29 15:07:23 -07002896 entry = huge_pte_mkwrite(huge_pte_mkdirty(huge_ptep_get(ptep)));
Chris Forbes32f84522011-07-25 17:12:14 -07002897 if (huge_ptep_set_access_flags(vma, address, ptep, entry, 1))
Russell King4b3073e2009-12-18 16:40:18 +00002898 update_mmu_cache(vma, address, ptep);
David Gibson1e8f8892006-01-06 00:10:44 -08002899}
2900
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07002901static int is_hugetlb_entry_migration(pte_t pte)
2902{
2903 swp_entry_t swp;
2904
2905 if (huge_pte_none(pte) || pte_present(pte))
2906 return 0;
2907 swp = pte_to_swp_entry(pte);
2908 if (non_swap_entry(swp) && is_migration_entry(swp))
2909 return 1;
2910 else
2911 return 0;
2912}
2913
2914static int is_hugetlb_entry_hwpoisoned(pte_t pte)
2915{
2916 swp_entry_t swp;
2917
2918 if (huge_pte_none(pte) || pte_present(pte))
2919 return 0;
2920 swp = pte_to_swp_entry(pte);
2921 if (non_swap_entry(swp) && is_hwpoison_entry(swp))
2922 return 1;
2923 else
2924 return 0;
2925}
David Gibson1e8f8892006-01-06 00:10:44 -08002926
David Gibson63551ae2005-06-21 17:14:44 -07002927int copy_hugetlb_page_range(struct mm_struct *dst, struct mm_struct *src,
2928 struct vm_area_struct *vma)
2929{
2930 pte_t *src_pte, *dst_pte, entry;
2931 struct page *ptepage;
Hugh Dickins1c598272005-10-19 21:23:43 -07002932 unsigned long addr;
David Gibson1e8f8892006-01-06 00:10:44 -08002933 int cow;
Andi Kleena5516432008-07-23 21:27:41 -07002934 struct hstate *h = hstate_vma(vma);
2935 unsigned long sz = huge_page_size(h);
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002936 unsigned long mmun_start; /* For mmu_notifiers */
2937 unsigned long mmun_end; /* For mmu_notifiers */
2938 int ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08002939
2940 cow = (vma->vm_flags & (VM_SHARED | VM_MAYWRITE)) == VM_MAYWRITE;
David Gibson63551ae2005-06-21 17:14:44 -07002941
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002942 mmun_start = vma->vm_start;
2943 mmun_end = vma->vm_end;
2944 if (cow)
2945 mmu_notifier_invalidate_range_start(src, mmun_start, mmun_end);
2946
Andi Kleena5516432008-07-23 21:27:41 -07002947 for (addr = vma->vm_start; addr < vma->vm_end; addr += sz) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002948 spinlock_t *src_ptl, *dst_ptl;
Hugh Dickinsc74df322005-10-29 18:16:23 -07002949 src_pte = huge_pte_offset(src, addr);
2950 if (!src_pte)
2951 continue;
Andi Kleena5516432008-07-23 21:27:41 -07002952 dst_pte = huge_pte_alloc(dst, addr, sz);
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002953 if (!dst_pte) {
2954 ret = -ENOMEM;
2955 break;
2956 }
Larry Woodmanc5c99422008-01-24 05:49:25 -08002957
2958 /* If the pagetables are shared don't copy or take references */
2959 if (dst_pte == src_pte)
2960 continue;
2961
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002962 dst_ptl = huge_pte_lock(h, dst, dst_pte);
2963 src_ptl = huge_pte_lockptr(h, src, src_pte);
2964 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07002965 entry = huge_ptep_get(src_pte);
2966 if (huge_pte_none(entry)) { /* skip none entry */
2967 ;
2968 } else if (unlikely(is_hugetlb_entry_migration(entry) ||
2969 is_hugetlb_entry_hwpoisoned(entry))) {
2970 swp_entry_t swp_entry = pte_to_swp_entry(entry);
2971
2972 if (is_write_migration_entry(swp_entry) && cow) {
2973 /*
2974 * COW mappings require pages in both
2975 * parent and child to be set to read.
2976 */
2977 make_migration_entry_read(&swp_entry);
2978 entry = swp_entry_to_pte(swp_entry);
2979 set_huge_pte_at(src, addr, src_pte, entry);
2980 }
2981 set_huge_pte_at(dst, addr, dst_pte, entry);
2982 } else {
Joerg Roedel34ee6452014-11-13 13:46:09 +11002983 if (cow) {
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07002984 huge_ptep_set_wrprotect(src, addr, src_pte);
Joerg Roedel34ee6452014-11-13 13:46:09 +11002985 mmu_notifier_invalidate_range(src, mmun_start,
2986 mmun_end);
2987 }
Naoya Horiguchi0253d632014-07-23 14:00:19 -07002988 entry = huge_ptep_get(src_pte);
Hugh Dickins1c598272005-10-19 21:23:43 -07002989 ptepage = pte_page(entry);
2990 get_page(ptepage);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09002991 page_dup_rmap(ptepage);
Hugh Dickins1c598272005-10-19 21:23:43 -07002992 set_huge_pte_at(dst, addr, dst_pte, entry);
2993 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002994 spin_unlock(src_ptl);
2995 spin_unlock(dst_ptl);
David Gibson63551ae2005-06-21 17:14:44 -07002996 }
David Gibson63551ae2005-06-21 17:14:44 -07002997
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002998 if (cow)
2999 mmu_notifier_invalidate_range_end(src, mmun_start, mmun_end);
3000
3001 return ret;
David Gibson63551ae2005-06-21 17:14:44 -07003002}
3003
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003004void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
3005 unsigned long start, unsigned long end,
3006 struct page *ref_page)
David Gibson63551ae2005-06-21 17:14:44 -07003007{
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003008 int force_flush = 0;
David Gibson63551ae2005-06-21 17:14:44 -07003009 struct mm_struct *mm = vma->vm_mm;
3010 unsigned long address;
David Gibsonc7546f82005-08-05 11:59:35 -07003011 pte_t *ptep;
David Gibson63551ae2005-06-21 17:14:44 -07003012 pte_t pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003013 spinlock_t *ptl;
David Gibson63551ae2005-06-21 17:14:44 -07003014 struct page *page;
Andi Kleena5516432008-07-23 21:27:41 -07003015 struct hstate *h = hstate_vma(vma);
3016 unsigned long sz = huge_page_size(h);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003017 const unsigned long mmun_start = start; /* For mmu_notifiers */
3018 const unsigned long mmun_end = end; /* For mmu_notifiers */
Andi Kleena5516432008-07-23 21:27:41 -07003019
David Gibson63551ae2005-06-21 17:14:44 -07003020 WARN_ON(!is_vm_hugetlb_page(vma));
Andi Kleena5516432008-07-23 21:27:41 -07003021 BUG_ON(start & ~huge_page_mask(h));
3022 BUG_ON(end & ~huge_page_mask(h));
David Gibson63551ae2005-06-21 17:14:44 -07003023
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003024 tlb_start_vma(tlb, vma);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003025 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Hillf Danton569f48b2014-12-10 15:44:41 -08003026 address = start;
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003027again:
Hillf Danton569f48b2014-12-10 15:44:41 -08003028 for (; address < end; address += sz) {
David Gibsonc7546f82005-08-05 11:59:35 -07003029 ptep = huge_pte_offset(mm, address);
Adam Litke4c887262005-10-29 18:16:46 -07003030 if (!ptep)
David Gibsonc7546f82005-08-05 11:59:35 -07003031 continue;
3032
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003033 ptl = huge_pte_lock(h, mm, ptep);
Chen, Kenneth W39dde652006-12-06 20:32:03 -08003034 if (huge_pmd_unshare(mm, &address, ptep))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003035 goto unlock;
Chen, Kenneth W39dde652006-12-06 20:32:03 -08003036
Hillf Danton66293262012-03-23 15:01:48 -07003037 pte = huge_ptep_get(ptep);
3038 if (huge_pte_none(pte))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003039 goto unlock;
Hillf Danton66293262012-03-23 15:01:48 -07003040
3041 /*
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08003042 * Migrating hugepage or HWPoisoned hugepage is already
3043 * unmapped and its refcount is dropped, so just clear pte here.
Hillf Danton66293262012-03-23 15:01:48 -07003044 */
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08003045 if (unlikely(!pte_present(pte))) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07003046 huge_pte_clear(mm, address, ptep);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003047 goto unlock;
Naoya Horiguchi8c4894c2012-12-12 13:52:28 -08003048 }
Hillf Danton66293262012-03-23 15:01:48 -07003049
3050 page = pte_page(pte);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003051 /*
3052 * If a reference page is supplied, it is because a specific
3053 * page is being unmapped, not a range. Ensure the page we
3054 * are about to unmap is the actual page of interest.
3055 */
3056 if (ref_page) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003057 if (page != ref_page)
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003058 goto unlock;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003059
3060 /*
3061 * Mark the VMA as having unmapped its page so that
3062 * future faults in this VMA will fail rather than
3063 * looking like data was lost
3064 */
3065 set_vma_resv_flags(vma, HPAGE_RESV_UNMAPPED);
3066 }
3067
David Gibsonc7546f82005-08-05 11:59:35 -07003068 pte = huge_ptep_get_and_clear(mm, address, ptep);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003069 tlb_remove_tlb_entry(tlb, ptep, address);
Gerald Schaefer106c9922013-04-29 15:07:23 -07003070 if (huge_pte_dirty(pte))
Ken Chen6649a382007-02-08 14:20:27 -08003071 set_page_dirty(page);
Hillf Danton9e811302012-03-21 16:34:03 -07003072
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003073 page_remove_rmap(page);
3074 force_flush = !__tlb_remove_page(tlb, page);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003075 if (force_flush) {
Hillf Danton569f48b2014-12-10 15:44:41 -08003076 address += sz;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003077 spin_unlock(ptl);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003078 break;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003079 }
Hillf Danton9e811302012-03-21 16:34:03 -07003080 /* Bail out after unmapping reference page if supplied */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003081 if (ref_page) {
3082 spin_unlock(ptl);
Hillf Danton9e811302012-03-21 16:34:03 -07003083 break;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003084 }
3085unlock:
3086 spin_unlock(ptl);
David Gibson63551ae2005-06-21 17:14:44 -07003087 }
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003088 /*
3089 * mmu_gather ran out of room to batch pages, we break out of
3090 * the PTE lock to avoid doing the potential expensive TLB invalidate
3091 * and page-free while holding it.
3092 */
3093 if (force_flush) {
3094 force_flush = 0;
3095 tlb_flush_mmu(tlb);
3096 if (address < end && !ref_page)
3097 goto again;
Chen, Kenneth Wfe1668a2006-10-04 02:15:24 -07003098 }
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003099 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003100 tlb_end_vma(tlb, vma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101}
David Gibson63551ae2005-06-21 17:14:44 -07003102
Mel Gormand8333522012-07-31 16:46:20 -07003103void __unmap_hugepage_range_final(struct mmu_gather *tlb,
3104 struct vm_area_struct *vma, unsigned long start,
3105 unsigned long end, struct page *ref_page)
3106{
3107 __unmap_hugepage_range(tlb, vma, start, end, ref_page);
3108
3109 /*
3110 * Clear this flag so that x86's huge_pmd_share page_table_shareable
3111 * test will fail on a vma being torn down, and not grab a page table
3112 * on its way out. We're lucky that the flag has such an appropriate
3113 * name, and can in fact be safely cleared here. We could clear it
3114 * before the __unmap_hugepage_range above, but all that's necessary
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003115 * is to clear it before releasing the i_mmap_rwsem. This works
Mel Gormand8333522012-07-31 16:46:20 -07003116 * because in the context this is called, the VMA is about to be
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003117 * destroyed and the i_mmap_rwsem is held.
Mel Gormand8333522012-07-31 16:46:20 -07003118 */
3119 vma->vm_flags &= ~VM_MAYSHARE;
3120}
3121
Chen, Kenneth W502717f2006-10-11 01:20:46 -07003122void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003123 unsigned long end, struct page *ref_page)
Chen, Kenneth W502717f2006-10-11 01:20:46 -07003124{
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003125 struct mm_struct *mm;
3126 struct mmu_gather tlb;
3127
3128 mm = vma->vm_mm;
3129
Linus Torvalds2b047252013-08-15 11:42:25 -07003130 tlb_gather_mmu(&tlb, mm, start, end);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003131 __unmap_hugepage_range(&tlb, vma, start, end, ref_page);
3132 tlb_finish_mmu(&tlb, start, end);
Chen, Kenneth W502717f2006-10-11 01:20:46 -07003133}
3134
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003135/*
3136 * This is called when the original mapper is failing to COW a MAP_PRIVATE
3137 * mappping it owns the reserve page for. The intention is to unmap the page
3138 * from other VMAs and let the children be SIGKILLed if they are faulting the
3139 * same region.
3140 */
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07003141static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
3142 struct page *page, unsigned long address)
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003143{
Adam Litke75266742008-11-12 13:24:56 -08003144 struct hstate *h = hstate_vma(vma);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003145 struct vm_area_struct *iter_vma;
3146 struct address_space *mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003147 pgoff_t pgoff;
3148
3149 /*
3150 * vm_pgoff is in PAGE_SIZE units, hence the different calculation
3151 * from page cache lookup which is in HPAGE_SIZE units.
3152 */
Adam Litke75266742008-11-12 13:24:56 -08003153 address = address & huge_page_mask(h);
Michal Hocko36e4f202012-10-08 16:33:31 -07003154 pgoff = ((address - vma->vm_start) >> PAGE_SHIFT) +
3155 vma->vm_pgoff;
Al Viro496ad9a2013-01-23 17:07:38 -05003156 mapping = file_inode(vma->vm_file)->i_mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003157
Mel Gorman4eb2b1d2009-12-14 17:59:53 -08003158 /*
3159 * Take the mapping lock for the duration of the table walk. As
3160 * this mapping should be shared between all the VMAs,
3161 * __unmap_hugepage_range() is called as the lock is already held
3162 */
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003163 i_mmap_lock_write(mapping);
Michel Lespinasse6b2dbba2012-10-08 16:31:25 -07003164 vma_interval_tree_foreach(iter_vma, &mapping->i_mmap, pgoff, pgoff) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003165 /* Do not unmap the current VMA */
3166 if (iter_vma == vma)
3167 continue;
3168
3169 /*
3170 * Unmap the page from other VMAs without their own reserves.
3171 * They get marked to be SIGKILLed if they fault in these
3172 * areas. This is because a future no-page fault on this VMA
3173 * could insert a zeroed page instead of the data existing
3174 * from the time of fork. This would look like data corruption
3175 */
3176 if (!is_vma_resv_set(iter_vma, HPAGE_RESV_OWNER))
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07003177 unmap_hugepage_range(iter_vma, address,
3178 address + huge_page_size(h), page);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003179 }
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003180 i_mmap_unlock_write(mapping);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003181}
3182
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003183/*
3184 * Hugetlb_cow() should be called with page lock of the original hugepage held.
Michal Hockoef009b22012-01-10 15:07:21 -08003185 * Called with hugetlb_instantiation_mutex held and pte_page locked so we
3186 * cannot race with other handlers or page migration.
3187 * Keep the pte_same checks anyway to make transition from the mutex easier.
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003188 */
David Gibson1e8f8892006-01-06 00:10:44 -08003189static int hugetlb_cow(struct mm_struct *mm, struct vm_area_struct *vma,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003190 unsigned long address, pte_t *ptep, pte_t pte,
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003191 struct page *pagecache_page, spinlock_t *ptl)
David Gibson1e8f8892006-01-06 00:10:44 -08003192{
Andi Kleena5516432008-07-23 21:27:41 -07003193 struct hstate *h = hstate_vma(vma);
David Gibson1e8f8892006-01-06 00:10:44 -08003194 struct page *old_page, *new_page;
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003195 int ret = 0, outside_reserve = 0;
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003196 unsigned long mmun_start; /* For mmu_notifiers */
3197 unsigned long mmun_end; /* For mmu_notifiers */
David Gibson1e8f8892006-01-06 00:10:44 -08003198
3199 old_page = pte_page(pte);
3200
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003201retry_avoidcopy:
David Gibson1e8f8892006-01-06 00:10:44 -08003202 /* If no-one else is actually using this page, avoid the copy
3203 * and just make the page writable */
Joonsoo Kim37a21402013-09-11 14:21:04 -07003204 if (page_mapcount(old_page) == 1 && PageAnon(old_page)) {
3205 page_move_anon_rmap(old_page, vma, address);
David Gibson1e8f8892006-01-06 00:10:44 -08003206 set_huge_ptep_writable(vma, address, ptep);
Nick Piggin83c54072007-07-19 01:47:05 -07003207 return 0;
David Gibson1e8f8892006-01-06 00:10:44 -08003208 }
3209
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003210 /*
3211 * If the process that created a MAP_PRIVATE mapping is about to
3212 * perform a COW due to a shared page count, attempt to satisfy
3213 * the allocation without using the existing reserves. The pagecache
3214 * page is used to determine if the reserve at this address was
3215 * consumed or not. If reserves were used, a partial faulted mapping
3216 * at the time of fork() could consume its reserves on COW instead
3217 * of the full address range.
3218 */
Joonsoo Kim5944d012013-09-11 14:21:55 -07003219 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER) &&
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003220 old_page != pagecache_page)
3221 outside_reserve = 1;
3222
David Gibson1e8f8892006-01-06 00:10:44 -08003223 page_cache_get(old_page);
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003224
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003225 /*
3226 * Drop page table lock as buddy allocator may be called. It will
3227 * be acquired again before returning to the caller, as expected.
3228 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003229 spin_unlock(ptl);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003230 new_page = alloc_huge_page(vma, address, outside_reserve);
David Gibson1e8f8892006-01-06 00:10:44 -08003231
Adam Litke2fc39ce2007-11-14 16:59:39 -08003232 if (IS_ERR(new_page)) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003233 /*
3234 * If a process owning a MAP_PRIVATE mapping fails to COW,
3235 * it is due to references held by a child and an insufficient
3236 * huge page pool. To guarantee the original mappers
3237 * reliability, unmap the page from child processes. The child
3238 * may get SIGKILLed if it later faults.
3239 */
3240 if (outside_reserve) {
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003241 page_cache_release(old_page);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003242 BUG_ON(huge_pte_none(pte));
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07003243 unmap_ref_private(mm, vma, old_page, address);
3244 BUG_ON(huge_pte_none(pte));
3245 spin_lock(ptl);
3246 ptep = huge_pte_offset(mm, address & huge_page_mask(h));
3247 if (likely(ptep &&
3248 pte_same(huge_ptep_get(ptep), pte)))
3249 goto retry_avoidcopy;
3250 /*
3251 * race occurs while re-acquiring page table
3252 * lock, and our job is done.
3253 */
3254 return 0;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003255 }
3256
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003257 ret = (PTR_ERR(new_page) == -ENOMEM) ?
3258 VM_FAULT_OOM : VM_FAULT_SIGBUS;
3259 goto out_release_old;
David Gibson1e8f8892006-01-06 00:10:44 -08003260 }
3261
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003262 /*
3263 * When the original hugepage is shared one, it does not have
3264 * anon_vma prepared.
3265 */
Dean Nelson44e2aa92010-10-26 14:22:08 -07003266 if (unlikely(anon_vma_prepare(vma))) {
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003267 ret = VM_FAULT_OOM;
3268 goto out_release_all;
Dean Nelson44e2aa92010-10-26 14:22:08 -07003269 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003270
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08003271 copy_user_huge_page(new_page, old_page, address, vma,
3272 pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08003273 __SetPageUptodate(new_page);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003274 set_page_huge_active(new_page);
David Gibson1e8f8892006-01-06 00:10:44 -08003275
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003276 mmun_start = address & huge_page_mask(h);
3277 mmun_end = mmun_start + huge_page_size(h);
3278 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003279
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003280 /*
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003281 * Retake the page table lock to check for racing updates
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003282 * before the page tables are altered
3283 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003284 spin_lock(ptl);
Andi Kleena5516432008-07-23 21:27:41 -07003285 ptep = huge_pte_offset(mm, address & huge_page_mask(h));
Naoya Horiguchia9af0c52014-04-07 15:36:54 -07003286 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) {
Joonsoo Kim07443a82013-09-11 14:21:58 -07003287 ClearPagePrivate(new_page);
3288
David Gibson1e8f8892006-01-06 00:10:44 -08003289 /* Break COW */
Gerald Schaefer8fe627e2008-04-28 02:13:28 -07003290 huge_ptep_clear_flush(vma, address, ptep);
Joerg Roedel34ee6452014-11-13 13:46:09 +11003291 mmu_notifier_invalidate_range(mm, mmun_start, mmun_end);
David Gibson1e8f8892006-01-06 00:10:44 -08003292 set_huge_pte_at(mm, address, ptep,
3293 make_huge_pte(vma, new_page, 1));
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003294 page_remove_rmap(old_page);
Naoya Horiguchicd67f0d2010-09-10 13:23:04 +09003295 hugepage_add_new_anon_rmap(new_page, vma, address);
David Gibson1e8f8892006-01-06 00:10:44 -08003296 /* Make the old page be freed below */
3297 new_page = old_page;
3298 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003299 spin_unlock(ptl);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003300 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003301out_release_all:
David Gibson1e8f8892006-01-06 00:10:44 -08003302 page_cache_release(new_page);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003303out_release_old:
David Gibson1e8f8892006-01-06 00:10:44 -08003304 page_cache_release(old_page);
Joonsoo Kim83120342013-09-11 14:21:57 -07003305
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003306 spin_lock(ptl); /* Caller expects lock to be held */
3307 return ret;
David Gibson1e8f8892006-01-06 00:10:44 -08003308}
3309
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003310/* Return the pagecache page at a given address within a VMA */
Andi Kleena5516432008-07-23 21:27:41 -07003311static struct page *hugetlbfs_pagecache_page(struct hstate *h,
3312 struct vm_area_struct *vma, unsigned long address)
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003313{
3314 struct address_space *mapping;
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -07003315 pgoff_t idx;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003316
3317 mapping = vma->vm_file->f_mapping;
Andi Kleena5516432008-07-23 21:27:41 -07003318 idx = vma_hugecache_offset(h, vma, address);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003319
3320 return find_lock_page(mapping, idx);
3321}
3322
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003323/*
3324 * Return whether there is a pagecache page to back given address within VMA.
3325 * Caller follow_hugetlb_page() holds page_table_lock so we cannot lock_page.
3326 */
3327static bool hugetlbfs_pagecache_present(struct hstate *h,
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003328 struct vm_area_struct *vma, unsigned long address)
3329{
3330 struct address_space *mapping;
3331 pgoff_t idx;
3332 struct page *page;
3333
3334 mapping = vma->vm_file->f_mapping;
3335 idx = vma_hugecache_offset(h, vma, address);
3336
3337 page = find_get_page(mapping, idx);
3338 if (page)
3339 put_page(page);
3340 return page != NULL;
3341}
3342
Robert P. J. Daya1ed3dd2007-07-17 04:03:33 -07003343static int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma,
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003344 struct address_space *mapping, pgoff_t idx,
3345 unsigned long address, pte_t *ptep, unsigned int flags)
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003346{
Andi Kleena5516432008-07-23 21:27:41 -07003347 struct hstate *h = hstate_vma(vma);
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003348 int ret = VM_FAULT_SIGBUS;
Hillf Danton409eb8c2012-01-20 14:34:13 -08003349 int anon_rmap = 0;
Adam Litke4c887262005-10-29 18:16:46 -07003350 unsigned long size;
Adam Litke4c887262005-10-29 18:16:46 -07003351 struct page *page;
David Gibson1e8f8892006-01-06 00:10:44 -08003352 pte_t new_pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003353 spinlock_t *ptl;
Adam Litke4c887262005-10-29 18:16:46 -07003354
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003355 /*
3356 * Currently, we are forced to kill the process in the event the
3357 * original mapper has unmapped pages from the child due to a failed
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003358 * COW. Warn that such a situation has occurred as it may not be obvious
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003359 */
3360 if (is_vma_resv_set(vma, HPAGE_RESV_UNMAPPED)) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08003361 pr_warning("PID %d killed due to inadequate hugepage pool\n",
3362 current->pid);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003363 return ret;
3364 }
3365
Adam Litke4c887262005-10-29 18:16:46 -07003366 /*
3367 * Use page lock to guard against racing truncation
3368 * before we get page_table_lock.
3369 */
Christoph Lameter6bda6662006-01-06 00:10:49 -08003370retry:
3371 page = find_lock_page(mapping, idx);
3372 if (!page) {
Andi Kleena5516432008-07-23 21:27:41 -07003373 size = i_size_read(mapping->host) >> huge_page_shift(h);
Hugh Dickinsebed4bf2006-10-28 10:38:43 -07003374 if (idx >= size)
3375 goto out;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003376 page = alloc_huge_page(vma, address, 0);
Adam Litke2fc39ce2007-11-14 16:59:39 -08003377 if (IS_ERR(page)) {
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07003378 ret = PTR_ERR(page);
3379 if (ret == -ENOMEM)
3380 ret = VM_FAULT_OOM;
3381 else
3382 ret = VM_FAULT_SIGBUS;
Christoph Lameter6bda6662006-01-06 00:10:49 -08003383 goto out;
3384 }
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08003385 clear_huge_page(page, address, pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08003386 __SetPageUptodate(page);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003387 set_page_huge_active(page);
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003388
Mel Gormanf83a2752009-05-28 14:34:40 -07003389 if (vma->vm_flags & VM_MAYSHARE) {
Christoph Lameter6bda6662006-01-06 00:10:49 -08003390 int err;
Ken Chen45c682a2007-11-14 16:59:44 -08003391 struct inode *inode = mapping->host;
Christoph Lameter6bda6662006-01-06 00:10:49 -08003392
3393 err = add_to_page_cache(page, mapping, idx, GFP_KERNEL);
3394 if (err) {
3395 put_page(page);
Christoph Lameter6bda6662006-01-06 00:10:49 -08003396 if (err == -EEXIST)
3397 goto retry;
3398 goto out;
3399 }
Joonsoo Kim07443a82013-09-11 14:21:58 -07003400 ClearPagePrivate(page);
Ken Chen45c682a2007-11-14 16:59:44 -08003401
3402 spin_lock(&inode->i_lock);
Andi Kleena5516432008-07-23 21:27:41 -07003403 inode->i_blocks += blocks_per_huge_page(h);
Ken Chen45c682a2007-11-14 16:59:44 -08003404 spin_unlock(&inode->i_lock);
Mel Gorman23be7462010-04-23 13:17:56 -04003405 } else {
Christoph Lameter6bda6662006-01-06 00:10:49 -08003406 lock_page(page);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003407 if (unlikely(anon_vma_prepare(vma))) {
3408 ret = VM_FAULT_OOM;
3409 goto backout_unlocked;
3410 }
Hillf Danton409eb8c2012-01-20 14:34:13 -08003411 anon_rmap = 1;
Mel Gorman23be7462010-04-23 13:17:56 -04003412 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003413 } else {
Naoya Horiguchi998b4382010-09-08 10:19:32 +09003414 /*
3415 * If memory error occurs between mmap() and fault, some process
3416 * don't have hwpoisoned swap entry for errored virtual address.
3417 * So we need to block hugepage fault by PG_hwpoison bit check.
3418 */
3419 if (unlikely(PageHWPoison(page))) {
Chris Forbes32f84522011-07-25 17:12:14 -07003420 ret = VM_FAULT_HWPOISON |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003421 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchi998b4382010-09-08 10:19:32 +09003422 goto backout_unlocked;
3423 }
Christoph Lameter6bda6662006-01-06 00:10:49 -08003424 }
David Gibson1e8f8892006-01-06 00:10:44 -08003425
Andy Whitcroft57303d82008-08-12 15:08:47 -07003426 /*
3427 * If we are going to COW a private mapping later, we examine the
3428 * pending reservations for this page now. This will ensure that
3429 * any allocations necessary to record that reservation occur outside
3430 * the spinlock.
3431 */
Mike Kravetz5e911372015-09-08 15:01:28 -07003432 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
Andy Whitcroft2b267362008-08-12 15:08:49 -07003433 if (vma_needs_reservation(h, vma, address) < 0) {
3434 ret = VM_FAULT_OOM;
3435 goto backout_unlocked;
3436 }
Mike Kravetz5e911372015-09-08 15:01:28 -07003437 /* Just decrements count, does not deallocate */
Mike Kravetzfeba16e2015-09-08 15:01:31 -07003438 vma_end_reservation(h, vma, address);
Mike Kravetz5e911372015-09-08 15:01:28 -07003439 }
Andy Whitcroft57303d82008-08-12 15:08:47 -07003440
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003441 ptl = huge_pte_lockptr(h, mm, ptep);
3442 spin_lock(ptl);
Andi Kleena5516432008-07-23 21:27:41 -07003443 size = i_size_read(mapping->host) >> huge_page_shift(h);
Adam Litke4c887262005-10-29 18:16:46 -07003444 if (idx >= size)
3445 goto backout;
3446
Nick Piggin83c54072007-07-19 01:47:05 -07003447 ret = 0;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003448 if (!huge_pte_none(huge_ptep_get(ptep)))
Adam Litke4c887262005-10-29 18:16:46 -07003449 goto backout;
3450
Joonsoo Kim07443a82013-09-11 14:21:58 -07003451 if (anon_rmap) {
3452 ClearPagePrivate(page);
Hillf Danton409eb8c2012-01-20 14:34:13 -08003453 hugepage_add_new_anon_rmap(page, vma, address);
Choi Gi-yongac714902014-04-07 15:37:36 -07003454 } else
Hillf Danton409eb8c2012-01-20 14:34:13 -08003455 page_dup_rmap(page);
David Gibson1e8f8892006-01-06 00:10:44 -08003456 new_pte = make_huge_pte(vma, page, ((vma->vm_flags & VM_WRITE)
3457 && (vma->vm_flags & VM_SHARED)));
3458 set_huge_pte_at(mm, address, ptep, new_pte);
3459
Hugh Dickins788c7df2009-06-23 13:49:05 +01003460 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
David Gibson1e8f8892006-01-06 00:10:44 -08003461 /* Optimization, do the COW without a second fault */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003462 ret = hugetlb_cow(mm, vma, address, ptep, new_pte, page, ptl);
David Gibson1e8f8892006-01-06 00:10:44 -08003463 }
3464
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003465 spin_unlock(ptl);
Adam Litke4c887262005-10-29 18:16:46 -07003466 unlock_page(page);
3467out:
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003468 return ret;
Adam Litke4c887262005-10-29 18:16:46 -07003469
3470backout:
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003471 spin_unlock(ptl);
Andy Whitcroft2b267362008-08-12 15:08:49 -07003472backout_unlocked:
Adam Litke4c887262005-10-29 18:16:46 -07003473 unlock_page(page);
3474 put_page(page);
3475 goto out;
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003476}
3477
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003478#ifdef CONFIG_SMP
Mike Kravetzc672c7f2015-09-08 15:01:35 -07003479u32 hugetlb_fault_mutex_hash(struct hstate *h, struct mm_struct *mm,
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003480 struct vm_area_struct *vma,
3481 struct address_space *mapping,
3482 pgoff_t idx, unsigned long address)
3483{
3484 unsigned long key[2];
3485 u32 hash;
3486
3487 if (vma->vm_flags & VM_SHARED) {
3488 key[0] = (unsigned long) mapping;
3489 key[1] = idx;
3490 } else {
3491 key[0] = (unsigned long) mm;
3492 key[1] = address >> huge_page_shift(h);
3493 }
3494
3495 hash = jhash2((u32 *)&key, sizeof(key)/sizeof(u32), 0);
3496
3497 return hash & (num_fault_mutexes - 1);
3498}
3499#else
3500/*
3501 * For uniprocesor systems we always use a single mutex, so just
3502 * return 0 and avoid the hashing overhead.
3503 */
Mike Kravetzc672c7f2015-09-08 15:01:35 -07003504u32 hugetlb_fault_mutex_hash(struct hstate *h, struct mm_struct *mm,
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003505 struct vm_area_struct *vma,
3506 struct address_space *mapping,
3507 pgoff_t idx, unsigned long address)
3508{
3509 return 0;
3510}
3511#endif
3512
Adam Litke86e52162006-01-06 00:10:43 -08003513int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
Hugh Dickins788c7df2009-06-23 13:49:05 +01003514 unsigned long address, unsigned int flags)
Adam Litke86e52162006-01-06 00:10:43 -08003515{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003516 pte_t *ptep, entry;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003517 spinlock_t *ptl;
David Gibson1e8f8892006-01-06 00:10:44 -08003518 int ret;
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003519 u32 hash;
3520 pgoff_t idx;
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003521 struct page *page = NULL;
Andy Whitcroft57303d82008-08-12 15:08:47 -07003522 struct page *pagecache_page = NULL;
Andi Kleena5516432008-07-23 21:27:41 -07003523 struct hstate *h = hstate_vma(vma);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003524 struct address_space *mapping;
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003525 int need_wait_lock = 0;
Adam Litke86e52162006-01-06 00:10:43 -08003526
KAMEZAWA Hiroyuki1e16a532012-01-10 15:07:22 -08003527 address &= huge_page_mask(h);
3528
Naoya Horiguchifd6a03ed2010-05-28 09:29:21 +09003529 ptep = huge_pte_offset(mm, address);
3530 if (ptep) {
3531 entry = huge_ptep_get(ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09003532 if (unlikely(is_hugetlb_entry_migration(entry))) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003533 migration_entry_wait_huge(vma, mm, ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09003534 return 0;
3535 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry)))
Chris Forbes32f84522011-07-25 17:12:14 -07003536 return VM_FAULT_HWPOISON_LARGE |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003537 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchifd6a03ed2010-05-28 09:29:21 +09003538 }
3539
Andi Kleena5516432008-07-23 21:27:41 -07003540 ptep = huge_pte_alloc(mm, address, huge_page_size(h));
Adam Litke86e52162006-01-06 00:10:43 -08003541 if (!ptep)
3542 return VM_FAULT_OOM;
3543
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003544 mapping = vma->vm_file->f_mapping;
3545 idx = vma_hugecache_offset(h, vma, address);
3546
David Gibson3935baa2006-03-22 00:08:53 -08003547 /*
3548 * Serialize hugepage allocation and instantiation, so that we don't
3549 * get spurious allocation failures if two CPUs race to instantiate
3550 * the same page in the page cache.
3551 */
Mike Kravetzc672c7f2015-09-08 15:01:35 -07003552 hash = hugetlb_fault_mutex_hash(h, mm, vma, mapping, idx, address);
3553 mutex_lock(&hugetlb_fault_mutex_table[hash]);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003554
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003555 entry = huge_ptep_get(ptep);
3556 if (huge_pte_none(entry)) {
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003557 ret = hugetlb_no_page(mm, vma, mapping, idx, address, ptep, flags);
David Gibsonb4d1d992008-10-15 22:01:11 -07003558 goto out_mutex;
David Gibson3935baa2006-03-22 00:08:53 -08003559 }
Adam Litke86e52162006-01-06 00:10:43 -08003560
Nick Piggin83c54072007-07-19 01:47:05 -07003561 ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08003562
Andy Whitcroft57303d82008-08-12 15:08:47 -07003563 /*
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003564 * entry could be a migration/hwpoison entry at this point, so this
3565 * check prevents the kernel from going below assuming that we have
3566 * a active hugepage in pagecache. This goto expects the 2nd page fault,
3567 * and is_hugetlb_entry_(migration|hwpoisoned) check will properly
3568 * handle it.
3569 */
3570 if (!pte_present(entry))
3571 goto out_mutex;
3572
3573 /*
Andy Whitcroft57303d82008-08-12 15:08:47 -07003574 * If we are going to COW the mapping later, we examine the pending
3575 * reservations for this page now. This will ensure that any
3576 * allocations necessary to record that reservation occur outside the
3577 * spinlock. For private mappings, we also lookup the pagecache
3578 * page now as it is used to determine if a reservation has been
3579 * consumed.
3580 */
Gerald Schaefer106c9922013-04-29 15:07:23 -07003581 if ((flags & FAULT_FLAG_WRITE) && !huge_pte_write(entry)) {
Andy Whitcroft2b267362008-08-12 15:08:49 -07003582 if (vma_needs_reservation(h, vma, address) < 0) {
3583 ret = VM_FAULT_OOM;
David Gibsonb4d1d992008-10-15 22:01:11 -07003584 goto out_mutex;
Andy Whitcroft2b267362008-08-12 15:08:49 -07003585 }
Mike Kravetz5e911372015-09-08 15:01:28 -07003586 /* Just decrements count, does not deallocate */
Mike Kravetzfeba16e2015-09-08 15:01:31 -07003587 vma_end_reservation(h, vma, address);
Andy Whitcroft57303d82008-08-12 15:08:47 -07003588
Mel Gormanf83a2752009-05-28 14:34:40 -07003589 if (!(vma->vm_flags & VM_MAYSHARE))
Andy Whitcroft57303d82008-08-12 15:08:47 -07003590 pagecache_page = hugetlbfs_pagecache_page(h,
3591 vma, address);
3592 }
3593
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003594 ptl = huge_pte_lock(h, mm, ptep);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003595
David Gibson1e8f8892006-01-06 00:10:44 -08003596 /* Check for a racing update before calling hugetlb_cow */
David Gibsonb4d1d992008-10-15 22:01:11 -07003597 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003598 goto out_ptl;
David Gibsonb4d1d992008-10-15 22:01:11 -07003599
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003600 /*
3601 * hugetlb_cow() requires page locks of pte_page(entry) and
3602 * pagecache_page, so here we need take the former one
3603 * when page != pagecache_page or !pagecache_page.
3604 */
3605 page = pte_page(entry);
3606 if (page != pagecache_page)
3607 if (!trylock_page(page)) {
3608 need_wait_lock = 1;
3609 goto out_ptl;
3610 }
3611
3612 get_page(page);
David Gibsonb4d1d992008-10-15 22:01:11 -07003613
Hugh Dickins788c7df2009-06-23 13:49:05 +01003614 if (flags & FAULT_FLAG_WRITE) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07003615 if (!huge_pte_write(entry)) {
Andy Whitcroft57303d82008-08-12 15:08:47 -07003616 ret = hugetlb_cow(mm, vma, address, ptep, entry,
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003617 pagecache_page, ptl);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003618 goto out_put_page;
David Gibsonb4d1d992008-10-15 22:01:11 -07003619 }
Gerald Schaefer106c9922013-04-29 15:07:23 -07003620 entry = huge_pte_mkdirty(entry);
David Gibsonb4d1d992008-10-15 22:01:11 -07003621 }
3622 entry = pte_mkyoung(entry);
Hugh Dickins788c7df2009-06-23 13:49:05 +01003623 if (huge_ptep_set_access_flags(vma, address, ptep, entry,
3624 flags & FAULT_FLAG_WRITE))
Russell King4b3073e2009-12-18 16:40:18 +00003625 update_mmu_cache(vma, address, ptep);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003626out_put_page:
3627 if (page != pagecache_page)
3628 unlock_page(page);
3629 put_page(page);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003630out_ptl:
3631 spin_unlock(ptl);
Andy Whitcroft57303d82008-08-12 15:08:47 -07003632
3633 if (pagecache_page) {
3634 unlock_page(pagecache_page);
3635 put_page(pagecache_page);
3636 }
David Gibsonb4d1d992008-10-15 22:01:11 -07003637out_mutex:
Mike Kravetzc672c7f2015-09-08 15:01:35 -07003638 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003639 /*
3640 * Generally it's safe to hold refcount during waiting page lock. But
3641 * here we just wait to defer the next page fault to avoid busy loop and
3642 * the page is not used after unlocked before returning from the current
3643 * page fault. So we are safe from accessing freed page, even if we wait
3644 * here without taking refcount.
3645 */
3646 if (need_wait_lock)
3647 wait_on_page_locked(page);
David Gibson1e8f8892006-01-06 00:10:44 -08003648 return ret;
Adam Litke86e52162006-01-06 00:10:43 -08003649}
3650
Michel Lespinasse28a35712013-02-22 16:35:55 -08003651long follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma,
3652 struct page **pages, struct vm_area_struct **vmas,
3653 unsigned long *position, unsigned long *nr_pages,
3654 long i, unsigned int flags)
David Gibson63551ae2005-06-21 17:14:44 -07003655{
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003656 unsigned long pfn_offset;
3657 unsigned long vaddr = *position;
Michel Lespinasse28a35712013-02-22 16:35:55 -08003658 unsigned long remainder = *nr_pages;
Andi Kleena5516432008-07-23 21:27:41 -07003659 struct hstate *h = hstate_vma(vma);
David Gibson63551ae2005-06-21 17:14:44 -07003660
David Gibson63551ae2005-06-21 17:14:44 -07003661 while (vaddr < vma->vm_end && remainder) {
Adam Litke4c887262005-10-29 18:16:46 -07003662 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003663 spinlock_t *ptl = NULL;
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003664 int absent;
Adam Litke4c887262005-10-29 18:16:46 -07003665 struct page *page;
3666
3667 /*
David Rientjes02057962015-04-14 15:48:24 -07003668 * If we have a pending SIGKILL, don't keep faulting pages and
3669 * potentially allocating memory.
3670 */
3671 if (unlikely(fatal_signal_pending(current))) {
3672 remainder = 0;
3673 break;
3674 }
3675
3676 /*
Adam Litke4c887262005-10-29 18:16:46 -07003677 * Some archs (sparc64, sh*) have multiple pte_ts to
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003678 * each hugepage. We have to make sure we get the
Adam Litke4c887262005-10-29 18:16:46 -07003679 * first, for the page indexing below to work.
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003680 *
3681 * Note that page table lock is not held when pte is null.
Adam Litke4c887262005-10-29 18:16:46 -07003682 */
Andi Kleena5516432008-07-23 21:27:41 -07003683 pte = huge_pte_offset(mm, vaddr & huge_page_mask(h));
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003684 if (pte)
3685 ptl = huge_pte_lock(h, mm, pte);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003686 absent = !pte || huge_pte_none(huge_ptep_get(pte));
Adam Litke4c887262005-10-29 18:16:46 -07003687
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003688 /*
3689 * When coredumping, it suits get_dump_page if we just return
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003690 * an error where there's an empty slot with no huge pagecache
3691 * to back it. This way, we avoid allocating a hugepage, and
3692 * the sparse dumpfile avoids allocating disk blocks, but its
3693 * huge holes still show up with zeroes where they need to be.
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003694 */
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003695 if (absent && (flags & FOLL_DUMP) &&
3696 !hugetlbfs_pagecache_present(h, vma, vaddr)) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003697 if (pte)
3698 spin_unlock(ptl);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003699 remainder = 0;
3700 break;
3701 }
3702
Naoya Horiguchi9cc3a5b2013-04-17 15:58:30 -07003703 /*
3704 * We need call hugetlb_fault for both hugepages under migration
3705 * (in which case hugetlb_fault waits for the migration,) and
3706 * hwpoisoned hugepages (in which case we need to prevent the
3707 * caller from accessing to them.) In order to do this, we use
3708 * here is_swap_pte instead of is_hugetlb_entry_migration and
3709 * is_hugetlb_entry_hwpoisoned. This is because it simply covers
3710 * both cases, and because we can't follow correct pages
3711 * directly from any kind of swap entries.
3712 */
3713 if (absent || is_swap_pte(huge_ptep_get(pte)) ||
Gerald Schaefer106c9922013-04-29 15:07:23 -07003714 ((flags & FOLL_WRITE) &&
3715 !huge_pte_write(huge_ptep_get(pte)))) {
Adam Litke4c887262005-10-29 18:16:46 -07003716 int ret;
3717
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003718 if (pte)
3719 spin_unlock(ptl);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003720 ret = hugetlb_fault(mm, vma, vaddr,
3721 (flags & FOLL_WRITE) ? FAULT_FLAG_WRITE : 0);
Adam Litkea89182c2007-08-22 14:01:51 -07003722 if (!(ret & VM_FAULT_ERROR))
Adam Litke4c887262005-10-29 18:16:46 -07003723 continue;
3724
3725 remainder = 0;
Adam Litke4c887262005-10-29 18:16:46 -07003726 break;
3727 }
David Gibson63551ae2005-06-21 17:14:44 -07003728
Andi Kleena5516432008-07-23 21:27:41 -07003729 pfn_offset = (vaddr & ~huge_page_mask(h)) >> PAGE_SHIFT;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003730 page = pte_page(huge_ptep_get(pte));
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003731same_page:
Chen, Kenneth Wd6692182006-03-31 02:29:57 -08003732 if (pages) {
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003733 pages[i] = mem_map_offset(page, pfn_offset);
Andrea Arcangelia0368d42014-01-21 15:48:49 -08003734 get_page_foll(pages[i]);
Chen, Kenneth Wd6692182006-03-31 02:29:57 -08003735 }
David Gibson63551ae2005-06-21 17:14:44 -07003736
3737 if (vmas)
3738 vmas[i] = vma;
3739
3740 vaddr += PAGE_SIZE;
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003741 ++pfn_offset;
David Gibson63551ae2005-06-21 17:14:44 -07003742 --remainder;
3743 ++i;
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003744 if (vaddr < vma->vm_end && remainder &&
Andi Kleena5516432008-07-23 21:27:41 -07003745 pfn_offset < pages_per_huge_page(h)) {
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003746 /*
3747 * We use pfn_offset to avoid touching the pageframes
3748 * of this compound page.
3749 */
3750 goto same_page;
3751 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003752 spin_unlock(ptl);
David Gibson63551ae2005-06-21 17:14:44 -07003753 }
Michel Lespinasse28a35712013-02-22 16:35:55 -08003754 *nr_pages = remainder;
David Gibson63551ae2005-06-21 17:14:44 -07003755 *position = vaddr;
3756
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003757 return i ? i : -EFAULT;
David Gibson63551ae2005-06-21 17:14:44 -07003758}
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003759
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003760unsigned long hugetlb_change_protection(struct vm_area_struct *vma,
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003761 unsigned long address, unsigned long end, pgprot_t newprot)
3762{
3763 struct mm_struct *mm = vma->vm_mm;
3764 unsigned long start = address;
3765 pte_t *ptep;
3766 pte_t pte;
Andi Kleena5516432008-07-23 21:27:41 -07003767 struct hstate *h = hstate_vma(vma);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003768 unsigned long pages = 0;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003769
3770 BUG_ON(address >= end);
3771 flush_cache_range(vma, address, end);
3772
Rik van Riela5338092014-04-07 15:36:57 -07003773 mmu_notifier_invalidate_range_start(mm, start, end);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003774 i_mmap_lock_write(vma->vm_file->f_mapping);
Andi Kleena5516432008-07-23 21:27:41 -07003775 for (; address < end; address += huge_page_size(h)) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003776 spinlock_t *ptl;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003777 ptep = huge_pte_offset(mm, address);
3778 if (!ptep)
3779 continue;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003780 ptl = huge_pte_lock(h, mm, ptep);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003781 if (huge_pmd_unshare(mm, &address, ptep)) {
3782 pages++;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003783 spin_unlock(ptl);
Chen, Kenneth W39dde652006-12-06 20:32:03 -08003784 continue;
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003785 }
Naoya Horiguchia8bda282015-02-11 15:25:28 -08003786 pte = huge_ptep_get(ptep);
3787 if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) {
3788 spin_unlock(ptl);
3789 continue;
3790 }
3791 if (unlikely(is_hugetlb_entry_migration(pte))) {
3792 swp_entry_t entry = pte_to_swp_entry(pte);
3793
3794 if (is_write_migration_entry(entry)) {
3795 pte_t newpte;
3796
3797 make_migration_entry_read(&entry);
3798 newpte = swp_entry_to_pte(entry);
3799 set_huge_pte_at(mm, address, ptep, newpte);
3800 pages++;
3801 }
3802 spin_unlock(ptl);
3803 continue;
3804 }
3805 if (!huge_pte_none(pte)) {
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003806 pte = huge_ptep_get_and_clear(mm, address, ptep);
Gerald Schaefer106c9922013-04-29 15:07:23 -07003807 pte = pte_mkhuge(huge_pte_modify(pte, newprot));
Tony Lube7517d2013-02-04 14:28:46 -08003808 pte = arch_make_huge_pte(pte, vma, NULL, 0);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003809 set_huge_pte_at(mm, address, ptep, pte);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003810 pages++;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003811 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003812 spin_unlock(ptl);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003813 }
Mel Gormand8333522012-07-31 16:46:20 -07003814 /*
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003815 * Must flush TLB before releasing i_mmap_rwsem: x86's huge_pmd_unshare
Mel Gormand8333522012-07-31 16:46:20 -07003816 * may have cleared our pud entry and done put_page on the page table:
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003817 * once we release i_mmap_rwsem, another task can do the final put_page
Mel Gormand8333522012-07-31 16:46:20 -07003818 * and that page table be reused and filled with junk.
3819 */
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003820 flush_tlb_range(vma, start, end);
Joerg Roedel34ee6452014-11-13 13:46:09 +11003821 mmu_notifier_invalidate_range(mm, start, end);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003822 i_mmap_unlock_write(vma->vm_file->f_mapping);
Rik van Riela5338092014-04-07 15:36:57 -07003823 mmu_notifier_invalidate_range_end(mm, start, end);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003824
3825 return pages << h->order;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003826}
3827
Mel Gormana1e78772008-07-23 21:27:23 -07003828int hugetlb_reserve_pages(struct inode *inode,
3829 long from, long to,
Mel Gorman5a6fe122009-02-10 14:02:27 +00003830 struct vm_area_struct *vma,
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09003831 vm_flags_t vm_flags)
Adam Litkee4e574b2007-10-16 01:26:19 -07003832{
Mel Gorman17c9d122009-02-11 16:34:16 +00003833 long ret, chg;
Andi Kleena5516432008-07-23 21:27:41 -07003834 struct hstate *h = hstate_inode(inode);
David Gibson90481622012-03-21 16:34:12 -07003835 struct hugepage_subpool *spool = subpool_inode(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003836 struct resv_map *resv_map;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003837 long gbl_reserve;
Adam Litkee4e574b2007-10-16 01:26:19 -07003838
Mel Gormana1e78772008-07-23 21:27:23 -07003839 /*
Mel Gorman17c9d122009-02-11 16:34:16 +00003840 * Only apply hugepage reservation if asked. At fault time, an
3841 * attempt will be made for VM_NORESERVE to allocate a page
David Gibson90481622012-03-21 16:34:12 -07003842 * without using reserves
Mel Gorman17c9d122009-02-11 16:34:16 +00003843 */
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09003844 if (vm_flags & VM_NORESERVE)
Mel Gorman17c9d122009-02-11 16:34:16 +00003845 return 0;
3846
3847 /*
Mel Gormana1e78772008-07-23 21:27:23 -07003848 * Shared mappings base their reservation on the number of pages that
3849 * are already allocated on behalf of the file. Private mappings need
3850 * to reserve the full area even if read-only as mprotect() may be
3851 * called to make the mapping read-write. Assume !vma is a shm mapping
3852 */
Joonsoo Kim9119a412014-04-03 14:47:25 -07003853 if (!vma || vma->vm_flags & VM_MAYSHARE) {
Joonsoo Kim4e35f482014-04-03 14:47:30 -07003854 resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003855
Joonsoo Kim1406ec92014-04-03 14:47:26 -07003856 chg = region_chg(resv_map, from, to);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003857
3858 } else {
3859 resv_map = resv_map_alloc();
Mel Gorman5a6fe122009-02-10 14:02:27 +00003860 if (!resv_map)
3861 return -ENOMEM;
3862
Mel Gorman17c9d122009-02-11 16:34:16 +00003863 chg = to - from;
3864
Mel Gorman5a6fe122009-02-10 14:02:27 +00003865 set_vma_resv_map(vma, resv_map);
3866 set_vma_resv_flags(vma, HPAGE_RESV_OWNER);
3867 }
3868
Dave Hansenc50ac052012-05-29 15:06:46 -07003869 if (chg < 0) {
3870 ret = chg;
3871 goto out_err;
3872 }
Mel Gorman17c9d122009-02-11 16:34:16 +00003873
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003874 /*
3875 * There must be enough pages in the subpool for the mapping. If
3876 * the subpool has a minimum size, there may be some global
3877 * reservations already in place (gbl_reserve).
3878 */
3879 gbl_reserve = hugepage_subpool_get_pages(spool, chg);
3880 if (gbl_reserve < 0) {
Dave Hansenc50ac052012-05-29 15:06:46 -07003881 ret = -ENOSPC;
3882 goto out_err;
3883 }
Mel Gorman17c9d122009-02-11 16:34:16 +00003884
3885 /*
3886 * Check enough hugepages are available for the reservation.
David Gibson90481622012-03-21 16:34:12 -07003887 * Hand the pages back to the subpool if there are not
Mel Gorman17c9d122009-02-11 16:34:16 +00003888 */
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003889 ret = hugetlb_acct_memory(h, gbl_reserve);
Mel Gorman17c9d122009-02-11 16:34:16 +00003890 if (ret < 0) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003891 /* put back original number of pages, chg */
3892 (void)hugepage_subpool_put_pages(spool, chg);
Dave Hansenc50ac052012-05-29 15:06:46 -07003893 goto out_err;
Mel Gorman17c9d122009-02-11 16:34:16 +00003894 }
3895
3896 /*
3897 * Account for the reservations made. Shared mappings record regions
3898 * that have reservations as they are shared by multiple VMAs.
3899 * When the last VMA disappears, the region map says how much
3900 * the reservation was and the page cache tells how much of
3901 * the reservation was consumed. Private mappings are per-VMA and
3902 * only the consumed reservations are tracked. When the VMA
3903 * disappears, the original reservation is the VMA size and the
3904 * consumed reservations are stored in the map. Hence, nothing
3905 * else has to be done for private mappings here
3906 */
Mike Kravetz33039672015-06-24 16:57:58 -07003907 if (!vma || vma->vm_flags & VM_MAYSHARE) {
3908 long add = region_add(resv_map, from, to);
3909
3910 if (unlikely(chg > add)) {
3911 /*
3912 * pages in this range were added to the reserve
3913 * map between region_chg and region_add. This
3914 * indicates a race with alloc_huge_page. Adjust
3915 * the subpool and reserve counts modified above
3916 * based on the difference.
3917 */
3918 long rsv_adjust;
3919
3920 rsv_adjust = hugepage_subpool_put_pages(spool,
3921 chg - add);
3922 hugetlb_acct_memory(h, -rsv_adjust);
3923 }
3924 }
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003925 return 0;
Dave Hansenc50ac052012-05-29 15:06:46 -07003926out_err:
Mike Kravetz5e911372015-09-08 15:01:28 -07003927 if (!vma || vma->vm_flags & VM_MAYSHARE)
3928 region_abort(resv_map, from, to);
Joonsoo Kimf031dd22014-04-03 14:47:28 -07003929 if (vma && is_vma_resv_set(vma, HPAGE_RESV_OWNER))
3930 kref_put(&resv_map->refs, resv_map_release);
Dave Hansenc50ac052012-05-29 15:06:46 -07003931 return ret;
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003932}
3933
Mike Kravetzb5cec282015-09-08 15:01:41 -07003934long hugetlb_unreserve_pages(struct inode *inode, long start, long end,
3935 long freed)
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003936{
Andi Kleena5516432008-07-23 21:27:41 -07003937 struct hstate *h = hstate_inode(inode);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07003938 struct resv_map *resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003939 long chg = 0;
David Gibson90481622012-03-21 16:34:12 -07003940 struct hugepage_subpool *spool = subpool_inode(inode);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003941 long gbl_reserve;
Ken Chen45c682a2007-11-14 16:59:44 -08003942
Mike Kravetzb5cec282015-09-08 15:01:41 -07003943 if (resv_map) {
3944 chg = region_del(resv_map, start, end);
3945 /*
3946 * region_del() can fail in the rare case where a region
3947 * must be split and another region descriptor can not be
3948 * allocated. If end == LONG_MAX, it will not fail.
3949 */
3950 if (chg < 0)
3951 return chg;
3952 }
3953
Ken Chen45c682a2007-11-14 16:59:44 -08003954 spin_lock(&inode->i_lock);
Eric Sandeene4c6f8b2009-07-29 15:02:16 -07003955 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
Ken Chen45c682a2007-11-14 16:59:44 -08003956 spin_unlock(&inode->i_lock);
3957
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003958 /*
3959 * If the subpool has a minimum size, the number of global
3960 * reservations to be released may be adjusted.
3961 */
3962 gbl_reserve = hugepage_subpool_put_pages(spool, (chg - freed));
3963 hugetlb_acct_memory(h, -gbl_reserve);
Mike Kravetzb5cec282015-09-08 15:01:41 -07003964
3965 return 0;
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003966}
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003967
Steve Capper3212b532013-04-23 12:35:02 +01003968#ifdef CONFIG_ARCH_WANT_HUGE_PMD_SHARE
3969static unsigned long page_table_shareable(struct vm_area_struct *svma,
3970 struct vm_area_struct *vma,
3971 unsigned long addr, pgoff_t idx)
3972{
3973 unsigned long saddr = ((idx - svma->vm_pgoff) << PAGE_SHIFT) +
3974 svma->vm_start;
3975 unsigned long sbase = saddr & PUD_MASK;
3976 unsigned long s_end = sbase + PUD_SIZE;
3977
3978 /* Allow segments to share if only one is marked locked */
3979 unsigned long vm_flags = vma->vm_flags & ~VM_LOCKED;
3980 unsigned long svm_flags = svma->vm_flags & ~VM_LOCKED;
3981
3982 /*
3983 * match the virtual addresses, permission and the alignment of the
3984 * page table page.
3985 */
3986 if (pmd_index(addr) != pmd_index(saddr) ||
3987 vm_flags != svm_flags ||
3988 sbase < svma->vm_start || svma->vm_end < s_end)
3989 return 0;
3990
3991 return saddr;
3992}
3993
Nicholas Krause31aafb42015-09-04 15:47:58 -07003994static bool vma_shareable(struct vm_area_struct *vma, unsigned long addr)
Steve Capper3212b532013-04-23 12:35:02 +01003995{
3996 unsigned long base = addr & PUD_MASK;
3997 unsigned long end = base + PUD_SIZE;
3998
3999 /*
4000 * check on proper vm_flags and page table alignment
4001 */
4002 if (vma->vm_flags & VM_MAYSHARE &&
4003 vma->vm_start <= base && end <= vma->vm_end)
Nicholas Krause31aafb42015-09-04 15:47:58 -07004004 return true;
4005 return false;
Steve Capper3212b532013-04-23 12:35:02 +01004006}
4007
4008/*
4009 * Search for a shareable pmd page for hugetlb. In any case calls pmd_alloc()
4010 * and returns the corresponding pte. While this is not necessary for the
4011 * !shared pmd case because we can allocate the pmd later as well, it makes the
4012 * code much cleaner. pmd allocation is essential for the shared case because
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08004013 * pud has to be populated inside the same i_mmap_rwsem section - otherwise
Steve Capper3212b532013-04-23 12:35:02 +01004014 * racing tasks could either miss the sharing (see huge_pte_offset) or select a
4015 * bad pmd for sharing.
4016 */
4017pte_t *huge_pmd_share(struct mm_struct *mm, unsigned long addr, pud_t *pud)
4018{
4019 struct vm_area_struct *vma = find_vma(mm, addr);
4020 struct address_space *mapping = vma->vm_file->f_mapping;
4021 pgoff_t idx = ((addr - vma->vm_start) >> PAGE_SHIFT) +
4022 vma->vm_pgoff;
4023 struct vm_area_struct *svma;
4024 unsigned long saddr;
4025 pte_t *spte = NULL;
4026 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004027 spinlock_t *ptl;
Steve Capper3212b532013-04-23 12:35:02 +01004028
4029 if (!vma_shareable(vma, addr))
4030 return (pte_t *)pmd_alloc(mm, pud, addr);
4031
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08004032 i_mmap_lock_write(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01004033 vma_interval_tree_foreach(svma, &mapping->i_mmap, idx, idx) {
4034 if (svma == vma)
4035 continue;
4036
4037 saddr = page_table_shareable(svma, vma, addr, idx);
4038 if (saddr) {
4039 spte = huge_pte_offset(svma->vm_mm, saddr);
4040 if (spte) {
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08004041 mm_inc_nr_pmds(mm);
Steve Capper3212b532013-04-23 12:35:02 +01004042 get_page(virt_to_page(spte));
4043 break;
4044 }
4045 }
4046 }
4047
4048 if (!spte)
4049 goto out;
4050
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004051 ptl = huge_pte_lockptr(hstate_vma(vma), mm, spte);
4052 spin_lock(ptl);
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08004053 if (pud_none(*pud)) {
Steve Capper3212b532013-04-23 12:35:02 +01004054 pud_populate(mm, pud,
4055 (pmd_t *)((unsigned long)spte & PAGE_MASK));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08004056 } else {
Steve Capper3212b532013-04-23 12:35:02 +01004057 put_page(virt_to_page(spte));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08004058 mm_inc_nr_pmds(mm);
4059 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004060 spin_unlock(ptl);
Steve Capper3212b532013-04-23 12:35:02 +01004061out:
4062 pte = (pte_t *)pmd_alloc(mm, pud, addr);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08004063 i_mmap_unlock_write(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01004064 return pte;
4065}
4066
4067/*
4068 * unmap huge page backed by shared pte.
4069 *
4070 * Hugetlb pte page is ref counted at the time of mapping. If pte is shared
4071 * indicated by page_count > 1, unmap is achieved by clearing pud and
4072 * decrementing the ref count. If count == 1, the pte page is not shared.
4073 *
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004074 * called with page table lock held.
Steve Capper3212b532013-04-23 12:35:02 +01004075 *
4076 * returns: 1 successfully unmapped a shared pte page
4077 * 0 the underlying pte page is not shared, or it is the last user
4078 */
4079int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep)
4080{
4081 pgd_t *pgd = pgd_offset(mm, *addr);
4082 pud_t *pud = pud_offset(pgd, *addr);
4083
4084 BUG_ON(page_count(virt_to_page(ptep)) == 0);
4085 if (page_count(virt_to_page(ptep)) == 1)
4086 return 0;
4087
4088 pud_clear(pud);
4089 put_page(virt_to_page(ptep));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08004090 mm_dec_nr_pmds(mm);
Steve Capper3212b532013-04-23 12:35:02 +01004091 *addr = ALIGN(*addr, HPAGE_SIZE * PTRS_PER_PTE) - HPAGE_SIZE;
4092 return 1;
4093}
Steve Capper9e5fc742013-04-30 08:02:03 +01004094#define want_pmd_share() (1)
4095#else /* !CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
4096pte_t *huge_pmd_share(struct mm_struct *mm, unsigned long addr, pud_t *pud)
4097{
4098 return NULL;
4099}
Zhang Zhene81f2d22015-06-24 16:56:13 -07004100
4101int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep)
4102{
4103 return 0;
4104}
Steve Capper9e5fc742013-04-30 08:02:03 +01004105#define want_pmd_share() (0)
Steve Capper3212b532013-04-23 12:35:02 +01004106#endif /* CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
4107
Steve Capper9e5fc742013-04-30 08:02:03 +01004108#ifdef CONFIG_ARCH_WANT_GENERAL_HUGETLB
4109pte_t *huge_pte_alloc(struct mm_struct *mm,
4110 unsigned long addr, unsigned long sz)
4111{
4112 pgd_t *pgd;
4113 pud_t *pud;
4114 pte_t *pte = NULL;
4115
4116 pgd = pgd_offset(mm, addr);
4117 pud = pud_alloc(mm, pgd, addr);
4118 if (pud) {
4119 if (sz == PUD_SIZE) {
4120 pte = (pte_t *)pud;
4121 } else {
4122 BUG_ON(sz != PMD_SIZE);
4123 if (want_pmd_share() && pud_none(*pud))
4124 pte = huge_pmd_share(mm, addr, pud);
4125 else
4126 pte = (pte_t *)pmd_alloc(mm, pud, addr);
4127 }
4128 }
4129 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte));
4130
4131 return pte;
4132}
4133
4134pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr)
4135{
4136 pgd_t *pgd;
4137 pud_t *pud;
4138 pmd_t *pmd = NULL;
4139
4140 pgd = pgd_offset(mm, addr);
4141 if (pgd_present(*pgd)) {
4142 pud = pud_offset(pgd, addr);
4143 if (pud_present(*pud)) {
4144 if (pud_huge(*pud))
4145 return (pte_t *)pud;
4146 pmd = pmd_offset(pud, addr);
4147 }
4148 }
4149 return (pte_t *) pmd;
4150}
4151
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08004152#endif /* CONFIG_ARCH_WANT_GENERAL_HUGETLB */
4153
4154/*
4155 * These functions are overwritable if your architecture needs its own
4156 * behavior.
4157 */
4158struct page * __weak
4159follow_huge_addr(struct mm_struct *mm, unsigned long address,
4160 int write)
4161{
4162 return ERR_PTR(-EINVAL);
4163}
4164
4165struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01004166follow_huge_pmd(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004167 pmd_t *pmd, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01004168{
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004169 struct page *page = NULL;
4170 spinlock_t *ptl;
4171retry:
4172 ptl = pmd_lockptr(mm, pmd);
4173 spin_lock(ptl);
4174 /*
4175 * make sure that the address range covered by this pmd is not
4176 * unmapped from other threads.
4177 */
4178 if (!pmd_huge(*pmd))
4179 goto out;
4180 if (pmd_present(*pmd)) {
Gerald Schaefer97534122015-04-14 15:42:30 -07004181 page = pmd_page(*pmd) + ((address & ~PMD_MASK) >> PAGE_SHIFT);
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004182 if (flags & FOLL_GET)
4183 get_page(page);
4184 } else {
4185 if (is_hugetlb_entry_migration(huge_ptep_get((pte_t *)pmd))) {
4186 spin_unlock(ptl);
4187 __migration_entry_wait(mm, (pte_t *)pmd, ptl);
4188 goto retry;
4189 }
4190 /*
4191 * hwpoisoned entry is treated as no_page_table in
4192 * follow_page_mask().
4193 */
4194 }
4195out:
4196 spin_unlock(ptl);
Steve Capper9e5fc742013-04-30 08:02:03 +01004197 return page;
4198}
4199
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08004200struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01004201follow_huge_pud(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004202 pud_t *pud, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01004203{
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004204 if (flags & FOLL_GET)
4205 return NULL;
Steve Capper9e5fc742013-04-30 08:02:03 +01004206
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08004207 return pte_page(*(pte_t *)pud) + ((address & ~PUD_MASK) >> PAGE_SHIFT);
Steve Capper9e5fc742013-04-30 08:02:03 +01004208}
4209
Andi Kleend5bd9102010-09-27 09:00:12 +02004210#ifdef CONFIG_MEMORY_FAILURE
4211
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09004212/*
4213 * This function is called from memory failure code.
4214 * Assume the caller holds page lock of the head page.
4215 */
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09004216int dequeue_hwpoisoned_huge_page(struct page *hpage)
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09004217{
4218 struct hstate *h = page_hstate(hpage);
4219 int nid = page_to_nid(hpage);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09004220 int ret = -EBUSY;
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09004221
4222 spin_lock(&hugetlb_lock);
Naoya Horiguchi7e1f0492015-04-15 16:14:41 -07004223 /*
4224 * Just checking !page_huge_active is not enough, because that could be
4225 * an isolated/hwpoisoned hugepage (which have >0 refcount).
4226 */
4227 if (!page_huge_active(hpage) && !page_count(hpage)) {
Naoya Horiguchi56f2fb12012-12-12 13:52:33 -08004228 /*
4229 * Hwpoisoned hugepage isn't linked to activelist or freelist,
4230 * but dangling hpage->lru can trigger list-debug warnings
4231 * (this happens when we call unpoison_memory() on it),
4232 * so let it point to itself with list_del_init().
4233 */
4234 list_del_init(&hpage->lru);
Naoya Horiguchi8c6c2ec2010-09-08 10:19:38 +09004235 set_page_refcounted(hpage);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09004236 h->free_huge_pages--;
4237 h->free_huge_pages_node[nid]--;
4238 ret = 0;
4239 }
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09004240 spin_unlock(&hugetlb_lock);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09004241 return ret;
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09004242}
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09004243#endif
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004244
4245bool isolate_huge_page(struct page *page, struct list_head *list)
4246{
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004247 bool ret = true;
4248
Sasha Levin309381fea2014-01-23 15:52:54 -08004249 VM_BUG_ON_PAGE(!PageHead(page), page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004250 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004251 if (!page_huge_active(page) || !get_page_unless_zero(page)) {
4252 ret = false;
4253 goto unlock;
4254 }
4255 clear_page_huge_active(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004256 list_move_tail(&page->lru, list);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004257unlock:
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004258 spin_unlock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004259 return ret;
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004260}
4261
4262void putback_active_hugepage(struct page *page)
4263{
Sasha Levin309381fea2014-01-23 15:52:54 -08004264 VM_BUG_ON_PAGE(!PageHead(page), page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004265 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004266 set_page_huge_active(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004267 list_move_tail(&page->lru, &(page_hstate(page))->hugepage_activelist);
4268 spin_unlock(&hugetlb_lock);
4269 put_page(page);
4270}