No description
Find a file
Yaowei Bai 9825b451f9 kernel/resource: iomem_is_exclusive can be boolean
Make iomem_is_exclusive return bool due to this particular function only
using either one or zero as its return value.

No functional change.

Link: http://lkml.kernel.org/r/1513266622-15860-5-git-send-email-baiyaowei@cmss.chinamobile.com
Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
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
firmware
fs vfs: remove might_sleep() from clear_inode() 2018-02-06 18:32:47 -08:00
include kernel/resource: iomem_is_exclusive can be boolean 2018-02-06 18:32:47 -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 kernel/resource: iomem_is_exclusive can be boolean 2018-02-06 18:32:47 -08:00
lib lib/ubsan: remove returns-nonnull-attribute checks 2018-02-06 18:32:46 -08:00
LICENSES
mm mm/memblock: memblock_is_map/region_memory can be boolean 2018-02-06 18:32:47 -08:00
net
samples
scripts lib/ubsan: remove returns-nonnull-attribute checks 2018-02-06 18:32:46 -08:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.