Go to file
Gaurav Jain ccf0a99701 LF-11629 firmware: imx95: ele: disable ele trng on imx95
imx95 firmware does not support reseed functionality,
hence disabling rng in kernel.

Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
2024-02-29 14:07:44 +05:30
arch LF-11492-2 arm64: dts: imx95-19x19-evk: reset tpm6 on probe 2024-02-05 20:35:28 +08:00
block Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
certs
crypto Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
Documentation LF-11144-2 bingdings: can: flexcan: change i.MX95 compatible string property 2024-01-29 11:51:46 +08:00
drivers LF-11629 firmware: imx95: ele: disable ele trng on imx95 2024-02-29 14:07:44 +05:30
fs ext4: fix racy may inline data check in dio write 2023-11-28 17:20:16 +00:00
include ILIE-33: include: uapi: nxp_neoisp: Rename dcg and vs to input0 and input1 2024-01-26 17:26:26 +08:00
init proc: sysctl: prevent aliased sysctls from getting passed to init 2023-11-28 17:19:57 +00:00
io_uring io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval 2023-11-28 17:19:52 +00:00
ipc
kernel Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
lib lib/generic-radix-tree.c: Don't overflow in peek() 2023-11-28 17:19:35 +00:00
LICENSES
mm Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
net Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
rust
samples samples/bpf: syscall_tp_user: Fix array out-of-bound access 2023-11-28 17:19:48 +00:00
scripts Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
security Merge tag 'v6.6.3' into lf-6.6.y 2023-11-30 09:41:12 -06:00
sound ASoC: soc-pcm.c: Complete the active count for components without DAIs 2023-12-19 11:49:37 +09:00
tools LF-10939-2 perf vendor events arm64:: Optimize i.MX95 metrics 2023-12-12 10:28:06 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
MAINTAINERS.NXP LF-11113-1: MAINTAINERS.NXP: Add maintainer for os08a20 sensor driver 2023-12-25 10:53:29 +02:00
Makefile Linux 6.6.3 2023-11-28 17:20:18 +00: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.