You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Arnaud Ferraris fa3d552207 d/changelog: release version 5.10.56+sunxi64-9 3 years ago
Documentation Documentation: Fix intiramfs script name 3 years ago
LICENSES LICENSES/deprecated: add Zlib license text 4 years ago
arch powerpc/pseries: Fix regression while building external modules 3 years ago
block blk-iocost: fix operation ordering in iocg_wake_fn() 3 years ago
certs certs: add 'x509_revocation_list' to gitignore 3 years ago
crypto crypto: sm2 - fix a memory leak in sm2 3 years ago
debian d/changelog: release version 5.10.56+sunxi64-9 3 years ago
drivers i40e: Add additional info to PHY type error 3 years ago
fs SMB3: fix readpage for large swap cache 3 years ago
include bpf: Fix pointer arithmetic mask tightening under state pruning 3 years ago
init sched/core: Initialize the idle task with preemption disabled 3 years ago
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry 3 years ago
kernel bpf: Fix pointer arithmetic mask tightening under state pruning 3 years ago
lib net: add kcov handle to skb extensions 3 years ago
mm memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions 3 years ago
net can: j1939: j1939_session_deactivate(): clarify lifetime of session object 3 years ago
samples samples/bpf: Fix the error return code of xdp_redirect's main() 3 years ago
scripts kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set 3 years ago
security smackfs: restrict bytes count in smk_set_cipso() 3 years ago
sound ALSA: pcm: Fix mmap capability check 3 years ago
tools Revert "perf map: Fix dso->nsinfo refcounting" 3 years ago
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 4 years ago
virt KVM: add missing compat KVM_CLEAR_DIRTY_LOG 3 years ago
.clang-format RDMA 5.10 pull request 4 years ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 8 years ago
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 5 years ago
.gitattributes .gitattributes: use 'dts' diff driver for dts files 5 years ago
.gitignore Add debian packaging 3 years ago
.mailmap mailmap: add two more addresses of Uwe Kleine-König 4 years ago
COPYING COPYING: state that all contributions really are covered by this file 5 years ago
CREDITS MAINTAINERS: Move Jason Cooper to CREDITS 4 years ago
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 5 years ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 4 years ago
MAINTAINERS f2fs: move ioctl interface definitions to separated file 3 years ago
Makefile Linux 5.10.56 3 years ago
README Drop all 00-INDEX files from Documentation/ 6 years ago

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.