Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Sven Schnelle ea46a13ebf kexec_elf: support 32 bit ELF files
The powerpc version only supported 64 bit. Add some
code to switch decoding of fields during runtime so
we can kexec a 32 bit kernel from a 64 bit kernel and
vice versa.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: Helge Deller <deller@gmx.de>
2019-09-06 23:58:44 +02:00
arch kexec: add KEXEC_ELF 2019-09-06 23:58:43 +02:00
block
certs
crypto
Documentation parisc: Update feature list 2019-08-03 08:56:57 +02:00
drivers parisc: Save some bytes in dino driver 2019-09-06 00:03:28 +02:00
fs for-linus-20190802 2019-08-02 14:31:26 -07:00
include kexec_elf: remove parsing of section headers 2019-09-06 23:58:43 +02:00
init
ipc
kernel kexec_elf: support 32 bit ELF files 2019-09-06 23:58:44 +02:00
lib
LICENSES
mm mm: slub: Fix slab walking for init_on_free 2019-07-31 13:16:06 -07:00
net
samples
scripts
security
sound sound fixes for 5.3-rc3 2019-08-02 08:53:34 -07:00
tools for-linus-20190730 2019-07-30 13:25:14 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: floppy: take over maintainership 2019-07-31 09:29:43 -06:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.