No description
Find a file
Thomas Gleixner ba48aa3238 x86/microcode: Clean up mc_cpu_down_prep()
This function has nothing to do with suspend. It's a hotplug
callback. Remove the bogus comment.

Drop the pointless debug printk. The hotplug core provides tracepoints
which track the invocation of those callbacks.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231002115903.028651784@linutronix.de
2023-10-24 15:05:54 +02:00
arch x86/microcode: Clean up mc_cpu_down_prep() 2023-10-24 15:05:54 +02:00
block
certs
crypto
Documentation Char/Misc driver fixes for 6.6-rc6 2023-10-15 09:07:27 -07:00
drivers x86/microcode/intel: Rework intel_find_matching_signature() 2023-10-24 15:05:54 +02:00
fs overlayfs fixes for 6.6-rc6 2023-10-15 08:55:51 -07:00
include Char/Misc driver fixes for 6.6-rc6 2023-10-15 09:07:27 -07:00
init
io_uring
ipc
kernel Two EEVDF fixes. 2023-10-14 15:21:34 -07:00
lib
LICENSES
mm
net Fixes for an overreaching WARN_ON, two error paths and a switch to 2023-10-13 11:27:31 -07:00
rust
samples
scripts
security
sound TTY/Serial driver fixes for 6.6-rc6 2023-10-15 09:11:39 -07:00
tools RISC-V Fixes for 6.6-rc6 2023-10-13 09:17:48 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Char/Misc driver fixes for 6.6-rc6 2023-10-15 09:07:27 -07:00
Makefile Linux 6.6-rc6 2023-10-15 13:34:39 -07: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.