TWx Linux Repository
Go to file
Heinrich Toews f671bbb82b m4 work
Signed-off-by: Heinrich Toews <ht@twx-software.de>
2026-03-10 08:01:04 +01:00
.github .github: CODEOWNERS: add team basesoftware linux developers 2025-07-16 11:33:34 +02:00
arch m4 work 2026-03-10 08:01:04 +01:00
block scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer 2025-05-22 14:12:22 +02:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: xts - Only add ecb if it is not already there 2025-06-19 15:28:03 +02:00
Documentation dt-bindings: remoteproc: k3-m4f: Add K3 AM64x SoCs 2026-03-04 17:19:57 +01:00
drivers dsa: microchip: ksz9477_sysfs: move to regmap 2026-03-04 17:19:58 +01:00
fs This is the 6.6.94 stable release 2025-06-20 09:56:35 -05:00
include drivers: spi: kbus: split interrupt handling 2025-10-24 14:11:36 +02:00
init sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP 2025-05-02 07:50:57 +02:00
io_uring Revert "io_uring: ensure deferred completions are posted for multishot" 2025-06-19 15:28:45 +02:00
ipc
jenkins chore(jenkins): update backup U-Boot version to w01.09.00_01 2025-12-19 08:11:56 +01:00
kernel Linux 6.6.94-rt56 2025-07-02 10:00:41 +02:00
labgrid.basesoftware@21cbed93bc labgrid.basesoftware: update submodule 2026-01-30 14:15:43 +01:00
lib kunit: Fix wrong parameter to kunit_deactivate_static_stub() 2025-06-19 15:28:04 +02:00
LICENSES
mm kasan: use unchecked __memset internally 2025-06-19 15:28:36 +02:00
net net: dsa: connect SWITCHDEV_FDB_FLUSH_TO_DEVICE to dsa->port_fast_age 2025-08-08 07:07:20 +02:00
rust rust: lockdep: Remove support for dynamically allocated LockClassKeys 2025-03-22 12:50:50 -07:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-06-04 14:41:53 +02:00
scripts kbuild: Disable -Wdefault-const-init-unsafe 2025-06-19 15:28:45 +02:00
security smack: Revert "smackfs: Added check catlen" 2025-06-04 14:42:09 +02:00
sound ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 2025-06-19 15:28:44 +02:00
tools tools/resolve_btfids: Fix build when cross compiling kernel with clang. 2025-06-19 15:28:44 +02:00
usr kbuild: hdrcheck: fix cross build with clang 2025-03-13 12:58:38 +01:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: dont ignore .github folder 2025-07-16 11:33:34 +02:00
.gitmodules
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
localversion-rt Linux 6.6.94-rt56 2025-06-20 10:23:09 -05:00
localversion-wago add new version release_w05.11.08 2026-02-27 12:49:22 +01:00
MAINTAINERS sign-file,extract-cert: move common SSL helper functions to a header 2025-04-25 10:45:57 +02:00
Makefile Linux 6.6.94 2025-06-19 15:28:47 +02: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.