A Exynos 9610 Kernel ported from the Exynos 9611
Find a file
2024-10-21 22:43:14 +02:00
arch Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
block Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
certs Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
crypto Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
Documentation Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
drivers Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
firmware Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
fs Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
include Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
init Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
ipc Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
kernel Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
lib Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
mm Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
net Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
samples Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
scripts Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
security Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
sound Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
tools Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
usr Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
virt Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Add hch to .get_maintainer.ignore 2015-08-21 14:30:10 -07:00
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore This is the 4.14.19 stable release 2018-02-13 12:53:38 +01:00
.mailmap .mailmap: Add Maciej W. Rozycki's Imagination e-mail address 2017-11-10 12:16:15 -08:00
AndroidKernel.mk Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build.config.cuttlefish.aarch64 Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build.config.cuttlefish.x86_64 Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build.config.universal9611_q_launching Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build.config.universal9611_qrs Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build.config.universal9611_qrst Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
build_kernel.sh Add basic build script 2024-10-21 22:41:23 +02:00
COPYING [PATCH] update FSF address in COPYING 2005-09-10 10:06:29 -07:00
CREDITS MAINTAINERS: update TPM driver infrastructure changes 2017-11-09 17:58:40 -08:00
defpatch Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
Kbuild License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
MAINTAINERS Initial A515FXXU8HWI1 kernel source drop 2024-10-21 22:39:29 +02:00
Makefile Makefile: Pay attention to the toolchains binary prefixes when setting GCC_TOOLCHAIN_DIR 2024-10-21 22:43:14 +02:00
README README: add a new README file, pointing to the Documentation/ 2016-10-24 08:12:35 -02:00
verity_dev_keys.x509 x86_64_cuttlefish_defconfig: enable verity cert 2018-07-26 10:37:46 -07:00

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.