Clone of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git with branches for patches
C Assembly C++ Objective-C Makefile Perl Other
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 3, 2018
LICENSES LICENSES: Add MPL-1.1 license Jan 6, 2018
arch Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/k… Jun 2, 2018
block blk-mq: fix sysfs inflight counter Apr 26, 2018
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist Feb 21, 2018
crypto crypto: drbg - set freed buffers to NULL Apr 20, 2018
drivers Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 3, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git… Jun 3, 2018
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 3, 2018
init init/main.c: include <linux/mem_encrypt.h> May 26, 2018
ipc ipc/shm: fix shmat() nil address after round-down when remapping May 26, 2018
kernel Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm… Jun 3, 2018
lib idr: fix invalid ptr dereference on item delete May 26, 2018
mm mm: fix the NULL mapping case in __isolate_lru_page() Jun 2, 2018
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 3, 2018
samples x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation May 13, 2018
scripts checkpatch: fix macro argument precedence test May 26, 2018
security Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux… May 30, 2018
sound ALSA: hda - Fix runtime PM May 24, 2018
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/… Jun 3, 2018
usr kbuild: rename built-in.o to built-in.a Mar 25, 2018
virt KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls May 15, 2018
.clang-format clang-format: add configuration file Apr 11, 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 Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kern… Apr 16, 2018
.mailmap Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/… Apr 7, 2018
COPYING COPYING: use the new text with points to the license files Mar 23, 2018
CREDITS MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE Mar 5, 2018
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 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/… Jun 2, 2018
Makefile Linux 4.17 Jun 3, 2018
README Docs: Added a pointer to the formatted docs to README Mar 21, 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.
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.