No description
Find a file
Eric Dumazet 16dff336b3 kobject: add kobject_uevent_net_broadcast()
This removes some #ifdef pollution and will ease follow up patches.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-19 16:32:23 -07:00
arch Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml 2017-09-16 12:03:25 -07:00
block
certs
crypto
Documentation dt-bindings: net: renesas-ravb: Add support for R8A77995 RAVB 2017-09-18 11:41:43 -07:00
drivers team: fall back to hash if table entry is empty 2017-09-19 16:18:58 -07:00
firmware
fs
include net_sched: no need to free qdisc in RCU callback 2017-09-19 16:30:03 -07:00
init
ipc
kernel bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE 2017-09-19 13:55:15 -07:00
lib kobject: add kobject_uevent_net_broadcast() 2017-09-19 16:32:23 -07:00
mm
net net_sched: no need to free qdisc in RCU callback 2017-09-19 16:30:03 -07:00
samples
scripts
security
sound
tools selftests: rtnetlink.sh: add test case for device ifalias 2017-09-19 15:30:33 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.14-rc1 2017-09-16 15:47:51 -07: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.