Go to file
Peter Zijlstra 365bd03ff6 intel_idle: Add force_irq_on module param
For testing purposes.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Tony Lindgren <tony@atomide.com>
Tested-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20230112195541.967699392@infradead.org
2023-01-13 11:48:17 +01:00
Documentation sched/documentation: Document the util clamp feature 2023-01-05 12:08:34 +01:00
LICENSES
arch cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle() 2023-01-13 11:48:17 +01:00
block treewide: Convert del_timer*() to timer_shutdown*() 2022-12-25 13:38:09 -08:00
certs
crypto
drivers intel_idle: Add force_irq_on module param 2023-01-13 11:48:17 +01:00
fs sched: Introduce per-memory-map concurrency ID 2022-12-27 12:52:11 +01:00
include tracing: WARN on rcuidle 2023-01-13 11:48:16 +01:00
init sched: Introduce per-memory-map concurrency ID 2022-12-27 12:52:11 +01:00
io_uring
ipc
kernel tracing, hardirq: No moar _rcuidle() tracing 2023-01-13 11:48:16 +01:00
lib ubsan: Fix objtool UACCESS warns 2023-01-13 11:48:17 +01:00
mm
net treewide: Convert del_timer*() to timer_shutdown*() 2022-12-25 13:38:09 -08:00
rust
samples
scripts modernize use of grep in coccicheck 2022-12-23 13:56:41 -08:00
security kernel hardening fixes for v6.2-rc1 2022-12-23 12:00:24 -08:00
sound treewide: Convert del_timer*() to timer_shutdown*() 2022-12-25 13:38:09 -08:00
tools ubsan: Fix objtool UACCESS warns 2023-01-13 11:48:17 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.2-rc1 2022-12-25 13:41:39 -08:00
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.