Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | compiler*.h: sync include/linux/compiler*.h with Linux 3.16 | Masahiro Yamada | 2014-09-16 | -2/+90 |
| | | | | | | | | Copy them from Linux v3.16 tag. My main motivation of this commit is to add compiler-clang.h. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Jeroen Hofstee <jeroen@myspectrum.nl> | |||
* | x86: Fix support for booting bzImage | Graeme Russ | 2010-05-06 | -0/+303 |
Add support for newer (up to 2.6.33) kernels Add zboot command which takes the address of a bzImage as its first argument and (optionally) the size of the bzImage as the second argument (the second argument is needed for older kernels which do not include the bzImage size in the header) Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |