Linux kernel source tree
Find a file
Johannes Berg e062356e50 um: x86: print RIP with symbol
This is not only nicer to read by default, but also lets
decode_stacktrace.sh work on it, rather than removing it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2022-07-17 23:15:21 +02:00
arch um: x86: print RIP with symbol 2022-07-17 23:15:21 +02:00
block
certs
crypto
Documentation dmaengine fixes for v5.19 2022-07-10 11:23:01 -07:00
drivers Merge branch 'hot-fixes' (fixes for rc6) 2022-07-10 14:26:49 -07:00
fs
include Char/Misc driver fixes for 5.19-rc6 2022-07-10 09:45:29 -07:00
init
ipc
kernel
lib ida: don't use BUG_ON() for debugging 2022-07-10 13:55:49 -07:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.19-rc6 2022-07-10 14:40:51 -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.

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.