Milk-V Jupiter Linux kernel
  • C 97.8%
  • Assembly 1%
  • Shell 0.4%
  • Makefile 0.3%
  • Python 0.2%
Find a file
James Deng 0c505572f3 Merge remote-tracking branch 'internal/k1-release' into k1-bl-v2.2.y
Change-Id: Ibed69044672a444634b92ba40bf1f596ad63921d
2026-01-28 16:30:52 +08:00
arch Merge remote-tracking branch 'origin/k1-dev' into k1-release 2026-01-17 15:40:24 +08:00
block
certs
crypto
Documentation
drivers vpu: fix ffplay on linux sometimes get a streamon failed(Operation now in progress) error 2026-01-23 12:39:15 +08:00
fs
include ccu: add sspa0/sspa1/ssp3 source 7 clocks: 1MHz or i2s_bclk 2025-08-28 16:50:26 +08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rt-linux rt-patch: update rt patch for patch apply err 2025-06-19 16:04:44 +08:00
rust
samples
scripts scripts: add -j to control parallel jobs 2026-01-17 14:33:31 +08:00
security
sound es7243: fix not work issue 2025-08-28 19:38:41 +08:00
tools tools/perf: pmu-events: fix X60 L2 cache events 2025-05-15 09:53:44 +08:00
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.