The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Adrian Hunter 07fda552f1 tools include: Add byte-swapping macros to kernel.h
Add byte-swapping macros to kernel.h

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1495786658-18063-23-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-06-27 12:08:13 -03:00
Documentation mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
arch x86/insn: perf tools: Add new ptwrite instruction 2017-06-27 11:58:04 -03:00
block
certs
crypto
drivers
firmware
fs mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
include mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
init
ipc
kernel Linux 4.12-rc6 2017-06-20 10:48:44 +02:00
lib
mm mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
net
samples
scripts
security
sound
tools tools include: Add byte-swapping macros to kernel.h 2017-06-27 12:08:13 -03:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.12-rc6 2017-06-19 22:19:37 +08:00
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.