Go to file
chinaljp030 a0fc99df54
!234 [next-6.6] Intel: Backport to support Intel IFS(In Field Scan) SBAF on GNR for kernel 6.6
Merge pull request !234 from AllenShi/next-6.6-ifs-sbaf
2024-09-25 04:51:54 +00:00
Documentation
LICENSES
arch !234 [next-6.6] Intel: Backport to support Intel IFS(In Field Scan) SBAF on GNR for kernel 6.6 2024-09-25 04:51:54 +00:00
block Merge linux 6.6.44 2024-08-05 17:22:57 +08:00
certs
crypto
dist
drivers !234 [next-6.6] Intel: Backport to support Intel IFS(In Field Scan) SBAF on GNR for kernel 6.6 2024-09-25 04:51:54 +00:00
fs
include !234 [next-6.6] Intel: Backport to support Intel IFS(In Field Scan) SBAF on GNR for kernel 6.6 2024-09-25 04:51:54 +00:00
init
io_uring
ipc
kernel
lib
mm emm: fix cgroup initilization check 2024-09-13 17:55:43 +08:00
net
rust
samples
scripts
security
sound ALSA: hda: Add support for Hygon family 18h model 10h HD-Audio 2024-09-23 11:27:05 +00:00
tools selftests: ifs: verify IFS ARRAY BIST functionality 2024-09-24 09:48:09 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitmodules
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: ifs: verify test interfaces are created by the driver 2024-09-24 09:47:30 +08:00
Makefile
README
config-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.