Linus Torvalds
69019d77c7
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull x86 EFI changes from Ingo Molnar:
"Main changes:
- Add support for earlyprintk=efi which uses the EFI framebuffer.
Very useful for debugging boot problems.
- EFI stub support for large memory maps (more than 128 entries)
- EFI ARM support - this was mostly done by generalizing x86 <-> ARM
platform differences, such as by moving x86 EFI code into
drivers/firmware/efi/ and sharing it with ARM.
- Documentation updates
- misc fixes"
* 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (26 commits)
x86/efi: Add EFI framebuffer earlyprintk support
boot, efi: Remove redundant memset()
x86/efi: Fix config_table_type array termination
x86 efi: bugfix interrupt disabling sequence
x86: EFI stub support for large memory maps
efi: resolve warnings found on ARM compile
efi: Fix types in EFI calls to match EFI function definitions.
efi: Renames in handle_cmdline_files() to complete generalization.
efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().
efi: Allow efi_free() to be called with size of 0
efi: use efi_get_memory_map() to get final map for x86
efi: generalize efi_get_memory_map()
efi: Rename __get_map() to efi_get_memory_map()
efi: Move unicode to ASCII conversion to shared function.
efi: Generalize relocate_kernel() for use by other architectures.
efi: Move relocate_kernel() to shared file.
efi: Enforce minimum alignment of 1 page on allocations.
efi: Rename memory allocation/free functions
efi: Add system table pointer argument to shared functions.
efi: Move common EFI stub code from x86 arch code to common location
...
2013-11-12 10:48:30 +09:00
..
2013-06-21 14:44:29 +08:00
2012-12-07 14:24:32 -07:00
2013-06-20 22:25:34 -07:00
2013-06-20 22:25:34 -07:00
2013-09-25 15:50:53 -07:00
2013-08-12 17:54:05 +02:00
2012-09-21 12:45:26 -07:00
2013-07-23 10:12:57 +02:00
2013-01-10 16:17:58 +01:00
2011-07-23 10:34:47 -07:00
2011-12-05 17:17:07 +01:00
2013-08-20 09:26:33 +02:00
2012-05-18 09:46:07 +02:00
2011-07-31 14:02:19 -07:00
2013-08-29 13:26:32 -07:00
2012-05-09 11:38:20 +02:00
2013-09-25 13:53:08 +02:00
2013-09-25 13:53:08 +02:00
2012-03-28 18:11:12 +01:00
2011-04-29 14:13:15 -07:00
2013-09-25 13:53:08 +02:00
2012-12-14 22:37:13 +00:00
2013-08-09 15:29:48 -07:00
2013-04-30 17:04:02 -07:00
2012-03-28 18:11:12 +01:00
2013-09-25 14:23:07 +02:00
2011-03-14 15:13:23 +01:00
2013-09-01 14:09:48 -07:00
2013-08-06 14:20:59 -07:00
2012-10-02 18:01:25 +01:00
2012-11-27 23:29:09 -02:00
2012-11-29 13:23:01 -08:00
2012-01-04 15:01:54 +01:00
2013-04-25 10:39:04 +02:00
2012-10-06 03:05:16 +09:00
2013-03-07 17:09:25 +01:00
2012-01-26 16:44:41 -08:00
2013-07-14 19:36:56 -04:00
2013-10-11 07:39:14 +02:00
2012-05-14 14:15:31 -07:00
2012-12-14 22:37:13 +00:00
2011-07-22 18:46:24 +02:00
2013-06-22 13:16:19 -04:00
2012-11-15 00:28:00 +01:00
2011-12-05 18:16:11 +01:00
2013-08-27 09:18:29 +02:00
2012-10-24 17:06:43 +02:00
2011-05-02 17:24:48 +02:00
2011-09-28 19:04:52 +02:00
2013-08-13 23:29:19 -07:00
2013-10-28 18:09:58 +00:00
2012-12-11 17:22:25 -08:00
2013-07-09 10:33:29 -07:00
2013-06-20 22:25:34 -07:00
2012-03-28 18:11:12 +01:00
2013-05-31 13:08:18 +02:00
2012-06-06 09:17:22 +02:00
2013-06-20 17:38:22 -07:00
2011-07-21 09:03:31 +02:00
2013-02-12 17:46:28 -05:00
2012-11-29 13:23:02 -08:00
2011-04-18 09:26:48 -07:00
2012-05-11 18:00:14 -06:00
2013-04-16 16:32:39 -03:00
2012-03-20 21:48:30 +08:00
2013-01-28 10:48:30 +01:00
2013-04-29 15:54:33 -07:00
2012-12-14 22:37:13 +00:00
2013-08-06 14:18:23 -07:00
2013-08-05 06:35:33 -07:00
2012-09-21 16:59:04 -07:00
2011-11-17 13:35:37 -08:00
2013-02-03 18:16:27 -05:00
2012-03-26 03:16:07 +02:00
2012-02-11 15:11:35 +01:00
2013-01-29 15:12:25 -08:00
2012-02-11 15:11:35 +01:00
2013-05-30 16:36:23 -07:00
2011-12-05 12:42:11 +01:00
2013-01-28 12:51:52 +01:00
2013-05-31 13:02:52 +10:00
2012-09-05 10:52:26 +02:00
2012-06-25 13:48:30 +02:00
2011-01-28 14:54:05 +01:00
2012-05-14 14:15:31 -07:00
2013-04-19 20:34:55 +02:00
2013-04-16 16:32:39 -03:00
2013-08-06 14:18:23 -07:00
2011-07-07 19:22:32 +02:00
2012-12-14 22:37:13 +00:00
2013-10-11 07:39:14 +02:00
2012-05-08 14:19:41 -07:00
2013-09-25 14:07:57 +02:00
2012-05-09 11:44:42 +02:00
2013-01-29 15:26:23 -08:00
2012-03-22 15:07:15 -05:00
2013-08-06 14:19:48 -07:00
2012-09-06 18:07:38 +03:00
2012-11-27 23:29:10 -02:00
2013-08-26 12:47:09 +03:00
2013-09-04 11:55:10 -07:00
2011-07-22 14:39:50 +09:30
2013-04-22 15:45:03 +09:30
2013-01-24 11:25:59 +01:00
2013-09-25 13:53:08 +02:00
2011-11-21 19:00:57 -08:00
2011-11-10 16:21:01 +01:00
2013-05-28 14:00:59 -07:00
2013-08-12 19:51:43 +02:00
2013-08-12 18:32:45 +02:00
2013-07-14 19:36:56 -04:00
2013-07-14 19:36:56 -04:00
2013-09-28 10:10:26 +02:00
2013-07-14 19:36:56 -04:00
2013-08-01 09:10:26 +02:00
2011-05-25 16:16:41 +02:00
2013-01-31 14:12:30 -08:00
2011-06-27 14:13:09 -07:00
2012-10-02 18:01:25 +01:00
2012-11-29 13:23:01 -08:00
2012-05-17 19:06:13 -04:00
2013-07-14 19:36:56 -04:00
2013-05-29 12:57:35 -07:00
2012-01-26 21:23:53 +01:00
2013-06-20 22:25:34 -07:00
2013-04-02 16:03:32 -07:00
2013-05-31 13:02:52 +10:00
2013-06-26 12:10:55 +02:00
2013-10-11 07:39:14 +02:00
2012-10-02 18:01:25 +01:00
2013-02-08 19:29:16 -05:00
2013-06-20 14:00:21 +02:00
2012-04-19 15:07:42 -07:00
2011-05-02 14:18:53 +02:00
2013-07-14 19:36:56 -04:00
2011-05-02 14:18:53 +02:00
2011-03-15 14:17:23 -07:00
2012-07-31 23:27:30 -04:00
2013-08-07 21:00:04 -07:00
2012-11-16 16:42:09 -08:00
2013-08-07 21:00:04 -07:00
2012-11-16 16:42:09 -08:00
2013-08-07 21:00:04 -07:00
2013-02-01 02:28:36 -08:00
2013-09-04 11:55:10 -07:00
2013-08-09 07:54:00 -07:00
2013-01-03 15:57:04 -08:00
2013-02-25 21:18:18 -08:00
2013-08-12 15:26:39 +00:00
2013-10-30 14:27:03 -07:00
2013-04-26 09:31:41 +02:00
2013-06-19 14:43:33 +02:00
2013-01-24 16:12:13 +01:00
2013-01-29 15:20:06 -08:00
2013-02-21 18:06:55 -08:00
2013-09-11 15:58:06 -07:00
2013-08-13 17:57:48 -07:00
2013-08-13 17:57:48 -07:00
2013-09-11 15:58:06 -07:00
2012-12-14 22:37:13 +00:00
2013-09-28 10:04:47 +02:00
2011-03-15 15:34:15 -07:00
2012-12-14 22:37:13 +00:00
2013-09-04 11:05:13 -07:00
2013-07-14 19:36:56 -04:00
2013-02-22 13:09:51 -08:00
2012-12-20 18:05:28 -08:00
2012-04-08 12:48:57 +03:00
2013-07-18 12:29:30 +02:00
2013-01-29 15:13:24 -08:00
2012-06-17 10:51:01 -07:00
2013-01-28 16:59:55 -08:00
2013-10-11 07:41:43 +02:00
2011-07-21 09:03:36 +02:00
2013-05-07 07:20:17 -07:00
2012-10-02 18:01:25 +01:00
2012-04-19 15:42:45 -07:00
2013-08-06 14:18:26 -07:00
2012-12-14 22:37:13 +00:00
2012-02-20 12:52:05 -08:00
2013-05-28 08:46:50 +02:00
2013-02-03 18:16:27 -05:00
2012-09-21 12:45:27 -07:00
2013-07-14 19:36:56 -04:00
2011-07-21 09:20:59 +02:00
2013-08-06 14:20:13 -07:00
2013-08-09 07:54:00 -07:00
2013-09-09 12:05:37 -04:00
2012-05-09 15:34:28 +02:00
2012-05-14 14:15:31 -07:00
2011-05-12 15:31:28 +02:00
2012-10-02 18:01:25 +01:00
2013-05-02 11:27:35 -07:00
2013-05-02 11:27:35 -07:00
2012-10-02 18:01:25 +01:00
2012-12-14 22:37:13 +00:00
2013-08-06 14:18:30 -07:00
2013-07-16 15:24:04 -07:00
2013-05-09 13:46:38 -04:00
2013-08-06 14:18:08 -07:00
2013-08-06 14:18:33 -07:00
2013-08-02 16:17:47 -07:00
2013-09-25 14:07:57 +02:00
2011-06-09 15:01:40 +02:00
2012-03-13 16:27:51 +01:00
2013-04-12 16:56:47 -07:00
2013-09-11 15:57:09 -07:00
2013-07-29 13:12:45 -07:00
2012-11-13 15:48:40 -05:00
2013-08-06 14:18:17 -07:00
2013-07-23 12:17:45 +02:00
2013-10-26 12:27:37 +02:00
2013-10-26 12:27:37 +02:00
2013-10-26 12:27:37 +02:00
2013-03-03 22:55:19 -05:00
2013-11-06 20:00:05 +01:00
2012-10-02 18:01:25 +01:00
2012-09-05 10:52:23 +02:00
2012-04-24 09:50:18 +01:00
2012-09-24 12:38:09 -04:00
2012-03-28 18:11:12 +01:00
2012-12-14 22:37:13 +00:00
2013-08-07 15:57:42 +02:00
2012-12-14 22:37:13 +00:00
2013-08-06 14:21:08 -07:00
2012-05-26 11:33:40 -07:00
2012-06-06 10:22:17 +02:00
2013-05-28 14:00:59 -07:00
2013-01-25 09:23:50 +01:00
2013-01-25 09:23:50 +01:00
2013-08-21 21:08:35 +10:00
2013-01-25 09:23:50 +01:00
2012-09-21 17:18:44 -07:00