C Assembly C++ Objective-C Makefile Perl Other
Pull request Compare This branch is 1272 commits ahead, 14663 commits behind torvalds:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Documentation Merge tag 'v4.15.12' into 4.15/master Mar 21, 2018
arch Merge tag 'v4.15.12' into 4.15/master Mar 21, 2018
block Merge tag 'v4.15.8' into 4.15/master Mar 9, 2018
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
crypto crypto: keywrap - Add missing ULL suffixes for 64-bit constants Mar 19, 2018
drivers Merge tag 'v4.15.12' into 4.15/master Mar 21, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge tag 'v4.15.12' into 4.15/master Mar 21, 2018
include Merge tag 'v4.15.12' into 4.15/master Mar 21, 2018
init Merge remote-tracking branch 'github/4.15/muqss' into 4.15/master Feb 18, 2018
ipc Rename superblock flags (MS_xyz -> SB_xyz) Nov 27, 2017
kernel Merge tag 'v4.15.11' into 4.15/master Mar 19, 2018
lib Merge tag 'v4.15.11' into 4.15/master Mar 19, 2018
mm Merge tag 'v4.15.10' into 4.15/master Mar 15, 2018
net Merge tag 'v4.15.11' into 4.15/master Mar 19, 2018
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf Dec 3, 2017
scripts Merge tag 'v4.15.10' into 4.15/master Mar 15, 2018
security ima: relax requiring a file signature for new files with zero length Mar 19, 2018
sound ALSA: seq: Clear client entry before deleting else at closing Mar 21, 2018
tools selftests/x86/entry_from_vm86: Add test cases for POPF Mar 21, 2018
usr initramfs: fix initramfs rebuilds w/ compression after disabling Nov 3, 2017
virt KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid Mar 21, 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-misc-v4.15' of git://git.kernel.org/pub/scm/linux/k… Nov 18, 2017
.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 dt-bindings: Document mti,mips-cpc binding Mar 15, 2018
Makefile Merge tag 'v4.15.12' into 4.15/master Mar 21, 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.