No description
Find a file
Christophe Leroy 5c35a02c54 powerpc: clean the inclusion of stringify.h
Only include linux/stringify.h is files using __stringify()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-07-30 22:48:17 +10:00
arch powerpc: clean the inclusion of stringify.h 2018-07-30 22:48:17 +10:00
block for-linus-20180629 2018-06-30 10:47:46 -07:00
certs
crypto Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL 2018-06-28 10:40:47 -07:00
Documentation powerpc: Document issues with TM on POWER9 2018-07-02 23:54:29 +10:00
drivers tty: hvc: remove unexplained "just in case" spin delay 2018-07-24 22:09:58 +10:00
firmware
fs for-4.18-rc2-tag 2018-07-01 12:38:16 -07:00
include Revert "cxl: Allow a default context to be associated with an external pci_dev" 2018-07-02 23:54:33 +10:00
init Kbuild fixes for v4.18 2018-06-30 13:05:30 -07:00
ipc
kernel Add a missing export required by riscv and unicore 2018-07-01 10:45:13 -07:00
lib for-linus-20180629 2018-06-30 10:47:46 -07:00
LICENSES
mm slub: fix failure when we delete and create a slab cache 2018-06-28 11:16:44 -07:00
net net: handle NULL ->poll gracefully 2018-06-29 06:51:51 -07:00
samples
scripts scripts: Add ppc64le support for checkstack.pl 2018-07-02 23:54:28 +10:00
security selinux/stable-4.18 PR 20180629 2018-06-30 11:15:12 -07:00
sound powerpc/ps3: Set driver coherent_dma_mask 2018-07-20 12:50:37 +10:00
tools powerpc: move ASM_CONST and stringify_in_c() into asm-const.h 2018-07-30 22:48:16 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove the entry for the orphaned ams driver 2018-07-19 21:58:10 +10:00
Makefile Linux 4.18-rc3 2018-07-01 16:04:53 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

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.