No description
Find a file
Kusanagi Kouichi 0e4a459f56 tracing: Remove unnecessary DEBUG_FS dependency
Tracing replaced debugfs with tracefs.

Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20191120104350753.EWCT.12796.ppp.dion.ne.jp@dmta0009.auone-net.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-11-22 16:19:13 +01:00
arch powerpc: pseries: no need to check return value of debugfs_create functions 2019-11-02 18:09:10 +01:00
block
certs
crypto
Documentation drivers: provide devm_platform_ioremap_resource_byname() 2019-11-05 18:33:13 +01:00
drivers of: property: Add device link support for interrupt-parent, dmas and -gpio(s) 2019-11-22 11:36:17 +01:00
fs debugfs: remove return value of debugfs_create_atomic_t() 2019-11-03 14:03:01 +01:00
include debugfs: Fix !DEBUG_FS debugfs_create_automount 2019-11-21 14:28:32 +01:00
init
ipc
kernel tracing: Remove unnecessary DEBUG_FS dependency 2019-11-22 16:19:13 +01:00
lib lib: devres: provide devm_ioremap_resource_wc() 2019-11-05 18:32:21 +01:00
LICENSES
mm
net mac80211: Use debugfs_create_xul() helper 2019-11-09 11:52:56 +01:00
samples
scripts Modules fixes for v5.4-rc5 2019-10-25 16:11:55 -04:00
security
sound
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-10-27 06:59:34 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap A few MIPS fixes: 2019-10-26 19:43:12 -04:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS A few MIPS fixes: 2019-10-26 19:43:12 -04:00
Makefile Linux 5.4-rc5 2019-10-27 13:19:19 -04: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.

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.