Skip to content
Linux kernel source tree
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
Latest commit 46cf053 Dec 23, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xf… Dec 22, 2019
LICENSES LICENSES: Rename other to deprecated May 3, 2019
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm Dec 22, 2019
block block: fix memleak when __blk_rq_map_user_iov() is failed Dec 20, 2019
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 tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block Dec 22, 2019
fs Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git… Dec 23, 2019
include Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/lin… Dec 22, 2019
init early init: fix error handling when opening /dev/console Dec 17, 2019
ipc treewide: Use sizeof_field() macro Dec 9, 2019
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
lib Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git… Dec 23, 2019
mm mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG Dec 18, 2019
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
scripts Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/k… Dec 21, 2019
security Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/… Dec 19, 2019
sound Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne… Dec 18, 2019
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
usr kbuild: fix 'No such file or directory' warning when cleaning Dec 9, 2019
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 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Dec 22, 2019
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 tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm Dec 22, 2019
Makefile Linux 5.5-rc3 Dec 23, 2019
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.