No description
Find a file
Doug Smythies 709bd70d07 tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axis
Processors have exceeded some of the fixed y-axis scale maximum values.
Change them to autoscale the y-axis.

Signed-off-by: Doug Smythies <dsmythies@telus.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-01-28 23:46:03 +01:00
arch Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
block block: allow partitions on host aware zone devices 2020-01-26 09:59:08 -07:00
certs
crypto
Documentation Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
drivers Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
fs io_uring-5.5-2020-01-26 2020-01-26 12:23:04 -08:00
include Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
init mm, debug_pagealloc: don't rely on static keys too early 2020-01-13 18:19:02 -08:00
ipc
kernel Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
lib Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching 2020-01-27 10:54:24 -08:00
LICENSES
mm mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid 2020-01-13 18:19:02 -08:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf 2020-01-25 21:40:39 +01:00
samples Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching 2020-01-27 10:54:24 -08:00
scripts arm64 updates for 5.6 2020-01-27 08:58:19 -08:00
security + Bug fixes 2020-01-04 19:28:30 -08:00
sound sound fixes for 5.5-rc7 2020-01-17 08:38:35 -08:00
tools tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axis 2020-01-28 23:46:03 +01:00
usr gen_initramfs_list.sh: fix 'bad variable name' error 2020-01-04 00:00:48 +09:00
virt PPC KVM fix for 5.5 2019-12-22 13:18:15 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc' 2020-01-27 11:30:13 +01:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Power management updates for 5.6-rc1 2020-01-27 11:23:54 -08:00
Makefile Linux 5.5 2020-01-26 16:23:03 -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.