No description
Find a file
Arvind Yadav e3b9c5cea3 misc: pch_phub: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-28 16:55:48 +02:00
arch Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
block Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
certs
crypto
Documentation thunderbolt: Allow clearing the key 2017-08-28 16:21:32 +02:00
drivers misc: pch_phub: constify pci_device_id. 2017-08-28 16:55:48 +02:00
firmware
fs Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
include misc: eeprom_93xx46: Include <linux/gpio/consumer.h> 2017-08-28 16:55:47 +02:00
init
ipc
kernel Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
lib
mm Avoid page waitqueue race leaving possible page locker waiting 2017-08-27 16:25:09 -07:00
net
samples
scripts
security
sound
tools coresight: pmu: Adds return stack option to perf coresight pmu 2017-08-28 16:05:48 +02:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
Makefile Linux 4.13-rc7 2017-08-27 17:20:40 -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.