990 kernel based on extremekrnl
Find a file
2025-11-20 17:44:28 +01:00
android Reapply "perf: Disallow mis-matched inherited group reads" 2023-11-03 15:43:52 +00:00
arch configs: Change Local_version from ExtremeKrnl To PawKernel 2025-11-20 08:31:40 +01:00
block Merge linux-4.19.y-cip into android-4.19-stable 2025-04-12 15:43:30 +03:00
build build: add missing files 2025-03-26 00:51:32 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-25 11:49:16 +02:00
crypto Merge linux-4.19.y-cip into android-4.19-stable 2025-04-12 15:43:30 +03:00
Documentation BACKPORT: FROMGIT: userfaultfd/shmem: advertise shmem minor fault support 2025-04-23 13:30:44 +03:00
drivers Revert "driver core: Avoid binding drivers to dead devices" 2025-06-01 13:14:24 +03:00
firmware Merge 4.19.98 into android-4.19 2025-02-17 18:11:59 +02:00
fs nsfs: clean-up ns_get_path() signature to return int 2025-11-20 17:26:53 +01:00
include fix: restore __bpf_md_ptr and guard sk_security_struct 2025-11-20 17:44:28 +01:00
init BACKPORT: FROMGIT: userfaultfd: add minor fault registration mode 2025-04-23 13:30:41 +03:00
ipc ipc: remove memcg accounting for sops objects in do_semtimedop() 2024-09-04 13:13:09 +02:00
kernel Fix Derp 2025-11-20 17:29:11 +01:00
KernelSU-Next@0d6bdc6364 KernelSU-Next: bump to v1.1.1 2025-09-23 23:04:43 +03:00
kunitconfigs Merge Samsung OSRC G980FXXSKHXEA 2024-10-09 17:15:32 +03:00
lib treewide: fix compilation warnings with clang 18 2025-03-25 16:46:04 +02:00
LICENSES
mm BACKPORT: mm: drop mmap_sem before calling balance_dirty_pages() in write fault 2025-04-23 13:30:46 +03:00
net net: move secpath_exist helper to sk_buff.h 2025-11-20 08:29:02 +01:00
samples Merge linux-4.19.y-cip into android-4.19-stable 2025-03-25 12:04:41 +02:00
scripts Merge linux-4.19.y-cip into android-4.19-stable 2025-04-12 15:43:30 +03:00
security fix: restore __bpf_md_ptr and guard sk_security_struct 2025-11-20 17:44:28 +01:00
sound Merge linux-4.19.y-cip into android-4.19-stable 2025-04-12 15:43:30 +03:00
toolchain toolchain: push missing files 2025-03-25 22:09:00 +02:00
tools UPSTREAM: tools headers UAPI: Sync linux/mman.h with the kernel 2025-04-23 13:30:34 +03:00
usr
virt Merge 4.19.198 into android-4.19-stable 2025-02-23 17:45:02 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Fix Derp 2025-11-20 17:29:11 +01:00
.gitlab-ci.yml
.gitmodules drivers: introduce KernelSU-Next 2025-03-25 15:11:41 +02:00
.mailmap
AndroidKernel.mk Merge Samsung OSRC G980FXXSKHXEA 2024-10-09 17:15:32 +03:00
build.config.aarch64
build.config.allmodconfig ANDROID: Different fix for KABI breakage in 4.19.209 in struct sock 2021-10-11 19:44:01 +00:00
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.gki_kprobes
build.config.gki_kprobes.aarch64
build.config.gki_kprobes.x86_64
build.config.universal9830 Merge Samsung OSRC G980FXXSKHXEA 2024-10-09 17:15:32 +03:00
build.config.universal9830_evt0 Merge Samsung OSRC G980FXXSKHXEA 2024-10-09 17:15:32 +03:00
build.config.x86_64
build.sh build: bump OS patch level 2025-08-22 13:52:05 +03:00
build_kernel.sh Merge Samsung OSRC G980FXXSKHXEA 2024-10-09 17:15:32 +03:00
COPYING
CREDITS
Kbuild
Kconfig
localversion-cip CIP: Bump version suffix to -cip119 after merge from cip/linux-4.19.y-st tree 2025-04-07 14:49:49 +02:00
localversion-st Update localversion-st, tree is up-to-date with 5.4.291. 2025-04-07 11:43:19 +02:00
MAINTAINERS BACKPORT: Makefile: move initial clang flag handling into scripts/Makefile.clang 2025-03-25 16:48:05 +02:00
Makefile BACKPORT: Makefile: move initial clang flag handling into scripts/Makefile.clang 2025-03-25 16:48:05 +02:00
OWNERS
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.
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.