No description
Find a file
Jagadeesh Pagadala 2792d488a2 tools/testing/selftests/vm: remove duplicate headers
Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Brian Geffon <bgeffon@google.com>
Link: http://lkml.kernel.org/r/1587278984-18847-1-git-send-email-jagdsh.linux@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-06-04 19:06:27 -07:00
arch powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable() 2020-06-04 19:06:23 -07:00
block
certs
crypto
Documentation
drivers rapidio: convert get_user_pages() --> pin_user_pages() 2020-06-04 19:06:26 -07:00
fs exec: open code copy_string_kernel 2020-06-04 19:06:26 -07:00
include exec: simplify the copy_strings_kernel calling convention 2020-06-04 19:06:26 -07:00
init init: allow distribution configuration of default init 2020-06-04 19:06:25 -07:00
ipc
kernel kernel/relay.c: fix read_pos error when multiple readers 2020-06-04 19:06:26 -07:00
lib lib: make a test module with set/clear bit 2020-06-04 19:06:25 -07:00
LICENSES
mm mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macro 2020-06-04 19:06:26 -07:00
net
samples
scripts checkpatch: use patch subject when reading from stdin 2020-06-04 19:06:25 -07:00
security
sound
tools tools/testing/selftests/vm: remove duplicate headers 2020-06-04 19:06:27 -07:00
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.