Milk-V Jupiter Linux kernel
Find a file
Nell 14e33343d1 rproc: don't build esos into the kernel due to license issues
Change-Id: I60b1ca7154a31cb768c3b33896eaee5f7f368ad4
Signed-off-by: Nell <xianbin.zhu@spacemit.com>
(cherry picked from commit 543decb1f97a50ae4171eaa33e50629d90b979d8)
2025-04-14 13:53:40 +08:00
arch Merge remote-tracking branch 'origin/k1-dev' into k1-release 2025-04-02 17:09:23 +08:00
block
certs
crypto
Documentation
drivers rproc: don't build esos into the kernel due to license issues 2025-04-14 13:53:40 +08:00
fs pstore-blk: add mmc panic write when sys panic 2025-03-06 19:55:30 +08:00
include clock:dt-bindings: add MN clock index 2025-04-02 08:44:29 +08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rt-linux rt-patch: fix patch failed 2025-01-13 18:59:11 +08:00
rust
samples
scripts scripts: support build 6.6 linux 2025-02-07 14:47:56 +08:00
security
sound audio: avoid panic issue when preallcoate dma buffer fail 2025-02-10 19:46:05 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.

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.