No description
Find a file
Dmitry Torokhov 36d2582ff2 Input: evdev - add a schedule point in evdev_write()
Large writes to evdev interface may cause rcu stalls. Let's add
cond_resched() to the loop to avoid this.

Reviewed-by: Paul E. McKenney <paulmck@linux.ibm.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2018-10-05 11:42:31 -07:00
arch Final MIPS fixes for 4.17 2018-06-02 10:12:23 -07:00
block
certs
crypto
Documentation Input: gpio-keys - fix a documentation index issue 2018-09-18 15:28:06 -07:00
drivers Input: evdev - add a schedule point in evdev_write() 2018-10-05 11:42:31 -07:00
firmware
fs Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2018-06-03 11:01:28 -07:00
include Input: i8042 - enable keyboard wakeups by default when s2idle is used 2018-10-01 15:58:53 -07:00
init
ipc
kernel Input: i8042 - enable keyboard wakeups by default when s2idle is used 2018-10-01 15:58:53 -07:00
lib bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() 2018-08-01 15:49:40 -07:00
LICENSES
mm mm: fix the NULL mapping case in __isolate_lru_page() 2018-06-02 09:33:47 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-06-02 17:35:53 -07:00
samples
scripts
security selinux/stable-4.17 PR 20180530 2018-05-30 16:35:07 -05:00
sound
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-03 08:58:59 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'next' into for-linus 2018-08-16 11:10:56 -07:00
Makefile Linux 4.17 2018-06-03 14:15:21 -07:00
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.
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.