No description
  • C 98.1%
  • Assembly 1.2%
  • Makefile 0.4%
Find a file
2022-09-23 16:38:54 +03:00
arch Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
block Merge tag '4.14.282' of https://android.googlesource.com/kernel/common into twelve 2022-06-09 15:33:35 +03:00
certs Merge tag '4.14.285' of https://android.googlesource.com/kernel/common into twelve 2022-07-09 13:25:12 +03:00
crypto Merge 4.14.285 into android-4.14-stable 2022-06-28 18:00:02 +00:00
Documentation Merge tag '4.14.292' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:37:53 +03:00
drivers Merge tag '4.14.294' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:54 +03:00
firmware firmware/ : Import from merlin-r-oss 2021-07-13 12:45:24 +00:00
fs Merge tag '4.14.294' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:54 +03:00
include Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
init Merge tag '4.14.285' of https://android.googlesource.com/kernel/common into twelve 2022-07-09 13:25:12 +03:00
ipc This is the 4.14.257 stable release 2021-12-08 09:06:34 +01:00
kernel Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
lib Merge tag '4.14.292' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:37:53 +03:00
mm Merge tag '4.14.294' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:54 +03:00
net Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
samples samples/kretprobes: Fix return value if register_kretprobe() failed 2021-11-26 11:40:31 +01:00
scripts Merge tag '4.14.292' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:37:53 +03:00
security Merge tag '4.14.291' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:37:10 +03:00
sound Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
tools Merge tag '4.14.293' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:26 +03:00
usr initramfs: restore default compression behavior 2020-04-13 10:34:19 +02:00
virt KVM: Add infrastructure and macro to mark VM as bugged 2022-08-25 11:11:29 +02:00
Android.mk android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.aarch64 ANDROID: Publish uncompressed Image on aarch64 2020-11-01 15:14:43 +00:00
build.config.common ANDROID: drop KERNEL_DIR setting in build.config.common 2020-10-15 02:48:27 +00:00
build.config.cuttlefish.aarch64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-10-15 02:48:27 +00:00
build.config.cuttlefish.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-10-15 02:48:27 +00:00
build.config.mtk.aarch64 android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.mtk.aarch64.gcc android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.mtk.aarch64.kasan android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.mtk.aarch64.ubsan android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.mtk.arm android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
build.config.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-21 19:05:35 +00:00
CleanSpec.mk android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
COPYING
CREDITS MAINTAINERS: update TPM driver infrastructure changes 2017-11-09 17:58:40 -08: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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kenv.mk android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
ll.sh android: Import remaining from merlin-r-oss 2021-07-13 12:45:27 +00:00
MAINTAINERS Merge 4.14.285 into android-4.14-stable 2022-06-28 18:00:02 +00:00
Makefile Merge tag '4.14.294' of https://android.googlesource.com/kernel/common into twelve 2022-09-23 16:38:54 +03: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.