blob: 4a1d7021efaf71871417f041b48a349ade27a9b0 [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;
67static struct mutex *htlb_fault_mutex_table ____cacheline_aligned_in_smp;
68
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
243 * map. Existing regions will be expanded to accommodate the
244 * specified range. We know only existing regions need to be
245 * expanded, because region_add is only called after region_chg
246 * with the same range. If a new file_region structure must
247 * be allocated, it is done in region_chg.
248 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700249static long region_add(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700250{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700251 struct list_head *head = &resv->regions;
Andy Whitcroft96822902008-07-23 21:27:29 -0700252 struct file_region *rg, *nrg, *trg;
253
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700254 spin_lock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700255 /* Locate the region we are either in or before. */
256 list_for_each_entry(rg, head, link)
257 if (f <= rg->to)
258 break;
259
260 /* Round our left edge to the current segment if it encloses us. */
261 if (f > rg->from)
262 f = rg->from;
263
264 /* Check for and consume any regions we now overlap with. */
265 nrg = rg;
266 list_for_each_entry_safe(rg, trg, rg->link.prev, link) {
267 if (&rg->link == head)
268 break;
269 if (rg->from > t)
270 break;
271
272 /* If this area reaches higher then extend our area to
273 * include it completely. If this is not the first area
274 * which we intend to reuse, free it. */
275 if (rg->to > t)
276 t = rg->to;
277 if (rg != nrg) {
278 list_del(&rg->link);
279 kfree(rg);
280 }
281 }
282 nrg->from = f;
283 nrg->to = t;
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700284 spin_unlock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700285 return 0;
286}
287
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700288/*
289 * Examine the existing reserve map and determine how many
290 * huge pages in the specified range [f, t) are NOT currently
291 * represented. This routine is called before a subsequent
292 * call to region_add that will actually modify the reserve
293 * map to add the specified range [f, t). region_chg does
294 * not change the number of huge pages represented by the
295 * map. However, if the existing regions in the map can not
296 * be expanded to represent the new range, a new file_region
297 * structure is added to the map as a placeholder. This is
298 * so that the subsequent region_add call will have all the
299 * regions it needs and will not fail.
300 *
301 * Returns the number of huge pages that need to be added
302 * to the existing reservation map for the range [f, t).
303 * This number is greater or equal to zero. -ENOMEM is
304 * returned if a new file_region structure is needed and can
305 * not be allocated.
306 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700307static long region_chg(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700308{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700309 struct list_head *head = &resv->regions;
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700310 struct file_region *rg, *nrg = NULL;
Andy Whitcroft96822902008-07-23 21:27:29 -0700311 long chg = 0;
312
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700313retry:
314 spin_lock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700315 /* Locate the region we are before or in. */
316 list_for_each_entry(rg, head, link)
317 if (f <= rg->to)
318 break;
319
320 /* If we are below the current region then a new region is required.
321 * Subtle, allocate a new region at the position but make it zero
322 * size such that we can guarantee to record the reservation. */
323 if (&rg->link == head || t < rg->from) {
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700324 if (!nrg) {
325 spin_unlock(&resv->lock);
326 nrg = kmalloc(sizeof(*nrg), GFP_KERNEL);
327 if (!nrg)
328 return -ENOMEM;
Andy Whitcroft96822902008-07-23 21:27:29 -0700329
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700330 nrg->from = f;
331 nrg->to = f;
332 INIT_LIST_HEAD(&nrg->link);
333 goto retry;
334 }
335
336 list_add(&nrg->link, rg->link.prev);
337 chg = t - f;
338 goto out_nrg;
Andy Whitcroft96822902008-07-23 21:27:29 -0700339 }
340
341 /* Round our left edge to the current segment if it encloses us. */
342 if (f > rg->from)
343 f = rg->from;
344 chg = t - f;
345
346 /* Check for and consume any regions we now overlap with. */
347 list_for_each_entry(rg, rg->link.prev, link) {
348 if (&rg->link == head)
349 break;
350 if (rg->from > t)
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700351 goto out;
Andy Whitcroft96822902008-07-23 21:27:29 -0700352
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300353 /* We overlap with this area, if it extends further than
Andy Whitcroft96822902008-07-23 21:27:29 -0700354 * us then we must extend ourselves. Account for its
355 * existing reservation. */
356 if (rg->to > t) {
357 chg += rg->to - t;
358 t = rg->to;
359 }
360 chg -= rg->to - rg->from;
361 }
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700362
363out:
364 spin_unlock(&resv->lock);
365 /* We already know we raced and no longer need the new region */
366 kfree(nrg);
367 return chg;
368out_nrg:
369 spin_unlock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700370 return chg;
371}
372
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700373/*
374 * Truncate the reserve map at index 'end'. Modify/truncate any
375 * region which contains end. Delete any regions past end.
376 * Return the number of huge pages removed from the map.
377 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700378static long region_truncate(struct resv_map *resv, long end)
Andy Whitcroft96822902008-07-23 21:27:29 -0700379{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700380 struct list_head *head = &resv->regions;
Andy Whitcroft96822902008-07-23 21:27:29 -0700381 struct file_region *rg, *trg;
382 long chg = 0;
383
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700384 spin_lock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700385 /* Locate the region we are either in or before. */
386 list_for_each_entry(rg, head, link)
387 if (end <= rg->to)
388 break;
389 if (&rg->link == head)
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700390 goto out;
Andy Whitcroft96822902008-07-23 21:27:29 -0700391
392 /* If we are in the middle of a region then adjust it. */
393 if (end > rg->from) {
394 chg = rg->to - end;
395 rg->to = end;
396 rg = list_entry(rg->link.next, typeof(*rg), link);
397 }
398
399 /* Drop any remaining regions. */
400 list_for_each_entry_safe(rg, trg, rg->link.prev, link) {
401 if (&rg->link == head)
402 break;
403 chg += rg->to - rg->from;
404 list_del(&rg->link);
405 kfree(rg);
406 }
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700407
408out:
409 spin_unlock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700410 return chg;
411}
412
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700413/*
414 * Count and return the number of huge pages in the reserve map
415 * that intersect with the range [f, t).
416 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700417static long region_count(struct resv_map *resv, long f, long t)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700418{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700419 struct list_head *head = &resv->regions;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700420 struct file_region *rg;
421 long chg = 0;
422
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700423 spin_lock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700424 /* Locate each segment we overlap with, and count that overlap. */
425 list_for_each_entry(rg, head, link) {
Wang Sheng-Huif2135a42012-05-29 15:06:17 -0700426 long seg_from;
427 long seg_to;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700428
429 if (rg->to <= f)
430 continue;
431 if (rg->from >= t)
432 break;
433
434 seg_from = max(rg->from, f);
435 seg_to = min(rg->to, t);
436
437 chg += seg_to - seg_from;
438 }
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700439 spin_unlock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700440
441 return chg;
442}
443
Andy Whitcroft96822902008-07-23 21:27:29 -0700444/*
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700445 * Convert the address within this vma to the page offset within
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700446 * the mapping, in pagecache page units; huge pages here.
447 */
Andi Kleena5516432008-07-23 21:27:41 -0700448static pgoff_t vma_hugecache_offset(struct hstate *h,
449 struct vm_area_struct *vma, unsigned long address)
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700450{
Andi Kleena5516432008-07-23 21:27:41 -0700451 return ((address - vma->vm_start) >> huge_page_shift(h)) +
452 (vma->vm_pgoff >> huge_page_order(h));
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700453}
454
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +0900455pgoff_t linear_hugepage_index(struct vm_area_struct *vma,
456 unsigned long address)
457{
458 return vma_hugecache_offset(hstate_vma(vma), vma, address);
459}
460
Andy Whitcroft84afd992008-07-23 21:27:32 -0700461/*
Mel Gorman08fba692009-01-06 14:38:53 -0800462 * Return the size of the pages allocated when backing a VMA. In the majority
463 * cases this will be same size as used by the page table entries.
464 */
465unsigned long vma_kernel_pagesize(struct vm_area_struct *vma)
466{
467 struct hstate *hstate;
468
469 if (!is_vm_hugetlb_page(vma))
470 return PAGE_SIZE;
471
472 hstate = hstate_vma(vma);
473
Wanpeng Li2415cf12013-07-03 15:02:43 -0700474 return 1UL << huge_page_shift(hstate);
Mel Gorman08fba692009-01-06 14:38:53 -0800475}
Joerg Roedelf340ca02009-06-19 15:16:22 +0200476EXPORT_SYMBOL_GPL(vma_kernel_pagesize);
Mel Gorman08fba692009-01-06 14:38:53 -0800477
478/*
Mel Gorman33402892009-01-06 14:38:54 -0800479 * Return the page size being used by the MMU to back a VMA. In the majority
480 * of cases, the page size used by the kernel matches the MMU size. On
481 * architectures where it differs, an architecture-specific version of this
482 * function is required.
483 */
484#ifndef vma_mmu_pagesize
485unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
486{
487 return vma_kernel_pagesize(vma);
488}
489#endif
490
491/*
Andy Whitcroft84afd992008-07-23 21:27:32 -0700492 * Flags for MAP_PRIVATE reservations. These are stored in the bottom
493 * bits of the reservation map pointer, which are always clear due to
494 * alignment.
495 */
496#define HPAGE_RESV_OWNER (1UL << 0)
497#define HPAGE_RESV_UNMAPPED (1UL << 1)
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700498#define HPAGE_RESV_MASK (HPAGE_RESV_OWNER | HPAGE_RESV_UNMAPPED)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700499
Mel Gormana1e78772008-07-23 21:27:23 -0700500/*
501 * These helpers are used to track how many pages are reserved for
502 * faults in a MAP_PRIVATE mapping. Only the process that called mmap()
503 * is guaranteed to have their future faults succeed.
504 *
505 * With the exception of reset_vma_resv_huge_pages() which is called at fork(),
506 * the reserve counters are updated with the hugetlb_lock held. It is safe
507 * to reset the VMA at fork() time as it is not in use yet and there is no
508 * chance of the global counters getting corrupted as a result of the values.
Andy Whitcroft84afd992008-07-23 21:27:32 -0700509 *
510 * The private mapping reservation is represented in a subtly different
511 * manner to a shared mapping. A shared mapping has a region map associated
512 * with the underlying file, this region map represents the backing file
513 * pages which have ever had a reservation assigned which this persists even
514 * after the page is instantiated. A private mapping has a region map
515 * associated with the original mmap which is attached to all VMAs which
516 * reference it, this region map represents those offsets which have consumed
517 * reservation ie. where pages have been instantiated.
Mel Gormana1e78772008-07-23 21:27:23 -0700518 */
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700519static unsigned long get_vma_private_data(struct vm_area_struct *vma)
520{
521 return (unsigned long)vma->vm_private_data;
522}
523
524static void set_vma_private_data(struct vm_area_struct *vma,
525 unsigned long value)
526{
527 vma->vm_private_data = (void *)value;
528}
529
Joonsoo Kim9119a412014-04-03 14:47:25 -0700530struct resv_map *resv_map_alloc(void)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700531{
532 struct resv_map *resv_map = kmalloc(sizeof(*resv_map), GFP_KERNEL);
533 if (!resv_map)
534 return NULL;
535
536 kref_init(&resv_map->refs);
Davidlohr Bueso7b24d862014-04-03 14:47:27 -0700537 spin_lock_init(&resv_map->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700538 INIT_LIST_HEAD(&resv_map->regions);
539
540 return resv_map;
541}
542
Joonsoo Kim9119a412014-04-03 14:47:25 -0700543void resv_map_release(struct kref *ref)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700544{
545 struct resv_map *resv_map = container_of(ref, struct resv_map, refs);
546
547 /* Clear out any active regions before we release the map. */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700548 region_truncate(resv_map, 0);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700549 kfree(resv_map);
550}
551
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700552static inline struct resv_map *inode_resv_map(struct inode *inode)
553{
554 return inode->i_mapping->private_data;
555}
556
Andy Whitcroft84afd992008-07-23 21:27:32 -0700557static struct resv_map *vma_resv_map(struct vm_area_struct *vma)
Mel Gormana1e78772008-07-23 21:27:23 -0700558{
Sasha Levin81d1b092014-10-09 15:28:10 -0700559 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700560 if (vma->vm_flags & VM_MAYSHARE) {
561 struct address_space *mapping = vma->vm_file->f_mapping;
562 struct inode *inode = mapping->host;
563
564 return inode_resv_map(inode);
565
566 } else {
Andy Whitcroft84afd992008-07-23 21:27:32 -0700567 return (struct resv_map *)(get_vma_private_data(vma) &
568 ~HPAGE_RESV_MASK);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700569 }
Mel Gormana1e78772008-07-23 21:27:23 -0700570}
571
Andy Whitcroft84afd992008-07-23 21:27:32 -0700572static void set_vma_resv_map(struct vm_area_struct *vma, struct resv_map *map)
Mel Gormana1e78772008-07-23 21:27:23 -0700573{
Sasha Levin81d1b092014-10-09 15:28:10 -0700574 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
575 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Mel Gormana1e78772008-07-23 21:27:23 -0700576
Andy Whitcroft84afd992008-07-23 21:27:32 -0700577 set_vma_private_data(vma, (get_vma_private_data(vma) &
578 HPAGE_RESV_MASK) | (unsigned long)map);
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700579}
580
581static void set_vma_resv_flags(struct vm_area_struct *vma, unsigned long flags)
582{
Sasha Levin81d1b092014-10-09 15:28:10 -0700583 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
584 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700585
586 set_vma_private_data(vma, get_vma_private_data(vma) | flags);
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700587}
588
589static int is_vma_resv_set(struct vm_area_struct *vma, unsigned long flag)
590{
Sasha Levin81d1b092014-10-09 15:28:10 -0700591 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700592
593 return (get_vma_private_data(vma) & flag) != 0;
Mel Gormana1e78772008-07-23 21:27:23 -0700594}
595
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700596/* Reset counters to 0 and clear all HPAGE_RESV_* flags */
Mel Gormana1e78772008-07-23 21:27:23 -0700597void reset_vma_resv_huge_pages(struct vm_area_struct *vma)
598{
Sasha Levin81d1b092014-10-09 15:28:10 -0700599 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Mel Gormanf83a2752009-05-28 14:34:40 -0700600 if (!(vma->vm_flags & VM_MAYSHARE))
Mel Gormana1e78772008-07-23 21:27:23 -0700601 vma->vm_private_data = (void *)0;
602}
603
604/* Returns true if the VMA has associated reserve pages */
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700605static int vma_has_reserves(struct vm_area_struct *vma, long chg)
Mel Gormana1e78772008-07-23 21:27:23 -0700606{
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700607 if (vma->vm_flags & VM_NORESERVE) {
608 /*
609 * This address is already reserved by other process(chg == 0),
610 * so, we should decrement reserved count. Without decrementing,
611 * reserve count remains after releasing inode, because this
612 * allocated page will go into page cache and is regarded as
613 * coming from reserved pool in releasing step. Currently, we
614 * don't have any other solution to deal with this situation
615 * properly, so add work-around here.
616 */
617 if (vma->vm_flags & VM_MAYSHARE && chg == 0)
618 return 1;
619 else
620 return 0;
621 }
Joonsoo Kima63884e2013-09-11 14:21:07 -0700622
623 /* Shared mappings always use reserves */
Mel Gormanf83a2752009-05-28 14:34:40 -0700624 if (vma->vm_flags & VM_MAYSHARE)
Mel Gorman7f09ca52008-07-23 21:27:58 -0700625 return 1;
Joonsoo Kima63884e2013-09-11 14:21:07 -0700626
627 /*
628 * Only the process that called mmap() has reserves for
629 * private mappings.
630 */
Mel Gorman7f09ca52008-07-23 21:27:58 -0700631 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER))
632 return 1;
Joonsoo Kima63884e2013-09-11 14:21:07 -0700633
Mel Gorman7f09ca52008-07-23 21:27:58 -0700634 return 0;
Mel Gormana1e78772008-07-23 21:27:23 -0700635}
636
Andi Kleena5516432008-07-23 21:27:41 -0700637static void enqueue_huge_page(struct hstate *h, struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638{
639 int nid = page_to_nid(page);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -0700640 list_move(&page->lru, &h->hugepage_freelists[nid]);
Andi Kleena5516432008-07-23 21:27:41 -0700641 h->free_huge_pages++;
642 h->free_huge_pages_node[nid]++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643}
644
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900645static struct page *dequeue_huge_page_node(struct hstate *h, int nid)
646{
647 struct page *page;
648
Naoya Horiguchic8721bb2013-09-11 14:22:09 -0700649 list_for_each_entry(page, &h->hugepage_freelists[nid], lru)
650 if (!is_migrate_isolate_page(page))
651 break;
652 /*
653 * if 'non-isolated free hugepage' not found on the list,
654 * the allocation fails.
655 */
656 if (&h->hugepage_freelists[nid] == &page->lru)
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900657 return NULL;
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -0700658 list_move(&page->lru, &h->hugepage_activelist);
Naoya Horiguchia9869b82010-09-08 10:19:37 +0900659 set_page_refcounted(page);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900660 h->free_huge_pages--;
661 h->free_huge_pages_node[nid]--;
662 return page;
663}
664
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700665/* Movability of hugepages depends on migration support. */
666static inline gfp_t htlb_alloc_mask(struct hstate *h)
667{
Naoya Horiguchi100873d2014-06-04 16:10:56 -0700668 if (hugepages_treat_as_movable || hugepage_migration_supported(h))
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700669 return GFP_HIGHUSER_MOVABLE;
670 else
671 return GFP_HIGHUSER;
672}
673
Andi Kleena5516432008-07-23 21:27:41 -0700674static struct page *dequeue_huge_page_vma(struct hstate *h,
675 struct vm_area_struct *vma,
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700676 unsigned long address, int avoid_reserve,
677 long chg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678{
Konstantin Khlebnikovb1c12cb2012-04-25 16:01:46 -0700679 struct page *page = NULL;
Lee Schermerhorn480eccf2007-09-18 22:46:47 -0700680 struct mempolicy *mpol;
Mel Gorman19770b32008-04-28 02:12:18 -0700681 nodemask_t *nodemask;
Miao Xiec0ff7452010-05-24 14:32:08 -0700682 struct zonelist *zonelist;
Mel Gormandd1a2392008-04-28 02:12:17 -0700683 struct zone *zone;
684 struct zoneref *z;
Mel Gormancc9a6c82012-03-21 16:34:11 -0700685 unsigned int cpuset_mems_cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686
Mel Gormana1e78772008-07-23 21:27:23 -0700687 /*
688 * A child process with MAP_PRIVATE mappings created by their parent
689 * have no page reserves. This check ensures that reservations are
690 * not "stolen". The child may still get SIGKILLed
691 */
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700692 if (!vma_has_reserves(vma, chg) &&
Andi Kleena5516432008-07-23 21:27:41 -0700693 h->free_huge_pages - h->resv_huge_pages == 0)
Miao Xiec0ff7452010-05-24 14:32:08 -0700694 goto err;
Mel Gormana1e78772008-07-23 21:27:23 -0700695
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700696 /* If reserves cannot be used, ensure enough pages are in the pool */
Andi Kleena5516432008-07-23 21:27:41 -0700697 if (avoid_reserve && h->free_huge_pages - h->resv_huge_pages == 0)
Justin P. Mattock6eab04a2011-04-08 19:49:08 -0700698 goto err;
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700699
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700700retry_cpuset:
Mel Gormand26914d2014-04-03 14:47:24 -0700701 cpuset_mems_cookie = read_mems_allowed_begin();
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700702 zonelist = huge_zonelist(vma, address,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -0700703 htlb_alloc_mask(h), &mpol, &nodemask);
Joonsoo Kim9966c4b2013-09-11 14:20:50 -0700704
Mel Gorman19770b32008-04-28 02:12:18 -0700705 for_each_zone_zonelist_nodemask(zone, z, zonelist,
706 MAX_NR_ZONES - 1, nodemask) {
Vladimir Davydov344736f2014-10-20 15:50:30 +0400707 if (cpuset_zone_allowed(zone, htlb_alloc_mask(h))) {
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900708 page = dequeue_huge_page_node(h, zone_to_nid(zone));
709 if (page) {
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700710 if (avoid_reserve)
711 break;
712 if (!vma_has_reserves(vma, chg))
713 break;
714
Joonsoo Kim07443a82013-09-11 14:21:58 -0700715 SetPagePrivate(page);
Joonsoo Kimaf0ed732013-09-11 14:21:18 -0700716 h->resv_huge_pages--;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +0900717 break;
718 }
Andrew Morton3abf7af2007-07-19 01:49:08 -0700719 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 }
Mel Gormancc9a6c82012-03-21 16:34:11 -0700721
722 mpol_cond_put(mpol);
Mel Gormand26914d2014-04-03 14:47:24 -0700723 if (unlikely(!page && read_mems_allowed_retry(cpuset_mems_cookie)))
Mel Gormancc9a6c82012-03-21 16:34:11 -0700724 goto retry_cpuset;
725 return page;
726
Miao Xiec0ff7452010-05-24 14:32:08 -0700727err:
Mel Gormancc9a6c82012-03-21 16:34:11 -0700728 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729}
730
Luiz Capitulino1cac6f22014-06-04 16:07:11 -0700731/*
732 * common helper functions for hstate_next_node_to_{alloc|free}.
733 * We may have allocated or freed a huge page based on a different
734 * nodes_allowed previously, so h->next_node_to_{alloc|free} might
735 * be outside of *nodes_allowed. Ensure that we use an allowed
736 * node for alloc or free.
737 */
738static int next_node_allowed(int nid, nodemask_t *nodes_allowed)
739{
740 nid = next_node(nid, *nodes_allowed);
741 if (nid == MAX_NUMNODES)
742 nid = first_node(*nodes_allowed);
743 VM_BUG_ON(nid >= MAX_NUMNODES);
744
745 return nid;
746}
747
748static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed)
749{
750 if (!node_isset(nid, *nodes_allowed))
751 nid = next_node_allowed(nid, nodes_allowed);
752 return nid;
753}
754
755/*
756 * returns the previously saved node ["this node"] from which to
757 * allocate a persistent huge page for the pool and advance the
758 * next node from which to allocate, handling wrap at end of node
759 * mask.
760 */
761static int hstate_next_node_to_alloc(struct hstate *h,
762 nodemask_t *nodes_allowed)
763{
764 int nid;
765
766 VM_BUG_ON(!nodes_allowed);
767
768 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed);
769 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed);
770
771 return nid;
772}
773
774/*
775 * helper for free_pool_huge_page() - return the previously saved
776 * node ["this node"] from which to free a huge page. Advance the
777 * next node id whether or not we find a free huge page to free so
778 * that the next attempt to free addresses the next node.
779 */
780static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed)
781{
782 int nid;
783
784 VM_BUG_ON(!nodes_allowed);
785
786 nid = get_valid_node_allowed(h->next_nid_to_free, nodes_allowed);
787 h->next_nid_to_free = next_node_allowed(nid, nodes_allowed);
788
789 return nid;
790}
791
792#define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \
793 for (nr_nodes = nodes_weight(*mask); \
794 nr_nodes > 0 && \
795 ((node = hstate_next_node_to_alloc(hs, mask)) || 1); \
796 nr_nodes--)
797
798#define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \
799 for (nr_nodes = nodes_weight(*mask); \
800 nr_nodes > 0 && \
801 ((node = hstate_next_node_to_free(hs, mask)) || 1); \
802 nr_nodes--)
803
Luiz Capitulino944d9fe2014-06-04 16:07:13 -0700804#if defined(CONFIG_CMA) && defined(CONFIG_X86_64)
805static void destroy_compound_gigantic_page(struct page *page,
806 unsigned long order)
807{
808 int i;
809 int nr_pages = 1 << order;
810 struct page *p = page + 1;
811
812 for (i = 1; i < nr_pages; i++, p = mem_map_next(p, page, i)) {
813 __ClearPageTail(p);
814 set_page_refcounted(p);
815 p->first_page = NULL;
816 }
817
818 set_compound_order(page, 0);
819 __ClearPageHead(page);
820}
821
822static void free_gigantic_page(struct page *page, unsigned order)
823{
824 free_contig_range(page_to_pfn(page), 1 << order);
825}
826
827static int __alloc_gigantic_page(unsigned long start_pfn,
828 unsigned long nr_pages)
829{
830 unsigned long end_pfn = start_pfn + nr_pages;
831 return alloc_contig_range(start_pfn, end_pfn, MIGRATE_MOVABLE);
832}
833
834static bool pfn_range_valid_gigantic(unsigned long start_pfn,
835 unsigned long nr_pages)
836{
837 unsigned long i, end_pfn = start_pfn + nr_pages;
838 struct page *page;
839
840 for (i = start_pfn; i < end_pfn; i++) {
841 if (!pfn_valid(i))
842 return false;
843
844 page = pfn_to_page(i);
845
846 if (PageReserved(page))
847 return false;
848
849 if (page_count(page) > 0)
850 return false;
851
852 if (PageHuge(page))
853 return false;
854 }
855
856 return true;
857}
858
859static bool zone_spans_last_pfn(const struct zone *zone,
860 unsigned long start_pfn, unsigned long nr_pages)
861{
862 unsigned long last_pfn = start_pfn + nr_pages - 1;
863 return zone_spans_pfn(zone, last_pfn);
864}
865
866static struct page *alloc_gigantic_page(int nid, unsigned order)
867{
868 unsigned long nr_pages = 1 << order;
869 unsigned long ret, pfn, flags;
870 struct zone *z;
871
872 z = NODE_DATA(nid)->node_zones;
873 for (; z - NODE_DATA(nid)->node_zones < MAX_NR_ZONES; z++) {
874 spin_lock_irqsave(&z->lock, flags);
875
876 pfn = ALIGN(z->zone_start_pfn, nr_pages);
877 while (zone_spans_last_pfn(z, pfn, nr_pages)) {
878 if (pfn_range_valid_gigantic(pfn, nr_pages)) {
879 /*
880 * We release the zone lock here because
881 * alloc_contig_range() will also lock the zone
882 * at some point. If there's an allocation
883 * spinning on this lock, it may win the race
884 * and cause alloc_contig_range() to fail...
885 */
886 spin_unlock_irqrestore(&z->lock, flags);
887 ret = __alloc_gigantic_page(pfn, nr_pages);
888 if (!ret)
889 return pfn_to_page(pfn);
890 spin_lock_irqsave(&z->lock, flags);
891 }
892 pfn += nr_pages;
893 }
894
895 spin_unlock_irqrestore(&z->lock, flags);
896 }
897
898 return NULL;
899}
900
901static void prep_new_huge_page(struct hstate *h, struct page *page, int nid);
902static void prep_compound_gigantic_page(struct page *page, unsigned long order);
903
904static struct page *alloc_fresh_gigantic_page_node(struct hstate *h, int nid)
905{
906 struct page *page;
907
908 page = alloc_gigantic_page(nid, huge_page_order(h));
909 if (page) {
910 prep_compound_gigantic_page(page, huge_page_order(h));
911 prep_new_huge_page(h, page, nid);
912 }
913
914 return page;
915}
916
917static int alloc_fresh_gigantic_page(struct hstate *h,
918 nodemask_t *nodes_allowed)
919{
920 struct page *page = NULL;
921 int nr_nodes, node;
922
923 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
924 page = alloc_fresh_gigantic_page_node(h, node);
925 if (page)
926 return 1;
927 }
928
929 return 0;
930}
931
932static inline bool gigantic_page_supported(void) { return true; }
933#else
934static inline bool gigantic_page_supported(void) { return false; }
935static inline void free_gigantic_page(struct page *page, unsigned order) { }
936static inline void destroy_compound_gigantic_page(struct page *page,
937 unsigned long order) { }
938static inline int alloc_fresh_gigantic_page(struct hstate *h,
939 nodemask_t *nodes_allowed) { return 0; }
940#endif
941
Andi Kleena5516432008-07-23 21:27:41 -0700942static void update_and_free_page(struct hstate *h, struct page *page)
Adam Litke6af2acb2007-10-16 01:26:16 -0700943{
944 int i;
Andi Kleena5516432008-07-23 21:27:41 -0700945
Luiz Capitulino944d9fe2014-06-04 16:07:13 -0700946 if (hstate_is_gigantic(h) && !gigantic_page_supported())
947 return;
Andy Whitcroft18229df2008-11-06 12:53:27 -0800948
Andi Kleena5516432008-07-23 21:27:41 -0700949 h->nr_huge_pages--;
950 h->nr_huge_pages_node[page_to_nid(page)]--;
951 for (i = 0; i < pages_per_huge_page(h); i++) {
Chris Forbes32f84522011-07-25 17:12:14 -0700952 page[i].flags &= ~(1 << PG_locked | 1 << PG_error |
953 1 << PG_referenced | 1 << PG_dirty |
Luiz Capitulinoa7407a22014-06-04 16:07:09 -0700954 1 << PG_active | 1 << PG_private |
955 1 << PG_writeback);
Adam Litke6af2acb2007-10-16 01:26:16 -0700956 }
Sasha Levin309381fea2014-01-23 15:52:54 -0800957 VM_BUG_ON_PAGE(hugetlb_cgroup_from_page(page), page);
Adam Litke6af2acb2007-10-16 01:26:16 -0700958 set_compound_page_dtor(page, NULL);
959 set_page_refcounted(page);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -0700960 if (hstate_is_gigantic(h)) {
961 destroy_compound_gigantic_page(page, huge_page_order(h));
962 free_gigantic_page(page, huge_page_order(h));
963 } else {
964 arch_release_hugepage(page);
965 __free_pages(page, huge_page_order(h));
966 }
Adam Litke6af2acb2007-10-16 01:26:16 -0700967}
968
Andi Kleene5ff2152008-07-23 21:27:42 -0700969struct hstate *size_to_hstate(unsigned long size)
970{
971 struct hstate *h;
972
973 for_each_hstate(h) {
974 if (huge_page_size(h) == size)
975 return h;
976 }
977 return NULL;
978}
979
Naoya Horiguchibcc54222015-04-15 16:14:38 -0700980/*
981 * Test to determine whether the hugepage is "active/in-use" (i.e. being linked
982 * to hstate->hugepage_activelist.)
983 *
984 * This function can be called for tail pages, but never returns true for them.
985 */
986bool page_huge_active(struct page *page)
987{
988 VM_BUG_ON_PAGE(!PageHuge(page), page);
989 return PageHead(page) && PagePrivate(&page[1]);
990}
991
992/* never called for tail page */
993static void set_page_huge_active(struct page *page)
994{
995 VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
996 SetPagePrivate(&page[1]);
997}
998
999static void clear_page_huge_active(struct page *page)
1000{
1001 VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
1002 ClearPagePrivate(&page[1]);
1003}
1004
Atsushi Kumagai8f1d26d2014-07-30 16:08:39 -07001005void free_huge_page(struct page *page)
David Gibson27a85ef2006-03-22 00:08:56 -08001006{
Andi Kleena5516432008-07-23 21:27:41 -07001007 /*
1008 * Can't pass hstate in here because it is called from the
1009 * compound page destructor.
1010 */
Andi Kleene5ff2152008-07-23 21:27:42 -07001011 struct hstate *h = page_hstate(page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001012 int nid = page_to_nid(page);
David Gibson90481622012-03-21 16:34:12 -07001013 struct hugepage_subpool *spool =
1014 (struct hugepage_subpool *)page_private(page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001015 bool restore_reserve;
David Gibson27a85ef2006-03-22 00:08:56 -08001016
Andy Whitcrofte5df70a2008-02-23 15:23:32 -08001017 set_page_private(page, 0);
Mel Gorman23be7462010-04-23 13:17:56 -04001018 page->mapping = NULL;
Adam Litke7893d1d2007-10-16 01:26:18 -07001019 BUG_ON(page_count(page));
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09001020 BUG_ON(page_mapcount(page));
Joonsoo Kim07443a82013-09-11 14:21:58 -07001021 restore_reserve = PagePrivate(page);
Joonsoo Kim16c794b2013-10-16 13:46:48 -07001022 ClearPagePrivate(page);
David Gibson27a85ef2006-03-22 00:08:56 -08001023
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001024 /*
1025 * A return code of zero implies that the subpool will be under its
1026 * minimum size if the reservation is not restored after page is free.
1027 * Therefore, force restore_reserve operation.
1028 */
1029 if (hugepage_subpool_put_pages(spool, 1) == 0)
1030 restore_reserve = true;
1031
David Gibson27a85ef2006-03-22 00:08:56 -08001032 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07001033 clear_page_huge_active(page);
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001034 hugetlb_cgroup_uncharge_page(hstate_index(h),
1035 pages_per_huge_page(h), page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001036 if (restore_reserve)
1037 h->resv_huge_pages++;
1038
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001039 if (h->surplus_huge_pages_node[nid]) {
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001040 /* remove the page from active list */
1041 list_del(&page->lru);
Andi Kleena5516432008-07-23 21:27:41 -07001042 update_and_free_page(h, page);
1043 h->surplus_huge_pages--;
1044 h->surplus_huge_pages_node[nid]--;
Adam Litke7893d1d2007-10-16 01:26:18 -07001045 } else {
Will Deacon5d3a5512012-10-08 16:29:32 -07001046 arch_clear_hugepage_flags(page);
Andi Kleena5516432008-07-23 21:27:41 -07001047 enqueue_huge_page(h, page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001048 }
David Gibson27a85ef2006-03-22 00:08:56 -08001049 spin_unlock(&hugetlb_lock);
1050}
1051
Andi Kleena5516432008-07-23 21:27:41 -07001052static void prep_new_huge_page(struct hstate *h, struct page *page, int nid)
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001053{
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001054 INIT_LIST_HEAD(&page->lru);
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001055 set_compound_page_dtor(page, free_huge_page);
1056 spin_lock(&hugetlb_lock);
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -07001057 set_hugetlb_cgroup(page, NULL);
Andi Kleena5516432008-07-23 21:27:41 -07001058 h->nr_huge_pages++;
1059 h->nr_huge_pages_node[nid]++;
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001060 spin_unlock(&hugetlb_lock);
1061 put_page(page); /* free it into the hugepage allocator */
1062}
1063
Luiz Capitulino2906dd52014-06-04 16:07:06 -07001064static void prep_compound_gigantic_page(struct page *page, unsigned long order)
Wu Fengguang20a03072009-06-16 15:32:22 -07001065{
1066 int i;
1067 int nr_pages = 1 << order;
1068 struct page *p = page + 1;
1069
1070 /* we rely on prep_new_huge_page to set the destructor */
1071 set_compound_order(page, order);
1072 __SetPageHead(page);
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001073 __ClearPageReserved(page);
Wu Fengguang20a03072009-06-16 15:32:22 -07001074 for (i = 1; i < nr_pages; i++, p = mem_map_next(p, page, i)) {
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001075 /*
1076 * For gigantic hugepages allocated through bootmem at
1077 * boot, it's safer to be consistent with the not-gigantic
1078 * hugepages and clear the PG_reserved bit from all tail pages
1079 * too. Otherwse drivers using get_user_pages() to access tail
1080 * pages may get the reference counting wrong if they see
1081 * PG_reserved set on a tail page (despite the head page not
1082 * having PG_reserved set). Enforcing this consistency between
1083 * head and tail pages allows drivers to optimize away a check
1084 * on the head page when they need know if put_page() is needed
1085 * after get_user_pages().
1086 */
1087 __ClearPageReserved(p);
Youquan Song58a84aa2011-12-08 14:34:18 -08001088 set_page_count(p, 0);
Wu Fengguang20a03072009-06-16 15:32:22 -07001089 p->first_page = page;
David Rientjes44fc8052015-03-12 16:25:54 -07001090 /* Make sure p->first_page is always valid for PageTail() */
1091 smp_wmb();
1092 __SetPageTail(p);
Wu Fengguang20a03072009-06-16 15:32:22 -07001093 }
1094}
1095
Andrew Morton77959122012-10-08 16:34:11 -07001096/*
1097 * PageHuge() only returns true for hugetlbfs pages, but not for normal or
1098 * transparent huge pages. See the PageTransHuge() documentation for more
1099 * details.
1100 */
Wu Fengguang20a03072009-06-16 15:32:22 -07001101int PageHuge(struct page *page)
1102{
Wu Fengguang20a03072009-06-16 15:32:22 -07001103 if (!PageCompound(page))
1104 return 0;
1105
1106 page = compound_head(page);
Andrew Morton758f66a2014-01-21 15:48:57 -08001107 return get_compound_page_dtor(page) == free_huge_page;
Wu Fengguang20a03072009-06-16 15:32:22 -07001108}
Naoya Horiguchi43131e12010-05-28 09:29:22 +09001109EXPORT_SYMBOL_GPL(PageHuge);
1110
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001111/*
1112 * PageHeadHuge() only returns true for hugetlbfs head page, but not for
1113 * normal or transparent huge pages.
1114 */
1115int PageHeadHuge(struct page *page_head)
1116{
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001117 if (!PageHead(page_head))
1118 return 0;
1119
Andrew Morton758f66a2014-01-21 15:48:57 -08001120 return get_compound_page_dtor(page_head) == free_huge_page;
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001121}
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001122
Zhang Yi13d60f42013-06-25 21:19:31 +08001123pgoff_t __basepage_index(struct page *page)
1124{
1125 struct page *page_head = compound_head(page);
1126 pgoff_t index = page_index(page_head);
1127 unsigned long compound_idx;
1128
1129 if (!PageHuge(page_head))
1130 return page_index(page);
1131
1132 if (compound_order(page_head) >= MAX_ORDER)
1133 compound_idx = page_to_pfn(page) - page_to_pfn(page_head);
1134 else
1135 compound_idx = page - page_head;
1136
1137 return (index << compound_order(page_head)) + compound_idx;
1138}
1139
Andi Kleena5516432008-07-23 21:27:41 -07001140static struct page *alloc_fresh_huge_page_node(struct hstate *h, int nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 struct page *page;
Joe Jinf96efd52007-07-15 23:38:12 -07001143
Mel Gorman6484eb32009-06-16 15:31:54 -07001144 page = alloc_pages_exact_node(nid,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001145 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE|
Nishanth Aravamudan551883a2008-04-29 00:58:26 -07001146 __GFP_REPEAT|__GFP_NOWARN,
Andi Kleena5516432008-07-23 21:27:41 -07001147 huge_page_order(h));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 if (page) {
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07001149 if (arch_prepare_hugepage(page)) {
Gerald Schaefercaff3a22008-08-12 15:08:38 -07001150 __free_pages(page, huge_page_order(h));
Harvey Harrison7b8ee842008-04-28 14:13:19 -07001151 return NULL;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07001152 }
Andi Kleena5516432008-07-23 21:27:41 -07001153 prep_new_huge_page(h, page, nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 }
Nishanth Aravamudan63b46132007-10-16 01:26:24 -07001155
1156 return page;
1157}
1158
Joonsoo Kimb2261022013-09-11 14:21:00 -07001159static int alloc_fresh_huge_page(struct hstate *h, nodemask_t *nodes_allowed)
1160{
1161 struct page *page;
1162 int nr_nodes, node;
1163 int ret = 0;
1164
1165 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
1166 page = alloc_fresh_huge_page_node(h, node);
1167 if (page) {
1168 ret = 1;
1169 break;
1170 }
1171 }
1172
1173 if (ret)
1174 count_vm_event(HTLB_BUDDY_PGALLOC);
1175 else
1176 count_vm_event(HTLB_BUDDY_PGALLOC_FAIL);
1177
1178 return ret;
1179}
1180
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001181/*
1182 * Free huge page from pool from next node to free.
1183 * Attempt to keep persistent huge pages more or less
1184 * balanced over allowed nodes.
1185 * Called with hugetlb_lock locked.
1186 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001187static int free_pool_huge_page(struct hstate *h, nodemask_t *nodes_allowed,
1188 bool acct_surplus)
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001189{
Joonsoo Kimb2261022013-09-11 14:21:00 -07001190 int nr_nodes, node;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001191 int ret = 0;
1192
Joonsoo Kimb2261022013-09-11 14:21:00 -07001193 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001194 /*
1195 * If we're returning unused surplus pages, only examine
1196 * nodes with surplus pages.
1197 */
Joonsoo Kimb2261022013-09-11 14:21:00 -07001198 if ((!acct_surplus || h->surplus_huge_pages_node[node]) &&
1199 !list_empty(&h->hugepage_freelists[node])) {
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001200 struct page *page =
Joonsoo Kimb2261022013-09-11 14:21:00 -07001201 list_entry(h->hugepage_freelists[node].next,
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001202 struct page, lru);
1203 list_del(&page->lru);
1204 h->free_huge_pages--;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001205 h->free_huge_pages_node[node]--;
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001206 if (acct_surplus) {
1207 h->surplus_huge_pages--;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001208 h->surplus_huge_pages_node[node]--;
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001209 }
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001210 update_and_free_page(h, page);
1211 ret = 1;
Lee Schermerhorn9a76db02009-12-14 17:58:15 -08001212 break;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001213 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001214 }
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001215
1216 return ret;
1217}
1218
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001219/*
1220 * Dissolve a given free hugepage into free buddy pages. This function does
1221 * nothing for in-use (including surplus) hugepages.
1222 */
1223static void dissolve_free_huge_page(struct page *page)
1224{
1225 spin_lock(&hugetlb_lock);
1226 if (PageHuge(page) && !page_count(page)) {
1227 struct hstate *h = page_hstate(page);
1228 int nid = page_to_nid(page);
1229 list_del(&page->lru);
1230 h->free_huge_pages--;
1231 h->free_huge_pages_node[nid]--;
1232 update_and_free_page(h, page);
1233 }
1234 spin_unlock(&hugetlb_lock);
1235}
1236
1237/*
1238 * Dissolve free hugepages in a given pfn range. Used by memory hotplug to
1239 * make specified memory blocks removable from the system.
1240 * Note that start_pfn should aligned with (minimum) hugepage size.
1241 */
1242void dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn)
1243{
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001244 unsigned long pfn;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001245
Li Zhongd0177632014-08-06 16:07:56 -07001246 if (!hugepages_supported())
1247 return;
1248
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001249 VM_BUG_ON(!IS_ALIGNED(start_pfn, 1 << minimum_order));
1250 for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << minimum_order)
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07001251 dissolve_free_huge_page(pfn_to_page(pfn));
1252}
1253
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001254static struct page *alloc_buddy_huge_page(struct hstate *h, int nid)
Adam Litke7893d1d2007-10-16 01:26:18 -07001255{
1256 struct page *page;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001257 unsigned int r_nid;
Adam Litke7893d1d2007-10-16 01:26:18 -07001258
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001259 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001260 return NULL;
1261
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001262 /*
1263 * Assume we will successfully allocate the surplus page to
1264 * prevent racing processes from causing the surplus to exceed
1265 * overcommit
1266 *
1267 * This however introduces a different race, where a process B
1268 * tries to grow the static hugepage pool while alloc_pages() is
1269 * called by process A. B will only examine the per-node
1270 * counters in determining if surplus huge pages can be
1271 * converted to normal huge pages in adjust_pool_surplus(). A
1272 * won't be able to increment the per-node counter, until the
1273 * lock is dropped by B, but B doesn't drop hugetlb_lock until
1274 * no more huge pages can be converted from surplus to normal
1275 * state (and doesn't try to convert again). Thus, we have a
1276 * case where a surplus huge page exists, the pool is grown, and
1277 * the surplus huge page still exists after, even though it
1278 * should just have been converted to a normal huge page. This
1279 * does not leak memory, though, as the hugepage will be freed
1280 * once it is out of use. It also does not allow the counters to
1281 * go out of whack in adjust_pool_surplus() as we don't modify
1282 * the node values until we've gotten the hugepage and only the
1283 * per-node value is checked there.
1284 */
1285 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07001286 if (h->surplus_huge_pages >= h->nr_overcommit_huge_pages) {
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001287 spin_unlock(&hugetlb_lock);
1288 return NULL;
1289 } else {
Andi Kleena5516432008-07-23 21:27:41 -07001290 h->nr_huge_pages++;
1291 h->surplus_huge_pages++;
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001292 }
1293 spin_unlock(&hugetlb_lock);
1294
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001295 if (nid == NUMA_NO_NODE)
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001296 page = alloc_pages(htlb_alloc_mask(h)|__GFP_COMP|
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001297 __GFP_REPEAT|__GFP_NOWARN,
1298 huge_page_order(h));
1299 else
1300 page = alloc_pages_exact_node(nid,
Naoya Horiguchi86cdb462013-09-11 14:22:13 -07001301 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE|
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001302 __GFP_REPEAT|__GFP_NOWARN, huge_page_order(h));
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001303
Gerald Schaefercaff3a22008-08-12 15:08:38 -07001304 if (page && arch_prepare_hugepage(page)) {
1305 __free_pages(page, huge_page_order(h));
Hillf Dantonea5768c2012-01-10 15:08:30 -08001306 page = NULL;
Gerald Schaefercaff3a22008-08-12 15:08:38 -07001307 }
1308
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001309 spin_lock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07001310 if (page) {
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001311 INIT_LIST_HEAD(&page->lru);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001312 r_nid = page_to_nid(page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001313 set_compound_page_dtor(page, free_huge_page);
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -07001314 set_hugetlb_cgroup(page, NULL);
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001315 /*
1316 * We incremented the global counters already
1317 */
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001318 h->nr_huge_pages_node[r_nid]++;
1319 h->surplus_huge_pages_node[r_nid]++;
Adam Litke3b116302008-04-28 02:13:06 -07001320 __count_vm_event(HTLB_BUDDY_PGALLOC);
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001321 } else {
Andi Kleena5516432008-07-23 21:27:41 -07001322 h->nr_huge_pages--;
1323 h->surplus_huge_pages--;
Adam Litke3b116302008-04-28 02:13:06 -07001324 __count_vm_event(HTLB_BUDDY_PGALLOC_FAIL);
Adam Litke7893d1d2007-10-16 01:26:18 -07001325 }
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001326 spin_unlock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07001327
1328 return page;
1329}
1330
Adam Litkee4e574b2007-10-16 01:26:19 -07001331/*
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001332 * This allocation function is useful in the context where vma is irrelevant.
1333 * E.g. soft-offlining uses this function because it only cares physical
1334 * address of error page.
1335 */
1336struct page *alloc_huge_page_node(struct hstate *h, int nid)
1337{
Joonsoo Kim4ef91842013-09-11 14:21:51 -07001338 struct page *page = NULL;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001339
1340 spin_lock(&hugetlb_lock);
Joonsoo Kim4ef91842013-09-11 14:21:51 -07001341 if (h->free_huge_pages - h->resv_huge_pages > 0)
1342 page = dequeue_huge_page_node(h, nid);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001343 spin_unlock(&hugetlb_lock);
1344
Aneesh Kumar K.V94ae8ba2012-07-31 16:42:35 -07001345 if (!page)
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001346 page = alloc_buddy_huge_page(h, nid);
1347
1348 return page;
1349}
1350
1351/*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001352 * Increase the hugetlb pool such that it can accommodate a reservation
Adam Litkee4e574b2007-10-16 01:26:19 -07001353 * of size 'delta'.
1354 */
Andi Kleena5516432008-07-23 21:27:41 -07001355static int gather_surplus_pages(struct hstate *h, int delta)
Adam Litkee4e574b2007-10-16 01:26:19 -07001356{
1357 struct list_head surplus_list;
1358 struct page *page, *tmp;
1359 int ret, i;
1360 int needed, allocated;
Hillf Danton28073b02012-03-21 16:34:00 -07001361 bool alloc_ok = true;
Adam Litkee4e574b2007-10-16 01:26:19 -07001362
Andi Kleena5516432008-07-23 21:27:41 -07001363 needed = (h->resv_huge_pages + delta) - h->free_huge_pages;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001364 if (needed <= 0) {
Andi Kleena5516432008-07-23 21:27:41 -07001365 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07001366 return 0;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001367 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001368
1369 allocated = 0;
1370 INIT_LIST_HEAD(&surplus_list);
1371
1372 ret = -ENOMEM;
1373retry:
1374 spin_unlock(&hugetlb_lock);
1375 for (i = 0; i < needed; i++) {
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001376 page = alloc_buddy_huge_page(h, NUMA_NO_NODE);
Hillf Danton28073b02012-03-21 16:34:00 -07001377 if (!page) {
1378 alloc_ok = false;
1379 break;
1380 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001381 list_add(&page->lru, &surplus_list);
1382 }
Hillf Danton28073b02012-03-21 16:34:00 -07001383 allocated += i;
Adam Litkee4e574b2007-10-16 01:26:19 -07001384
1385 /*
1386 * After retaking hugetlb_lock, we need to recalculate 'needed'
1387 * because either resv_huge_pages or free_huge_pages may have changed.
1388 */
1389 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07001390 needed = (h->resv_huge_pages + delta) -
1391 (h->free_huge_pages + allocated);
Hillf Danton28073b02012-03-21 16:34:00 -07001392 if (needed > 0) {
1393 if (alloc_ok)
1394 goto retry;
1395 /*
1396 * We were not able to allocate enough pages to
1397 * satisfy the entire reservation so we free what
1398 * we've allocated so far.
1399 */
1400 goto free;
1401 }
Adam Litkee4e574b2007-10-16 01:26:19 -07001402 /*
1403 * The surplus_list now contains _at_least_ the number of extra pages
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001404 * needed to accommodate the reservation. Add the appropriate number
Adam Litkee4e574b2007-10-16 01:26:19 -07001405 * of pages to the hugetlb pool and free the extras back to the buddy
Adam Litkeac09b3a2008-03-04 14:29:38 -08001406 * allocator. Commit the entire reservation here to prevent another
1407 * process from stealing the pages as they are added to the pool but
1408 * before they are reserved.
Adam Litkee4e574b2007-10-16 01:26:19 -07001409 */
1410 needed += allocated;
Andi Kleena5516432008-07-23 21:27:41 -07001411 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07001412 ret = 0;
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001413
Adam Litke19fc3f02008-04-28 02:12:20 -07001414 /* Free the needed pages to the hugetlb pool */
Adam Litkee4e574b2007-10-16 01:26:19 -07001415 list_for_each_entry_safe(page, tmp, &surplus_list, lru) {
Adam Litke19fc3f02008-04-28 02:12:20 -07001416 if ((--needed) < 0)
1417 break;
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001418 /*
1419 * This page is now managed by the hugetlb allocator and has
1420 * no users -- drop the buddy allocator's reference.
1421 */
1422 put_page_testzero(page);
Sasha Levin309381fea2014-01-23 15:52:54 -08001423 VM_BUG_ON_PAGE(page_count(page), page);
Andi Kleena5516432008-07-23 21:27:41 -07001424 enqueue_huge_page(h, page);
Adam Litke19fc3f02008-04-28 02:12:20 -07001425 }
Hillf Danton28073b02012-03-21 16:34:00 -07001426free:
Hillf Dantonb0365c82011-12-28 15:57:16 -08001427 spin_unlock(&hugetlb_lock);
Adam Litke19fc3f02008-04-28 02:12:20 -07001428
1429 /* Free unnecessary surplus pages to the buddy allocator */
Joonsoo Kimc0d934b2013-09-11 14:21:02 -07001430 list_for_each_entry_safe(page, tmp, &surplus_list, lru)
1431 put_page(page);
Naoya Horiguchia9869b82010-09-08 10:19:37 +09001432 spin_lock(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07001433
1434 return ret;
1435}
1436
1437/*
1438 * When releasing a hugetlb pool reservation, any surplus pages that were
1439 * allocated to satisfy the reservation must be explicitly freed if they were
1440 * never used.
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001441 * Called with hugetlb_lock held.
Adam Litkee4e574b2007-10-16 01:26:19 -07001442 */
Andi Kleena5516432008-07-23 21:27:41 -07001443static void return_unused_surplus_pages(struct hstate *h,
1444 unsigned long unused_resv_pages)
Adam Litkee4e574b2007-10-16 01:26:19 -07001445{
Adam Litkee4e574b2007-10-16 01:26:19 -07001446 unsigned long nr_pages;
1447
Adam Litkeac09b3a2008-03-04 14:29:38 -08001448 /* Uncommit the reservation */
Andi Kleena5516432008-07-23 21:27:41 -07001449 h->resv_huge_pages -= unused_resv_pages;
Adam Litkeac09b3a2008-03-04 14:29:38 -08001450
Andi Kleenaa888a72008-07-23 21:27:47 -07001451 /* Cannot return gigantic pages currently */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001452 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001453 return;
1454
Andi Kleena5516432008-07-23 21:27:41 -07001455 nr_pages = min(unused_resv_pages, h->surplus_huge_pages);
Adam Litkee4e574b2007-10-16 01:26:19 -07001456
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001457 /*
1458 * We want to release as many surplus pages as possible, spread
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08001459 * evenly across all nodes with memory. Iterate across these nodes
1460 * until we can no longer free unreserved surplus pages. This occurs
1461 * when the nodes with surplus pages have no free pages.
1462 * free_pool_huge_page() will balance the the freed pages across the
1463 * on-line nodes with memory and will handle the hstate accounting.
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001464 */
1465 while (nr_pages--) {
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001466 if (!free_pool_huge_page(h, &node_states[N_MEMORY], 1))
Lee Schermerhorn685f3452009-09-21 17:01:23 -07001467 break;
Mizuma, Masayoshi7848a4b2014-04-18 15:07:18 -07001468 cond_resched_lock(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07001469 }
1470}
1471
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001472/*
1473 * Determine if the huge page at addr within the vma has an associated
1474 * reservation. Where it does not we will need to logically increase
David Gibson90481622012-03-21 16:34:12 -07001475 * reservation and actually increase subpool usage before an allocation
1476 * can occur. Where any new reservation would be required the
1477 * reservation change is prepared, but not committed. Once the page
1478 * has been allocated from the subpool and instantiated the change should
1479 * be committed via vma_commit_reservation. No action is required on
1480 * failure.
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001481 */
Roel Kluine2f17d92009-03-31 15:23:15 -07001482static long vma_needs_reservation(struct hstate *h,
Andi Kleena5516432008-07-23 21:27:41 -07001483 struct vm_area_struct *vma, unsigned long addr)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001484{
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001485 struct resv_map *resv;
1486 pgoff_t idx;
1487 long chg;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001488
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001489 resv = vma_resv_map(vma);
1490 if (!resv)
Andy Whitcroft84afd992008-07-23 21:27:32 -07001491 return 1;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001492
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001493 idx = vma_hugecache_offset(h, vma, addr);
1494 chg = region_chg(resv, idx, idx + 1);
Andy Whitcroft84afd992008-07-23 21:27:32 -07001495
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001496 if (vma->vm_flags & VM_MAYSHARE)
1497 return chg;
1498 else
1499 return chg < 0 ? chg : 0;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001500}
Andi Kleena5516432008-07-23 21:27:41 -07001501static void vma_commit_reservation(struct hstate *h,
1502 struct vm_area_struct *vma, unsigned long addr)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001503{
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001504 struct resv_map *resv;
1505 pgoff_t idx;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001506
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001507 resv = vma_resv_map(vma);
1508 if (!resv)
1509 return;
Joonsoo Kim9119a412014-04-03 14:47:25 -07001510
Joonsoo Kim4e35f482014-04-03 14:47:30 -07001511 idx = vma_hugecache_offset(h, vma, addr);
1512 region_add(resv, idx, idx + 1);
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001513}
1514
David Gibson27a85ef2006-03-22 00:08:56 -08001515static struct page *alloc_huge_page(struct vm_area_struct *vma,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07001516 unsigned long addr, int avoid_reserve)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517{
David Gibson90481622012-03-21 16:34:12 -07001518 struct hugepage_subpool *spool = subpool_vma(vma);
Andi Kleena5516432008-07-23 21:27:41 -07001519 struct hstate *h = hstate_vma(vma);
Adam Litke348ea202007-11-14 16:59:37 -08001520 struct page *page;
Roel Kluine2f17d92009-03-31 15:23:15 -07001521 long chg;
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001522 int ret, idx;
1523 struct hugetlb_cgroup *h_cg;
Adam Litke2fc39ce2007-11-14 16:59:39 -08001524
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001525 idx = hstate_index(h);
Mel Gormana1e78772008-07-23 21:27:23 -07001526 /*
David Gibson90481622012-03-21 16:34:12 -07001527 * Processes that did not create the mapping will have no
1528 * reserves and will not have accounted against subpool
1529 * limit. Check that the subpool limit can be made before
1530 * satisfying the allocation MAP_NORESERVE mappings may also
1531 * need pages and subpool limit allocated allocated if no reserve
1532 * mapping overlaps.
Mel Gormana1e78772008-07-23 21:27:23 -07001533 */
Andi Kleena5516432008-07-23 21:27:41 -07001534 chg = vma_needs_reservation(h, vma, addr);
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07001535 if (chg < 0)
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07001536 return ERR_PTR(-ENOMEM);
Joonsoo Kim8bb3f122013-09-11 14:21:54 -07001537 if (chg || avoid_reserve)
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001538 if (hugepage_subpool_get_pages(spool, 1) < 0)
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07001539 return ERR_PTR(-ENOSPC);
Mel Gormana1e78772008-07-23 21:27:23 -07001540
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001541 ret = hugetlb_cgroup_charge_cgroup(idx, pages_per_huge_page(h), &h_cg);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001542 if (ret)
1543 goto out_subpool_put;
1544
Mel Gormana1e78772008-07-23 21:27:23 -07001545 spin_lock(&hugetlb_lock);
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001546 page = dequeue_huge_page_vma(h, vma, addr, avoid_reserve, chg);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001547 if (!page) {
Aneesh Kumar K.V94ae8ba2012-07-31 16:42:35 -07001548 spin_unlock(&hugetlb_lock);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001549 page = alloc_buddy_huge_page(h, NUMA_NO_NODE);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001550 if (!page)
1551 goto out_uncharge_cgroup;
1552
Aneesh Kumar K.V79dbb232012-07-31 16:42:32 -07001553 spin_lock(&hugetlb_lock);
1554 list_move(&page->lru, &h->hugepage_activelist);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001555 /* Fall through */
Mel Gormana1e78772008-07-23 21:27:23 -07001556 }
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07001557 hugetlb_cgroup_commit_charge(idx, pages_per_huge_page(h), h_cg, page);
1558 spin_unlock(&hugetlb_lock);
Mel Gormana1e78772008-07-23 21:27:23 -07001559
David Gibson90481622012-03-21 16:34:12 -07001560 set_page_private(page, (unsigned long)spool);
Mel Gormana1e78772008-07-23 21:27:23 -07001561
Andi Kleena5516432008-07-23 21:27:41 -07001562 vma_commit_reservation(h, vma, addr);
Adam Litke90d8b7e2007-11-14 16:59:42 -08001563 return page;
Jianyu Zhan8f34af62014-06-04 16:10:36 -07001564
1565out_uncharge_cgroup:
1566 hugetlb_cgroup_uncharge_cgroup(idx, pages_per_huge_page(h), h_cg);
1567out_subpool_put:
1568 if (chg || avoid_reserve)
1569 hugepage_subpool_put_pages(spool, 1);
1570 return ERR_PTR(-ENOSPC);
David Gibsonb45b5bd2006-03-22 00:08:55 -08001571}
1572
Naoya Horiguchi74060e42013-09-11 14:22:06 -07001573/*
1574 * alloc_huge_page()'s wrapper which simply returns the page if allocation
1575 * succeeds, otherwise NULL. This function is called from new_vma_page(),
1576 * where no ERR_VALUE is expected to be returned.
1577 */
1578struct page *alloc_huge_page_noerr(struct vm_area_struct *vma,
1579 unsigned long addr, int avoid_reserve)
1580{
1581 struct page *page = alloc_huge_page(vma, addr, avoid_reserve);
1582 if (IS_ERR(page))
1583 page = NULL;
1584 return page;
1585}
1586
Cyrill Gorcunov91f47662009-01-06 14:40:33 -08001587int __weak alloc_bootmem_huge_page(struct hstate *h)
Andi Kleenaa888a72008-07-23 21:27:47 -07001588{
1589 struct huge_bootmem_page *m;
Joonsoo Kimb2261022013-09-11 14:21:00 -07001590 int nr_nodes, node;
Andi Kleenaa888a72008-07-23 21:27:47 -07001591
Joonsoo Kimb2261022013-09-11 14:21:00 -07001592 for_each_node_mask_to_alloc(h, nr_nodes, node, &node_states[N_MEMORY]) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001593 void *addr;
1594
Grygorii Strashko8b89a112014-01-21 15:50:36 -08001595 addr = memblock_virt_alloc_try_nid_nopanic(
1596 huge_page_size(h), huge_page_size(h),
1597 0, BOOTMEM_ALLOC_ACCESSIBLE, node);
Andi Kleenaa888a72008-07-23 21:27:47 -07001598 if (addr) {
1599 /*
1600 * Use the beginning of the huge page to store the
1601 * huge_bootmem_page struct (until gather_bootmem
1602 * puts them into the mem_map).
1603 */
1604 m = addr;
Cyrill Gorcunov91f47662009-01-06 14:40:33 -08001605 goto found;
Andi Kleenaa888a72008-07-23 21:27:47 -07001606 }
Andi Kleenaa888a72008-07-23 21:27:47 -07001607 }
1608 return 0;
1609
1610found:
Luiz Capitulinodf994ea2014-12-12 16:55:21 -08001611 BUG_ON(!IS_ALIGNED(virt_to_phys(m), huge_page_size(h)));
Andi Kleenaa888a72008-07-23 21:27:47 -07001612 /* Put them into a private list first because mem_map is not up yet */
1613 list_add(&m->list, &huge_boot_pages);
1614 m->hstate = h;
1615 return 1;
1616}
1617
David Rientjesf412c972014-04-03 14:47:59 -07001618static void __init prep_compound_huge_page(struct page *page, int order)
Andy Whitcroft18229df2008-11-06 12:53:27 -08001619{
1620 if (unlikely(order > (MAX_ORDER - 1)))
1621 prep_compound_gigantic_page(page, order);
1622 else
1623 prep_compound_page(page, order);
1624}
1625
Andi Kleenaa888a72008-07-23 21:27:47 -07001626/* Put bootmem huge pages into the standard lists after mem_map is up */
1627static void __init gather_bootmem_prealloc(void)
1628{
1629 struct huge_bootmem_page *m;
1630
1631 list_for_each_entry(m, &huge_boot_pages, list) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001632 struct hstate *h = m->hstate;
Becky Bruceee8f2482011-07-25 17:11:50 -07001633 struct page *page;
1634
1635#ifdef CONFIG_HIGHMEM
1636 page = pfn_to_page(m->phys >> PAGE_SHIFT);
Grygorii Strashko8b89a112014-01-21 15:50:36 -08001637 memblock_free_late(__pa(m),
1638 sizeof(struct huge_bootmem_page));
Becky Bruceee8f2482011-07-25 17:11:50 -07001639#else
1640 page = virt_to_page(m);
1641#endif
Andi Kleenaa888a72008-07-23 21:27:47 -07001642 WARN_ON(page_count(page) != 1);
Andy Whitcroft18229df2008-11-06 12:53:27 -08001643 prep_compound_huge_page(page, h->order);
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001644 WARN_ON(PageReserved(page));
Andi Kleenaa888a72008-07-23 21:27:47 -07001645 prep_new_huge_page(h, page, page_to_nid(page));
Rafael Aquinib0320c72011-06-15 15:08:39 -07001646 /*
1647 * If we had gigantic hugepages allocated at boot time, we need
1648 * to restore the 'stolen' pages to totalram_pages in order to
1649 * fix confusing memory reports from free(1) and another
1650 * side-effects, like CommitLimit going negative.
1651 */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001652 if (hstate_is_gigantic(h))
Jiang Liu3dcc0572013-07-03 15:03:21 -07001653 adjust_managed_page_count(page, 1 << h->order);
Andi Kleenaa888a72008-07-23 21:27:47 -07001654 }
1655}
1656
Andi Kleen8faa8b02008-07-23 21:27:48 -07001657static void __init hugetlb_hstate_alloc_pages(struct hstate *h)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658{
1659 unsigned long i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660
Andi Kleene5ff2152008-07-23 21:27:42 -07001661 for (i = 0; i < h->max_huge_pages; ++i) {
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001662 if (hstate_is_gigantic(h)) {
Andi Kleenaa888a72008-07-23 21:27:47 -07001663 if (!alloc_bootmem_huge_page(h))
1664 break;
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08001665 } else if (!alloc_fresh_huge_page(h,
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001666 &node_states[N_MEMORY]))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 }
Andi Kleen8faa8b02008-07-23 21:27:48 -07001669 h->max_huge_pages = i;
Andi Kleene5ff2152008-07-23 21:27:42 -07001670}
1671
1672static void __init hugetlb_init_hstates(void)
1673{
1674 struct hstate *h;
1675
1676 for_each_hstate(h) {
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001677 if (minimum_order > huge_page_order(h))
1678 minimum_order = huge_page_order(h);
1679
Andi Kleen8faa8b02008-07-23 21:27:48 -07001680 /* oversize hugepages were init'ed in early boot */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001681 if (!hstate_is_gigantic(h))
Andi Kleen8faa8b02008-07-23 21:27:48 -07001682 hugetlb_hstate_alloc_pages(h);
Andi Kleene5ff2152008-07-23 21:27:42 -07001683 }
Naoya Horiguchi641844f2015-06-24 16:56:59 -07001684 VM_BUG_ON(minimum_order == UINT_MAX);
Andi Kleene5ff2152008-07-23 21:27:42 -07001685}
1686
Andi Kleen4abd32d2008-07-23 21:27:49 -07001687static char * __init memfmt(char *buf, unsigned long n)
1688{
1689 if (n >= (1UL << 30))
1690 sprintf(buf, "%lu GB", n >> 30);
1691 else if (n >= (1UL << 20))
1692 sprintf(buf, "%lu MB", n >> 20);
1693 else
1694 sprintf(buf, "%lu KB", n >> 10);
1695 return buf;
1696}
1697
Andi Kleene5ff2152008-07-23 21:27:42 -07001698static void __init report_hugepages(void)
1699{
1700 struct hstate *h;
1701
1702 for_each_hstate(h) {
Andi Kleen4abd32d2008-07-23 21:27:49 -07001703 char buf[32];
Andrew Mortonffb22af2013-02-22 16:32:08 -08001704 pr_info("HugeTLB registered %s page size, pre-allocated %ld pages\n",
Andi Kleen4abd32d2008-07-23 21:27:49 -07001705 memfmt(buf, huge_page_size(h)),
1706 h->free_huge_pages);
Andi Kleene5ff2152008-07-23 21:27:42 -07001707 }
1708}
1709
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710#ifdef CONFIG_HIGHMEM
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001711static void try_to_free_low(struct hstate *h, unsigned long count,
1712 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713{
Christoph Lameter4415cc82006-09-25 23:31:55 -07001714 int i;
1715
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07001716 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07001717 return;
1718
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001719 for_each_node_mask(i, *nodes_allowed) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 struct page *page, *next;
Andi Kleena5516432008-07-23 21:27:41 -07001721 struct list_head *freel = &h->hugepage_freelists[i];
1722 list_for_each_entry_safe(page, next, freel, lru) {
1723 if (count >= h->nr_huge_pages)
Adam Litke6b0c8802007-10-16 01:26:23 -07001724 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725 if (PageHighMem(page))
1726 continue;
1727 list_del(&page->lru);
Andi Kleene5ff2152008-07-23 21:27:42 -07001728 update_and_free_page(h, page);
Andi Kleena5516432008-07-23 21:27:41 -07001729 h->free_huge_pages--;
1730 h->free_huge_pages_node[page_to_nid(page)]--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 }
1732 }
1733}
1734#else
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001735static inline void try_to_free_low(struct hstate *h, unsigned long count,
1736 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737{
1738}
1739#endif
1740
Wu Fengguang20a03072009-06-16 15:32:22 -07001741/*
1742 * Increment or decrement surplus_huge_pages. Keep node-specific counters
1743 * balanced by operating on them in a round-robin fashion.
1744 * Returns 1 if an adjustment was made.
1745 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001746static int adjust_pool_surplus(struct hstate *h, nodemask_t *nodes_allowed,
1747 int delta)
Wu Fengguang20a03072009-06-16 15:32:22 -07001748{
Joonsoo Kimb2261022013-09-11 14:21:00 -07001749 int nr_nodes, node;
Wu Fengguang20a03072009-06-16 15:32:22 -07001750
1751 VM_BUG_ON(delta != -1 && delta != 1);
Wu Fengguang20a03072009-06-16 15:32:22 -07001752
Joonsoo Kimb2261022013-09-11 14:21:00 -07001753 if (delta < 0) {
1754 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
1755 if (h->surplus_huge_pages_node[node])
1756 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001757 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001758 } else {
1759 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
1760 if (h->surplus_huge_pages_node[node] <
1761 h->nr_huge_pages_node[node])
1762 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07001763 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07001764 }
1765 return 0;
Wu Fengguang20a03072009-06-16 15:32:22 -07001766
Joonsoo Kimb2261022013-09-11 14:21:00 -07001767found:
1768 h->surplus_huge_pages += delta;
1769 h->surplus_huge_pages_node[node] += delta;
1770 return 1;
Wu Fengguang20a03072009-06-16 15:32:22 -07001771}
1772
Andi Kleena5516432008-07-23 21:27:41 -07001773#define persistent_huge_pages(h) (h->nr_huge_pages - h->surplus_huge_pages)
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001774static unsigned long set_max_huge_pages(struct hstate *h, unsigned long count,
1775 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776{
Adam Litke7893d1d2007-10-16 01:26:18 -07001777 unsigned long min_count, ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001779 if (hstate_is_gigantic(h) && !gigantic_page_supported())
Andi Kleenaa888a72008-07-23 21:27:47 -07001780 return h->max_huge_pages;
1781
Adam Litke7893d1d2007-10-16 01:26:18 -07001782 /*
1783 * Increase the pool size
1784 * First take pages out of surplus state. Then make up the
1785 * remaining difference by allocating fresh huge pages.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001786 *
1787 * We might race with alloc_buddy_huge_page() here and be unable
1788 * to convert a surplus huge page to a normal huge page. That is
1789 * not critical, though, it just means the overall size of the
1790 * pool might be one hugepage larger than it needs to be, but
1791 * within all the constraints specified by the sysctls.
Adam Litke7893d1d2007-10-16 01:26:18 -07001792 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793 spin_lock(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07001794 while (h->surplus_huge_pages && count > persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001795 if (!adjust_pool_surplus(h, nodes_allowed, -1))
Adam Litke7893d1d2007-10-16 01:26:18 -07001796 break;
1797 }
1798
Andi Kleena5516432008-07-23 21:27:41 -07001799 while (count > persistent_huge_pages(h)) {
Adam Litke7893d1d2007-10-16 01:26:18 -07001800 /*
1801 * If this allocation races such that we no longer need the
1802 * page, free_huge_page will handle it by freeing the page
1803 * and reducing the surplus.
1804 */
1805 spin_unlock(&hugetlb_lock);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001806 if (hstate_is_gigantic(h))
1807 ret = alloc_fresh_gigantic_page(h, nodes_allowed);
1808 else
1809 ret = alloc_fresh_huge_page(h, nodes_allowed);
Adam Litke7893d1d2007-10-16 01:26:18 -07001810 spin_lock(&hugetlb_lock);
1811 if (!ret)
1812 goto out;
1813
Mel Gorman536240f22009-12-14 17:59:56 -08001814 /* Bail for signals. Probably ctrl-c from user */
1815 if (signal_pending(current))
1816 goto out;
Adam Litke7893d1d2007-10-16 01:26:18 -07001817 }
Adam Litke7893d1d2007-10-16 01:26:18 -07001818
1819 /*
1820 * Decrease the pool size
1821 * First return free pages to the buddy allocator (being careful
1822 * to keep enough around to satisfy reservations). Then place
1823 * pages into surplus state as needed so the pool will shrink
1824 * to the desired size as pages become free.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001825 *
1826 * By placing pages into the surplus state independent of the
1827 * overcommit value, we are allowing the surplus pool size to
1828 * exceed overcommit. There are few sane options here. Since
1829 * alloc_buddy_huge_page() is checking the global counter,
1830 * though, we'll note that we're not allowed to exceed surplus
1831 * and won't grow the pool anywhere else. Not until one of the
1832 * sysctls are changed, or the surplus pages go out of use.
Adam Litke7893d1d2007-10-16 01:26:18 -07001833 */
Andi Kleena5516432008-07-23 21:27:41 -07001834 min_count = h->resv_huge_pages + h->nr_huge_pages - h->free_huge_pages;
Adam Litke6b0c8802007-10-16 01:26:23 -07001835 min_count = max(count, min_count);
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001836 try_to_free_low(h, min_count, nodes_allowed);
Andi Kleena5516432008-07-23 21:27:41 -07001837 while (min_count < persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001838 if (!free_pool_huge_page(h, nodes_allowed, 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 break;
Mizuma, Masayoshi55f67142014-04-07 15:37:54 -07001840 cond_resched_lock(&hugetlb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 }
Andi Kleena5516432008-07-23 21:27:41 -07001842 while (count < persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08001843 if (!adjust_pool_surplus(h, nodes_allowed, 1))
Adam Litke7893d1d2007-10-16 01:26:18 -07001844 break;
1845 }
1846out:
Andi Kleena5516432008-07-23 21:27:41 -07001847 ret = persistent_huge_pages(h);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 spin_unlock(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07001849 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850}
1851
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001852#define HSTATE_ATTR_RO(_name) \
1853 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
1854
1855#define HSTATE_ATTR(_name) \
1856 static struct kobj_attribute _name##_attr = \
1857 __ATTR(_name, 0644, _name##_show, _name##_store)
1858
1859static struct kobject *hugepages_kobj;
1860static struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
1861
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001862static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);
1863
1864static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001865{
1866 int i;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001867
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001868 for (i = 0; i < HUGE_MAX_HSTATE; i++)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001869 if (hstate_kobjs[i] == kobj) {
1870 if (nidp)
1871 *nidp = NUMA_NO_NODE;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001872 return &hstates[i];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001873 }
1874
1875 return kobj_to_node_hstate(kobj, nidp);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001876}
1877
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001878static ssize_t nr_hugepages_show_common(struct kobject *kobj,
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001879 struct kobj_attribute *attr, char *buf)
1880{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001881 struct hstate *h;
1882 unsigned long nr_huge_pages;
1883 int nid;
1884
1885 h = kobj_to_hstate(kobj, &nid);
1886 if (nid == NUMA_NO_NODE)
1887 nr_huge_pages = h->nr_huge_pages;
1888 else
1889 nr_huge_pages = h->nr_huge_pages_node[nid];
1890
1891 return sprintf(buf, "%lu\n", nr_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001892}
Eric B Munsonadbe8722011-01-13 15:47:27 -08001893
David Rientjes238d3c12014-08-06 16:06:51 -07001894static ssize_t __nr_hugepages_store_common(bool obey_mempolicy,
1895 struct hstate *h, int nid,
1896 unsigned long count, size_t len)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001897{
1898 int err;
David Rientjesbad44b52009-12-14 17:58:38 -08001899 NODEMASK_ALLOC(nodemask_t, nodes_allowed, GFP_KERNEL | __GFP_NORETRY);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001900
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001901 if (hstate_is_gigantic(h) && !gigantic_page_supported()) {
Eric B Munsonadbe8722011-01-13 15:47:27 -08001902 err = -EINVAL;
1903 goto out;
1904 }
1905
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001906 if (nid == NUMA_NO_NODE) {
1907 /*
1908 * global hstate attribute
1909 */
1910 if (!(obey_mempolicy &&
1911 init_nodemask_of_mempolicy(nodes_allowed))) {
1912 NODEMASK_FREE(nodes_allowed);
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001913 nodes_allowed = &node_states[N_MEMORY];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001914 }
1915 } else if (nodes_allowed) {
1916 /*
1917 * per node hstate attribute: adjust count to global,
1918 * but restrict alloc/free to the specified node.
1919 */
1920 count += h->nr_huge_pages - h->nr_huge_pages_node[nid];
1921 init_nodemask_of_node(nodes_allowed, nid);
1922 } else
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001923 nodes_allowed = &node_states[N_MEMORY];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001924
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001925 h->max_huge_pages = set_max_huge_pages(h, count, nodes_allowed);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001926
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08001927 if (nodes_allowed != &node_states[N_MEMORY])
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001928 NODEMASK_FREE(nodes_allowed);
1929
1930 return len;
Eric B Munsonadbe8722011-01-13 15:47:27 -08001931out:
1932 NODEMASK_FREE(nodes_allowed);
1933 return err;
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001934}
1935
David Rientjes238d3c12014-08-06 16:06:51 -07001936static ssize_t nr_hugepages_store_common(bool obey_mempolicy,
1937 struct kobject *kobj, const char *buf,
1938 size_t len)
1939{
1940 struct hstate *h;
1941 unsigned long count;
1942 int nid;
1943 int err;
1944
1945 err = kstrtoul(buf, 10, &count);
1946 if (err)
1947 return err;
1948
1949 h = kobj_to_hstate(kobj, &nid);
1950 return __nr_hugepages_store_common(obey_mempolicy, h, nid, count, len);
1951}
1952
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001953static ssize_t nr_hugepages_show(struct kobject *kobj,
1954 struct kobj_attribute *attr, char *buf)
1955{
1956 return nr_hugepages_show_common(kobj, attr, buf);
1957}
1958
1959static ssize_t nr_hugepages_store(struct kobject *kobj,
1960 struct kobj_attribute *attr, const char *buf, size_t len)
1961{
David Rientjes238d3c12014-08-06 16:06:51 -07001962 return nr_hugepages_store_common(false, kobj, buf, len);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001963}
1964HSTATE_ATTR(nr_hugepages);
1965
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001966#ifdef CONFIG_NUMA
1967
1968/*
1969 * hstate attribute for optionally mempolicy-based constraint on persistent
1970 * huge page alloc/free.
1971 */
1972static ssize_t nr_hugepages_mempolicy_show(struct kobject *kobj,
1973 struct kobj_attribute *attr, char *buf)
1974{
1975 return nr_hugepages_show_common(kobj, attr, buf);
1976}
1977
1978static ssize_t nr_hugepages_mempolicy_store(struct kobject *kobj,
1979 struct kobj_attribute *attr, const char *buf, size_t len)
1980{
David Rientjes238d3c12014-08-06 16:06:51 -07001981 return nr_hugepages_store_common(true, kobj, buf, len);
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001982}
1983HSTATE_ATTR(nr_hugepages_mempolicy);
1984#endif
1985
1986
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001987static ssize_t nr_overcommit_hugepages_show(struct kobject *kobj,
1988 struct kobj_attribute *attr, char *buf)
1989{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001990 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001991 return sprintf(buf, "%lu\n", h->nr_overcommit_huge_pages);
1992}
Eric B Munsonadbe8722011-01-13 15:47:27 -08001993
Nishanth Aravamudana3437872008-07-23 21:27:44 -07001994static ssize_t nr_overcommit_hugepages_store(struct kobject *kobj,
1995 struct kobj_attribute *attr, const char *buf, size_t count)
1996{
1997 int err;
1998 unsigned long input;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08001999 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002000
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07002001 if (hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08002002 return -EINVAL;
2003
Jingoo Han3dbb95f2013-09-11 14:20:25 -07002004 err = kstrtoul(buf, 10, &input);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002005 if (err)
Eric B Munson73ae31e2011-01-13 15:47:28 -08002006 return err;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002007
2008 spin_lock(&hugetlb_lock);
2009 h->nr_overcommit_huge_pages = input;
2010 spin_unlock(&hugetlb_lock);
2011
2012 return count;
2013}
2014HSTATE_ATTR(nr_overcommit_hugepages);
2015
2016static ssize_t free_hugepages_show(struct kobject *kobj,
2017 struct kobj_attribute *attr, char *buf)
2018{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002019 struct hstate *h;
2020 unsigned long free_huge_pages;
2021 int nid;
2022
2023 h = kobj_to_hstate(kobj, &nid);
2024 if (nid == NUMA_NO_NODE)
2025 free_huge_pages = h->free_huge_pages;
2026 else
2027 free_huge_pages = h->free_huge_pages_node[nid];
2028
2029 return sprintf(buf, "%lu\n", free_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002030}
2031HSTATE_ATTR_RO(free_hugepages);
2032
2033static ssize_t resv_hugepages_show(struct kobject *kobj,
2034 struct kobj_attribute *attr, char *buf)
2035{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002036 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002037 return sprintf(buf, "%lu\n", h->resv_huge_pages);
2038}
2039HSTATE_ATTR_RO(resv_hugepages);
2040
2041static ssize_t surplus_hugepages_show(struct kobject *kobj,
2042 struct kobj_attribute *attr, char *buf)
2043{
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002044 struct hstate *h;
2045 unsigned long surplus_huge_pages;
2046 int nid;
2047
2048 h = kobj_to_hstate(kobj, &nid);
2049 if (nid == NUMA_NO_NODE)
2050 surplus_huge_pages = h->surplus_huge_pages;
2051 else
2052 surplus_huge_pages = h->surplus_huge_pages_node[nid];
2053
2054 return sprintf(buf, "%lu\n", surplus_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002055}
2056HSTATE_ATTR_RO(surplus_hugepages);
2057
2058static struct attribute *hstate_attrs[] = {
2059 &nr_hugepages_attr.attr,
2060 &nr_overcommit_hugepages_attr.attr,
2061 &free_hugepages_attr.attr,
2062 &resv_hugepages_attr.attr,
2063 &surplus_hugepages_attr.attr,
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002064#ifdef CONFIG_NUMA
2065 &nr_hugepages_mempolicy_attr.attr,
2066#endif
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002067 NULL,
2068};
2069
2070static struct attribute_group hstate_attr_group = {
2071 .attrs = hstate_attrs,
2072};
2073
Jeff Mahoney094e9532010-02-02 13:44:14 -08002074static int hugetlb_sysfs_add_hstate(struct hstate *h, struct kobject *parent,
2075 struct kobject **hstate_kobjs,
2076 struct attribute_group *hstate_attr_group)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002077{
2078 int retval;
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002079 int hi = hstate_index(h);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002080
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002081 hstate_kobjs[hi] = kobject_create_and_add(h->name, parent);
2082 if (!hstate_kobjs[hi])
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002083 return -ENOMEM;
2084
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002085 retval = sysfs_create_group(hstate_kobjs[hi], hstate_attr_group);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002086 if (retval)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002087 kobject_put(hstate_kobjs[hi]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002088
2089 return retval;
2090}
2091
2092static void __init hugetlb_sysfs_init(void)
2093{
2094 struct hstate *h;
2095 int err;
2096
2097 hugepages_kobj = kobject_create_and_add("hugepages", mm_kobj);
2098 if (!hugepages_kobj)
2099 return;
2100
2101 for_each_hstate(h) {
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002102 err = hugetlb_sysfs_add_hstate(h, hugepages_kobj,
2103 hstate_kobjs, &hstate_attr_group);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002104 if (err)
Andrew Mortonffb22af2013-02-22 16:32:08 -08002105 pr_err("Hugetlb: Unable to add hstate %s", h->name);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002106 }
2107}
2108
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002109#ifdef CONFIG_NUMA
2110
2111/*
2112 * node_hstate/s - associate per node hstate attributes, via their kobjects,
Kay Sievers10fbcf42011-12-21 14:48:43 -08002113 * with node devices in node_devices[] using a parallel array. The array
2114 * index of a node device or _hstate == node id.
2115 * This is here to avoid any static dependency of the node device driver, in
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002116 * the base kernel, on the hugetlb module.
2117 */
2118struct node_hstate {
2119 struct kobject *hugepages_kobj;
2120 struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
2121};
2122struct node_hstate node_hstates[MAX_NUMNODES];
2123
2124/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002125 * A subset of global hstate attributes for node devices
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002126 */
2127static struct attribute *per_node_hstate_attrs[] = {
2128 &nr_hugepages_attr.attr,
2129 &free_hugepages_attr.attr,
2130 &surplus_hugepages_attr.attr,
2131 NULL,
2132};
2133
2134static struct attribute_group per_node_hstate_attr_group = {
2135 .attrs = per_node_hstate_attrs,
2136};
2137
2138/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002139 * kobj_to_node_hstate - lookup global hstate for node device hstate attr kobj.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002140 * Returns node id via non-NULL nidp.
2141 */
2142static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
2143{
2144 int nid;
2145
2146 for (nid = 0; nid < nr_node_ids; nid++) {
2147 struct node_hstate *nhs = &node_hstates[nid];
2148 int i;
2149 for (i = 0; i < HUGE_MAX_HSTATE; i++)
2150 if (nhs->hstate_kobjs[i] == kobj) {
2151 if (nidp)
2152 *nidp = nid;
2153 return &hstates[i];
2154 }
2155 }
2156
2157 BUG();
2158 return NULL;
2159}
2160
2161/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002162 * Unregister hstate attributes from a single node device.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002163 * No-op if no hstate attributes attached.
2164 */
Claudiu Ghioc3cd8b442013-03-04 12:46:15 +02002165static void hugetlb_unregister_node(struct node *node)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002166{
2167 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08002168 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002169
2170 if (!nhs->hugepages_kobj)
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002171 return; /* no hstate attributes */
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002172
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002173 for_each_hstate(h) {
2174 int idx = hstate_index(h);
2175 if (nhs->hstate_kobjs[idx]) {
2176 kobject_put(nhs->hstate_kobjs[idx]);
2177 nhs->hstate_kobjs[idx] = NULL;
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002178 }
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002179 }
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002180
2181 kobject_put(nhs->hugepages_kobj);
2182 nhs->hugepages_kobj = NULL;
2183}
2184
2185/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002186 * hugetlb module exit: unregister hstate attributes from node devices
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002187 * that have them.
2188 */
2189static void hugetlb_unregister_all_nodes(void)
2190{
2191 int nid;
2192
2193 /*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002194 * disable node device registrations.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002195 */
2196 register_hugetlbfs_with_node(NULL, NULL);
2197
2198 /*
2199 * remove hstate attributes from any nodes that have them.
2200 */
2201 for (nid = 0; nid < nr_node_ids; nid++)
Wen Congyang87327942012-12-11 16:00:56 -08002202 hugetlb_unregister_node(node_devices[nid]);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002203}
2204
2205/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002206 * Register hstate attributes for a single node device.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002207 * No-op if attributes already registered.
2208 */
Claudiu Ghioc3cd8b442013-03-04 12:46:15 +02002209static void hugetlb_register_node(struct node *node)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002210{
2211 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08002212 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002213 int err;
2214
2215 if (nhs->hugepages_kobj)
2216 return; /* already allocated */
2217
2218 nhs->hugepages_kobj = kobject_create_and_add("hugepages",
Kay Sievers10fbcf42011-12-21 14:48:43 -08002219 &node->dev.kobj);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002220 if (!nhs->hugepages_kobj)
2221 return;
2222
2223 for_each_hstate(h) {
2224 err = hugetlb_sysfs_add_hstate(h, nhs->hugepages_kobj,
2225 nhs->hstate_kobjs,
2226 &per_node_hstate_attr_group);
2227 if (err) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002228 pr_err("Hugetlb: Unable to add hstate %s for node %d\n",
2229 h->name, node->dev.id);
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002230 hugetlb_unregister_node(node);
2231 break;
2232 }
2233 }
2234}
2235
2236/*
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002237 * hugetlb init time: register hstate attributes for all registered node
Kay Sievers10fbcf42011-12-21 14:48:43 -08002238 * devices of nodes that have memory. All on-line nodes should have
2239 * registered their associated device by this time.
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002240 */
Luiz Capitulino7d9ca002014-12-12 16:55:24 -08002241static void __init hugetlb_register_all_nodes(void)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002242{
2243 int nid;
2244
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002245 for_each_node_state(nid, N_MEMORY) {
Wen Congyang87327942012-12-11 16:00:56 -08002246 struct node *node = node_devices[nid];
Kay Sievers10fbcf42011-12-21 14:48:43 -08002247 if (node->dev.id == nid)
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002248 hugetlb_register_node(node);
2249 }
2250
2251 /*
Kay Sievers10fbcf42011-12-21 14:48:43 -08002252 * Let the node device driver know we're here so it can
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002253 * [un]register hstate attributes on node hotplug.
2254 */
2255 register_hugetlbfs_with_node(hugetlb_register_node,
2256 hugetlb_unregister_node);
2257}
2258#else /* !CONFIG_NUMA */
2259
2260static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
2261{
2262 BUG();
2263 if (nidp)
2264 *nidp = -1;
2265 return NULL;
2266}
2267
2268static void hugetlb_unregister_all_nodes(void) { }
2269
2270static void hugetlb_register_all_nodes(void) { }
2271
2272#endif
2273
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002274static void __exit hugetlb_exit(void)
2275{
2276 struct hstate *h;
2277
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002278 hugetlb_unregister_all_nodes();
2279
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002280 for_each_hstate(h) {
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002281 kobject_put(hstate_kobjs[hstate_index(h)]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002282 }
2283
2284 kobject_put(hugepages_kobj);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002285 kfree(htlb_fault_mutex_table);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002286}
2287module_exit(hugetlb_exit);
2288
2289static int __init hugetlb_init(void)
2290{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002291 int i;
2292
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002293 if (!hugepages_supported())
Benjamin Herrenschmidt0ef89d22008-07-31 00:07:30 -07002294 return 0;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002295
Nick Piggine11bfbf2008-07-23 21:27:52 -07002296 if (!size_to_hstate(default_hstate_size)) {
2297 default_hstate_size = HPAGE_SIZE;
2298 if (!size_to_hstate(default_hstate_size))
2299 hugetlb_add_hstate(HUGETLB_PAGE_ORDER);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002300 }
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07002301 default_hstate_idx = hstate_index(size_to_hstate(default_hstate_size));
Nick Piggine11bfbf2008-07-23 21:27:52 -07002302 if (default_hstate_max_huge_pages)
2303 default_hstate.max_huge_pages = default_hstate_max_huge_pages;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002304
2305 hugetlb_init_hstates();
Andi Kleenaa888a72008-07-23 21:27:47 -07002306 gather_bootmem_prealloc();
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002307 report_hugepages();
2308
2309 hugetlb_sysfs_init();
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002310 hugetlb_register_all_nodes();
Jianguo Wu7179e7b2012-12-18 14:23:19 -08002311 hugetlb_cgroup_file_init();
Lee Schermerhorn9a305232009-12-14 17:58:25 -08002312
Davidlohr Bueso8382d912014-04-03 14:47:31 -07002313#ifdef CONFIG_SMP
2314 num_fault_mutexes = roundup_pow_of_two(8 * num_possible_cpus());
2315#else
2316 num_fault_mutexes = 1;
2317#endif
2318 htlb_fault_mutex_table =
2319 kmalloc(sizeof(struct mutex) * num_fault_mutexes, GFP_KERNEL);
2320 BUG_ON(!htlb_fault_mutex_table);
2321
2322 for (i = 0; i < num_fault_mutexes; i++)
2323 mutex_init(&htlb_fault_mutex_table[i]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002324 return 0;
2325}
2326module_init(hugetlb_init);
2327
2328/* Should be called on processing a hugepagesz=... option */
2329void __init hugetlb_add_hstate(unsigned order)
2330{
2331 struct hstate *h;
Andi Kleen8faa8b02008-07-23 21:27:48 -07002332 unsigned long i;
2333
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002334 if (size_to_hstate(PAGE_SIZE << order)) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002335 pr_warning("hugepagesz= specified twice, ignoring\n");
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002336 return;
2337 }
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002338 BUG_ON(hugetlb_max_hstate >= HUGE_MAX_HSTATE);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002339 BUG_ON(order == 0);
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002340 h = &hstates[hugetlb_max_hstate++];
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002341 h->order = order;
2342 h->mask = ~((1ULL << (order + PAGE_SHIFT)) - 1);
Andi Kleen8faa8b02008-07-23 21:27:48 -07002343 h->nr_huge_pages = 0;
2344 h->free_huge_pages = 0;
2345 for (i = 0; i < MAX_NUMNODES; ++i)
2346 INIT_LIST_HEAD(&h->hugepage_freelists[i]);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07002347 INIT_LIST_HEAD(&h->hugepage_activelist);
Lai Jiangshan8cebfcd2012-12-12 13:51:36 -08002348 h->next_nid_to_alloc = first_node(node_states[N_MEMORY]);
2349 h->next_nid_to_free = first_node(node_states[N_MEMORY]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002350 snprintf(h->name, HSTATE_NAME_LEN, "hugepages-%lukB",
2351 huge_page_size(h)/1024);
Andi Kleen8faa8b02008-07-23 21:27:48 -07002352
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002353 parsed_hstate = h;
2354}
2355
Nick Piggine11bfbf2008-07-23 21:27:52 -07002356static int __init hugetlb_nrpages_setup(char *s)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002357{
2358 unsigned long *mhp;
Andi Kleen8faa8b02008-07-23 21:27:48 -07002359 static unsigned long *last_mhp;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002360
2361 /*
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002362 * !hugetlb_max_hstate means we haven't parsed a hugepagesz= parameter yet,
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002363 * so this hugepages= parameter goes to the "default hstate".
2364 */
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002365 if (!hugetlb_max_hstate)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002366 mhp = &default_hstate_max_huge_pages;
2367 else
2368 mhp = &parsed_hstate->max_huge_pages;
2369
Andi Kleen8faa8b02008-07-23 21:27:48 -07002370 if (mhp == last_mhp) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08002371 pr_warning("hugepages= specified twice without "
2372 "interleaving hugepagesz=, ignoring\n");
Andi Kleen8faa8b02008-07-23 21:27:48 -07002373 return 1;
2374 }
2375
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002376 if (sscanf(s, "%lu", mhp) <= 0)
2377 *mhp = 0;
2378
Andi Kleen8faa8b02008-07-23 21:27:48 -07002379 /*
2380 * Global state is always initialized later in hugetlb_init.
2381 * But we need to allocate >= MAX_ORDER hstates here early to still
2382 * use the bootmem allocator.
2383 */
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07002384 if (hugetlb_max_hstate && parsed_hstate->order >= MAX_ORDER)
Andi Kleen8faa8b02008-07-23 21:27:48 -07002385 hugetlb_hstate_alloc_pages(parsed_hstate);
2386
2387 last_mhp = mhp;
2388
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002389 return 1;
2390}
Nick Piggine11bfbf2008-07-23 21:27:52 -07002391__setup("hugepages=", hugetlb_nrpages_setup);
2392
2393static int __init hugetlb_default_setup(char *s)
2394{
2395 default_hstate_size = memparse(s, &s);
2396 return 1;
2397}
2398__setup("default_hugepagesz=", hugetlb_default_setup);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07002399
Nishanth Aravamudan8a213462008-07-25 19:44:37 -07002400static unsigned int cpuset_mems_nr(unsigned int *array)
2401{
2402 int node;
2403 unsigned int nr = 0;
2404
2405 for_each_node_mask(node, cpuset_current_mems_allowed)
2406 nr += array[node];
2407
2408 return nr;
2409}
2410
2411#ifdef CONFIG_SYSCTL
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002412static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
2413 struct ctl_table *table, int write,
2414 void __user *buffer, size_t *length, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415{
Andi Kleene5ff2152008-07-23 21:27:42 -07002416 struct hstate *h = &default_hstate;
David Rientjes238d3c12014-08-06 16:06:51 -07002417 unsigned long tmp = h->max_huge_pages;
Michal Hocko08d4a242011-01-13 15:47:26 -08002418 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07002419
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002420 if (!hugepages_supported())
2421 return -ENOTSUPP;
2422
Andi Kleene5ff2152008-07-23 21:27:42 -07002423 table->data = &tmp;
2424 table->maxlen = sizeof(unsigned long);
Michal Hocko08d4a242011-01-13 15:47:26 -08002425 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos);
2426 if (ret)
2427 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07002428
David Rientjes238d3c12014-08-06 16:06:51 -07002429 if (write)
2430 ret = __nr_hugepages_store_common(obey_mempolicy, h,
2431 NUMA_NO_NODE, tmp, *length);
Michal Hocko08d4a242011-01-13 15:47:26 -08002432out:
2433 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434}
Mel Gorman396faf02007-07-17 04:03:13 -07002435
Lee Schermerhorn06808b02009-12-14 17:58:21 -08002436int hugetlb_sysctl_handler(struct ctl_table *table, int write,
2437 void __user *buffer, size_t *length, loff_t *ppos)
2438{
2439
2440 return hugetlb_sysctl_handler_common(false, table, write,
2441 buffer, length, ppos);
2442}
2443
2444#ifdef CONFIG_NUMA
2445int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write,
2446 void __user *buffer, size_t *length, loff_t *ppos)
2447{
2448 return hugetlb_sysctl_handler_common(true, table, write,
2449 buffer, length, ppos);
2450}
2451#endif /* CONFIG_NUMA */
2452
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002453int hugetlb_overcommit_handler(struct ctl_table *table, int write,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002454 void __user *buffer,
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002455 size_t *length, loff_t *ppos)
2456{
Andi Kleena5516432008-07-23 21:27:41 -07002457 struct hstate *h = &default_hstate;
Andi Kleene5ff2152008-07-23 21:27:42 -07002458 unsigned long tmp;
Michal Hocko08d4a242011-01-13 15:47:26 -08002459 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07002460
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002461 if (!hugepages_supported())
2462 return -ENOTSUPP;
2463
Petr Holasekc033a932011-03-22 16:33:05 -07002464 tmp = h->nr_overcommit_huge_pages;
Andi Kleene5ff2152008-07-23 21:27:42 -07002465
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07002466 if (write && hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08002467 return -EINVAL;
2468
Andi Kleene5ff2152008-07-23 21:27:42 -07002469 table->data = &tmp;
2470 table->maxlen = sizeof(unsigned long);
Michal Hocko08d4a242011-01-13 15:47:26 -08002471 ret = proc_doulongvec_minmax(table, write, buffer, length, ppos);
2472 if (ret)
2473 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07002474
2475 if (write) {
2476 spin_lock(&hugetlb_lock);
2477 h->nr_overcommit_huge_pages = tmp;
2478 spin_unlock(&hugetlb_lock);
2479 }
Michal Hocko08d4a242011-01-13 15:47:26 -08002480out:
2481 return ret;
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08002482}
2483
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484#endif /* CONFIG_SYSCTL */
2485
Alexey Dobriyane1759c22008-10-15 23:50:22 +04002486void hugetlb_report_meminfo(struct seq_file *m)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487{
Andi Kleena5516432008-07-23 21:27:41 -07002488 struct hstate *h = &default_hstate;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002489 if (!hugepages_supported())
2490 return;
Alexey Dobriyane1759c22008-10-15 23:50:22 +04002491 seq_printf(m,
Rik van Riel4f98a2f2008-10-18 20:26:32 -07002492 "HugePages_Total: %5lu\n"
2493 "HugePages_Free: %5lu\n"
2494 "HugePages_Rsvd: %5lu\n"
2495 "HugePages_Surp: %5lu\n"
2496 "Hugepagesize: %8lu kB\n",
Andi Kleena5516432008-07-23 21:27:41 -07002497 h->nr_huge_pages,
2498 h->free_huge_pages,
2499 h->resv_huge_pages,
2500 h->surplus_huge_pages,
2501 1UL << (huge_page_order(h) + PAGE_SHIFT - 10));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502}
2503
2504int hugetlb_report_node_meminfo(int nid, char *buf)
2505{
Andi Kleena5516432008-07-23 21:27:41 -07002506 struct hstate *h = &default_hstate;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002507 if (!hugepages_supported())
2508 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 return sprintf(buf,
2510 "Node %d HugePages_Total: %5u\n"
Nishanth Aravamudana1de0912008-03-26 14:37:53 -07002511 "Node %d HugePages_Free: %5u\n"
2512 "Node %d HugePages_Surp: %5u\n",
Andi Kleena5516432008-07-23 21:27:41 -07002513 nid, h->nr_huge_pages_node[nid],
2514 nid, h->free_huge_pages_node[nid],
2515 nid, h->surplus_huge_pages_node[nid]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516}
2517
David Rientjes949f7ec2013-04-29 15:07:48 -07002518void hugetlb_show_meminfo(void)
2519{
2520 struct hstate *h;
2521 int nid;
2522
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07002523 if (!hugepages_supported())
2524 return;
2525
David Rientjes949f7ec2013-04-29 15:07:48 -07002526 for_each_node_state(nid, N_MEMORY)
2527 for_each_hstate(h)
2528 pr_info("Node %d hugepages_total=%u hugepages_free=%u hugepages_surp=%u hugepages_size=%lukB\n",
2529 nid,
2530 h->nr_huge_pages_node[nid],
2531 h->free_huge_pages_node[nid],
2532 h->surplus_huge_pages_node[nid],
2533 1UL << (huge_page_order(h) + PAGE_SHIFT - 10));
2534}
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536/* Return the number pages of memory we physically have, in PAGE_SIZE units. */
2537unsigned long hugetlb_total_pages(void)
2538{
Wanpeng Lid0028582013-03-22 15:04:40 -07002539 struct hstate *h;
2540 unsigned long nr_total_pages = 0;
2541
2542 for_each_hstate(h)
2543 nr_total_pages += h->nr_huge_pages * pages_per_huge_page(h);
2544 return nr_total_pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546
Andi Kleena5516432008-07-23 21:27:41 -07002547static int hugetlb_acct_memory(struct hstate *h, long delta)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002548{
2549 int ret = -ENOMEM;
2550
2551 spin_lock(&hugetlb_lock);
2552 /*
2553 * When cpuset is configured, it breaks the strict hugetlb page
2554 * reservation as the accounting is done on a global variable. Such
2555 * reservation is completely rubbish in the presence of cpuset because
2556 * the reservation is not checked against page availability for the
2557 * current cpuset. Application can still potentially OOM'ed by kernel
2558 * with lack of free htlb page in cpuset that the task is in.
2559 * Attempt to enforce strict accounting with cpuset is almost
2560 * impossible (or too ugly) because cpuset is too fluid that
2561 * task or memory node can be dynamically moved between cpusets.
2562 *
2563 * The change of semantics for shared hugetlb mapping with cpuset is
2564 * undesirable. However, in order to preserve some of the semantics,
2565 * we fall back to check against current free page availability as
2566 * a best attempt and hopefully to minimize the impact of changing
2567 * semantics that cpuset has.
2568 */
2569 if (delta > 0) {
Andi Kleena5516432008-07-23 21:27:41 -07002570 if (gather_surplus_pages(h, delta) < 0)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002571 goto out;
2572
Andi Kleena5516432008-07-23 21:27:41 -07002573 if (delta > cpuset_mems_nr(h->free_huge_pages_node)) {
2574 return_unused_surplus_pages(h, delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002575 goto out;
2576 }
2577 }
2578
2579 ret = 0;
2580 if (delta < 0)
Andi Kleena5516432008-07-23 21:27:41 -07002581 return_unused_surplus_pages(h, (unsigned long) -delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07002582
2583out:
2584 spin_unlock(&hugetlb_lock);
2585 return ret;
2586}
2587
Andy Whitcroft84afd992008-07-23 21:27:32 -07002588static void hugetlb_vm_op_open(struct vm_area_struct *vma)
2589{
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002590 struct resv_map *resv = vma_resv_map(vma);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002591
2592 /*
2593 * This new VMA should share its siblings reservation map if present.
2594 * The VMA will only ever have a valid reservation map pointer where
2595 * it is being copied for another still existing VMA. As that VMA
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002596 * has a reference to the reservation map it cannot disappear until
Andy Whitcroft84afd992008-07-23 21:27:32 -07002597 * after this open call completes. It is therefore safe to take a
2598 * new reference here without additional locking.
2599 */
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002600 if (resv && is_vma_resv_set(vma, HPAGE_RESV_OWNER))
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002601 kref_get(&resv->refs);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002602}
2603
Mel Gormana1e78772008-07-23 21:27:23 -07002604static void hugetlb_vm_op_close(struct vm_area_struct *vma)
2605{
Andi Kleena5516432008-07-23 21:27:41 -07002606 struct hstate *h = hstate_vma(vma);
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07002607 struct resv_map *resv = vma_resv_map(vma);
David Gibson90481622012-03-21 16:34:12 -07002608 struct hugepage_subpool *spool = subpool_vma(vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002609 unsigned long reserve, start, end;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07002610 long gbl_reserve;
Andy Whitcroft84afd992008-07-23 21:27:32 -07002611
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002612 if (!resv || !is_vma_resv_set(vma, HPAGE_RESV_OWNER))
2613 return;
Andy Whitcroft84afd992008-07-23 21:27:32 -07002614
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002615 start = vma_hugecache_offset(h, vma, vma->vm_start);
2616 end = vma_hugecache_offset(h, vma, vma->vm_end);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002617
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002618 reserve = (end - start) - region_count(resv, start, end);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002619
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002620 kref_put(&resv->refs, resv_map_release);
2621
2622 if (reserve) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07002623 /*
2624 * Decrement reserve counts. The global reserve count may be
2625 * adjusted if the subpool has a minimum size.
2626 */
2627 gbl_reserve = hugepage_subpool_put_pages(spool, reserve);
2628 hugetlb_acct_memory(h, -gbl_reserve);
Andy Whitcroft84afd992008-07-23 21:27:32 -07002629 }
Mel Gormana1e78772008-07-23 21:27:23 -07002630}
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632/*
2633 * We cannot handle pagefaults against hugetlb pages at all. They cause
2634 * handle_mm_fault() to try to instantiate regular-sized pages in the
2635 * hugegpage VMA. do_page_fault() is supposed to trap this, so BUG is we get
2636 * this far.
2637 */
Nick Piggind0217ac2007-07-19 01:47:03 -07002638static int hugetlb_vm_op_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639{
2640 BUG();
Nick Piggind0217ac2007-07-19 01:47:03 -07002641 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642}
2643
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04002644const struct vm_operations_struct hugetlb_vm_ops = {
Nick Piggind0217ac2007-07-19 01:47:03 -07002645 .fault = hugetlb_vm_op_fault,
Andy Whitcroft84afd992008-07-23 21:27:32 -07002646 .open = hugetlb_vm_op_open,
Mel Gormana1e78772008-07-23 21:27:23 -07002647 .close = hugetlb_vm_op_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648};
2649
David Gibson1e8f8892006-01-06 00:10:44 -08002650static pte_t make_huge_pte(struct vm_area_struct *vma, struct page *page,
2651 int writable)
David Gibson63551ae2005-06-21 17:14:44 -07002652{
2653 pte_t entry;
2654
David Gibson1e8f8892006-01-06 00:10:44 -08002655 if (writable) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07002656 entry = huge_pte_mkwrite(huge_pte_mkdirty(mk_huge_pte(page,
2657 vma->vm_page_prot)));
David Gibson63551ae2005-06-21 17:14:44 -07002658 } else {
Gerald Schaefer106c9922013-04-29 15:07:23 -07002659 entry = huge_pte_wrprotect(mk_huge_pte(page,
2660 vma->vm_page_prot));
David Gibson63551ae2005-06-21 17:14:44 -07002661 }
2662 entry = pte_mkyoung(entry);
2663 entry = pte_mkhuge(entry);
Chris Metcalfd9ed9fa2012-04-01 14:01:34 -04002664 entry = arch_make_huge_pte(entry, vma, page, writable);
David Gibson63551ae2005-06-21 17:14:44 -07002665
2666 return entry;
2667}
2668
David Gibson1e8f8892006-01-06 00:10:44 -08002669static void set_huge_ptep_writable(struct vm_area_struct *vma,
2670 unsigned long address, pte_t *ptep)
2671{
2672 pte_t entry;
2673
Gerald Schaefer106c9922013-04-29 15:07:23 -07002674 entry = huge_pte_mkwrite(huge_pte_mkdirty(huge_ptep_get(ptep)));
Chris Forbes32f84522011-07-25 17:12:14 -07002675 if (huge_ptep_set_access_flags(vma, address, ptep, entry, 1))
Russell King4b3073e2009-12-18 16:40:18 +00002676 update_mmu_cache(vma, address, ptep);
David Gibson1e8f8892006-01-06 00:10:44 -08002677}
2678
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07002679static int is_hugetlb_entry_migration(pte_t pte)
2680{
2681 swp_entry_t swp;
2682
2683 if (huge_pte_none(pte) || pte_present(pte))
2684 return 0;
2685 swp = pte_to_swp_entry(pte);
2686 if (non_swap_entry(swp) && is_migration_entry(swp))
2687 return 1;
2688 else
2689 return 0;
2690}
2691
2692static int is_hugetlb_entry_hwpoisoned(pte_t pte)
2693{
2694 swp_entry_t swp;
2695
2696 if (huge_pte_none(pte) || pte_present(pte))
2697 return 0;
2698 swp = pte_to_swp_entry(pte);
2699 if (non_swap_entry(swp) && is_hwpoison_entry(swp))
2700 return 1;
2701 else
2702 return 0;
2703}
David Gibson1e8f8892006-01-06 00:10:44 -08002704
David Gibson63551ae2005-06-21 17:14:44 -07002705int copy_hugetlb_page_range(struct mm_struct *dst, struct mm_struct *src,
2706 struct vm_area_struct *vma)
2707{
2708 pte_t *src_pte, *dst_pte, entry;
2709 struct page *ptepage;
Hugh Dickins1c598272005-10-19 21:23:43 -07002710 unsigned long addr;
David Gibson1e8f8892006-01-06 00:10:44 -08002711 int cow;
Andi Kleena5516432008-07-23 21:27:41 -07002712 struct hstate *h = hstate_vma(vma);
2713 unsigned long sz = huge_page_size(h);
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002714 unsigned long mmun_start; /* For mmu_notifiers */
2715 unsigned long mmun_end; /* For mmu_notifiers */
2716 int ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08002717
2718 cow = (vma->vm_flags & (VM_SHARED | VM_MAYWRITE)) == VM_MAYWRITE;
David Gibson63551ae2005-06-21 17:14:44 -07002719
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002720 mmun_start = vma->vm_start;
2721 mmun_end = vma->vm_end;
2722 if (cow)
2723 mmu_notifier_invalidate_range_start(src, mmun_start, mmun_end);
2724
Andi Kleena5516432008-07-23 21:27:41 -07002725 for (addr = vma->vm_start; addr < vma->vm_end; addr += sz) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002726 spinlock_t *src_ptl, *dst_ptl;
Hugh Dickinsc74df322005-10-29 18:16:23 -07002727 src_pte = huge_pte_offset(src, addr);
2728 if (!src_pte)
2729 continue;
Andi Kleena5516432008-07-23 21:27:41 -07002730 dst_pte = huge_pte_alloc(dst, addr, sz);
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002731 if (!dst_pte) {
2732 ret = -ENOMEM;
2733 break;
2734 }
Larry Woodmanc5c99422008-01-24 05:49:25 -08002735
2736 /* If the pagetables are shared don't copy or take references */
2737 if (dst_pte == src_pte)
2738 continue;
2739
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002740 dst_ptl = huge_pte_lock(h, dst, dst_pte);
2741 src_ptl = huge_pte_lockptr(h, src, src_pte);
2742 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07002743 entry = huge_ptep_get(src_pte);
2744 if (huge_pte_none(entry)) { /* skip none entry */
2745 ;
2746 } else if (unlikely(is_hugetlb_entry_migration(entry) ||
2747 is_hugetlb_entry_hwpoisoned(entry))) {
2748 swp_entry_t swp_entry = pte_to_swp_entry(entry);
2749
2750 if (is_write_migration_entry(swp_entry) && cow) {
2751 /*
2752 * COW mappings require pages in both
2753 * parent and child to be set to read.
2754 */
2755 make_migration_entry_read(&swp_entry);
2756 entry = swp_entry_to_pte(swp_entry);
2757 set_huge_pte_at(src, addr, src_pte, entry);
2758 }
2759 set_huge_pte_at(dst, addr, dst_pte, entry);
2760 } else {
Joerg Roedel34ee6452014-11-13 13:46:09 +11002761 if (cow) {
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07002762 huge_ptep_set_wrprotect(src, addr, src_pte);
Joerg Roedel34ee6452014-11-13 13:46:09 +11002763 mmu_notifier_invalidate_range(src, mmun_start,
2764 mmun_end);
2765 }
Naoya Horiguchi0253d632014-07-23 14:00:19 -07002766 entry = huge_ptep_get(src_pte);
Hugh Dickins1c598272005-10-19 21:23:43 -07002767 ptepage = pte_page(entry);
2768 get_page(ptepage);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09002769 page_dup_rmap(ptepage);
Hugh Dickins1c598272005-10-19 21:23:43 -07002770 set_huge_pte_at(dst, addr, dst_pte, entry);
2771 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002772 spin_unlock(src_ptl);
2773 spin_unlock(dst_ptl);
David Gibson63551ae2005-06-21 17:14:44 -07002774 }
David Gibson63551ae2005-06-21 17:14:44 -07002775
Andreas Sandberge8569dd2014-01-21 15:49:09 -08002776 if (cow)
2777 mmu_notifier_invalidate_range_end(src, mmun_start, mmun_end);
2778
2779 return ret;
David Gibson63551ae2005-06-21 17:14:44 -07002780}
2781
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002782void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
2783 unsigned long start, unsigned long end,
2784 struct page *ref_page)
David Gibson63551ae2005-06-21 17:14:44 -07002785{
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002786 int force_flush = 0;
David Gibson63551ae2005-06-21 17:14:44 -07002787 struct mm_struct *mm = vma->vm_mm;
2788 unsigned long address;
David Gibsonc7546f82005-08-05 11:59:35 -07002789 pte_t *ptep;
David Gibson63551ae2005-06-21 17:14:44 -07002790 pte_t pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002791 spinlock_t *ptl;
David Gibson63551ae2005-06-21 17:14:44 -07002792 struct page *page;
Andi Kleena5516432008-07-23 21:27:41 -07002793 struct hstate *h = hstate_vma(vma);
2794 unsigned long sz = huge_page_size(h);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07002795 const unsigned long mmun_start = start; /* For mmu_notifiers */
2796 const unsigned long mmun_end = end; /* For mmu_notifiers */
Andi Kleena5516432008-07-23 21:27:41 -07002797
David Gibson63551ae2005-06-21 17:14:44 -07002798 WARN_ON(!is_vm_hugetlb_page(vma));
Andi Kleena5516432008-07-23 21:27:41 -07002799 BUG_ON(start & ~huge_page_mask(h));
2800 BUG_ON(end & ~huge_page_mask(h));
David Gibson63551ae2005-06-21 17:14:44 -07002801
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002802 tlb_start_vma(tlb, vma);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07002803 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Hillf Danton569f48b2014-12-10 15:44:41 -08002804 address = start;
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002805again:
Hillf Danton569f48b2014-12-10 15:44:41 -08002806 for (; address < end; address += sz) {
David Gibsonc7546f82005-08-05 11:59:35 -07002807 ptep = huge_pte_offset(mm, address);
Adam Litke4c887262005-10-29 18:16:46 -07002808 if (!ptep)
David Gibsonc7546f82005-08-05 11:59:35 -07002809 continue;
2810
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002811 ptl = huge_pte_lock(h, mm, ptep);
Chen, Kenneth W39dde652006-12-06 20:32:03 -08002812 if (huge_pmd_unshare(mm, &address, ptep))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002813 goto unlock;
Chen, Kenneth W39dde652006-12-06 20:32:03 -08002814
Hillf Danton66293262012-03-23 15:01:48 -07002815 pte = huge_ptep_get(ptep);
2816 if (huge_pte_none(pte))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002817 goto unlock;
Hillf Danton66293262012-03-23 15:01:48 -07002818
2819 /*
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08002820 * Migrating hugepage or HWPoisoned hugepage is already
2821 * unmapped and its refcount is dropped, so just clear pte here.
Hillf Danton66293262012-03-23 15:01:48 -07002822 */
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08002823 if (unlikely(!pte_present(pte))) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07002824 huge_pte_clear(mm, address, ptep);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002825 goto unlock;
Naoya Horiguchi8c4894c2012-12-12 13:52:28 -08002826 }
Hillf Danton66293262012-03-23 15:01:48 -07002827
2828 page = pte_page(pte);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002829 /*
2830 * If a reference page is supplied, it is because a specific
2831 * page is being unmapped, not a range. Ensure the page we
2832 * are about to unmap is the actual page of interest.
2833 */
2834 if (ref_page) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002835 if (page != ref_page)
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002836 goto unlock;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002837
2838 /*
2839 * Mark the VMA as having unmapped its page so that
2840 * future faults in this VMA will fail rather than
2841 * looking like data was lost
2842 */
2843 set_vma_resv_flags(vma, HPAGE_RESV_UNMAPPED);
2844 }
2845
David Gibsonc7546f82005-08-05 11:59:35 -07002846 pte = huge_ptep_get_and_clear(mm, address, ptep);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002847 tlb_remove_tlb_entry(tlb, ptep, address);
Gerald Schaefer106c9922013-04-29 15:07:23 -07002848 if (huge_pte_dirty(pte))
Ken Chen6649a382007-02-08 14:20:27 -08002849 set_page_dirty(page);
Hillf Danton9e811302012-03-21 16:34:03 -07002850
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002851 page_remove_rmap(page);
2852 force_flush = !__tlb_remove_page(tlb, page);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002853 if (force_flush) {
Hillf Danton569f48b2014-12-10 15:44:41 -08002854 address += sz;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002855 spin_unlock(ptl);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002856 break;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002857 }
Hillf Danton9e811302012-03-21 16:34:03 -07002858 /* Bail out after unmapping reference page if supplied */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002859 if (ref_page) {
2860 spin_unlock(ptl);
Hillf Danton9e811302012-03-21 16:34:03 -07002861 break;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002862 }
2863unlock:
2864 spin_unlock(ptl);
David Gibson63551ae2005-06-21 17:14:44 -07002865 }
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002866 /*
2867 * mmu_gather ran out of room to batch pages, we break out of
2868 * the PTE lock to avoid doing the potential expensive TLB invalidate
2869 * and page-free while holding it.
2870 */
2871 if (force_flush) {
2872 force_flush = 0;
2873 tlb_flush_mmu(tlb);
2874 if (address < end && !ref_page)
2875 goto again;
Chen, Kenneth Wfe1668a2006-10-04 02:15:24 -07002876 }
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07002877 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002878 tlb_end_vma(tlb, vma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879}
David Gibson63551ae2005-06-21 17:14:44 -07002880
Mel Gormand8333522012-07-31 16:46:20 -07002881void __unmap_hugepage_range_final(struct mmu_gather *tlb,
2882 struct vm_area_struct *vma, unsigned long start,
2883 unsigned long end, struct page *ref_page)
2884{
2885 __unmap_hugepage_range(tlb, vma, start, end, ref_page);
2886
2887 /*
2888 * Clear this flag so that x86's huge_pmd_share page_table_shareable
2889 * test will fail on a vma being torn down, and not grab a page table
2890 * on its way out. We're lucky that the flag has such an appropriate
2891 * name, and can in fact be safely cleared here. We could clear it
2892 * before the __unmap_hugepage_range above, but all that's necessary
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08002893 * is to clear it before releasing the i_mmap_rwsem. This works
Mel Gormand8333522012-07-31 16:46:20 -07002894 * because in the context this is called, the VMA is about to be
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08002895 * destroyed and the i_mmap_rwsem is held.
Mel Gormand8333522012-07-31 16:46:20 -07002896 */
2897 vma->vm_flags &= ~VM_MAYSHARE;
2898}
2899
Chen, Kenneth W502717f2006-10-11 01:20:46 -07002900void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002901 unsigned long end, struct page *ref_page)
Chen, Kenneth W502717f2006-10-11 01:20:46 -07002902{
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002903 struct mm_struct *mm;
2904 struct mmu_gather tlb;
2905
2906 mm = vma->vm_mm;
2907
Linus Torvalds2b047252013-08-15 11:42:25 -07002908 tlb_gather_mmu(&tlb, mm, start, end);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002909 __unmap_hugepage_range(&tlb, vma, start, end, ref_page);
2910 tlb_finish_mmu(&tlb, start, end);
Chen, Kenneth W502717f2006-10-11 01:20:46 -07002911}
2912
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002913/*
2914 * This is called when the original mapper is failing to COW a MAP_PRIVATE
2915 * mappping it owns the reserve page for. The intention is to unmap the page
2916 * from other VMAs and let the children be SIGKILLed if they are faulting the
2917 * same region.
2918 */
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07002919static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
2920 struct page *page, unsigned long address)
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002921{
Adam Litke75266742008-11-12 13:24:56 -08002922 struct hstate *h = hstate_vma(vma);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002923 struct vm_area_struct *iter_vma;
2924 struct address_space *mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002925 pgoff_t pgoff;
2926
2927 /*
2928 * vm_pgoff is in PAGE_SIZE units, hence the different calculation
2929 * from page cache lookup which is in HPAGE_SIZE units.
2930 */
Adam Litke75266742008-11-12 13:24:56 -08002931 address = address & huge_page_mask(h);
Michal Hocko36e4f202012-10-08 16:33:31 -07002932 pgoff = ((address - vma->vm_start) >> PAGE_SHIFT) +
2933 vma->vm_pgoff;
Al Viro496ad9a2013-01-23 17:07:38 -05002934 mapping = file_inode(vma->vm_file)->i_mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002935
Mel Gorman4eb2b1d2009-12-14 17:59:53 -08002936 /*
2937 * Take the mapping lock for the duration of the table walk. As
2938 * this mapping should be shared between all the VMAs,
2939 * __unmap_hugepage_range() is called as the lock is already held
2940 */
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08002941 i_mmap_lock_write(mapping);
Michel Lespinasse6b2dbba2012-10-08 16:31:25 -07002942 vma_interval_tree_foreach(iter_vma, &mapping->i_mmap, pgoff, pgoff) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002943 /* Do not unmap the current VMA */
2944 if (iter_vma == vma)
2945 continue;
2946
2947 /*
2948 * Unmap the page from other VMAs without their own reserves.
2949 * They get marked to be SIGKILLed if they fault in these
2950 * areas. This is because a future no-page fault on this VMA
2951 * could insert a zeroed page instead of the data existing
2952 * from the time of fork. This would look like data corruption
2953 */
2954 if (!is_vma_resv_set(iter_vma, HPAGE_RESV_OWNER))
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07002955 unmap_hugepage_range(iter_vma, address,
2956 address + huge_page_size(h), page);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002957 }
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08002958 i_mmap_unlock_write(mapping);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002959}
2960
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09002961/*
2962 * Hugetlb_cow() should be called with page lock of the original hugepage held.
Michal Hockoef009b22012-01-10 15:07:21 -08002963 * Called with hugetlb_instantiation_mutex held and pte_page locked so we
2964 * cannot race with other handlers or page migration.
2965 * Keep the pte_same checks anyway to make transition from the mutex easier.
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09002966 */
David Gibson1e8f8892006-01-06 00:10:44 -08002967static int hugetlb_cow(struct mm_struct *mm, struct vm_area_struct *vma,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002968 unsigned long address, pte_t *ptep, pte_t pte,
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08002969 struct page *pagecache_page, spinlock_t *ptl)
David Gibson1e8f8892006-01-06 00:10:44 -08002970{
Andi Kleena5516432008-07-23 21:27:41 -07002971 struct hstate *h = hstate_vma(vma);
David Gibson1e8f8892006-01-06 00:10:44 -08002972 struct page *old_page, *new_page;
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07002973 int ret = 0, outside_reserve = 0;
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07002974 unsigned long mmun_start; /* For mmu_notifiers */
2975 unsigned long mmun_end; /* For mmu_notifiers */
David Gibson1e8f8892006-01-06 00:10:44 -08002976
2977 old_page = pte_page(pte);
2978
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002979retry_avoidcopy:
David Gibson1e8f8892006-01-06 00:10:44 -08002980 /* If no-one else is actually using this page, avoid the copy
2981 * and just make the page writable */
Joonsoo Kim37a21402013-09-11 14:21:04 -07002982 if (page_mapcount(old_page) == 1 && PageAnon(old_page)) {
2983 page_move_anon_rmap(old_page, vma, address);
David Gibson1e8f8892006-01-06 00:10:44 -08002984 set_huge_ptep_writable(vma, address, ptep);
Nick Piggin83c54072007-07-19 01:47:05 -07002985 return 0;
David Gibson1e8f8892006-01-06 00:10:44 -08002986 }
2987
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002988 /*
2989 * If the process that created a MAP_PRIVATE mapping is about to
2990 * perform a COW due to a shared page count, attempt to satisfy
2991 * the allocation without using the existing reserves. The pagecache
2992 * page is used to determine if the reserve at this address was
2993 * consumed or not. If reserves were used, a partial faulted mapping
2994 * at the time of fork() could consume its reserves on COW instead
2995 * of the full address range.
2996 */
Joonsoo Kim5944d012013-09-11 14:21:55 -07002997 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER) &&
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002998 old_page != pagecache_page)
2999 outside_reserve = 1;
3000
David Gibson1e8f8892006-01-06 00:10:44 -08003001 page_cache_get(old_page);
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003002
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003003 /*
3004 * Drop page table lock as buddy allocator may be called. It will
3005 * be acquired again before returning to the caller, as expected.
3006 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003007 spin_unlock(ptl);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003008 new_page = alloc_huge_page(vma, address, outside_reserve);
David Gibson1e8f8892006-01-06 00:10:44 -08003009
Adam Litke2fc39ce2007-11-14 16:59:39 -08003010 if (IS_ERR(new_page)) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003011 /*
3012 * If a process owning a MAP_PRIVATE mapping fails to COW,
3013 * it is due to references held by a child and an insufficient
3014 * huge page pool. To guarantee the original mappers
3015 * reliability, unmap the page from child processes. The child
3016 * may get SIGKILLed if it later faults.
3017 */
3018 if (outside_reserve) {
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003019 page_cache_release(old_page);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003020 BUG_ON(huge_pte_none(pte));
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07003021 unmap_ref_private(mm, vma, old_page, address);
3022 BUG_ON(huge_pte_none(pte));
3023 spin_lock(ptl);
3024 ptep = huge_pte_offset(mm, address & huge_page_mask(h));
3025 if (likely(ptep &&
3026 pte_same(huge_ptep_get(ptep), pte)))
3027 goto retry_avoidcopy;
3028 /*
3029 * race occurs while re-acquiring page table
3030 * lock, and our job is done.
3031 */
3032 return 0;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003033 }
3034
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003035 ret = (PTR_ERR(new_page) == -ENOMEM) ?
3036 VM_FAULT_OOM : VM_FAULT_SIGBUS;
3037 goto out_release_old;
David Gibson1e8f8892006-01-06 00:10:44 -08003038 }
3039
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003040 /*
3041 * When the original hugepage is shared one, it does not have
3042 * anon_vma prepared.
3043 */
Dean Nelson44e2aa92010-10-26 14:22:08 -07003044 if (unlikely(anon_vma_prepare(vma))) {
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003045 ret = VM_FAULT_OOM;
3046 goto out_release_all;
Dean Nelson44e2aa92010-10-26 14:22:08 -07003047 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003048
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08003049 copy_user_huge_page(new_page, old_page, address, vma,
3050 pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08003051 __SetPageUptodate(new_page);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003052 set_page_huge_active(new_page);
David Gibson1e8f8892006-01-06 00:10:44 -08003053
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003054 mmun_start = address & huge_page_mask(h);
3055 mmun_end = mmun_start + huge_page_size(h);
3056 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003057
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003058 /*
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003059 * Retake the page table lock to check for racing updates
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08003060 * before the page tables are altered
3061 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003062 spin_lock(ptl);
Andi Kleena5516432008-07-23 21:27:41 -07003063 ptep = huge_pte_offset(mm, address & huge_page_mask(h));
Naoya Horiguchia9af0c52014-04-07 15:36:54 -07003064 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) {
Joonsoo Kim07443a82013-09-11 14:21:58 -07003065 ClearPagePrivate(new_page);
3066
David Gibson1e8f8892006-01-06 00:10:44 -08003067 /* Break COW */
Gerald Schaefer8fe627e2008-04-28 02:13:28 -07003068 huge_ptep_clear_flush(vma, address, ptep);
Joerg Roedel34ee6452014-11-13 13:46:09 +11003069 mmu_notifier_invalidate_range(mm, mmun_start, mmun_end);
David Gibson1e8f8892006-01-06 00:10:44 -08003070 set_huge_pte_at(mm, address, ptep,
3071 make_huge_pte(vma, new_page, 1));
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003072 page_remove_rmap(old_page);
Naoya Horiguchicd67f0d2010-09-10 13:23:04 +09003073 hugepage_add_new_anon_rmap(new_page, vma, address);
David Gibson1e8f8892006-01-06 00:10:44 -08003074 /* Make the old page be freed below */
3075 new_page = old_page;
3076 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003077 spin_unlock(ptl);
Sagi Grimberg2ec74c32012-10-08 16:33:33 -07003078 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003079out_release_all:
David Gibson1e8f8892006-01-06 00:10:44 -08003080 page_cache_release(new_page);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003081out_release_old:
David Gibson1e8f8892006-01-06 00:10:44 -08003082 page_cache_release(old_page);
Joonsoo Kim83120342013-09-11 14:21:57 -07003083
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07003084 spin_lock(ptl); /* Caller expects lock to be held */
3085 return ret;
David Gibson1e8f8892006-01-06 00:10:44 -08003086}
3087
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003088/* Return the pagecache page at a given address within a VMA */
Andi Kleena5516432008-07-23 21:27:41 -07003089static struct page *hugetlbfs_pagecache_page(struct hstate *h,
3090 struct vm_area_struct *vma, unsigned long address)
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003091{
3092 struct address_space *mapping;
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -07003093 pgoff_t idx;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003094
3095 mapping = vma->vm_file->f_mapping;
Andi Kleena5516432008-07-23 21:27:41 -07003096 idx = vma_hugecache_offset(h, vma, address);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003097
3098 return find_lock_page(mapping, idx);
3099}
3100
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003101/*
3102 * Return whether there is a pagecache page to back given address within VMA.
3103 * Caller follow_hugetlb_page() holds page_table_lock so we cannot lock_page.
3104 */
3105static bool hugetlbfs_pagecache_present(struct hstate *h,
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003106 struct vm_area_struct *vma, unsigned long address)
3107{
3108 struct address_space *mapping;
3109 pgoff_t idx;
3110 struct page *page;
3111
3112 mapping = vma->vm_file->f_mapping;
3113 idx = vma_hugecache_offset(h, vma, address);
3114
3115 page = find_get_page(mapping, idx);
3116 if (page)
3117 put_page(page);
3118 return page != NULL;
3119}
3120
Robert P. J. Daya1ed3dd2007-07-17 04:03:33 -07003121static int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma,
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003122 struct address_space *mapping, pgoff_t idx,
3123 unsigned long address, pte_t *ptep, unsigned int flags)
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003124{
Andi Kleena5516432008-07-23 21:27:41 -07003125 struct hstate *h = hstate_vma(vma);
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003126 int ret = VM_FAULT_SIGBUS;
Hillf Danton409eb8c2012-01-20 14:34:13 -08003127 int anon_rmap = 0;
Adam Litke4c887262005-10-29 18:16:46 -07003128 unsigned long size;
Adam Litke4c887262005-10-29 18:16:46 -07003129 struct page *page;
David Gibson1e8f8892006-01-06 00:10:44 -08003130 pte_t new_pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003131 spinlock_t *ptl;
Adam Litke4c887262005-10-29 18:16:46 -07003132
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003133 /*
3134 * Currently, we are forced to kill the process in the event the
3135 * original mapper has unmapped pages from the child due to a failed
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003136 * COW. Warn that such a situation has occurred as it may not be obvious
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003137 */
3138 if (is_vma_resv_set(vma, HPAGE_RESV_UNMAPPED)) {
Andrew Mortonffb22af2013-02-22 16:32:08 -08003139 pr_warning("PID %d killed due to inadequate hugepage pool\n",
3140 current->pid);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003141 return ret;
3142 }
3143
Adam Litke4c887262005-10-29 18:16:46 -07003144 /*
3145 * Use page lock to guard against racing truncation
3146 * before we get page_table_lock.
3147 */
Christoph Lameter6bda6662006-01-06 00:10:49 -08003148retry:
3149 page = find_lock_page(mapping, idx);
3150 if (!page) {
Andi Kleena5516432008-07-23 21:27:41 -07003151 size = i_size_read(mapping->host) >> huge_page_shift(h);
Hugh Dickinsebed4bf2006-10-28 10:38:43 -07003152 if (idx >= size)
3153 goto out;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07003154 page = alloc_huge_page(vma, address, 0);
Adam Litke2fc39ce2007-11-14 16:59:39 -08003155 if (IS_ERR(page)) {
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07003156 ret = PTR_ERR(page);
3157 if (ret == -ENOMEM)
3158 ret = VM_FAULT_OOM;
3159 else
3160 ret = VM_FAULT_SIGBUS;
Christoph Lameter6bda6662006-01-06 00:10:49 -08003161 goto out;
3162 }
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08003163 clear_huge_page(page, address, pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08003164 __SetPageUptodate(page);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003165 set_page_huge_active(page);
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003166
Mel Gormanf83a2752009-05-28 14:34:40 -07003167 if (vma->vm_flags & VM_MAYSHARE) {
Christoph Lameter6bda6662006-01-06 00:10:49 -08003168 int err;
Ken Chen45c682a2007-11-14 16:59:44 -08003169 struct inode *inode = mapping->host;
Christoph Lameter6bda6662006-01-06 00:10:49 -08003170
3171 err = add_to_page_cache(page, mapping, idx, GFP_KERNEL);
3172 if (err) {
3173 put_page(page);
Christoph Lameter6bda6662006-01-06 00:10:49 -08003174 if (err == -EEXIST)
3175 goto retry;
3176 goto out;
3177 }
Joonsoo Kim07443a82013-09-11 14:21:58 -07003178 ClearPagePrivate(page);
Ken Chen45c682a2007-11-14 16:59:44 -08003179
3180 spin_lock(&inode->i_lock);
Andi Kleena5516432008-07-23 21:27:41 -07003181 inode->i_blocks += blocks_per_huge_page(h);
Ken Chen45c682a2007-11-14 16:59:44 -08003182 spin_unlock(&inode->i_lock);
Mel Gorman23be7462010-04-23 13:17:56 -04003183 } else {
Christoph Lameter6bda6662006-01-06 00:10:49 -08003184 lock_page(page);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003185 if (unlikely(anon_vma_prepare(vma))) {
3186 ret = VM_FAULT_OOM;
3187 goto backout_unlocked;
3188 }
Hillf Danton409eb8c2012-01-20 14:34:13 -08003189 anon_rmap = 1;
Mel Gorman23be7462010-04-23 13:17:56 -04003190 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003191 } else {
Naoya Horiguchi998b4382010-09-08 10:19:32 +09003192 /*
3193 * If memory error occurs between mmap() and fault, some process
3194 * don't have hwpoisoned swap entry for errored virtual address.
3195 * So we need to block hugepage fault by PG_hwpoison bit check.
3196 */
3197 if (unlikely(PageHWPoison(page))) {
Chris Forbes32f84522011-07-25 17:12:14 -07003198 ret = VM_FAULT_HWPOISON |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003199 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchi998b4382010-09-08 10:19:32 +09003200 goto backout_unlocked;
3201 }
Christoph Lameter6bda6662006-01-06 00:10:49 -08003202 }
David Gibson1e8f8892006-01-06 00:10:44 -08003203
Andy Whitcroft57303d82008-08-12 15:08:47 -07003204 /*
3205 * If we are going to COW a private mapping later, we examine the
3206 * pending reservations for this page now. This will ensure that
3207 * any allocations necessary to record that reservation occur outside
3208 * the spinlock.
3209 */
Hugh Dickins788c7df2009-06-23 13:49:05 +01003210 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED))
Andy Whitcroft2b267362008-08-12 15:08:49 -07003211 if (vma_needs_reservation(h, vma, address) < 0) {
3212 ret = VM_FAULT_OOM;
3213 goto backout_unlocked;
3214 }
Andy Whitcroft57303d82008-08-12 15:08:47 -07003215
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003216 ptl = huge_pte_lockptr(h, mm, ptep);
3217 spin_lock(ptl);
Andi Kleena5516432008-07-23 21:27:41 -07003218 size = i_size_read(mapping->host) >> huge_page_shift(h);
Adam Litke4c887262005-10-29 18:16:46 -07003219 if (idx >= size)
3220 goto backout;
3221
Nick Piggin83c54072007-07-19 01:47:05 -07003222 ret = 0;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003223 if (!huge_pte_none(huge_ptep_get(ptep)))
Adam Litke4c887262005-10-29 18:16:46 -07003224 goto backout;
3225
Joonsoo Kim07443a82013-09-11 14:21:58 -07003226 if (anon_rmap) {
3227 ClearPagePrivate(page);
Hillf Danton409eb8c2012-01-20 14:34:13 -08003228 hugepage_add_new_anon_rmap(page, vma, address);
Choi Gi-yongac714902014-04-07 15:37:36 -07003229 } else
Hillf Danton409eb8c2012-01-20 14:34:13 -08003230 page_dup_rmap(page);
David Gibson1e8f8892006-01-06 00:10:44 -08003231 new_pte = make_huge_pte(vma, page, ((vma->vm_flags & VM_WRITE)
3232 && (vma->vm_flags & VM_SHARED)));
3233 set_huge_pte_at(mm, address, ptep, new_pte);
3234
Hugh Dickins788c7df2009-06-23 13:49:05 +01003235 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
David Gibson1e8f8892006-01-06 00:10:44 -08003236 /* Optimization, do the COW without a second fault */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003237 ret = hugetlb_cow(mm, vma, address, ptep, new_pte, page, ptl);
David Gibson1e8f8892006-01-06 00:10:44 -08003238 }
3239
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003240 spin_unlock(ptl);
Adam Litke4c887262005-10-29 18:16:46 -07003241 unlock_page(page);
3242out:
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003243 return ret;
Adam Litke4c887262005-10-29 18:16:46 -07003244
3245backout:
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003246 spin_unlock(ptl);
Andy Whitcroft2b267362008-08-12 15:08:49 -07003247backout_unlocked:
Adam Litke4c887262005-10-29 18:16:46 -07003248 unlock_page(page);
3249 put_page(page);
3250 goto out;
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01003251}
3252
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003253#ifdef CONFIG_SMP
3254static u32 fault_mutex_hash(struct hstate *h, struct mm_struct *mm,
3255 struct vm_area_struct *vma,
3256 struct address_space *mapping,
3257 pgoff_t idx, unsigned long address)
3258{
3259 unsigned long key[2];
3260 u32 hash;
3261
3262 if (vma->vm_flags & VM_SHARED) {
3263 key[0] = (unsigned long) mapping;
3264 key[1] = idx;
3265 } else {
3266 key[0] = (unsigned long) mm;
3267 key[1] = address >> huge_page_shift(h);
3268 }
3269
3270 hash = jhash2((u32 *)&key, sizeof(key)/sizeof(u32), 0);
3271
3272 return hash & (num_fault_mutexes - 1);
3273}
3274#else
3275/*
3276 * For uniprocesor systems we always use a single mutex, so just
3277 * return 0 and avoid the hashing overhead.
3278 */
3279static u32 fault_mutex_hash(struct hstate *h, struct mm_struct *mm,
3280 struct vm_area_struct *vma,
3281 struct address_space *mapping,
3282 pgoff_t idx, unsigned long address)
3283{
3284 return 0;
3285}
3286#endif
3287
Adam Litke86e52162006-01-06 00:10:43 -08003288int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
Hugh Dickins788c7df2009-06-23 13:49:05 +01003289 unsigned long address, unsigned int flags)
Adam Litke86e52162006-01-06 00:10:43 -08003290{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003291 pte_t *ptep, entry;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003292 spinlock_t *ptl;
David Gibson1e8f8892006-01-06 00:10:44 -08003293 int ret;
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003294 u32 hash;
3295 pgoff_t idx;
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003296 struct page *page = NULL;
Andy Whitcroft57303d82008-08-12 15:08:47 -07003297 struct page *pagecache_page = NULL;
Andi Kleena5516432008-07-23 21:27:41 -07003298 struct hstate *h = hstate_vma(vma);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003299 struct address_space *mapping;
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003300 int need_wait_lock = 0;
Adam Litke86e52162006-01-06 00:10:43 -08003301
KAMEZAWA Hiroyuki1e16a532012-01-10 15:07:22 -08003302 address &= huge_page_mask(h);
3303
Naoya Horiguchifd6a03ed2010-05-28 09:29:21 +09003304 ptep = huge_pte_offset(mm, address);
3305 if (ptep) {
3306 entry = huge_ptep_get(ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09003307 if (unlikely(is_hugetlb_entry_migration(entry))) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003308 migration_entry_wait_huge(vma, mm, ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09003309 return 0;
3310 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry)))
Chris Forbes32f84522011-07-25 17:12:14 -07003311 return VM_FAULT_HWPOISON_LARGE |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003312 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchifd6a03ed2010-05-28 09:29:21 +09003313 }
3314
Andi Kleena5516432008-07-23 21:27:41 -07003315 ptep = huge_pte_alloc(mm, address, huge_page_size(h));
Adam Litke86e52162006-01-06 00:10:43 -08003316 if (!ptep)
3317 return VM_FAULT_OOM;
3318
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003319 mapping = vma->vm_file->f_mapping;
3320 idx = vma_hugecache_offset(h, vma, address);
3321
David Gibson3935baa2006-03-22 00:08:53 -08003322 /*
3323 * Serialize hugepage allocation and instantiation, so that we don't
3324 * get spurious allocation failures if two CPUs race to instantiate
3325 * the same page in the page cache.
3326 */
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003327 hash = fault_mutex_hash(h, mm, vma, mapping, idx, address);
3328 mutex_lock(&htlb_fault_mutex_table[hash]);
3329
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003330 entry = huge_ptep_get(ptep);
3331 if (huge_pte_none(entry)) {
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003332 ret = hugetlb_no_page(mm, vma, mapping, idx, address, ptep, flags);
David Gibsonb4d1d992008-10-15 22:01:11 -07003333 goto out_mutex;
David Gibson3935baa2006-03-22 00:08:53 -08003334 }
Adam Litke86e52162006-01-06 00:10:43 -08003335
Nick Piggin83c54072007-07-19 01:47:05 -07003336 ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08003337
Andy Whitcroft57303d82008-08-12 15:08:47 -07003338 /*
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003339 * entry could be a migration/hwpoison entry at this point, so this
3340 * check prevents the kernel from going below assuming that we have
3341 * a active hugepage in pagecache. This goto expects the 2nd page fault,
3342 * and is_hugetlb_entry_(migration|hwpoisoned) check will properly
3343 * handle it.
3344 */
3345 if (!pte_present(entry))
3346 goto out_mutex;
3347
3348 /*
Andy Whitcroft57303d82008-08-12 15:08:47 -07003349 * If we are going to COW the mapping later, we examine the pending
3350 * reservations for this page now. This will ensure that any
3351 * allocations necessary to record that reservation occur outside the
3352 * spinlock. For private mappings, we also lookup the pagecache
3353 * page now as it is used to determine if a reservation has been
3354 * consumed.
3355 */
Gerald Schaefer106c9922013-04-29 15:07:23 -07003356 if ((flags & FAULT_FLAG_WRITE) && !huge_pte_write(entry)) {
Andy Whitcroft2b267362008-08-12 15:08:49 -07003357 if (vma_needs_reservation(h, vma, address) < 0) {
3358 ret = VM_FAULT_OOM;
David Gibsonb4d1d992008-10-15 22:01:11 -07003359 goto out_mutex;
Andy Whitcroft2b267362008-08-12 15:08:49 -07003360 }
Andy Whitcroft57303d82008-08-12 15:08:47 -07003361
Mel Gormanf83a2752009-05-28 14:34:40 -07003362 if (!(vma->vm_flags & VM_MAYSHARE))
Andy Whitcroft57303d82008-08-12 15:08:47 -07003363 pagecache_page = hugetlbfs_pagecache_page(h,
3364 vma, address);
3365 }
3366
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003367 ptl = huge_pte_lock(h, mm, ptep);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09003368
David Gibson1e8f8892006-01-06 00:10:44 -08003369 /* Check for a racing update before calling hugetlb_cow */
David Gibsonb4d1d992008-10-15 22:01:11 -07003370 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003371 goto out_ptl;
David Gibsonb4d1d992008-10-15 22:01:11 -07003372
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003373 /*
3374 * hugetlb_cow() requires page locks of pte_page(entry) and
3375 * pagecache_page, so here we need take the former one
3376 * when page != pagecache_page or !pagecache_page.
3377 */
3378 page = pte_page(entry);
3379 if (page != pagecache_page)
3380 if (!trylock_page(page)) {
3381 need_wait_lock = 1;
3382 goto out_ptl;
3383 }
3384
3385 get_page(page);
David Gibsonb4d1d992008-10-15 22:01:11 -07003386
Hugh Dickins788c7df2009-06-23 13:49:05 +01003387 if (flags & FAULT_FLAG_WRITE) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07003388 if (!huge_pte_write(entry)) {
Andy Whitcroft57303d82008-08-12 15:08:47 -07003389 ret = hugetlb_cow(mm, vma, address, ptep, entry,
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003390 pagecache_page, ptl);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003391 goto out_put_page;
David Gibsonb4d1d992008-10-15 22:01:11 -07003392 }
Gerald Schaefer106c9922013-04-29 15:07:23 -07003393 entry = huge_pte_mkdirty(entry);
David Gibsonb4d1d992008-10-15 22:01:11 -07003394 }
3395 entry = pte_mkyoung(entry);
Hugh Dickins788c7df2009-06-23 13:49:05 +01003396 if (huge_ptep_set_access_flags(vma, address, ptep, entry,
3397 flags & FAULT_FLAG_WRITE))
Russell King4b3073e2009-12-18 16:40:18 +00003398 update_mmu_cache(vma, address, ptep);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003399out_put_page:
3400 if (page != pagecache_page)
3401 unlock_page(page);
3402 put_page(page);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003403out_ptl:
3404 spin_unlock(ptl);
Andy Whitcroft57303d82008-08-12 15:08:47 -07003405
3406 if (pagecache_page) {
3407 unlock_page(pagecache_page);
3408 put_page(pagecache_page);
3409 }
David Gibsonb4d1d992008-10-15 22:01:11 -07003410out_mutex:
Davidlohr Bueso8382d912014-04-03 14:47:31 -07003411 mutex_unlock(&htlb_fault_mutex_table[hash]);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08003412 /*
3413 * Generally it's safe to hold refcount during waiting page lock. But
3414 * here we just wait to defer the next page fault to avoid busy loop and
3415 * the page is not used after unlocked before returning from the current
3416 * page fault. So we are safe from accessing freed page, even if we wait
3417 * here without taking refcount.
3418 */
3419 if (need_wait_lock)
3420 wait_on_page_locked(page);
David Gibson1e8f8892006-01-06 00:10:44 -08003421 return ret;
Adam Litke86e52162006-01-06 00:10:43 -08003422}
3423
Michel Lespinasse28a35712013-02-22 16:35:55 -08003424long follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma,
3425 struct page **pages, struct vm_area_struct **vmas,
3426 unsigned long *position, unsigned long *nr_pages,
3427 long i, unsigned int flags)
David Gibson63551ae2005-06-21 17:14:44 -07003428{
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003429 unsigned long pfn_offset;
3430 unsigned long vaddr = *position;
Michel Lespinasse28a35712013-02-22 16:35:55 -08003431 unsigned long remainder = *nr_pages;
Andi Kleena5516432008-07-23 21:27:41 -07003432 struct hstate *h = hstate_vma(vma);
David Gibson63551ae2005-06-21 17:14:44 -07003433
David Gibson63551ae2005-06-21 17:14:44 -07003434 while (vaddr < vma->vm_end && remainder) {
Adam Litke4c887262005-10-29 18:16:46 -07003435 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003436 spinlock_t *ptl = NULL;
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003437 int absent;
Adam Litke4c887262005-10-29 18:16:46 -07003438 struct page *page;
3439
3440 /*
David Rientjes02057962015-04-14 15:48:24 -07003441 * If we have a pending SIGKILL, don't keep faulting pages and
3442 * potentially allocating memory.
3443 */
3444 if (unlikely(fatal_signal_pending(current))) {
3445 remainder = 0;
3446 break;
3447 }
3448
3449 /*
Adam Litke4c887262005-10-29 18:16:46 -07003450 * Some archs (sparc64, sh*) have multiple pte_ts to
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003451 * each hugepage. We have to make sure we get the
Adam Litke4c887262005-10-29 18:16:46 -07003452 * first, for the page indexing below to work.
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003453 *
3454 * Note that page table lock is not held when pte is null.
Adam Litke4c887262005-10-29 18:16:46 -07003455 */
Andi Kleena5516432008-07-23 21:27:41 -07003456 pte = huge_pte_offset(mm, vaddr & huge_page_mask(h));
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003457 if (pte)
3458 ptl = huge_pte_lock(h, mm, pte);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003459 absent = !pte || huge_pte_none(huge_ptep_get(pte));
Adam Litke4c887262005-10-29 18:16:46 -07003460
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003461 /*
3462 * When coredumping, it suits get_dump_page if we just return
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003463 * an error where there's an empty slot with no huge pagecache
3464 * to back it. This way, we avoid allocating a hugepage, and
3465 * the sparse dumpfile avoids allocating disk blocks, but its
3466 * huge holes still show up with zeroes where they need to be.
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003467 */
Hugh Dickins3ae77f42009-09-21 17:03:33 -07003468 if (absent && (flags & FOLL_DUMP) &&
3469 !hugetlbfs_pagecache_present(h, vma, vaddr)) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003470 if (pte)
3471 spin_unlock(ptl);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003472 remainder = 0;
3473 break;
3474 }
3475
Naoya Horiguchi9cc3a5b2013-04-17 15:58:30 -07003476 /*
3477 * We need call hugetlb_fault for both hugepages under migration
3478 * (in which case hugetlb_fault waits for the migration,) and
3479 * hwpoisoned hugepages (in which case we need to prevent the
3480 * caller from accessing to them.) In order to do this, we use
3481 * here is_swap_pte instead of is_hugetlb_entry_migration and
3482 * is_hugetlb_entry_hwpoisoned. This is because it simply covers
3483 * both cases, and because we can't follow correct pages
3484 * directly from any kind of swap entries.
3485 */
3486 if (absent || is_swap_pte(huge_ptep_get(pte)) ||
Gerald Schaefer106c9922013-04-29 15:07:23 -07003487 ((flags & FOLL_WRITE) &&
3488 !huge_pte_write(huge_ptep_get(pte)))) {
Adam Litke4c887262005-10-29 18:16:46 -07003489 int ret;
3490
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003491 if (pte)
3492 spin_unlock(ptl);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003493 ret = hugetlb_fault(mm, vma, vaddr,
3494 (flags & FOLL_WRITE) ? FAULT_FLAG_WRITE : 0);
Adam Litkea89182c2007-08-22 14:01:51 -07003495 if (!(ret & VM_FAULT_ERROR))
Adam Litke4c887262005-10-29 18:16:46 -07003496 continue;
3497
3498 remainder = 0;
Adam Litke4c887262005-10-29 18:16:46 -07003499 break;
3500 }
David Gibson63551ae2005-06-21 17:14:44 -07003501
Andi Kleena5516432008-07-23 21:27:41 -07003502 pfn_offset = (vaddr & ~huge_page_mask(h)) >> PAGE_SHIFT;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07003503 page = pte_page(huge_ptep_get(pte));
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003504same_page:
Chen, Kenneth Wd6692182006-03-31 02:29:57 -08003505 if (pages) {
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003506 pages[i] = mem_map_offset(page, pfn_offset);
Andrea Arcangelia0368d42014-01-21 15:48:49 -08003507 get_page_foll(pages[i]);
Chen, Kenneth Wd6692182006-03-31 02:29:57 -08003508 }
David Gibson63551ae2005-06-21 17:14:44 -07003509
3510 if (vmas)
3511 vmas[i] = vma;
3512
3513 vaddr += PAGE_SIZE;
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003514 ++pfn_offset;
David Gibson63551ae2005-06-21 17:14:44 -07003515 --remainder;
3516 ++i;
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003517 if (vaddr < vma->vm_end && remainder &&
Andi Kleena5516432008-07-23 21:27:41 -07003518 pfn_offset < pages_per_huge_page(h)) {
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08003519 /*
3520 * We use pfn_offset to avoid touching the pageframes
3521 * of this compound page.
3522 */
3523 goto same_page;
3524 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003525 spin_unlock(ptl);
David Gibson63551ae2005-06-21 17:14:44 -07003526 }
Michel Lespinasse28a35712013-02-22 16:35:55 -08003527 *nr_pages = remainder;
David Gibson63551ae2005-06-21 17:14:44 -07003528 *position = vaddr;
3529
Hugh Dickins2a15efc2009-09-21 17:03:27 -07003530 return i ? i : -EFAULT;
David Gibson63551ae2005-06-21 17:14:44 -07003531}
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003532
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003533unsigned long hugetlb_change_protection(struct vm_area_struct *vma,
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003534 unsigned long address, unsigned long end, pgprot_t newprot)
3535{
3536 struct mm_struct *mm = vma->vm_mm;
3537 unsigned long start = address;
3538 pte_t *ptep;
3539 pte_t pte;
Andi Kleena5516432008-07-23 21:27:41 -07003540 struct hstate *h = hstate_vma(vma);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003541 unsigned long pages = 0;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003542
3543 BUG_ON(address >= end);
3544 flush_cache_range(vma, address, end);
3545
Rik van Riela5338092014-04-07 15:36:57 -07003546 mmu_notifier_invalidate_range_start(mm, start, end);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003547 i_mmap_lock_write(vma->vm_file->f_mapping);
Andi Kleena5516432008-07-23 21:27:41 -07003548 for (; address < end; address += huge_page_size(h)) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003549 spinlock_t *ptl;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003550 ptep = huge_pte_offset(mm, address);
3551 if (!ptep)
3552 continue;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003553 ptl = huge_pte_lock(h, mm, ptep);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003554 if (huge_pmd_unshare(mm, &address, ptep)) {
3555 pages++;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003556 spin_unlock(ptl);
Chen, Kenneth W39dde652006-12-06 20:32:03 -08003557 continue;
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003558 }
Naoya Horiguchia8bda282015-02-11 15:25:28 -08003559 pte = huge_ptep_get(ptep);
3560 if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) {
3561 spin_unlock(ptl);
3562 continue;
3563 }
3564 if (unlikely(is_hugetlb_entry_migration(pte))) {
3565 swp_entry_t entry = pte_to_swp_entry(pte);
3566
3567 if (is_write_migration_entry(entry)) {
3568 pte_t newpte;
3569
3570 make_migration_entry_read(&entry);
3571 newpte = swp_entry_to_pte(entry);
3572 set_huge_pte_at(mm, address, ptep, newpte);
3573 pages++;
3574 }
3575 spin_unlock(ptl);
3576 continue;
3577 }
3578 if (!huge_pte_none(pte)) {
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003579 pte = huge_ptep_get_and_clear(mm, address, ptep);
Gerald Schaefer106c9922013-04-29 15:07:23 -07003580 pte = pte_mkhuge(huge_pte_modify(pte, newprot));
Tony Lube7517d2013-02-04 14:28:46 -08003581 pte = arch_make_huge_pte(pte, vma, NULL, 0);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003582 set_huge_pte_at(mm, address, ptep, pte);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003583 pages++;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003584 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003585 spin_unlock(ptl);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003586 }
Mel Gormand8333522012-07-31 16:46:20 -07003587 /*
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003588 * Must flush TLB before releasing i_mmap_rwsem: x86's huge_pmd_unshare
Mel Gormand8333522012-07-31 16:46:20 -07003589 * may have cleared our pud entry and done put_page on the page table:
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003590 * once we release i_mmap_rwsem, another task can do the final put_page
Mel Gormand8333522012-07-31 16:46:20 -07003591 * and that page table be reused and filled with junk.
3592 */
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003593 flush_tlb_range(vma, start, end);
Joerg Roedel34ee6452014-11-13 13:46:09 +11003594 mmu_notifier_invalidate_range(mm, start, end);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003595 i_mmap_unlock_write(vma->vm_file->f_mapping);
Rik van Riela5338092014-04-07 15:36:57 -07003596 mmu_notifier_invalidate_range_end(mm, start, end);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01003597
3598 return pages << h->order;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08003599}
3600
Mel Gormana1e78772008-07-23 21:27:23 -07003601int hugetlb_reserve_pages(struct inode *inode,
3602 long from, long to,
Mel Gorman5a6fe122009-02-10 14:02:27 +00003603 struct vm_area_struct *vma,
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09003604 vm_flags_t vm_flags)
Adam Litkee4e574b2007-10-16 01:26:19 -07003605{
Mel Gorman17c9d122009-02-11 16:34:16 +00003606 long ret, chg;
Andi Kleena5516432008-07-23 21:27:41 -07003607 struct hstate *h = hstate_inode(inode);
David Gibson90481622012-03-21 16:34:12 -07003608 struct hugepage_subpool *spool = subpool_inode(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003609 struct resv_map *resv_map;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003610 long gbl_reserve;
Adam Litkee4e574b2007-10-16 01:26:19 -07003611
Mel Gormana1e78772008-07-23 21:27:23 -07003612 /*
Mel Gorman17c9d122009-02-11 16:34:16 +00003613 * Only apply hugepage reservation if asked. At fault time, an
3614 * attempt will be made for VM_NORESERVE to allocate a page
David Gibson90481622012-03-21 16:34:12 -07003615 * without using reserves
Mel Gorman17c9d122009-02-11 16:34:16 +00003616 */
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09003617 if (vm_flags & VM_NORESERVE)
Mel Gorman17c9d122009-02-11 16:34:16 +00003618 return 0;
3619
3620 /*
Mel Gormana1e78772008-07-23 21:27:23 -07003621 * Shared mappings base their reservation on the number of pages that
3622 * are already allocated on behalf of the file. Private mappings need
3623 * to reserve the full area even if read-only as mprotect() may be
3624 * called to make the mapping read-write. Assume !vma is a shm mapping
3625 */
Joonsoo Kim9119a412014-04-03 14:47:25 -07003626 if (!vma || vma->vm_flags & VM_MAYSHARE) {
Joonsoo Kim4e35f482014-04-03 14:47:30 -07003627 resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003628
Joonsoo Kim1406ec92014-04-03 14:47:26 -07003629 chg = region_chg(resv_map, from, to);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003630
3631 } else {
3632 resv_map = resv_map_alloc();
Mel Gorman5a6fe122009-02-10 14:02:27 +00003633 if (!resv_map)
3634 return -ENOMEM;
3635
Mel Gorman17c9d122009-02-11 16:34:16 +00003636 chg = to - from;
3637
Mel Gorman5a6fe122009-02-10 14:02:27 +00003638 set_vma_resv_map(vma, resv_map);
3639 set_vma_resv_flags(vma, HPAGE_RESV_OWNER);
3640 }
3641
Dave Hansenc50ac052012-05-29 15:06:46 -07003642 if (chg < 0) {
3643 ret = chg;
3644 goto out_err;
3645 }
Mel Gorman17c9d122009-02-11 16:34:16 +00003646
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003647 /*
3648 * There must be enough pages in the subpool for the mapping. If
3649 * the subpool has a minimum size, there may be some global
3650 * reservations already in place (gbl_reserve).
3651 */
3652 gbl_reserve = hugepage_subpool_get_pages(spool, chg);
3653 if (gbl_reserve < 0) {
Dave Hansenc50ac052012-05-29 15:06:46 -07003654 ret = -ENOSPC;
3655 goto out_err;
3656 }
Mel Gorman17c9d122009-02-11 16:34:16 +00003657
3658 /*
3659 * Check enough hugepages are available for the reservation.
David Gibson90481622012-03-21 16:34:12 -07003660 * Hand the pages back to the subpool if there are not
Mel Gorman17c9d122009-02-11 16:34:16 +00003661 */
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003662 ret = hugetlb_acct_memory(h, gbl_reserve);
Mel Gorman17c9d122009-02-11 16:34:16 +00003663 if (ret < 0) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003664 /* put back original number of pages, chg */
3665 (void)hugepage_subpool_put_pages(spool, chg);
Dave Hansenc50ac052012-05-29 15:06:46 -07003666 goto out_err;
Mel Gorman17c9d122009-02-11 16:34:16 +00003667 }
3668
3669 /*
3670 * Account for the reservations made. Shared mappings record regions
3671 * that have reservations as they are shared by multiple VMAs.
3672 * When the last VMA disappears, the region map says how much
3673 * the reservation was and the page cache tells how much of
3674 * the reservation was consumed. Private mappings are per-VMA and
3675 * only the consumed reservations are tracked. When the VMA
3676 * disappears, the original reservation is the VMA size and the
3677 * consumed reservations are stored in the map. Hence, nothing
3678 * else has to be done for private mappings here
3679 */
Mel Gormanf83a2752009-05-28 14:34:40 -07003680 if (!vma || vma->vm_flags & VM_MAYSHARE)
Joonsoo Kim1406ec92014-04-03 14:47:26 -07003681 region_add(resv_map, from, to);
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003682 return 0;
Dave Hansenc50ac052012-05-29 15:06:46 -07003683out_err:
Joonsoo Kimf031dd22014-04-03 14:47:28 -07003684 if (vma && is_vma_resv_set(vma, HPAGE_RESV_OWNER))
3685 kref_put(&resv_map->refs, resv_map_release);
Dave Hansenc50ac052012-05-29 15:06:46 -07003686 return ret;
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003687}
3688
3689void hugetlb_unreserve_pages(struct inode *inode, long offset, long freed)
3690{
Andi Kleena5516432008-07-23 21:27:41 -07003691 struct hstate *h = hstate_inode(inode);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07003692 struct resv_map *resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07003693 long chg = 0;
David Gibson90481622012-03-21 16:34:12 -07003694 struct hugepage_subpool *spool = subpool_inode(inode);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003695 long gbl_reserve;
Ken Chen45c682a2007-11-14 16:59:44 -08003696
Joonsoo Kim9119a412014-04-03 14:47:25 -07003697 if (resv_map)
Joonsoo Kim1406ec92014-04-03 14:47:26 -07003698 chg = region_truncate(resv_map, offset);
Ken Chen45c682a2007-11-14 16:59:44 -08003699 spin_lock(&inode->i_lock);
Eric Sandeene4c6f8b2009-07-29 15:02:16 -07003700 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
Ken Chen45c682a2007-11-14 16:59:44 -08003701 spin_unlock(&inode->i_lock);
3702
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07003703 /*
3704 * If the subpool has a minimum size, the number of global
3705 * reservations to be released may be adjusted.
3706 */
3707 gbl_reserve = hugepage_subpool_put_pages(spool, (chg - freed));
3708 hugetlb_acct_memory(h, -gbl_reserve);
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07003709}
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003710
Steve Capper3212b532013-04-23 12:35:02 +01003711#ifdef CONFIG_ARCH_WANT_HUGE_PMD_SHARE
3712static unsigned long page_table_shareable(struct vm_area_struct *svma,
3713 struct vm_area_struct *vma,
3714 unsigned long addr, pgoff_t idx)
3715{
3716 unsigned long saddr = ((idx - svma->vm_pgoff) << PAGE_SHIFT) +
3717 svma->vm_start;
3718 unsigned long sbase = saddr & PUD_MASK;
3719 unsigned long s_end = sbase + PUD_SIZE;
3720
3721 /* Allow segments to share if only one is marked locked */
3722 unsigned long vm_flags = vma->vm_flags & ~VM_LOCKED;
3723 unsigned long svm_flags = svma->vm_flags & ~VM_LOCKED;
3724
3725 /*
3726 * match the virtual addresses, permission and the alignment of the
3727 * page table page.
3728 */
3729 if (pmd_index(addr) != pmd_index(saddr) ||
3730 vm_flags != svm_flags ||
3731 sbase < svma->vm_start || svma->vm_end < s_end)
3732 return 0;
3733
3734 return saddr;
3735}
3736
3737static int vma_shareable(struct vm_area_struct *vma, unsigned long addr)
3738{
3739 unsigned long base = addr & PUD_MASK;
3740 unsigned long end = base + PUD_SIZE;
3741
3742 /*
3743 * check on proper vm_flags and page table alignment
3744 */
3745 if (vma->vm_flags & VM_MAYSHARE &&
3746 vma->vm_start <= base && end <= vma->vm_end)
3747 return 1;
3748 return 0;
3749}
3750
3751/*
3752 * Search for a shareable pmd page for hugetlb. In any case calls pmd_alloc()
3753 * and returns the corresponding pte. While this is not necessary for the
3754 * !shared pmd case because we can allocate the pmd later as well, it makes the
3755 * code much cleaner. pmd allocation is essential for the shared case because
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08003756 * pud has to be populated inside the same i_mmap_rwsem section - otherwise
Steve Capper3212b532013-04-23 12:35:02 +01003757 * racing tasks could either miss the sharing (see huge_pte_offset) or select a
3758 * bad pmd for sharing.
3759 */
3760pte_t *huge_pmd_share(struct mm_struct *mm, unsigned long addr, pud_t *pud)
3761{
3762 struct vm_area_struct *vma = find_vma(mm, addr);
3763 struct address_space *mapping = vma->vm_file->f_mapping;
3764 pgoff_t idx = ((addr - vma->vm_start) >> PAGE_SHIFT) +
3765 vma->vm_pgoff;
3766 struct vm_area_struct *svma;
3767 unsigned long saddr;
3768 pte_t *spte = NULL;
3769 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003770 spinlock_t *ptl;
Steve Capper3212b532013-04-23 12:35:02 +01003771
3772 if (!vma_shareable(vma, addr))
3773 return (pte_t *)pmd_alloc(mm, pud, addr);
3774
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003775 i_mmap_lock_write(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01003776 vma_interval_tree_foreach(svma, &mapping->i_mmap, idx, idx) {
3777 if (svma == vma)
3778 continue;
3779
3780 saddr = page_table_shareable(svma, vma, addr, idx);
3781 if (saddr) {
3782 spte = huge_pte_offset(svma->vm_mm, saddr);
3783 if (spte) {
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08003784 mm_inc_nr_pmds(mm);
Steve Capper3212b532013-04-23 12:35:02 +01003785 get_page(virt_to_page(spte));
3786 break;
3787 }
3788 }
3789 }
3790
3791 if (!spte)
3792 goto out;
3793
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003794 ptl = huge_pte_lockptr(hstate_vma(vma), mm, spte);
3795 spin_lock(ptl);
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08003796 if (pud_none(*pud)) {
Steve Capper3212b532013-04-23 12:35:02 +01003797 pud_populate(mm, pud,
3798 (pmd_t *)((unsigned long)spte & PAGE_MASK));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08003799 } else {
Steve Capper3212b532013-04-23 12:35:02 +01003800 put_page(virt_to_page(spte));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08003801 mm_inc_nr_pmds(mm);
3802 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003803 spin_unlock(ptl);
Steve Capper3212b532013-04-23 12:35:02 +01003804out:
3805 pte = (pte_t *)pmd_alloc(mm, pud, addr);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08003806 i_mmap_unlock_write(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01003807 return pte;
3808}
3809
3810/*
3811 * unmap huge page backed by shared pte.
3812 *
3813 * Hugetlb pte page is ref counted at the time of mapping. If pte is shared
3814 * indicated by page_count > 1, unmap is achieved by clearing pud and
3815 * decrementing the ref count. If count == 1, the pte page is not shared.
3816 *
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08003817 * called with page table lock held.
Steve Capper3212b532013-04-23 12:35:02 +01003818 *
3819 * returns: 1 successfully unmapped a shared pte page
3820 * 0 the underlying pte page is not shared, or it is the last user
3821 */
3822int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep)
3823{
3824 pgd_t *pgd = pgd_offset(mm, *addr);
3825 pud_t *pud = pud_offset(pgd, *addr);
3826
3827 BUG_ON(page_count(virt_to_page(ptep)) == 0);
3828 if (page_count(virt_to_page(ptep)) == 1)
3829 return 0;
3830
3831 pud_clear(pud);
3832 put_page(virt_to_page(ptep));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08003833 mm_dec_nr_pmds(mm);
Steve Capper3212b532013-04-23 12:35:02 +01003834 *addr = ALIGN(*addr, HPAGE_SIZE * PTRS_PER_PTE) - HPAGE_SIZE;
3835 return 1;
3836}
Steve Capper9e5fc742013-04-30 08:02:03 +01003837#define want_pmd_share() (1)
3838#else /* !CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
3839pte_t *huge_pmd_share(struct mm_struct *mm, unsigned long addr, pud_t *pud)
3840{
3841 return NULL;
3842}
Zhang Zhene81f2d22015-06-24 16:56:13 -07003843
3844int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep)
3845{
3846 return 0;
3847}
Steve Capper9e5fc742013-04-30 08:02:03 +01003848#define want_pmd_share() (0)
Steve Capper3212b532013-04-23 12:35:02 +01003849#endif /* CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
3850
Steve Capper9e5fc742013-04-30 08:02:03 +01003851#ifdef CONFIG_ARCH_WANT_GENERAL_HUGETLB
3852pte_t *huge_pte_alloc(struct mm_struct *mm,
3853 unsigned long addr, unsigned long sz)
3854{
3855 pgd_t *pgd;
3856 pud_t *pud;
3857 pte_t *pte = NULL;
3858
3859 pgd = pgd_offset(mm, addr);
3860 pud = pud_alloc(mm, pgd, addr);
3861 if (pud) {
3862 if (sz == PUD_SIZE) {
3863 pte = (pte_t *)pud;
3864 } else {
3865 BUG_ON(sz != PMD_SIZE);
3866 if (want_pmd_share() && pud_none(*pud))
3867 pte = huge_pmd_share(mm, addr, pud);
3868 else
3869 pte = (pte_t *)pmd_alloc(mm, pud, addr);
3870 }
3871 }
3872 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte));
3873
3874 return pte;
3875}
3876
3877pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr)
3878{
3879 pgd_t *pgd;
3880 pud_t *pud;
3881 pmd_t *pmd = NULL;
3882
3883 pgd = pgd_offset(mm, addr);
3884 if (pgd_present(*pgd)) {
3885 pud = pud_offset(pgd, addr);
3886 if (pud_present(*pud)) {
3887 if (pud_huge(*pud))
3888 return (pte_t *)pud;
3889 pmd = pmd_offset(pud, addr);
3890 }
3891 }
3892 return (pte_t *) pmd;
3893}
3894
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08003895#endif /* CONFIG_ARCH_WANT_GENERAL_HUGETLB */
3896
3897/*
3898 * These functions are overwritable if your architecture needs its own
3899 * behavior.
3900 */
3901struct page * __weak
3902follow_huge_addr(struct mm_struct *mm, unsigned long address,
3903 int write)
3904{
3905 return ERR_PTR(-EINVAL);
3906}
3907
3908struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01003909follow_huge_pmd(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003910 pmd_t *pmd, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01003911{
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003912 struct page *page = NULL;
3913 spinlock_t *ptl;
3914retry:
3915 ptl = pmd_lockptr(mm, pmd);
3916 spin_lock(ptl);
3917 /*
3918 * make sure that the address range covered by this pmd is not
3919 * unmapped from other threads.
3920 */
3921 if (!pmd_huge(*pmd))
3922 goto out;
3923 if (pmd_present(*pmd)) {
Gerald Schaefer97534122015-04-14 15:42:30 -07003924 page = pmd_page(*pmd) + ((address & ~PMD_MASK) >> PAGE_SHIFT);
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003925 if (flags & FOLL_GET)
3926 get_page(page);
3927 } else {
3928 if (is_hugetlb_entry_migration(huge_ptep_get((pte_t *)pmd))) {
3929 spin_unlock(ptl);
3930 __migration_entry_wait(mm, (pte_t *)pmd, ptl);
3931 goto retry;
3932 }
3933 /*
3934 * hwpoisoned entry is treated as no_page_table in
3935 * follow_page_mask().
3936 */
3937 }
3938out:
3939 spin_unlock(ptl);
Steve Capper9e5fc742013-04-30 08:02:03 +01003940 return page;
3941}
3942
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08003943struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01003944follow_huge_pud(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003945 pud_t *pud, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01003946{
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003947 if (flags & FOLL_GET)
3948 return NULL;
Steve Capper9e5fc742013-04-30 08:02:03 +01003949
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08003950 return pte_page(*(pte_t *)pud) + ((address & ~PUD_MASK) >> PAGE_SHIFT);
Steve Capper9e5fc742013-04-30 08:02:03 +01003951}
3952
Andi Kleend5bd9102010-09-27 09:00:12 +02003953#ifdef CONFIG_MEMORY_FAILURE
3954
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003955/*
3956 * This function is called from memory failure code.
3957 * Assume the caller holds page lock of the head page.
3958 */
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09003959int dequeue_hwpoisoned_huge_page(struct page *hpage)
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003960{
3961 struct hstate *h = page_hstate(hpage);
3962 int nid = page_to_nid(hpage);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09003963 int ret = -EBUSY;
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003964
3965 spin_lock(&hugetlb_lock);
Naoya Horiguchi7e1f0492015-04-15 16:14:41 -07003966 /*
3967 * Just checking !page_huge_active is not enough, because that could be
3968 * an isolated/hwpoisoned hugepage (which have >0 refcount).
3969 */
3970 if (!page_huge_active(hpage) && !page_count(hpage)) {
Naoya Horiguchi56f2fb12012-12-12 13:52:33 -08003971 /*
3972 * Hwpoisoned hugepage isn't linked to activelist or freelist,
3973 * but dangling hpage->lru can trigger list-debug warnings
3974 * (this happens when we call unpoison_memory() on it),
3975 * so let it point to itself with list_del_init().
3976 */
3977 list_del_init(&hpage->lru);
Naoya Horiguchi8c6c2ec2010-09-08 10:19:38 +09003978 set_page_refcounted(hpage);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09003979 h->free_huge_pages--;
3980 h->free_huge_pages_node[nid]--;
3981 ret = 0;
3982 }
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003983 spin_unlock(&hugetlb_lock);
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09003984 return ret;
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09003985}
Naoya Horiguchi6de2b1a2010-09-08 10:19:36 +09003986#endif
Naoya Horiguchi31caf662013-09-11 14:21:59 -07003987
3988bool isolate_huge_page(struct page *page, struct list_head *list)
3989{
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003990 bool ret = true;
3991
Sasha Levin309381fea2014-01-23 15:52:54 -08003992 VM_BUG_ON_PAGE(!PageHead(page), page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07003993 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07003994 if (!page_huge_active(page) || !get_page_unless_zero(page)) {
3995 ret = false;
3996 goto unlock;
3997 }
3998 clear_page_huge_active(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07003999 list_move_tail(&page->lru, list);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004000unlock:
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004001 spin_unlock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004002 return ret;
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004003}
4004
4005void putback_active_hugepage(struct page *page)
4006{
Sasha Levin309381fea2014-01-23 15:52:54 -08004007 VM_BUG_ON_PAGE(!PageHead(page), page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004008 spin_lock(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07004009 set_page_huge_active(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07004010 list_move_tail(&page->lru, &(page_hstate(page))->hugepage_activelist);
4011 spin_unlock(&hugetlb_lock);
4012 put_page(page);
4013}