Go to file
Bartosz Golaszewski 4ac0d3fb13 eeprom: at24: use SPDX identifier instead of GPL boiler-plate
Replace the GPL (or later) header with the SPDX identifier
for GPL-2.0+.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-23 17:53:06 +01:00
arch Drivers: hv: vmbus: Implement Direct Mode for stimer0 2018-03-06 09:57:17 -08:00
block block, char_dev: Use correct format specifier for unsigned ints 2018-03-15 17:59:24 +01:00
certs
crypto
Documentation Update extcon for 4.17 2018-03-21 12:55:04 +01:00
drivers eeprom: at24: use SPDX identifier instead of GPL boiler-plate 2018-03-23 17:53:06 +01:00
firmware
fs block, char_dev: Use correct format specifier for unsigned ints 2018-03-15 17:59:24 +01:00
include Update extcon for 4.17 2018-03-21 12:55:04 +01:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-03-04 11:34:49 -08:00
lib devres: combine function devm_ioremap* 2018-03-15 18:08:55 +01:00
LICENSES
mm
net
samples
scripts Kbuild fixes for v4.16 2018-03-03 10:37:01 -08:00
security
sound
tools tools: hv: include string.h in hv_fcopy_daemon 2018-03-06 09:57:16 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS lkdtm: Relocate code to subdirectory 2018-03-06 19:18:55 -08:00
Makefile Linux 4.16-rc4 2018-03-04 14:54:11 -08: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.