Linux for the Switch
Find a file
Pravin Shedge 4fd39c23fe mm/userfaultfd.c: remove duplicate include
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Link: http://lkml.kernel.org/r/1512580957-6071-1-git-send-email-pravin.shedge4linux@gmail.com
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Cc: Michal Hocko <mhocko@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-06 18:32:47 -08:00
arch arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo() 2018-02-06 18:32:47 -08:00
block
certs
crypto
Documentation
drivers pps: parport: use timespec64 instead of timespec 2018-02-06 18:32:46 -08:00
firmware
fs vfs: remove might_sleep() from clear_inode() 2018-02-06 18:32:47 -08:00
include build_bug.h: remove BUILD_BUG_ON_NULL() 2018-02-06 18:32:46 -08:00
init
ipc ipc/mqueue.c: have RT tasks queue in by priority in wq_add() 2018-02-06 18:32:46 -08:00
kernel kcov: detect double association with a single task 2018-02-06 18:32:46 -08:00
lib lib/ubsan: remove returns-nonnull-attribute checks 2018-02-06 18:32:46 -08:00
LICENSES
mm mm/userfaultfd.c: remove duplicate include 2018-02-06 18:32:47 -08:00
net build_bug.h: remove BUILD_BUG_ON_NULL() 2018-02-06 18:32:46 -08:00
samples
scripts lib/ubsan: remove returns-nonnull-attribute checks 2018-02-06 18:32:46 -08:00
security pids: introduce find_get_task_by_vpid() helper 2018-02-06 18:32:46 -08:00
sound
tools lib: optimize cpumask_next_and() 2018-02-06 18:32:44 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update sboyd's email address 2018-02-06 18:32:44 -08:00
Makefile
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.