No description
Find a file
Andy Shevchenko 2e94d5ae5d serial: core: constify struct uart_port {name} field
Don't allow modifications of port name. It's serial core's business only.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-08 18:51:57 +02:00
arch Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-04-02 09:27:02 -07:00
block
certs
crypto
Documentation dt-bindings: serial: add a new compatible string for SC9860 2017-04-08 18:42:46 +02:00
drivers serdev: Add serdev_device_write subroutine 2017-04-08 18:51:00 +02:00
firmware
fs
include serial: core: constify struct uart_port {name} field 2017-04-08 18:51:57 +02:00
init
ipc
kernel Merge 4.11-rc5 into tty-next 2017-04-03 14:18:16 +02:00
lib Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-04-02 09:18:59 -07:00
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 4.11-rc5 into tty-next 2017-04-03 14:18:16 +02:00
Makefile Linux 4.11-rc5 2017-04-02 17:23:54 -07:00
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.