No description
Find a file
Vincent Donnefort 51cf18c90c sched/debug: Add new tracepoint to track cpu_capacity
rq->cpu_capacity is a key element in several scheduler parts, such as EAS
task placement and load balancing. Tracking this value enables testing
and/or debugging by a toolkit.

Signed-off-by: Vincent Donnefort <vincent.donnefort@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/1598605249-72651-1-git-send-email-vincent.donnefort@arm.com
2020-10-03 16:30:52 +02:00
arch ARM, sched/topology: Revert back to default scheduler topology 2020-08-19 10:49:47 +02:00
block
certs
crypto
Documentation spi: Fixes for v5.9 2020-08-18 14:27:12 -07:00
drivers spi: Fixes for v5.9 2020-08-18 14:27:12 -07:00
fs
include sched/debug: Add new tracepoint to track cpu_capacity 2020-10-03 16:30:52 +02:00
init
ipc
kernel sched/debug: Add new tracepoint to track cpu_capacity 2020-10-03 16:30:52 +02:00
lib
LICENSES
mm mm/memory.c: skip spurious TLB flush for retried page fault 2020-08-18 12:02:27 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-08-17 17:09:50 -07:00
samples
scripts
security
sound
tools rseq/selftests: Test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ 2020-09-25 14:23:27 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add myself as SCHED_DEADLINE reviewer 2020-09-04 14:35:40 +02:00
Makefile
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.