Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Weitao Hou aa4996b3af mm/memory_hotplug.c: remove unneeded return for void function
return is unneeded in void function

Link: http://lkml.kernel.org/r/20190723130814.21826-1-houweitaoo@gmail.com
Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-08-03 07:02:01 -07:00
arch page flags: prioritize kasan bits over last-cpuid 2019-08-03 07:02:01 -07:00
block
certs
crypto
Documentation
drivers Power management fix for 5.3-rc3 2019-08-02 08:55:28 -07:00
fs coredump: split pipe command whitespace before expanding template 2019-08-03 07:02:01 -07:00
include page flags: prioritize kasan bits over last-cpuid 2019-08-03 07:02:01 -07:00
init
ipc
kernel kernel/signal.c: fix a kernel-doc markup 2019-08-03 07:02:00 -07:00
lib ubsan: build ubsan.c more conservatively 2019-08-03 07:02:00 -07:00
LICENSES
mm mm/memory_hotplug.c: remove unneeded return for void function 2019-08-03 07:02:01 -07:00
net
samples
scripts
security
sound sound fixes for 5.3-rc3 2019-08-02 08:53:34 -07:00
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.