The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Daniel Lezcano bae314dd5d cpuidle: Remove pointless stub
The cpuidle.h header is declaring a function with an empty stub
for the cpuidle disabled case, but that function is only called
by cpuidle governors which depend on cpuidle anyway.

In other words, the function is only called when cpuidle is enabled,
so there is no need for the stub.

Remove the pointless stub.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-10-16 17:21:51 +02:00
Documentation Power management updates for 5.10-rc1 2020-10-14 10:45:41 -07:00
LICENSES
arch Power management updates for 5.10-rc1 2020-10-14 10:45:41 -07:00
block drivers-5.10-2020-10-12 2020-10-13 13:04:41 -07:00
certs
crypto drivers-5.10-2020-10-12 2020-10-13 13:04:41 -07:00
drivers intel_idle: mention assumption that WBINVD is not needed 2020-10-16 17:09:14 +02:00
fs mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary 2020-10-13 18:38:35 -07:00
include cpuidle: Remove pointless stub 2020-10-16 17:21:51 +02:00
init printk changes for 5.10 2020-10-13 15:58:10 -07:00
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype 2020-09-05 12:14:29 -07:00
kernel Power management updates for 5.10-rc1 2020-10-14 10:45:41 -07:00
lib mm/page_alloc.c: fix freeing non-compound pages 2020-10-13 18:38:33 -07:00
mm mm/migrate: remove obsolete comment about device public 2020-10-13 18:38:36 -07:00
net io_uring-5.10-2020-10-12 2020-10-13 12:36:21 -07:00
samples mm,kmemleak-test.c: move kmemleak-test.c to samples dir 2020-10-13 18:38:27 -07:00
scripts Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
security selinux/stable-5.10 PR 20201012 2020-10-13 16:29:55 -07:00
sound sound fixes for 5.9-rc7 2020-09-24 09:00:05 -07:00
tools platform-drivers-x86 for v5.10-1 2020-10-14 10:43:24 -07:00
usr
virt KVM: fix memory leak in kvm_io_bus_unregister_dev() 2020-09-11 13:15:11 -04:00
.clang-format memblock: use separate iterators for memory and reserved regions 2020-10-13 18:38:35 -07:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: docs: ignore sphinx_*/ directories 2020-09-10 10:44:31 -06:00
.mailmap As hoped, things calmed down for docs this cycle; fewer changes and almost 2020-10-12 16:21:29 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add section for cpuidle-psci PM domain 2020-10-16 17:02:23 +02:00
Makefile Revert "kbuild: disable clang's default use of -fmerge-all-constants" 2020-10-13 18:38:26 -07: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.