Go to file
Yaowei Bai 2650cb0c3b crash_dump: is_kdump_kernel can be boolean
Make is_kdump_kernel 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/1513308799-19232-8-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 for-linus-20180204 2018-02-04 11:16:35 -08:00
certs
crypto
Documentation Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs 2018-02-05 13:05:20 -08:00
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 crash_dump: is_kdump_kernel 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 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 Currently, hardened usercopy performs dynamic bounds checking on slab 2018-02-03 16:25:42 -08:00
.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 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO 2018-02-06 18:32:44 -08:00
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.