Linux kernel source tree
C Assembly C++ Objective-C Makefile Perl Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Documentation Merge tag 'staging-4.16-rc7' of git://git.kernel.org/pub/scm/linux/ke… Mar 23, 2018
LICENSES LICENSES: Add MPL-1.1 license Jan 6, 2018
arch Merge tag 'mips_fixes_4.16_5' of git://git.kernel.org/pub/scm/linux/k… Mar 23, 2018
block Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block Mar 2, 2018
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist Feb 21, 2018
crypto X.509: fix NULL dereference when restricting key with unsupported_sig Feb 22, 2018
drivers Merge tag 'vfio-v4.16-rc7' of git://github.com/awilliam/linux-vfio Mar 23, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge branch 'akpm' (patches from Andrew) Mar 23, 2018
include Merge tag 'mtd/fixes-for-4.16-rc7' of git://git.infradead.org/linux-mtd Mar 23, 2018
init jump_label: Explicitly disable jump labels in __init code Feb 21, 2018
ipc vfs: do bulk POLL* -> EPOLL* replacement Feb 11, 2018
kernel Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/ker… Mar 23, 2018
lib Merge branch 'akpm' (patches from Andrew) Mar 23, 2018
mm mm, thp: do not cause memcg oom for thp Mar 23, 2018
net Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub… Mar 22, 2018
samples Merge tag 'seccomp-v4.16-rc4' of https://git.kernel.org/pub/scm/linux… Feb 27, 2018
scripts kbuild: Handle builtin dtb file names containing hyphens Mar 8, 2018
security integrity/security: fix digsig.c build error with header file Feb 23, 2018
sound ALSA: aloop: Fix access to not-yet-ready substream via cable Mar 22, 2018
tools Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/ker… Mar 23, 2018
usr initramfs: fix initramfs rebuilds w/ compression after disabling Nov 3, 2017
virt Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm… Mar 15, 2018
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Add hch to .get_maintainer.ignore Aug 21, 2015
.gitattributes .gitattributes: set git diff driver for C source code files Oct 8, 2016
.gitignore .gitignore: ignore ASN.1 auto generated files Feb 14, 2018
.mailmap mailmap: update Mark Yao's email address Jan 5, 2018
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS MAINTAINERS: update TPM driver infrastructure changes Nov 10, 2017
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel… Nov 18, 2017
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
MAINTAINERS MAINTAINERS: update Mark Fasheh's e-mail Mar 23, 2018
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Mar 22, 2018
README README: add a new README file, pointing to the Documentation/ Oct 24, 2016

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.