The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Christopher Bostic 680ca6dcf5 drivers/fsi: Add SCOM FSI client device driver
Create a simple SCOM engine device driver that reads and writes
its control registers via an FSI bus.

Includes changes from Edward A. James <eajames@us.ibm.com>.

Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Edward A. James <eajames@us.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-09 11:52:09 +02:00
Documentation drivers/fsi: Document FSI master sysfs files in ABI 2017-06-09 11:52:09 +02:00
arch arm64: dts: qcom: msm8916: Add debug unit 2017-06-09 11:45:25 +02:00
block
certs
crypto
drivers drivers/fsi: Add SCOM FSI client device driver 2017-06-09 11:52:09 +02:00
firmware
fs Merge branch 'for-linus' of git://git.kernel.dk/linux-block 2017-05-20 16:12:30 -07:00
include drivers/fsi/gpio: Add tracepoints for GPIO master 2017-06-09 11:52:09 +02:00
init
ipc
kernel config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FS 2017-06-09 11:47:38 +02:00
lib lib: Add crc4 module 2017-06-09 11:52:07 +02:00
mm
net xen: fixes for 4.12 rc2 2017-05-19 15:06:48 -07:00
samples
scripts DeviceTree fixes for 4.12-rc: 2017-05-19 15:03:24 -07:00
security
sound
tools Merge 4.12-rc2 into char-misc-next 2017-05-22 08:56:55 +02:00
usr
virt KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices 2017-05-18 11:18:16 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update file entries for Coresight subsystem 2017-06-09 11:45:24 +02:00
Makefile Linux 4.12-rc2 2017-05-21 19:30:23 -07: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.