The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Mathieu Poirier c5ff734462 coresight: tmc-etr: Introduce the notion of IDR to ETR devices
In CPU-wide scenarios with an N:1 source/sink topology, sources share
the same sink.  In order to reuse the same sink for all sources an
IDR is needed to archive events that have already been accounted for.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Tested-by: Leo Yan <leo.yan@linaro.org>
Tested-by: Robert Walker <robert.walker@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-04-25 22:00:18 +02:00
Documentation nvmem: core: add NVMEM_SYSFS Kconfig 2019-04-25 19:44:33 +02:00
LICENSES
arch
block
certs
crypto
drivers coresight: tmc-etr: Introduce the notion of IDR to ETR devices 2019-04-25 22:00:18 +02:00
fs
include coresight: Communicate perf event to sink buffer allocation functions 2019-04-25 22:00:17 +02:00
init
ipc
kernel
lib lib/siphash.c: mark expected switch fall-throughs 2019-04-25 19:47:24 +02:00
mm
net
samples
scripts
security
sound
tools coresight: etm4x: Add kernel configuration for CONTEXTID 2019-04-25 22:00:16 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS interconnect: for 5.2 2019-04-25 19:36:09 +02: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.