No description
Find a file
Rafael J. Wysocki 2554c32f0b cpufreq: intel_pstate: Simplify intel_cpufreq_update_pstate()
Avoid doing the same assignment in both branches of a conditional,
do it after the whole conditional instead.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-12-11 19:53:58 +01:00
arch A single fix for the x86 perf sysfs interfaces which used kobject 2020-11-22 13:23:43 -08:00
block
certs
crypto
Documentation Staging/IIO fixes for 5.10-rc5 2020-11-22 11:58:49 -08:00
drivers cpufreq: intel_pstate: Simplify intel_cpufreq_update_pstate() 2020-12-11 19:53:58 +01:00
fs Couple of EFI fixes for v5.10: 2020-11-22 13:05:48 -08:00
include Merge back cpufreq material for v5.11. 2020-12-11 19:52:52 +01:00
init
ipc
kernel A couple of scheduler fixes: 2020-11-22 13:26:07 -08:00
lib
LICENSES
mm mm: fix madvise WILLNEED performance problem 2020-11-22 10:48:22 -08:00
net
samples
scripts
security
sound
tools seccomp fixes for v5.10-rc5 2020-11-21 10:24:05 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iommu fixes for -rc5 2020-11-20 10:20:16 -08:00
Makefile Linux 5.10-rc5 2020-11-22 15:36:08 -08: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.