Alessio Igor Bogani
9d63487f86
module: Use binary search in lookup_symbol()
...
The function is_exported() with its helper function lookup_symbol() are used to
verify if a provided symbol is effectively exported by the kernel or by the
modules. Now that both have their symbols sorted we can replace a linear search
with a binary search which provide a considerably speed-up.
This work was supported by a hardware donation from the CE Linux Forum.
Signed-off-by: Alessio Igor Bogani <abogani@kernel.org >
Acked-by: Greg Kroah-Hartman <gregkh@suse.de >
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2011-05-19 16:55:27 +09:30
..
2011-03-31 11:26:23 -03:00
2011-03-20 18:14:55 -07:00
2011-05-02 21:16:37 +02:00
2011-05-11 21:10:58 +02:00
2011-05-16 23:35:41 +02:00
2011-05-06 13:20:59 -07:00
2011-03-31 11:26:23 -03:00
2011-03-14 09:15:23 -04:00
2011-03-03 10:55:40 -08:00
2011-03-03 10:55:40 -08:00
2011-03-31 11:26:23 -03:00
2011-03-23 19:46:28 -07:00
2011-05-13 11:45:33 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-23 19:46:35 -07:00
2011-03-23 19:47:19 -07:00
2011-05-13 11:45:33 -07:00
2011-04-25 17:28:24 +02:00
2011-03-24 10:16:26 -07:00
2011-03-23 19:47:08 -07:00
2011-04-15 16:34:32 +02:00
2011-03-23 19:47:08 -07:00
2011-04-29 10:57:11 +02:00
2011-03-25 17:52:22 -07:00
2011-04-20 00:36:11 +02:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-23 13:54:47 +01:00
2011-03-31 11:26:23 -03:00
2011-03-23 19:47:19 -07:00
2011-05-19 16:55:27 +09:30
2011-03-31 11:26:23 -03:00
2011-03-23 19:47:08 -07:00
2011-03-31 11:26:23 -03:00
2011-03-22 17:44:11 -07:00
2011-05-19 16:55:24 +09:30
2011-04-11 11:07:55 +02:00
2011-03-23 19:46:58 -07:00
2011-04-18 10:35:30 -07:00
2011-03-15 00:43:18 +01:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-22 17:44:13 -07:00
2011-04-25 17:28:24 +02:00
2011-03-04 08:05:41 -08:00
2011-03-04 08:05:08 -08:00
2011-03-04 08:05:17 -08:00
2011-03-23 19:46:22 -07:00
2011-02-22 22:07:22 +01:00
2011-03-31 11:26:23 -03:00
2011-02-23 11:33:59 +01:00
2011-04-11 11:08:54 +02:00
2011-03-23 14:09:41 +01:00
2011-03-31 11:26:23 -03:00
2011-03-23 14:09:41 +01:00
2011-04-16 13:27:55 +02:00
2011-04-08 11:05:24 -07:00
2011-03-22 17:44:11 -07:00
2011-03-31 11:26:23 -03:00
2011-03-22 17:44:01 -07:00
2011-03-15 02:21:44 -04:00
2011-03-23 19:47:06 -07:00
2011-03-14 09:15:28 -04:00
2011-03-23 19:46:51 -07:00
2011-03-23 19:46:54 -07:00
2011-03-23 19:47:14 -07:00
2011-03-15 18:53:35 -07:00
2011-03-15 18:53:35 -07:00
2011-03-23 19:47:08 -07:00
2011-03-31 11:26:23 -03:00
2011-03-23 19:46:59 -07:00
2011-03-23 19:47:03 -07:00
2011-03-31 11:26:23 -03:00
2011-04-28 11:28:21 -07:00
2011-04-29 18:08:37 +02:00