Go to file
David Kershner 93d3ad90c2 drivers: visorbus: move driver out of staging
Move the visorbus driver out of staging (drivers/staging/unisys/visorbus)
and to drivers/visorbus. Modify the configuration and makefiles so they
now reference the new location. The s-Par header file visorbus.h that is
referenced by all s-Par drivers, is being moved into include/linux.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-08 16:37:50 +01:00
Documentation Merge Linus's staging merge point into staging-next 2017-12-06 15:27:17 +01:00
arch TTY/Serial driver fixes for 4.15-rc3 2017-12-05 09:05:16 -08:00
block
certs
crypto
drivers drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
firmware
fs Merge Linus's staging merge point into staging-next 2017-12-06 15:27:17 +01:00
include drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
init
ipc
kernel remove task and stack pointer printout from oops dump 2017-12-05 08:23:20 -08:00
lib
mm
net Merge Linus's staging merge point into staging-next 2017-12-06 15:27:17 +01:00
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 2017-12-03 13:08:30 -05:00
scripts A handful of documentation fixes. The most significant of these addresses 2017-12-04 13:55:28 -08:00
security
sound
tools USB fixes for 4.15-rc3 2017-12-05 08:50:04 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
Makefile Linux 4.15-rc2 2017-12-03 11:01:47 -05: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.