Tejun Heo
edcb463997
percpu, module: implement reserved allocation and use it for module percpu variables
...
Impact: add reserved allocation functionality and use it for module
percpu variables
This patch implements reserved allocation from the first chunk. When
setting up the first chunk, arch can ask to set aside certain number
of bytes right after the core static area which is available only
through a separate reserved allocator. This will be used primarily
for module static percpu variables on architectures with limited
relocation range to ensure that the module perpcu symbols are inside
the relocatable range.
If reserved area is requested, the first chunk becomes reserved and
isn't available for regular allocation. If the first chunk also
includes piggy-back dynamic allocation area, a separate chunk mapping
the same region is created to serve dynamic allocation. The first one
is called static first chunk and the second dynamic first chunk.
Although they share the page map, their different area map
initializations guarantee they serve disjoint areas according to their
purposes.
If arch doesn't setup reserved area, reserved allocation is handled
like any other allocation.
Signed-off-by: Tejun Heo <tj@kernel.org >
2009-03-06 14:33:59 +09:00
..
2009-01-06 18:10:26 -08:00
2009-01-30 19:50:25 +05:30
2009-01-08 15:14:17 -08:00
2009-01-30 19:59:53 +05:30
2009-01-06 17:14:01 -08:00
2009-01-06 11:53:56 -05:00
2009-01-11 01:34:25 +01:00
2009-01-09 12:37:15 -08:00
2009-02-18 15:29:23 +01:00
2009-01-30 23:30:42 +05:30
2009-01-30 23:32:45 +05:30
2009-01-08 20:10:38 +00:00
2009-02-20 17:57:49 -08:00
2009-01-06 11:53:47 -05:00
2009-01-30 23:34:34 +05:30
2009-01-30 23:36:36 +05:30
2009-01-30 23:37:37 +05:30
2008-12-22 18:30:29 +00:00
2009-01-07 10:00:22 -08:00
2009-02-16 00:43:24 +01:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:38:03 +05:30
2005-04-16 15:20:36 -07:00
2008-07-24 10:47:27 -07:00
2008-03-28 22:14:15 -04:00
2009-01-06 11:38:14 -07:00
2009-02-08 09:56:11 -08:00
2008-03-27 14:51:39 -04:00
2009-02-02 22:45:10 -05:00
2009-01-30 23:38:37 +05:30
2009-01-15 16:39:41 -08:00
2005-04-16 15:20:36 -07:00
2008-12-03 22:12:38 -08:00
2009-01-30 23:39:08 +05:30
2007-02-08 15:13:47 +00:00
2009-01-09 11:52:14 -08:00
2007-10-17 08:42:47 -07:00
2006-09-29 17:13:24 -07:00
2005-04-16 15:20:36 -07:00
2009-01-04 15:14:42 -05:00
2009-01-06 15:59:23 -08:00
2009-01-30 23:39:42 +05:30
2005-04-16 15:20:36 -07:00
2009-01-08 08:31:12 -08:00
2008-10-20 08:50:25 -07:00
2009-01-08 15:37:43 +00:00
2008-10-20 08:52:42 -07:00
2009-01-30 23:40:06 +05:30
2009-01-06 15:59:29 -08:00
2009-02-18 10:32:00 +01:00
2008-12-30 09:05:13 +10:30
2008-06-06 11:29:10 -07:00
2009-02-26 10:45:48 +01:00
2009-02-18 10:32:00 +01:00
2009-02-24 11:57:21 +09:00
2005-04-16 15:20:36 -07:00
2009-01-09 16:54:42 -08:00
2009-01-30 23:41:27 +05:30
2009-01-15 16:39:41 -08:00
2008-04-30 08:29:54 -07:00
2009-01-30 23:44:08 +05:30
2009-02-11 14:25:36 -08:00
2009-01-30 23:44:41 +05:30
2009-01-30 22:35:29 +01:00
2005-11-13 18:14:10 -08:00
2008-04-30 08:29:54 -07:00
2009-02-03 19:32:24 +05:30
2008-07-25 10:53:33 -07:00
2009-01-14 14:15:14 +01:00
2009-01-02 12:19:34 -08:00
2009-01-09 16:54:41 -08:00
2005-04-16 15:20:36 -07:00
2009-01-15 16:39:41 -08:00
2009-01-06 09:05:31 +01:00
2009-01-08 08:31:11 -08:00
2005-09-12 08:48:08 -07:00
2008-07-12 08:22:32 -05:00
2009-02-05 16:48:53 +11:00
2005-04-16 15:20:36 -07:00
2009-01-15 16:39:41 -08:00
2006-04-26 12:56:16 +01:00
2008-07-22 17:30:57 -07:00
2009-03-01 00:19:35 -08:00
2009-01-26 19:21:26 -08:00
2009-02-21 14:17:17 -08:00
2008-10-13 09:51:43 -07:00
2009-01-12 20:56:41 +01:00
2009-01-30 23:45:32 +05:30
2008-08-28 11:49:15 -05:00
2008-04-21 11:22:29 -05:00
2008-09-19 10:20:41 +02:00
2009-02-18 15:37:55 -08:00
2007-02-09 17:39:36 -05:00
2009-01-28 07:50:14 -08:00
2009-01-30 23:46:03 +05:30
2009-01-05 08:40:21 -08:00
2006-06-30 18:25:18 +02:00
2008-10-15 12:46:51 +01:00
2007-07-16 09:05:42 -07:00
2009-01-06 11:38:16 -07:00
2009-01-30 23:46:40 +05:30
2009-01-30 23:47:07 +05:30
2009-01-30 23:47:59 +05:30
2009-01-30 23:48:33 +05:30
2009-02-10 00:41:26 +01:00
2009-01-30 23:49:07 +05:30
2008-08-20 13:19:51 -07:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 17:14:59 -08:00
2009-01-08 17:14:59 -08:00
2008-10-16 11:21:30 -07:00
2007-11-08 08:42:46 -05:00
2007-07-17 21:42:44 -04:00
2008-12-29 11:27:46 +02:00
2009-02-05 12:56:46 -08:00
2005-04-16 15:20:36 -07:00
2008-11-20 00:49:27 -08:00
2009-02-18 15:37:56 -08:00
2005-04-16 15:20:36 -07:00
2007-05-08 11:15:31 -07:00
2009-02-18 18:33:04 -08:00
2008-12-01 19:14:02 +01:00
2006-10-02 07:57:12 -07:00
2009-01-02 10:19:38 -08:00
2009-01-30 23:49:39 +05:30
2008-12-29 08:29:51 +01:00
2009-01-06 15:59:01 -08:00
2009-01-30 23:50:12 +05:30
2008-07-20 17:12:36 -07:00
2008-04-18 00:46:24 +02:00
2009-01-30 23:50:37 +05:30
2009-01-30 23:51:17 +05:30
2009-01-04 01:00:51 +01:00
2006-11-08 18:29:25 -08:00
2009-02-10 14:56:59 -08:00
2009-02-24 19:19:49 +01:00
2007-05-01 23:26:34 +02:00
2009-01-26 21:19:52 +01:00
2008-04-22 22:16:46 +02:00
2009-02-24 19:19:49 +01:00
2008-10-24 12:54:18 -04:00
2005-09-14 08:33:24 -04:00
2009-01-30 23:51:41 +05:30
2009-02-25 20:28:24 +01:00
2009-01-30 23:52:16 +05:30
2009-01-30 23:52:41 +05:30
2008-06-11 21:00:38 -07:00
2005-04-16 15:20:36 -07:00
2009-01-30 23:53:12 +05:30
2009-01-26 12:30:12 -08:00
2009-01-30 23:53:40 +05:30
2009-01-30 23:54:53 +05:30
2009-01-30 23:55:45 +05:30
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:56:13 +05:30
2009-01-30 23:56:48 +05:30
2009-02-02 13:27:44 -08:00
2009-02-18 23:31:11 -08:00
2009-01-30 23:57:16 +05:30
2008-08-02 18:36:10 +01:00
2009-02-02 21:40:58 +05:30
2009-01-30 23:57:43 +05:30
2008-07-09 12:09:28 -04:00
2008-10-07 15:34:37 -07:00
2009-02-05 13:04:33 +01:00
2009-01-15 16:39:41 -08:00
2009-02-09 11:03:17 +00:00
2009-01-12 17:39:24 -08:00
2009-03-02 09:43:32 +01:00
2008-10-16 11:21:33 -07:00
2009-01-15 16:39:38 -08:00
2009-01-05 22:46:26 -05:00
2009-01-30 23:58:12 +05:30
2008-02-08 09:22:23 -08:00
2009-01-30 23:59:12 +05:30
2009-01-30 23:58:41 +05:30
2009-01-30 23:59:44 +05:30
2009-01-31 00:00:06 +05:30
2006-04-26 12:56:16 +01:00
2009-01-11 19:13:02 +01:00
2009-01-11 19:13:45 +01:00
2007-09-16 21:13:58 -07:00
2006-09-24 11:13:19 -04:00
2009-01-02 10:19:40 -08:00
2009-02-10 11:15:34 -05:00
2009-01-15 16:39:37 -08:00
2008-12-23 15:21:56 -05:00
2009-01-15 16:39:41 -08:00
2009-03-01 00:19:36 -08:00
2007-04-04 21:12:47 -07:00
2009-02-05 12:56:46 -08:00
2008-11-14 10:39:24 +11:00
2009-01-20 20:52:10 -08:00
2008-04-30 08:29:54 -07:00
2009-02-21 00:09:42 +01:00
2008-07-04 10:40:05 -07:00
2009-02-15 02:47:36 +02:00
2009-02-15 02:47:35 +02:00
2008-09-23 22:01:33 +01:00
2009-01-08 12:38:58 +00:00
2009-01-08 17:55:03 +00:00
2008-12-30 09:26:11 +10:30
2009-02-02 23:04:31 -05:00
2008-02-03 17:45:46 +02:00
2008-04-29 15:57:53 +10:00
2009-01-15 16:39:41 -08:00
2008-02-06 10:41:01 -08:00
2006-06-05 12:29:17 -07:00
2009-01-21 10:39:51 +01:00
2008-12-29 04:59:31 -08:00
2009-01-15 16:39:41 -08:00
2007-05-09 12:30:49 -07:00
2009-01-08 08:31:10 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 16:54:41 -08:00
2008-04-24 14:07:43 -03:00
2009-01-06 15:59:00 -08:00
2009-01-31 00:00:35 +05:30
2008-07-27 01:56:38 +02:00
2009-01-09 22:44:25 +01:00
2009-01-11 17:55:16 +01:00
2009-01-08 08:31:07 -08:00
2009-01-08 12:04:47 +00:00
2009-02-18 15:37:55 -08:00
2009-02-21 00:09:42 +01:00
2005-04-16 15:20:36 -07:00
2009-02-18 15:37:55 -08:00
2008-04-23 00:05:03 -04:00
2009-01-27 16:06:21 -08:00
2009-02-07 08:33:01 -08:00
2008-10-16 11:21:30 -07:00
2009-01-31 00:01:11 +05:30
2008-06-06 11:29:12 -07:00
2008-12-08 14:31:59 +01:00
2008-04-07 12:15:39 -05:00
2008-01-26 15:04:01 +00:00
2008-12-31 18:07:38 -05:00
2008-04-30 08:29:54 -07:00
2009-01-06 11:28:07 +01:00
2006-12-13 09:05:53 -08:00
2006-01-08 20:14:07 -08:00
2009-01-31 00:01:42 +05:30
2009-01-14 21:05:05 -08:00
2007-12-14 13:54:39 -08:00
2005-08-29 16:00:54 -07:00
2008-07-08 02:36:40 -07:00
2008-04-23 16:13:37 -04:00
2009-01-07 17:38:31 -05:00
2006-03-20 13:44:40 -05:00
2008-12-23 15:21:56 -05:00
2009-01-31 00:02:27 +05:30
2006-04-25 14:51:45 +01:00
2007-10-17 08:42:58 -07:00
2009-01-06 15:59:00 -08:00
2009-02-03 19:33:51 +05:30
2005-06-25 16:25:03 -07:00
2009-01-08 16:25:18 +11:00
2008-05-16 23:22:28 +10:00
2009-01-09 15:49:06 -07:00
2009-01-07 22:48:15 +01:00
2009-01-07 09:59:50 -08:00
2009-01-08 08:31:05 -08:00
2009-01-06 15:59:07 -08:00
2007-10-16 09:43:02 -07:00
2009-01-06 15:59:00 -08:00
2008-10-16 11:21:49 -07:00
2009-01-09 03:39:43 -05:00
2009-02-20 17:57:50 -08:00
2009-01-07 11:13:22 -08:00
2009-01-07 11:13:11 -08:00
2009-02-04 16:58:41 -08:00
2009-01-06 17:10:04 -08:00
2009-03-06 14:33:59 +09:00
2009-01-15 16:39:41 -08:00
2009-01-31 00:02:54 +05:30
2008-01-23 19:33:58 -06:00
2009-01-08 08:31:12 -08:00
2009-01-08 08:31:12 -08:00
2009-01-31 00:03:40 +05:30
2009-02-10 17:18:17 -08:00
2009-01-06 10:44:29 -08:00
2009-02-22 10:33:44 -08:00
2009-01-06 15:59:12 -08:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2008-12-12 17:00:07 +01:00
2005-04-16 15:20:36 -07:00
2009-01-31 00:05:30 +05:30
2007-10-19 11:53:41 -07:00
2008-08-15 17:15:23 +02:00
2009-01-07 21:44:20 +01:00
2009-01-07 21:44:20 +01:00
2009-01-16 18:02:10 +01:00
2009-01-15 16:39:41 -08:00
2009-01-31 00:05:59 +05:30
2009-01-10 06:04:33 -08:00
2009-01-05 10:18:08 +01:00
2008-08-15 17:54:39 +02:00
2009-02-03 19:40:03 +05:30
2008-07-26 12:00:04 -07:00
2009-01-15 16:39:37 -08:00
2008-10-30 11:38:45 -07:00
2008-05-25 07:09:47 +02:00
2009-01-06 15:59:28 -08:00
2009-01-06 15:59:07 -08:00
2006-07-13 13:21:35 -07:00
2005-04-16 15:20:36 -07:00
2009-01-31 00:15:57 +05:30
2008-02-13 16:21:18 -08:00
2008-07-23 14:42:09 +02:00
2009-02-13 09:44:22 +01:00
2009-01-07 09:58:22 +11:00
2005-08-29 16:00:54 -07:00
2009-02-18 15:37:53 -08:00
2009-02-20 17:57:50 -08:00
2009-01-31 00:06:33 +05:30
2009-02-17 21:24:05 -08:00
2009-01-27 23:48:59 +02:00
2009-02-20 17:57:48 -08:00
2008-04-30 08:29:54 -07:00
2005-04-16 15:20:36 -07:00
2008-09-09 17:41:42 +02:00
2008-10-22 07:00:38 -04:00
2009-02-05 22:27:57 +01:00
2008-11-24 21:27:22 -08:00
2009-02-02 21:44:09 +05:30
2006-12-02 21:22:23 -08:00
2008-06-17 16:19:24 -07:00
2008-01-24 00:47:27 -05:00
2005-04-16 15:20:36 -07:00
2009-01-31 00:07:00 +05:30
2009-02-10 00:02:54 +01:00
2009-02-09 08:15:39 -08:00
2008-01-28 14:53:30 -08:00
2006-10-01 00:39:18 -07:00
2008-02-01 18:30:53 -05:00
2009-01-27 02:15:45 -05:00
2008-04-30 08:29:54 -07:00
2009-01-14 19:56:50 -08:00
2009-01-08 08:31:10 -08:00
2009-01-31 00:07:31 +05:30
2009-02-11 14:25:36 -08:00
2006-12-13 09:05:50 -08:00
2009-01-31 00:08:18 +05:30
2008-10-07 14:43:06 -07:00
2009-02-18 15:37:53 -08:00
2006-03-31 12:18:56 -08:00
2009-01-11 19:12:49 +01:00
2008-11-16 09:01:36 +01:00
2008-04-19 19:10:33 -07:00
2006-09-28 17:53:59 -07:00
2006-10-01 00:39:29 -07:00
2006-06-28 14:59:05 -07:00
2009-01-02 10:19:40 -08:00
2008-07-25 10:53:26 -07:00
2009-02-08 11:00:25 +05:30
2008-09-16 07:44:46 +02:00
2009-01-06 10:44:44 -08:00
2007-07-16 09:05:45 -07:00
2009-01-07 10:00:11 -08:00
2009-01-27 16:15:36 -08:00
2009-02-27 16:26:21 -08:00
2006-10-01 00:39:19 -07:00
2005-04-16 15:20:36 -07:00
2009-01-31 00:09:13 +05:30
2009-01-31 00:10:11 +05:30
2009-01-31 00:10:59 +05:30
2008-07-25 12:06:04 +10:00
2008-12-30 09:26:04 +10:30
2009-01-31 00:11:25 +05:30
2009-01-31 00:12:44 +05:30
2009-01-31 00:13:08 +05:30
2009-02-24 21:52:45 +01:00
2008-10-13 09:51:42 -07:00
2009-02-05 12:56:48 -08:00
2009-01-07 10:00:16 -08:00
2008-10-02 22:48:34 +01:00
2008-05-27 01:37:26 -04:00
2009-01-26 09:47:56 -08:00
2009-01-06 15:59:09 -08:00
2005-04-16 15:20:36 -07:00