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-11-07 15:07:58 +09:00
2013-07-03 16:08:06 -07:00
2013-10-11 13:22:43 +02:00
2013-09-11 15:59:28 -07:00
2013-10-28 10:19:38 -07:00
2013-11-05 17:23:52 +00:00
2009-09-24 07:20:57 -07:00
2013-04-29 18:28:19 -07:00
2012-04-16 14:37:13 +02:00
2013-09-30 14:31:02 -07:00
2013-02-27 19:10:22 -08:00
2012-11-09 18:07:11 +05:30
2011-09-27 18:08:04 +02:00
2013-09-12 15:38:02 -07:00
2013-10-02 16:03:51 -04:00
2013-05-21 10:21:57 -07:00
2013-08-10 03:24:47 +02:00
2013-04-23 13:45:22 +02:00
2012-04-03 13:09:18 +02:00
2013-07-03 16:07:42 -07:00
2013-07-25 12:37:24 +02:00
2013-09-05 20:46:06 -04:00
2013-11-12 10:36:00 +09:00
2013-11-12 10:04:41 +09:00
2013-09-10 13:37:36 -07:00
2013-01-01 11:18:26 -02:00
2013-08-20 12:47:28 +02:00
2013-04-12 14:06:16 +10:00
2013-09-27 09:37:01 +09:00
2012-11-19 14:28:24 +01:00
2013-08-20 12:41:11 +02:00
2013-09-27 18:40:25 +01:00
2012-11-14 15:07:18 -08:00
2013-08-27 10:50:52 +02:00
2011-09-27 18:08:04 +02:00
2013-07-31 10:33:05 +02:00
2013-09-07 10:54:19 -07:00
2013-09-06 09:36:28 -07:00
2012-03-07 16:08:24 +01:00
2013-04-02 09:39:55 -07:00
2012-03-30 16:03:15 -07:00
2012-09-20 16:49:17 -04:00
2013-09-04 10:49:57 +02:00
2013-06-26 21:10:13 +02:00
2012-03-30 16:03:15 -07:00
2013-07-24 22:06:34 -07:00
2013-09-05 11:10:08 +02:00
2013-07-04 11:40:58 -07:00
2013-08-12 17:43:13 -07:00
2013-07-15 13:57:00 +02:00
2013-08-26 17:22:13 -07:00
2013-05-17 15:17:12 +02:00
2010-12-14 22:16:19 +01:00
2012-05-02 00:10:49 -07:00
2013-05-28 12:02:12 +02:00
2013-10-05 18:01:42 -07:00
2011-03-31 11:26:23 -03:00
2013-05-28 12:02:12 +02:00
2013-03-22 12:10:42 -04:00
2013-08-27 10:50:52 +02:00
2013-01-26 22:20:06 -08:00
2010-04-23 02:09:52 +02:00
2013-10-30 17:10:20 -04:00
2013-01-10 01:27:46 +01:00
2013-07-09 22:09:19 +02:00
2013-01-24 17:25:13 +01:00
2010-09-29 17:20:24 +02:00
2013-08-27 10:54:52 +02:00
2013-08-27 14:44:27 +10:00
2013-09-26 09:45:40 -07:00
2012-10-02 21:14:29 +10:00
2011-05-13 16:31:00 -07:00
2011-05-23 13:01:00 -07:00
2013-07-25 12:34:15 +02:00
2013-09-25 10:07:02 -07:00
2013-10-24 17:16:53 +02:00
2013-09-12 19:14:17 +02:00
2013-09-15 17:41:30 -04:00
2013-03-19 14:16:42 -07:00
2013-10-16 13:16:19 -07:00
2010-11-15 18:25:12 +09:00
2013-10-11 10:23:49 +02:00
2013-08-20 12:52:28 +02:00
2013-10-09 14:48:21 +02:00
2013-08-20 12:56:26 +02:00
2013-09-03 09:10:24 -04:00
2013-08-18 18:06:55 -07:00
2013-08-09 10:57:06 -04:00
2013-11-11 12:43:39 +01:00
2013-08-12 12:24:27 -07:00
2011-07-14 17:57:09 -07:00
2013-08-18 07:12:59 -03:00
2013-09-06 09:36:28 -07:00
2013-09-11 15:57:56 -07:00
2013-07-04 11:40:58 -07:00
2013-07-11 21:47:58 +02:00
2013-11-12 10:48:30 +09:00
2013-05-09 01:07:09 -07:00
2013-08-20 12:41:25 +02:00
2010-04-08 11:34:34 +02:00
2013-08-27 10:53:07 +02:00
2013-01-08 14:14:55 -08:00
2013-07-04 11:40:58 -07:00
2010-08-04 15:21:40 +02:00
2009-08-22 14:25:32 -07:00
2011-09-27 18:08:04 +02:00
2013-08-20 12:46:52 +02:00
2011-07-11 16:48:38 -07:00
2010-03-24 16:31:22 -07:00
2013-08-19 12:27:17 -07:00
2013-07-03 22:58:20 +02:00
2013-07-03 16:08:01 -07:00
2013-07-14 19:36:59 -04:00
2013-09-04 12:59:47 +02:00
2012-03-23 16:58:37 -07:00
2009-10-03 09:28:11 +02:00
2011-03-31 11:26:23 -03:00
2013-07-03 16:08:03 -07:00
2011-11-09 12:10:37 +02:00
2013-02-27 19:10:23 -08:00
2012-10-24 17:06:43 +02:00
2012-11-29 03:30:34 -08:00
2013-09-10 11:36:45 +05:30
2012-03-07 16:08:24 +01:00
2013-08-22 22:57:32 -07:00
2012-11-19 14:10:53 +01:00
2013-05-28 12:02:12 +02:00
2012-07-29 21:11:05 -03:00
2013-09-25 12:34:32 +01:00
2012-05-17 19:06:13 -04:00
2011-08-13 18:34:03 -07:00
2011-04-28 16:12:47 -04:00
2009-09-21 15:14:56 +02:00
2013-04-16 18:47:19 +09:00
2013-06-03 14:22:57 -07:00
2013-03-10 18:16:36 +08:00
2013-08-27 10:46:02 +02:00
2010-03-06 11:26:29 -08:00
2012-05-25 16:18:34 +02:00
2013-01-11 11:38:03 -08:00
2009-09-19 09:37:23 -07:00
2013-04-29 15:18:50 +02:00
2013-02-27 19:10:21 -08:00
2013-08-20 12:59:18 +02:00
2012-12-05 23:52:10 +00:00
2011-03-31 11:26:23 -03:00
2013-05-28 12:02:11 +02:00
2011-09-27 18:08:04 +02:00
2013-11-12 10:48:30 +09:00
2013-09-25 06:49:46 -07:00
2013-08-27 10:47:05 +02:00
2011-12-02 16:12:42 +00:00
2012-09-04 16:06:34 -07:00
2010-11-01 15:38:34 -04:00
2012-11-28 18:36:06 +10:00
2010-08-04 15:21:40 +02:00
2011-12-11 10:31:23 -08:00
2013-02-19 08:42:37 +01:00
2012-02-11 15:11:28 +01:00
2013-01-31 19:20:33 -05:00
2012-05-09 13:59:09 -07:00
2012-06-28 12:03:15 +02:00
2013-07-03 09:43:28 +10:00
2013-07-13 12:09:57 -07:00
2013-08-19 21:39:42 -07:00
2013-09-06 09:36:28 -07:00
2012-03-30 16:03:15 -07:00
2010-09-03 08:19:51 +02:00
2009-12-15 08:53:24 -08:00
2012-02-28 16:05:06 +01:00
2011-11-07 07:54:42 +10:30
2010-08-11 08:59:18 -07:00
2012-03-30 16:03:15 -07:00
2012-09-26 19:56:15 +02:00
2013-09-27 17:35:41 -07:00
2013-08-23 08:56:28 +02:00
2010-02-05 12:22:44 +01:00
2013-09-06 09:36:28 -07:00
2013-06-21 11:32:51 +02:00
2012-09-06 22:16:58 -07:00
2012-10-09 16:22:40 +09:00
2012-09-18 12:53:22 +03:00
2011-09-27 18:08:04 +02:00
2013-01-03 15:57:16 -08:00
2013-06-19 12:58:42 +02:00
2013-07-03 16:07:54 -07:00
2011-03-31 11:26:23 -03:00
2012-10-01 15:27:48 +02:00
2012-12-17 17:15:23 -08:00
2013-06-19 12:58:42 +02:00
2011-03-30 12:02:05 +02:00
2012-06-25 12:11:58 -07:00
2012-04-16 14:37:13 +02:00
2013-06-03 14:20:18 -07:00
2011-08-13 18:34:03 -07:00
2013-08-20 12:58:15 +02:00
2013-07-25 12:34:15 +02:00
2013-10-16 13:01:44 -07:00
2013-04-04 10:24:53 -07:00
2013-09-05 16:36:21 -06:00
2012-01-02 13:04:55 +01:00
2012-05-08 16:01:34 -07:00
2010-03-24 16:31:20 -07:00
2013-08-21 10:32:09 -04:00
2013-06-26 12:10:56 +02:00
2011-01-13 08:03:24 -08:00