Skip to content
Linux kernel source tree
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
Latest commit def9d27 Jan 20, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
LICENSES LICENSES: Rename other to deprecated May 3, 2019
arch Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/… Jan 19, 2020
block block: fix an integer overflow in logical block size Jan 16, 2020
certs certs: Add wrapper function to check blacklisted binary hash Nov 12, 2019
crypto Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/… Dec 19, 2019
drivers Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
fs Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block Jan 17, 2020
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
init mm, debug_pagealloc: don't rely on static keys too early Jan 14, 2020
ipc treewide: Use sizeof_field() macro Dec 9, 2019
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
lib lib/vdso: Make __cvdso_clock_getres() static Jan 10, 2020
mm mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue … Jan 14, 2020
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
samples samples/seccomp: Zero out members based on seccomp_notif_sizes Jan 2, 2020
scripts Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux… Jan 3, 2020
security Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/li… Jan 5, 2020
sound Merge tag 'sound-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne… Jan 17, 2020
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
usr gen_initramfs_list.sh: fix 'bad variable name' error Jan 3, 2020
virt Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux… Dec 22, 2019
.clang-format clang-format: Update with the latest for_each macro list Aug 31, 2019
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl May 16, 2019
.gitattributes .gitattributes: use 'dts' diff driver for dts files Dec 5, 2019
.gitignore modpost: dump missing namespaces into a single modules.nsdeps file Nov 11, 2019
.mailmap MAINTAINERS: update my email address Jan 11, 2020
COPYING COPYING: use the new text with points to the license files Mar 23, 2018
CREDITS Merge tag 'v5.4-rc4' into docs-next Oct 29, 2019
Kbuild kbuild: do not descend to ./Kbuild when cleaning Aug 21, 2019
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst Jun 14, 2019
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Jan 19, 2020
Makefile Linux 5.5-rc7 Jan 20, 2020
README Drop all 00-INDEX files from Documentation/ Sep 9, 2018

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.
You can’t perform that action at this time.