Linux kernel modifications for the Kernel Hacking exam
Find a file
Łukasz Stelmach ea24b9953b ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
HP EliteDesk 800 G6 Tower PC (103c:870c) requires a quirk for enabling
headset-mic.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Cc: <stable@vger.kernel.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217008
Link: https://lore.kernel.org/r/20230223074749.1026060-1-l.stelmach@samsung.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-03-03 14:28:04 +01:00
arch powerpc fixes for 6.2 #5 2023-02-12 11:08:15 -08:00
block
certs
crypto
Documentation ASoC: Fixes for v6.3 2023-03-03 14:21:13 +01:00
drivers ASoC: Updates for v6.3 2023-02-16 14:32:04 +01:00
fs for-6.2-rc7-tag 2023-02-12 11:26:36 -08:00
include ASoC: Fixes for v6.3 2023-03-03 14:21:13 +01:00
init
io_uring
ipc
kernel tracing: Fix showing of TASK_COMM_LEN instead of its value 2023-02-12 13:52:17 -08:00
lib
LICENSES
mm Fix page corruption caused by racy check in __free_pages 2023-02-12 10:30:05 -08:00
net
rust
samples
scripts
security
sound ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC 2023-03-03 14:28:04 +01:00
tools Merge branch 'topic/apple-gmux' into for-next 2023-02-16 14:18:54 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: Updates for v6.3 2023-02-16 14:32:04 +01:00
Makefile Linux 6.2-rc8 2023-02-12 14:10:17 -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.