No description
Find a file
2023-03-26 03:53:50 +00:00
android
arch Updated for Winebox support 2023-03-26 03:53:50 +00:00
block Import Pro1-X kernel source code 2022-03-20 00:13:44 +01:00
certs
crypto
Documentation BACKPORT: cgroup: make per-cgroup pressure stall tracking configurable 2021-07-01 23:43:00 -07:00
drivers binderfs: use refcount for binder control devices too 2023-01-16 14:59:34 +02:00
firmware
fs Revert "Revert "proc: Convert proc_mount to use mount_ns."" 2022-09-20 15:10:48 +03:00
include kernel: Merge LA.UM.9.15.r1-05300-KAMORTA.0 2022-06-11 03:14:24 +03:00
init Import Pro1-X kernel source code 2022-03-20 00:13:44 +01:00
ipc
kernel futex: Handle faults correctly for PI futexes 2021-08-17 08:23:23 -07:00
lib Import F(x)tec Pro1-X BSP kernel changes as of 2022-06-01 2022-06-13 23:51:22 +03:00
LICENSES
mm ANDROID: mm: use raw seqcount variants in vm_write_* 2021-10-21 22:57:43 -07:00
net net: qrtr: Use radix_tree_iter_delete to delete tx flow 2021-11-17 17:41:02 +05:30
samples This is the 4.19.154 stable release 2020-10-30 11:43:26 +01:00
scripts Import Pro1-X kernel source code 2022-03-20 00:13:44 +01:00
security kernel: Merge LA.UM.9.15.r1-05300-KAMORTA.0 2022-06-11 03:14:24 +03:00
sound From bbfaa7d36c1eb465f120f2a3dfe25c1fe022195d Mon Sep 17 00:00:00 2001 2021-07-06 10:08:25 +05:30
techpack Import F(x)tec Pro1-X BSP kernel changes as of 2022-06-01 2022-06-13 23:51:22 +03:00
tools
usr
virt
.clang-format
.cocciconfig
.drone.yml drone: Try GH releases. 2021-08-28 07:11:42 +02:00
.get_maintainer.ignore
.gitattributes
.gitignore kernel: update gitignore. 2021-08-25 13:11:11 +02:00
.mailmap
Android.bp Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
build.config.x86_64
build.sh build: compile with Proton Clang. 2021-09-15 09:27:37 +02:00
COPYING
CREDITS
gen_headers_arm.bp Import Pro1-X kernel source code 2022-03-20 00:13:44 +01:00
gen_headers_arm64.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-08 04:43:44 -07:00
Kbuild qcacld-3.0: Set system suspend/resume state in hif ctx 2021-07-09 18:24:21 +05:30
Kconfig
kernel_headers.py Change the subprocess argument to fix the build issue 2021-06-28 16:47:30 +05:30
MAINTAINERS UPSTREAM: HID: playstation: Initial DualSense USB support 2021-08-06 12:46:40 +05:30
Makefile Import Pro1-X kernel source code 2022-03-20 00:13:44 +01:00
README
verity_dev_keys.x509

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.
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.