Go to file
Meenakshi Aggarwal 1c8bcc7da5 LF-14497: Increasing retry count to 1000
Sometimes retries exceed 500 and cause V2X suspend/resume
to fail occasionally

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@nxp.com>
2025-02-27 12:03:03 +01:00
arch LF-14660-5 arm64: dts: imx943-evk-sgmii: add new dts to support SGMII ports 2025-02-27 18:11:08 +08:00
block This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2024-09-20 19:52:48 +03:00
crypto This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
Documentation LF-14601-12 dt-bindings: display: imx: ldb: Change imx93 compatible string 2025-02-25 12:27:59 +02:00
drivers LF-14497: Increasing retry count to 1000 2025-02-27 12:03:03 +01:00
fs nfs/blocklayout: Limit repeat device registration on failure 2024-12-05 14:03:09 +01:00
include LF-14660-2 net: pcs: xpcs: prepare to add support for iMX94 PCS and PHY 2025-02-27 18:08:24 +08:00
init Compiler Attributes: disable __counted_by for clang < 19.1.3 2024-12-05 14:02:45 +01:00
io_uring io_uring: check for overflows in io_pin_pages 2024-12-05 14:02:50 +01:00
ipc ipc: fix memleak if msg_init_ns failed in create_ipc_ns 2024-12-05 14:03:02 +01:00
kernel This is the 6.12.3 stable release 2024-12-07 14:42:50 +08:00
lib lib: string_helpers: silence snprintf() output truncation warning 2024-12-05 14:03:01 +01:00
LICENSES LICENSES: add 0BSD license text 2024-09-01 20:43:24 -07:00
mm This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
net LF-14260-9 net: dsa: add NETC switch tag support i.MX94 2025-02-27 17:57:43 +08:00
rust rust: block: fix formatting of kernel::block::mq::request module 2024-12-05 14:02:21 +01:00
samples samples/bpf: Update BPF program type 2025-02-04 12:23:07 +01:00
scripts This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
security This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
sound ASoC: dmic: Add DSD big endian format support 2025-02-12 09:58:31 +08:00
tools LF-14596-3 perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics 2025-02-13 14:16:45 +08:00
usr
virt KVM: x86: switch hugepage recovery thread to vhost_task 2024-12-05 14:02:43 +01:00
.clang-format clang-format: Update with v6.11-rc1's for_each macro list 2024-08-02 13:20:31 +02:00
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore Kbuild updates for v6.12 2024-09-24 13:02:06 -07:00
.mailmap mailmap: add entry for Thorsten Blum 2024-11-07 14:14:59 -08:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Remove self from DSA entry 2024-11-03 12:52:38 -08:00
Kbuild
Kconfig
MAINTAINERS This is the 6.12.2 stable release 2024-12-06 19:43:50 +08:00
MAINTAINERS.NXP LF-14587-12: MAINTAINERS.NXP: Update since new binding doc added for PXP 2025-02-17 18:30:32 +08:00
Makefile Linux 6.12.3 2024-12-06 07:20:46 +01: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 reStructuredText 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.