No description
Find a file
Amadeusz Sławiński dc5769c7b0 PM: hibernate: Remove register_nosave_region_late()
[ Upstream commit 33569ef3c7 ]

It is an unused wrapper forcing kmalloc allocation for registering
nosave regions. Also, rename __register_nosave_region() to
register_nosave_region() now that there is no need for disambiguation.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-02-16 12:56:15 +01:00
arch powerpc/fixmap: Fix VM debug warning on unmap 2022-02-16 12:56:12 +01:00
block
certs
crypto
Documentation
drivers net: stmmac: reduce unnecessary wakeups from eee sw timer 2022-02-16 12:56:14 +01:00
fs
include PM: hibernate: Remove register_nosave_region_late() 2022-02-16 12:56:15 +01:00
init
ipc
kernel PM: hibernate: Remove register_nosave_region_late() 2022-02-16 12:56:15 +01:00
lib
LICENSES
mm
net net: sched: Clarify error message when qdisc kind is unknown 2022-02-16 12:56:12 +01:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.