No description
Find a file
Jiri Olsa 1e85010e17 x86/ftrace: Remove extra orig rax move
There's identical move 2 lines earlier.

Link: https://lkml.kernel.org/r/20211008091336.33616-2-jolsa@kernel.org

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2021-10-19 20:33:21 -04:00
arch x86/ftrace: Remove extra orig rax move 2021-10-19 20:33:21 -04:00
block SCSI fixes on 20210925 2021-09-25 16:05:56 -07:00
certs
crypto
Documentation A set of fixes for interrupt chip drivers: 2021-09-26 09:55:22 -07:00
drivers Fix two EDAC drivers using the wrong value type for the DIMM mode. 2021-09-26 12:18:10 -07:00
fs tracefs: Have tracefs directories not set OTH permission bits by default 2021-10-08 18:08:43 -04:00
include tracing/perf: Add interrupt_context_level() helper 2021-10-19 20:33:20 -04:00
init bootconfig: Rename xbc_destroy_all() to xbc_exit() 2021-10-10 20:44:05 -04:00
ipc
kernel tracing/perf: Add interrupt_context_level() helper 2021-10-19 20:33:20 -04:00
lib bootconfig: Cleanup dummy headers in tools/bootconfig 2021-10-10 22:16:02 -04:00
LICENSES
mm
net
samples
scripts
security
sound
tools bootconfig: Cleanup dummy headers in tools/bootconfig 2021-10-10 22:16:02 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI fixes on 20210925 2021-09-25 16:05:56 -07:00
Makefile Linux 5.15-rc3 2021-09-26 14:08:19 -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.