Linux sources including Zen, TuxOnIce, Gcc patchsets for desktops/laptops (not for servers)
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.
 
 
 
 
 
Go to file
Linus Torvalds 6fbc7275c7
Linux 5.2-rc7
4 years ago
Documentation dt-bindings: riscv: resolve 'make dt_binding_check' warnings 4 years ago
LICENSES LICENSES: Rename other to deprecated 4 years ago
arch powerpc fixes for 5.2 #7 4 years ago
block block, bfq: fix operator in BFQQ_TOTALLY_SEEKY 4 years ago
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 4 years ago
crypto treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 4 years ago
drivers Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 4 years ago
fs XArray updates for 5.2-rc6 4 years ago
include Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 4 years ago
init initramfs: fix populate_initrd_image() section mismatch 4 years ago
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 4 years ago
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 4 years ago
lib XArray updates for 5.2-rc6 4 years ago
mm mm, swap: fix THP swap out 4 years ago
net Two more NFS client fixes for Linux 5.2 4 years ago
samples samples: make pidfd-metadata fail gracefully on older kernels 4 years ago
scripts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 4 years ago
security SPDX update for 5.2-rc6 4 years ago
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 4 years ago
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 4 years ago
usr user/Makefile: Fix typo and capitalization in comment section 4 years ago
virt SPDX update for 5.2-rc6 4 years ago
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 4 years ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 4 years ago
.gitattributes .gitattributes: set git diff driver for C source code files 7 years ago
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes 4 years ago
.mailmap MAINTAINERS: Update my email address 4 years ago
COPYING COPYING: use the new text with points to the license files 5 years ago
CREDITS MAINTAINERS: Farewell Martin Schwidefsky 4 years ago
Kbuild Kbuild updates for v5.1 4 years ago
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 5 years ago
MAINTAINERS MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info 4 years ago
Makefile Linux 5.2-rc7 4 years ago
README Drop all 00-INDEX files from Documentation/ 5 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.