Rafael J. Wysocki
4f3549d72d
Driver core: Add offline/online device operations
...
In some cases, graceful hot-removal of devices is not possible,
although in principle the devices in question support hotplug.
For example, that may happen for the last CPU in the system or
for memory modules holding kernel memory.
In those cases it is nice to be able to check if the given device
can be gracefully hot-removed before triggering a removal procedure
that cannot be aborted or reversed. Unfortunately, however, the
kernel currently doesn't provide any support for that.
To address that deficiency, introduce support for offline and
online operations that can be performed on devices, respectively,
before a hot-removal and in case when it is necessary (or convenient)
to put a device back online after a successful offline (that has not
been followed by removal). The idea is that the offline will fail
whenever the given device cannot be gracefully removed from the
system and it will not be allowed to use the device after a
successful offline (until a subsequent online) in analogy with the
existing CPU offline/online mechanism.
For now, the offline and online operations are introduced at the
bus type level, as that should be sufficient for the most urgent use
cases (CPUs and memory modules). In the future, however, the
approach may be extended to cover some more complicated device
offline/online scenarios involving device drivers etc.
The lock_device_hotplug() and unlock_device_hotplug() functions are
introduced because subsequent patches need to put larger pieces of
code under device_hotplug_lock to prevent race conditions between
device offline and removal from happening.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Reviewed-by: Toshi Kani <toshi.kani@hp.com >
2013-05-12 14:14:09 +02:00
..
2013-03-29 09:20:05 -07:00
2013-04-12 14:27:55 -04:00
2013-05-02 11:58:41 -05:00
2013-05-04 12:31:18 -07:00
2013-01-30 07:54:34 -06:00
2013-03-01 13:39:00 -08:00
2013-04-08 16:36:23 +02:00
2013-04-30 09:36:50 -07:00
2013-05-05 17:36:20 -07:00
2013-04-11 03:39:00 -07:00
2012-10-17 12:31:15 +01:00
2013-05-05 17:36:20 -07:00
2013-05-08 15:29:48 -07:00
2013-05-06 15:41:42 -07:00
2013-05-09 10:15:46 -07:00
2013-04-29 20:09:03 +02:00
2013-02-13 06:16:08 -08:00
2013-04-19 15:45:05 +02:00
2013-05-09 13:05:24 -07:00
2013-04-16 17:38:10 -07:00
2013-04-28 02:13:43 +01:00
2013-02-22 09:20:11 -08:00
2013-05-07 11:06:17 -07:00
2013-04-23 14:09:39 -04:00
2013-04-29 16:23:34 -04:00
2013-05-08 13:13:29 -07:00
2012-10-17 12:31:15 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-04-15 22:04:10 +05:30
2013-04-12 00:31:18 +02:00
2013-04-30 15:21:02 -07:00
2012-10-13 10:46:48 +01:00
2013-01-03 14:34:06 -08:00
2012-10-13 10:46:48 +01:00
2012-01-08 19:14:59 -05:00
2013-05-07 19:46:02 -07:00
2012-09-24 12:38:02 -04:00
2012-02-09 09:04:23 -08:00
2005-04-16 15:20:36 -07:00
2007-02-09 17:08:57 +00:00
2012-05-29 16:22:29 -07:00
2011-06-06 22:55:11 -07:00
2012-10-08 13:50:19 +10:30
2012-10-08 13:50:20 +10:30
2009-09-08 17:42:50 -07:00
2013-01-03 15:57:16 -08:00
2013-04-03 19:33:40 -04:00
2012-12-10 15:49:57 -05:00
2012-10-13 10:46:48 +01:00
2013-05-07 22:27:15 -04:00
2009-04-01 08:59:23 -07:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-04-01 19:08:06 -07:00
2012-12-11 17:22:26 -08:00
2013-04-10 23:41:16 +02:00
2011-03-11 14:25:50 +00:00
2011-01-10 13:31:14 -08:00
2013-04-29 15:40:23 -04:00
2013-03-23 14:26:34 -07:00
2012-03-04 17:54:34 -05:00
2008-06-06 11:29:10 -07:00
2013-05-08 10:13:35 -07:00
2013-05-08 10:13:35 -07:00
2013-04-18 09:00:26 -07:00
2009-01-04 13:33:20 -08:00
2013-02-15 18:52:45 -08:00
2013-04-29 15:54:39 -07:00
2008-11-28 12:38:38 +01:00
2010-06-24 21:30:09 -07:00
2011-05-19 16:55:27 +09:30
2012-12-06 14:33:02 +01:00
2012-10-13 10:46:48 +01:00
2009-11-20 20:13:39 +01:00
2013-02-20 09:37:28 -05:00
2013-05-01 08:04:12 -07:00
2013-04-14 10:06:31 -07:00
2009-07-31 12:28:46 +02:00
2012-10-13 10:46:48 +01:00
2013-03-23 16:11:31 -07:00
2013-05-07 20:16:25 -07:00
2010-03-24 16:31:22 -07:00
2013-04-30 17:04:01 -07:00
2013-04-12 11:22:35 -07:00
2013-04-10 16:33:53 -07:00
2013-04-30 15:21:02 -07:00
2013-05-02 09:03:55 -07:00
2013-03-20 13:23:21 -04:00
2013-02-13 06:00:53 -08:00
2012-10-13 10:46:48 +01:00
2009-01-23 22:28:48 -08:00
2013-05-09 13:46:38 -04:00
2013-04-29 18:28:13 -07:00
2013-02-21 17:22:15 -08:00
2012-12-06 01:22:31 +00:00
2013-04-08 17:28:34 +02:00
2008-04-30 08:29:54 -07:00
2012-01-03 22:54:57 -05:00
2012-10-13 10:46:48 +01:00
2013-04-29 18:28:13 -07:00
2012-11-29 00:01:25 -05:00
2011-03-31 11:26:23 -03:00
2013-04-27 09:25:59 +08:00
2011-09-23 12:05:29 +05:30
2013-01-11 14:54:54 -08:00
2013-04-08 17:39:23 +02:00
2013-04-02 15:24:00 +02:00
2013-05-11 15:23:17 -07:00
2013-03-12 11:30:04 -07:00
2013-05-01 17:51:54 -07:00
2012-03-16 10:38:24 -04:00
2007-07-17 10:23:04 -07:00
2011-06-03 15:01:06 -04:00
2005-09-12 08:48:08 -07:00
2012-03-23 16:58:38 -07:00
2013-01-09 08:26:53 -08:00
2012-03-24 10:08:39 -07:00
2011-08-06 22:12:37 -07:00
2012-03-29 19:52:48 +08:00
2012-05-07 15:02:26 +02:00
2013-04-29 18:28:19 -07:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-02-26 02:46:09 -05:00
2012-10-13 10:46:48 +01:00
2013-04-29 15:54:27 -07:00
2010-03-30 22:02:32 +09:00
2013-04-02 01:28:41 +02:00
2011-10-31 19:32:26 -04:00
2013-05-10 14:37:17 +01:00
2013-05-12 14:14:09 +02:00
2012-10-22 16:50:13 -07:00
2012-02-20 19:46:36 +11:00
2011-06-10 14:55:36 +02:00
2008-07-25 10:53:34 -07:00
2012-10-13 10:46:48 +01:00
2012-11-19 14:32:13 +01:00
2010-02-05 12:22:34 +01:00
2011-12-16 08:49:57 -08:00
2013-05-01 16:36:22 +05:30
2012-12-11 09:28:09 +01:00
2011-06-21 19:17:20 -07:00
2012-07-30 12:25:46 +02:00
2013-05-02 21:52:26 +05:30
2012-05-07 14:35:00 +02:00
2013-04-30 17:04:02 -07:00
2010-07-28 09:59:01 -04:00
2010-08-05 17:17:51 +00:00
2013-03-22 22:18:09 -06:00
2013-03-28 10:10:25 -06:00
2012-12-24 09:36:38 -07:00
2013-02-28 09:53:21 +05:30
2013-03-16 06:32:30 +01:00
2012-10-13 10:46:48 +01:00
2012-09-01 06:14:02 +05:30
2013-04-30 16:03:10 +01:00
2009-06-15 21:30:26 -07:00
2013-02-28 12:52:24 -08:00
2012-10-16 18:49:15 -07:00
2013-02-26 02:46:08 -05:00
2008-02-29 08:06:37 -08:00
2012-10-13 10:46:48 +01:00
2009-12-10 08:54:14 -06:00
2013-05-07 18:38:27 -07:00
2013-02-27 19:10:23 -08:00
2012-10-13 10:46:48 +01:00
2013-03-27 13:48:25 +01:00
2013-04-29 18:28:40 -07:00
2012-03-31 16:03:16 -04:00
2012-11-22 13:43:27 +09:00
2012-10-13 10:46:48 +01:00
2013-02-20 01:33:41 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2008-11-20 20:29:48 -08:00
2013-05-01 17:31:42 -04:00
2011-01-09 15:42:55 -08:00
2012-09-26 22:20:08 -04:00
2013-05-01 16:28:48 -04:00
2009-06-18 19:50:21 +08:00
2012-09-28 11:47:42 +02:00
2013-02-23 17:50:12 -08:00
2012-08-16 13:24:21 -07:00
2012-05-14 09:47:23 -03:00
2007-05-08 11:15:31 -07:00
2013-03-31 11:38:33 -07:00
2013-04-30 17:04:00 -07:00
2013-03-27 07:49:29 -07:00
2008-08-23 12:14:12 -07:00
2013-05-07 02:16:31 -04:00
2012-12-20 22:34:00 +00:00
2012-12-20 22:04:07 +00:00
2012-09-24 13:42:45 -07:00
2012-10-13 10:46:48 +01:00
2013-04-29 18:28:41 -07:00
2013-02-22 23:31:31 -05:00
2013-05-09 20:14:25 -04:00
2013-05-09 20:10:22 -04:00
2012-10-13 10:46:48 +01:00
2009-06-18 13:04:05 -07:00
2013-04-29 18:28:13 -07:00
2011-07-25 14:30:23 -04:00
2012-10-13 10:46:48 +01:00
2013-02-26 03:10:52 +11:00
2012-11-08 16:58:30 +01:00
2012-11-08 16:58:30 +01:00
2012-12-18 15:02:12 -08:00
2007-07-10 00:35:17 -04:00
2013-04-11 10:00:05 +08:00
2013-04-16 18:47:14 +09:00
2013-03-18 10:21:23 +01:00
2013-02-22 08:20:05 +01:00
2013-04-30 10:09:06 +02:00
2013-01-06 11:41:12 +00:00
2013-05-06 13:07:33 +02:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-02-23 17:50:16 -08:00
2006-04-26 12:56:16 +01:00
2010-02-09 11:13:56 +01:00
2008-11-20 20:32:15 -08:00
2012-10-13 10:46:48 +01:00
2010-03-07 22:17:09 +01:00
2013-04-29 15:54:38 -07:00
2011-05-26 09:20:31 -07:00
2013-05-07 18:38:27 -07:00
2011-05-25 14:15:12 +02:00
2013-01-25 21:03:54 -08:00
2012-03-16 10:38:24 -04:00
2013-04-29 15:54:26 -07:00
2013-04-02 07:07:32 +02:00
2013-04-02 07:06:17 +02:00
2012-03-04 17:54:34 -05:00
2012-10-13 10:46:48 +01:00
2013-04-29 13:54:36 -04:00
2012-03-28 15:58:21 -07:00
2013-05-08 11:51:05 -07:00
2013-04-16 15:29:45 +02:00
2013-03-26 12:32:13 -04:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-02-06 15:59:47 -05:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-04-21 15:56:59 -04:00
2012-10-13 10:46:48 +01:00
2008-08-02 18:36:10 +01:00
2013-03-27 13:48:25 +01:00
2013-02-11 14:16:26 -05:00
2012-10-13 10:46:48 +01:00
2011-07-21 13:47:54 -07:00
2012-10-13 10:46:48 +01:00
2013-03-27 13:48:25 +01:00
2010-10-07 15:03:44 -07:00
2012-10-09 16:22:40 +09:00
2012-10-09 16:22:39 +09:00
2012-03-04 17:54:34 -05:00
2012-07-11 18:22:32 +10:00
2006-10-05 15:10:12 +01:00
2012-03-20 12:47:48 +01:00
2013-05-02 12:10:19 +02:00
2013-04-29 15:54:37 -07:00
2013-05-01 08:12:58 -07:00
2013-02-27 19:10:21 -08:00
2013-01-30 22:41:13 -05:00
2013-03-22 16:41:19 -07:00
2010-10-07 14:08:55 +01:00
2011-06-03 14:53:15 +02:00
2007-09-16 21:13:58 -07:00
2010-05-19 17:33:38 +09:30
2012-01-03 22:54:55 -05:00
2009-12-11 15:18:07 -08:00
2013-04-19 17:49:23 -04:00
2012-04-29 18:21:10 -04:00
2013-04-25 15:25:23 +02:00
2010-12-09 20:17:07 -08:00
2013-04-12 00:03:42 -04:00
2012-10-13 10:46:48 +01:00
2012-07-06 10:53:49 +02:00
2008-04-29 08:06:29 -07:00
2012-05-31 17:49:32 -07:00
2012-04-12 18:35:58 -07:00
2013-04-29 15:42:02 -04:00
2012-10-13 10:46:48 +01:00
2012-09-26 13:42:26 -07:00
2012-07-30 17:25:14 -07:00
2012-10-13 10:46:48 +01:00
2013-05-05 10:58:06 -07:00
2013-04-17 12:35:33 -07:00
2012-12-16 15:40:50 -08:00
2012-10-13 10:46:48 +01:00
2010-10-27 18:03:18 -07:00
2013-02-04 15:35:26 -08:00
2011-02-13 16:54:24 -08:00
2011-01-24 14:45:11 +10:30
2013-04-30 17:04:06 -07:00
2011-06-12 17:45:41 -04:00
2013-04-08 17:28:34 +02:00
2013-05-07 16:09:00 -07:00
2013-02-23 17:50:19 -08:00
2013-04-30 17:04:02 -07:00
2013-04-19 16:39:13 -04:00
2013-05-05 14:47:31 -07:00
2013-04-07 13:05:35 +03:00
2012-10-13 10:46:48 +01:00
2011-09-16 19:20:20 -04:00
2011-11-17 12:20:19 +01:00
2012-05-29 16:22:29 -07:00
2010-03-15 12:47:59 +01:00
2013-04-01 11:04:50 -07:00
2012-10-10 01:15:44 -04:00
2011-07-22 14:39:48 +09:30
2013-04-03 19:33:43 -04:00
2012-07-23 13:54:52 +01:00
2012-10-06 02:48:09 +09:00
2006-06-09 21:53:55 +02:00
2013-05-05 10:58:06 -07:00
2013-03-12 14:07:41 -07:00
2009-06-13 12:28:57 +02:00
2013-03-14 13:18:30 -07:00
2012-10-13 10:46:48 +01:00
2012-03-28 18:30:03 +01:00
2013-02-22 19:25:09 -08:00
2011-12-12 22:06:55 -08:00
2012-10-13 10:46:48 +01:00
2013-02-20 19:36:01 +01:00
2013-02-02 00:01:15 +01:00
2013-04-30 19:13:05 +02:00
2013-04-15 14:06:39 +00:00
2012-10-13 10:46:48 +01:00
2013-04-08 16:57:15 -07:00
2013-03-02 09:34:39 -08:00
2013-02-23 17:50:20 -08:00
2013-04-29 15:54:37 -07:00
2013-04-30 17:04:00 -07:00
2013-01-02 17:32:13 -08:00
2012-06-25 11:53:47 +02:00
2009-01-09 16:54:41 -08:00
2009-06-16 08:40:20 +02:00
2013-03-12 06:50:58 -04:00
2012-01-23 08:38:47 -08:00
2013-02-23 17:50:19 -08:00
2012-10-13 10:46:48 +01:00
2009-05-25 00:55:30 -07:00
2013-05-07 18:38:26 -07:00
2013-03-28 17:45:51 -07:00
2009-09-22 07:17:42 -07:00
2013-04-30 09:36:50 -07:00
2013-03-29 08:35:47 -07:00
2013-03-27 07:50:04 -07:00
2012-10-08 13:50:21 +10:30
2013-01-21 13:55:14 -05:00
2012-10-13 10:46:48 +01:00
2013-04-23 09:50:30 -06:00
2013-04-19 09:33:36 +02:00
2011-05-09 11:40:38 +10:00
2012-12-25 18:45:06 -05:00
2012-10-13 10:46:48 +01:00
2013-04-29 18:28:44 -07:00
2013-05-02 07:34:58 -07:00
2013-05-06 11:06:51 -04:00
2013-04-05 21:08:11 +02:00
2013-04-19 14:57:58 -04:00
2013-05-01 15:00:24 -04:00
2013-04-14 12:59:28 -04:00
2013-04-08 22:12:33 -04:00
2013-05-06 17:24:22 -04:00
2012-10-13 10:46:48 +01:00
2011-11-18 10:51:01 -08:00
2012-03-23 16:58:31 -07:00
2012-12-12 17:38:34 -08:00
2013-04-29 15:54:36 -07:00
2013-01-17 19:11:14 -08:00
2013-05-04 14:47:26 -04:00
2009-12-15 08:53:12 -08:00
2013-05-08 09:55:05 -04:00
2012-10-13 10:46:48 +01:00
2009-01-08 16:25:18 +11:00
2012-11-23 22:01:15 +00:00
2012-03-24 10:41:37 -07:00
2013-05-02 21:50:38 +05:30
2011-12-27 10:57:13 -06:00
2012-12-11 17:30:16 +00:00
2012-10-10 22:41:05 -04:00
2012-07-10 10:32:06 -05:00
2013-04-02 16:43:09 -04:00
2010-10-12 21:58:08 -06:00
2013-05-07 11:22:14 -07:00
2012-07-31 23:27:30 -04:00
2012-10-13 10:46:48 +01:00
2012-12-11 17:22:27 -08:00
2013-03-29 17:54:33 -07:00
2013-02-23 00:30:08 +01:00
2011-09-13 11:12:05 +02:00
2013-02-23 17:50:17 -08:00
2013-02-14 15:55:23 +01:00
2012-10-11 08:50:14 +09:00
2013-04-29 15:54:28 -07:00
2012-01-12 20:13:10 -08:00
2013-04-19 22:25:51 +02:00
2010-08-04 14:12:05 -07:00
2013-04-17 10:21:17 -06:00
2013-05-02 07:32:24 -07:00
2013-04-12 16:52:01 -06:00
2013-04-17 10:21:17 -06:00
2013-04-17 10:21:17 -06:00
2013-05-01 14:08:52 -07:00
2013-04-17 10:21:17 -06:00
2013-02-05 11:54:06 +01:00
2010-10-27 17:53:25 +02:00
2012-12-17 17:15:18 -08:00
2013-05-02 17:54:19 +02:00
2012-10-13 10:46:48 +01:00
2008-09-14 17:24:26 +02:00
2012-10-13 10:46:48 +01:00
2013-05-07 20:16:25 -07:00
2009-02-14 22:58:35 -08:00
2013-04-09 14:13:02 -04:00
2013-03-29 09:14:16 -07:00
2011-07-08 14:02:53 +02:00
2011-08-25 15:34:19 +02:00
2013-03-19 09:47:30 +01:00
2012-10-13 10:46:48 +01:00
2011-06-10 14:55:36 +02:00
2012-10-13 10:46:48 +01:00
2013-05-05 13:23:27 -07:00
2013-04-16 18:51:16 -07:00
2012-10-13 10:46:48 +01:00
2011-11-02 16:07:02 -07:00
2013-04-09 10:48:33 -07:00
2013-04-30 17:04:02 -07:00
2013-05-01 17:29:47 -04:00
2013-05-01 17:29:39 -04:00
2013-04-09 14:13:35 -04:00
2012-09-18 01:01:37 -07:00
2013-04-03 21:50:00 -07:00
2013-01-11 10:20:50 -08:00
2011-07-01 15:39:38 -07:00
2011-09-29 00:32:03 -04:00
2012-06-05 10:46:40 -07:00
2013-04-29 15:54:28 -07:00
2013-05-07 18:38:27 -07:00
2012-10-05 09:26:01 -07:00
2012-05-17 15:18:37 +02:00
2013-05-02 17:54:19 +02:00
2012-07-02 11:39:19 -07:00
2012-06-06 20:43:28 -07:00
2012-10-13 10:46:48 +01:00
2013-03-27 13:03:39 +00:00
2012-03-24 10:08:39 -07:00
2013-04-30 17:04:09 -07:00
2013-04-07 14:06:17 +03:00
2013-04-29 19:14:20 -07:00
2013-04-12 10:26:23 +02:00
2013-04-12 10:26:23 +02:00
2012-10-13 10:46:48 +01:00
2010-10-17 01:57:50 +02:00
2011-10-03 15:19:19 -04:00
2011-04-19 15:38:02 -04:00
2011-11-02 16:07:01 -07:00
2012-11-16 14:33:04 -08:00
2013-02-23 17:50:17 -08:00
2011-05-12 08:28:47 -07:00
2012-07-04 11:51:59 +03:00
2007-05-02 11:56:33 +01:00
2013-04-29 18:28:22 -07:00
2013-03-07 15:29:45 -05:00
2009-12-14 23:55:33 +01:00
2010-03-13 01:21:21 +01:00
2013-03-23 15:53:52 -07:00
2009-09-15 02:44:17 -07:00
2013-05-02 19:40:34 -07:00
2012-10-13 10:46:48 +01:00
2013-05-11 14:29:11 -07:00
2012-10-13 10:46:48 +01:00
2013-04-09 13:19:39 -04:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-04-30 16:27:51 -07:00
2012-10-13 10:46:48 +01:00
2011-09-13 11:11:57 +02:00
2008-07-18 04:07:44 -07:00
2013-04-09 14:13:29 -04:00
2013-02-13 10:13:58 -08:00
2009-04-08 14:33:38 -07:00
2010-08-10 13:47:46 -07:00
2013-04-11 13:14:36 -07:00
2012-04-09 17:39:34 +09:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2010-11-09 14:45:52 +01:00
2013-03-29 15:31:30 -04:00
2012-12-11 17:22:25 -08:00
2012-07-31 18:42:43 -07:00
2013-05-01 17:51:54 -07:00
2012-06-28 17:14:34 +01:00
2013-04-19 14:57:57 -04:00
2013-05-06 09:24:16 +03:00
2013-02-06 20:32:13 +02:00
2012-09-25 10:11:14 +03:00
2013-04-30 17:04:03 -07:00
2013-02-26 22:25:17 +01:00
2011-04-13 17:13:00 -07:00
2012-12-07 12:48:00 -05:00
2013-04-29 13:21:30 -04:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2012-03-23 13:18:57 +01:00
2009-12-14 23:55:33 +01:00
2013-04-09 10:48:33 -07:00
2012-03-28 15:58:21 -07:00
2012-06-13 21:16:42 +02:00
2013-03-25 10:39:40 -07:00
2010-08-09 16:48:44 -04:00
2012-02-24 10:05:59 +01:00
2012-10-13 10:46:48 +01:00
2012-04-20 23:27:08 +02:00
2012-03-28 18:30:03 +01:00
2013-04-30 17:04:03 -07:00
2013-04-30 15:50:12 +05:30
2013-02-13 12:15:50 -08:00
2013-02-09 22:30:44 +01:00
2013-04-29 15:54:38 -07:00
2012-05-15 11:33:58 -04:00
2012-06-15 21:48:14 -07:00
2013-04-17 12:35:32 -07:00
2012-10-13 10:46:48 +01:00
2012-02-10 11:42:25 -08:00
2011-01-24 09:33:36 -08:00
2010-08-11 08:59:22 -07:00
2010-03-30 22:02:32 +09:00
2012-03-13 14:06:33 -04:00
2007-02-09 16:23:15 +00:00
2013-03-21 11:47:51 -04:00
2013-03-29 18:10:22 -06:00
2011-10-31 19:32:32 -04:00
2006-12-11 14:34:42 -08:00
2013-05-09 09:40:49 -07:00
2012-12-18 15:02:13 -08:00
2013-04-22 20:29:07 +02:00
2013-03-22 16:19:59 -07:00
2013-04-04 13:18:31 -07:00
2013-04-25 21:01:45 +08:00
2013-04-04 13:18:14 -07:00
2012-08-22 11:11:33 -05:00
2012-09-12 10:20:14 -04:00
2013-02-04 15:40:28 -08:00
2013-01-15 22:43:15 -08:00
2013-03-18 16:14:55 -07:00
2013-05-11 14:29:11 -07:00
2010-11-28 23:08:04 +01:00
2011-05-25 19:56:23 -04:00
2013-04-19 00:40:07 +02:00
2013-04-15 21:23:03 +01:00
2013-03-20 12:10:38 -04:00
2012-04-26 02:01:39 -07:00
2011-10-31 19:32:32 -04:00
2012-10-13 10:46:48 +01:00
2013-04-13 15:31:58 +02:00
2012-09-05 17:21:36 -07:00
2013-03-28 11:10:22 -07:00
2012-10-13 10:46:48 +01:00
2013-03-27 07:50:08 -07:00
2009-11-29 22:03:04 +01:00
2011-06-15 20:04:00 -07:00
2012-11-20 04:19:49 -08:00
2012-10-13 10:46:48 +01:00
2011-10-31 19:32:23 -04:00
2013-03-11 09:28:44 -06:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2012-10-13 10:46:48 +01:00
2013-03-20 14:06:06 +10:30
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-03-20 14:00:41 +10:30
2013-05-02 14:14:04 -07:00
2013-03-08 12:24:48 -05:00
2013-04-29 15:54:34 -07:00
2012-04-26 12:34:58 -07:00
2013-04-29 15:54:38 -07:00
2013-04-29 15:54:37 -07:00
2013-01-08 16:15:57 -08:00
2013-03-20 14:06:05 +10:30
2012-10-13 10:46:48 +01:00
2013-01-27 20:35:47 +01:00
2013-05-07 18:38:28 -07:00
2012-10-13 10:46:48 +01:00
2013-04-30 17:04:02 -07:00
2013-05-07 20:16:25 -07:00
2012-10-13 10:46:48 +01:00
2011-03-31 11:26:23 -03:00
2011-01-13 08:03:24 -08:00
2005-04-16 15:20:36 -07:00
2006-06-22 15:05:58 -07:00
2011-03-22 17:44:17 -07:00
2011-11-11 16:55:54 +00:00
2006-06-22 15:05:58 -07:00