No description
  • C 98.2%
  • Assembly 1.2%
  • Makefile 0.3%
Find a file
Onelots b4fb68fc82
sm8150/defconfig: enable ramoops
Signed-off-by: Onelots <onelots@onelots.fr>
2025-12-02 14:28:45 +01:00
.elts LTS: Update to 4.14.356 2025-02-17 11:24:01 +00:00
arch sm8150/defconfig: enable ramoops 2025-12-02 14:28:45 +01:00
block Merge branch 'linux-4.14.y' of github.com:openela/kernel-lts into android13-4.14-msmnile 2025-04-29 19:06:47 +03:00
certs Merge tag 'ASB-2022-08-05_4.14-stable' of https://android.googlesource.com/kernel/common into android13-4.14-msmnile 2023-01-08 10:57:58 +02:00
crypto UPSTREAM: crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() 2025-10-02 18:29:17 -07:00
Documentation BACKPORT: rcu: Defer reporting RCU-preempt quiescent states when disabled 2025-10-02 18:29:03 -07:00
drivers Merge remote-tracking branch 'qcom/lineage-20' into lineage-22.2 2025-10-08 13:19:28 +02:00
firmware
fs fs: exfat: use timespec64 on >=4.14 2025-10-02 18:28:44 -07:00
include Merge remote-tracking branch 'qcom/lineage-20' into lineage-22.2 2025-10-08 13:19:28 +02:00
init BACKPORT: bpf: enable stackmap with build_id in nmi context 2025-10-02 18:02:31 -07:00
ipc Merge branch 'linux-4.14.y' of github.com:openela/kernel-lts into android13-4.14-msmnile 2024-11-04 03:54:51 +02:00
kernel Merge remote-tracking branch 'qcom/lineage-20' into lineage-22.2 2025-10-08 13:19:28 +02:00
lib BACKPORT: kbuild: add ability to generate BTF type info for vmlinux 2025-10-02 18:28:49 -07:00
mm UPSTREAM: mm: combine LRU and main union in struct page 2025-10-02 18:28:36 -07:00
net UPSTREAM: net: bpfilter: disallow to remove bpfilter module while being used 2025-10-02 18:29:44 -07:00
samples BACKPORT: samples/bpf: sample application and documentation for AF_XDP sockets 2025-10-02 18:28:24 -07:00
scripts BACKPORT: bpf: Support llvm-objcopy for vmlinux BTF 2025-10-02 18:28:57 -07:00
security BACKPORT: net: initial AF_XDP skeleton 2025-10-02 18:28:21 -07:00
sound Merge remote-tracking branch 'qcom/lineage-20' into lineage-22.2 2025-10-08 13:19:28 +02:00
techpack techpack: audio-extend: Make it built-in 2025-06-08 00:38:05 +02:00
tools UPSTREAM: selftests: bpf: test writable buffers in raw tps 2025-10-02 18:29:40 -07:00
usr initramfs: restore default compression behavior 2020-04-13 10:34:19 +02:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2025-02-07 11:46:07 +00:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Merge branch 'linux-4.14.y' of github.com:openela/kernel-lts into android13-4.14-msmnile 2025-04-29 19:06:47 +03:00
.mailmap
Android.mk Android: Add empty Android.mk file 2023-01-08 10:49:02 +02:00
Androidbp headers_lib: rename Android.bp 2020-02-21 06:32:58 -08:00
AndroidKernel.mk AndroidKernel: Disable debugfs for user builds 2020-08-20 20:19:05 -07: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.x86_64
COPYING
CREDITS
disable_dbgfs.sh AndroidKernel: Disable debugfs for user builds 2020-08-20 20:19:05 -07:00
gen_headers_arm.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-07 23:21:26 -07:00
gen_headers_arm64.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-07 23:21:26 -07:00
Kbuild
Kconfig techpack: Integrate Qualcomm data-kernel package 2023-01-08 10:52:57 +02:00
kernel_headers.py kernel_headers: Remove handling of techpack folder 2020-03-23 21:31:44 +05:30
MAINTAINERS BACKPORT: net: initial AF_XDP skeleton 2025-10-02 18:28:21 -07:00
Makefile Merge remote-tracking branch 'qcom/lineage-20' into lineage-22.2 2025-10-08 13:19:28 +02:00
OplusKernelEnvConfig.mk Add OnePlus Makefile 2024-01-29 12:08:19 +01:00
README
verity_dev_keys.x509

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.