No description
Find a file
Davidlohr Bueso 39c96a1b96 sysvipc: duplicate lock comments wrt ipc_addid()
The comment in msgqueues when using ipc_addid() is quite useful imo.
Duplicate it for shm and semaphores.

Link: http://lkml.kernel.org/r/20170831172049.14576-3-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-11-17 16:10:04 -08:00
arch pid: remove pidhash 2017-11-17 16:10:04 -08:00
block
certs
crypto
Documentation kcov: update documentation 2017-11-17 16:10:04 -08:00
drivers drivers/watchdog: make use of devm_register_reboot_notifier() 2017-11-17 16:10:04 -08:00
firmware
fs pid: replace pid bitmap implementation with IDR API 2017-11-17 16:10:03 -08:00
include sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE 2017-11-17 16:10:04 -08:00
init initramfs: use time64_t timestamps 2017-11-17 16:10:04 -08:00
ipc sysvipc: duplicate lock comments wrt ipc_addid() 2017-11-17 16:10:04 -08:00
kernel kernel/reboot.c: add devm_register_reboot_notifier() 2017-11-17 16:10:04 -08:00
lib Makefile: support flag -fsanitizer-coverage=trace-cmp 2017-11-17 16:10:04 -08:00
mm mm, compaction: remove unneeded pageblock_skip_persistent() checks 2017-11-17 16:10:00 -08:00
net
samples
scripts Makefile: support flag -fsanitizer-coverage=trace-cmp 2017-11-17 16:10:04 -08:00
security
sound
tools tools/lib/traceevent/parse-filter.c: clean up clang build warning 2017-11-17 16:10:02 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Makefile: support flag -fsanitizer-coverage=trace-cmp 2017-11-17 16:10:04 -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.