The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Ben Skeggs fcb371a1d5 drm/nouveau/fb/gf100-: modify constructors to allow more customisation
GF108/GM107 implementations will want slightly different functions for
the upcoming RAM detection improvements.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2017-03-07 17:05:17 +10:00
Documentation This release has no new tracing features, just clean ups, minor fixes 2017-02-27 13:26:17 -08:00
arch platform-drivers-x86 for v4.11-1 2017-02-25 14:35:37 -08:00
block Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md 2017-02-24 14:42:19 -08:00
certs
crypto crypto: change LZ4 modules to work with new LZ4 module version 2017-02-24 17:46:57 -08:00
drivers drm/nouveau/fb/gf100-: modify constructors to allow more customisation 2017-03-07 17:05:17 +10:00
firmware
fs orangefs: cleanups, a protocol fix and an added configuration button. 2017-02-25 15:02:10 -08:00
include This release has no new tracing features, just clean ups, minor fixes 2017-02-27 13:26:17 -08:00
init
ipc userfaultfd: non-cooperative: add event for memory unmaps 2017-02-24 17:46:55 -08:00
kernel Commit 79c6f448c8 ("tracing: Fix hwlat kthread migration") fixed a 2017-02-27 13:36:19 -08:00
lib This is a tree wide change and has been kept separate for that reason. 2017-02-25 13:45:43 -08:00
mm kasan: drain quarantine of memcg slab objects 2017-02-24 17:46:56 -08:00
net This is a tree wide change and has been kept separate for that reason. 2017-02-25 13:45:43 -08:00
samples
scripts Merge branch 'akpm' (patches from Andrew) 2017-02-25 10:29:09 -08:00
security mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf 2017-02-24 17:46:54 -08:00
sound mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf 2017-02-24 17:46:54 -08:00
tools linux-kselftest-4.11-rc1 2017-02-25 15:32:53 -08:00
usr
virt mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf 2017-02-24 17:46:54 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS linux-kselftest-4.11-rc1 2017-02-25 15:32:53 -08:00
Makefile
README

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.