Joonsoo Kim
9119a41e90
mm, hugetlb: unify region structure handling
...
Currently, to track reserved and allocated regions, we use two different
ways, depending on the mapping. For MAP_SHARED, we use
address_mapping's private_list and, while for MAP_PRIVATE, we use a
resv_map.
Now, we are preparing to change a coarse grained lock which protect a
region structure to fine grained lock, and this difference hinder it.
So, before changing it, unify region structure handling, consistently
using a resv_map regardless of the kind of mapping.
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com >
Signed-off-by: Davidlohr Bueso <davidlohr@hp.com >
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com >
Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com >
Cc: David Gibson <david@gibson.dropbear.id.au >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2014-04-03 16:20:59 -07:00
..
2014-01-28 08:38:04 -08:00
2013-10-24 23:43:27 -04:00
2014-01-25 03:13:01 -05:00
2014-03-07 10:24:50 -05:00
2014-01-23 16:36:59 -08:00
2014-01-25 03:14:38 -05:00
2014-04-03 16:20:57 -07:00
2013-11-13 15:34:18 +09:00
2014-02-17 12:37:13 -08:00
2014-04-03 16:20:50 -07:00
2013-11-09 00:16:21 -05:00
2013-11-21 16:42:27 -08:00
2014-01-25 03:13:02 -05:00
2014-02-19 14:58:17 +01:00
2013-11-13 12:09:36 +09:00
2014-01-25 11:17:34 -08:00
2014-01-25 03:13:00 -05:00
2014-03-04 16:16:16 +00:00
2014-01-25 03:13:02 -05:00
2014-01-23 18:54:14 +02:00
2013-11-09 00:16:38 -05:00
2014-01-25 23:58:19 -05:00
2014-01-28 08:38:04 -08:00
2014-04-03 16:20:57 -07:00
2014-01-30 11:19:05 -08:00
2013-10-24 23:43:28 -04:00
2014-04-03 16:20:50 -07:00
2014-02-17 13:47:35 -08:00
2014-01-28 08:38:04 -08:00
2014-01-30 11:19:05 -08:00
2013-11-13 12:09:32 +09:00
2014-03-10 17:26:21 -07:00
2014-01-26 11:51:09 +01:00
2014-02-02 16:24:07 -08:00
2014-04-03 16:20:59 -07:00
2013-10-24 23:34:59 -04:00
2013-12-04 12:27:46 +01:00
2014-02-17 20:33:01 -05:00
2014-01-28 18:56:37 -08:00
2014-02-13 15:56:05 -06:00
2014-03-08 22:08:29 -08:00
2014-02-13 14:55:02 -05:00
2014-01-30 11:19:05 -08:00
2013-10-24 23:43:28 -04:00
2014-03-09 19:17:39 -07:00
2014-02-18 12:25:57 -05:00
2014-01-30 11:19:05 -08:00
2014-01-25 03:14:05 -05:00
2014-04-03 16:20:51 -07:00
2014-02-09 15:18:09 -05:00
2014-04-03 16:20:57 -07:00
2014-04-02 14:27:15 -07:00
2013-12-20 13:12:01 -08:00
2014-01-25 03:13:03 -05:00
2014-04-03 16:20:54 -07:00
2014-01-23 16:36:58 -08:00
2014-02-17 13:46:33 -08:00
2014-01-23 16:37:04 -08:00
2013-11-24 01:02:50 +00:00
2014-03-25 20:54:57 -07:00
2013-09-29 22:02:02 -04:00
2014-01-23 16:37:03 -08:00
2014-02-20 21:56:00 +01:00
2014-02-27 10:37:22 -08:00
2013-12-22 11:03:49 -08:00
2014-03-27 09:52:54 -07:00
2013-12-05 16:36:21 -06:00
2013-11-09 00:16:26 -05:00
2013-11-09 00:16:30 -05:00
2014-01-23 16:36:58 -08:00
2013-10-24 23:34:54 -04:00
2014-04-01 19:19:15 -07:00
2014-02-18 12:17:47 -08:00
2014-04-03 16:20:57 -07:00
2014-02-20 14:54:28 +01:00
2013-11-14 12:08:14 +09:00
2014-03-04 08:05:21 +00:00
2014-03-06 16:30:44 +01:00
2014-04-02 12:51:41 -07:00
2014-01-23 16:37:01 -08:00
2014-03-23 00:28:40 -04:00
2014-01-29 16:22:40 -08:00
2014-04-03 16:20:57 -07:00
2014-01-25 03:13:04 -05:00
2014-01-02 14:40:30 -08:00
2014-03-06 16:30:43 +01:00
2013-10-24 23:34:54 -04:00
2014-03-10 11:44:41 -04:00
2014-03-31 11:05:24 -07:00
2013-11-06 12:40:26 +01:00
2014-04-03 16:20:49 -07:00
2013-11-09 00:16:44 -05:00
2013-11-09 00:16:20 -05:00
2013-10-24 23:34:54 -04:00
2014-02-07 16:08:57 -08:00
2013-11-15 22:04:17 -05:00
2013-11-13 07:30:53 -05:00
2014-02-07 16:08:57 -08:00
2014-03-30 19:18:51 -04:00
2013-11-23 22:33:47 -08:00
2014-03-23 00:32:55 -04:00
2014-03-30 19:18:51 -04:00
2014-03-10 11:44:41 -04:00
2014-01-23 16:37:00 -08:00
2014-03-30 19:18:51 -04:00
2014-03-30 19:18:51 -04:00
2014-02-03 17:12:37 -05:00
2014-01-23 16:37:02 -08:00
2014-03-31 14:32:17 -07:00
2013-10-24 23:34:54 -04:00
2013-11-13 15:34:18 +09:00
2013-11-18 19:07:53 -08:00
2014-01-22 19:36:57 +01:00
2013-11-09 00:16:31 -05:00
2013-10-12 13:12:31 -07:00
2014-01-31 14:29:36 -05:00
2014-02-22 02:02:28 +01:00
2014-01-23 16:57:40 -08:00
2013-11-09 00:16:44 -05:00