The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Anju T Sudhakar 012ae24484 powerpc/perf: Trace imc PMU functions
Add PMU functions to support trace-imc.

Signed-off-by: Anju T Sudhakar <anju@linux.vnet.ibm.com>
Reviewed-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-05-03 02:55:00 +10:00
Documentation Documentation: powerpc: Expand the DAWR acronym 2019-05-03 02:54:58 +10:00
LICENSES
arch powerpc/perf: Trace imc PMU functions 2019-05-03 02:55:00 +10:00
block
certs
crypto
drivers ocxl: remove set but not used variables 'tid' and 'lpid' 2019-05-01 12:09:27 +10:00
fs
include powerpc/perf: Trace imc events detection and cpuhotplug 2019-05-03 02:55:00 +10:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools powerpc: prepare string/mem functions for KASAN 2019-05-03 01:20:25 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update cxl/ocxl email address 2019-05-03 01:58:11 +10:00
Makefile
README

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.