Linux kernel source tree
Find a file
ndesaulniers@google.com 0ff70f62c6 sparc: vdso: Drop implicit common-page-size linker flag
GNU linker's -z common-page-size's default value is based on the target
architecture. arch/sparc/vdso/Makefile sets it to the architecture
default, which is implicit and redundant. Drop it.

Link: https://lkml.kernel.org/r/20181206191231.192355-1-ndesaulniers@google.com
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-12-21 11:24:38 -08:00
arch sparc: vdso: Drop implicit common-page-size linker flag 2018-12-21 11:24:38 -08:00
block blk-mq: fix corruption with direct issue 2018-12-04 20:06:48 -07:00
certs
crypto
Documentation
drivers SCSI fixes on 20181206 2018-12-05 17:06:31 -08:00
firmware
fs for-4.20-rc5-tag 2018-12-05 09:58:17 -08:00
include mm, thp: restore node-local hugepage allocations 2018-12-05 15:45:54 -08:00
init
ipc
kernel
lib
LICENSES
mm mm, thp: restore node-local hugepage allocations 2018-12-05 15:45:54 -08:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.

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.