Linux kernel source tree
Go to file
Jakub Kicinski 8112d5f61d Merge branch 'mlx5-cleanups-2025-03-19'
Tariq Toukan says:

====================
mlx5 cleanups 2025-03-19

This series contains small cleanups to the mlx5 core and Eth drivers.
====================

Link: https://patch.msgid.link/1742412199-159596-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-03-24 13:46:03 -07:00
arch net: remove sb1000 cable modem driver 2025-03-21 17:11:54 +01:00
block block-6.14-20250306 2025-03-07 11:12:33 -10:00
certs
crypto
Documentation docs/kcm: Fix typo "BFP" 2025-03-24 12:20:42 -07:00
drivers net/mlx5e: Always select CONFIG_PAGE_POOL_STATS 2025-03-24 13:45:57 -07:00
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-03-20 21:38:01 +01:00
include tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr(). 2025-03-24 12:10:13 -07:00
init rust: Disallow BTF generation with Rust + LTO 2025-03-11 20:11:09 +01:00
io_uring Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-03-13 23:08:11 +01:00
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-03-20 21:38:01 +01:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-03-20 21:38:01 +01:00
LICENSES
mm 15 hotfixes. 7 are cc:stable and the remainder address post-6.13 issues 2025-03-17 22:27:27 -07:00
net netpoll: Eliminate redundant assignment 2025-03-24 13:42:53 -07:00
rust Rust fixes for v6.14 (3rd) 2025-03-15 15:40:42 -10:00
samples
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-03-20 21:38:01 +01:00
security
sound ASoC: Fixes for v6.14 2025-03-13 07:33:48 +01:00
tools selftests: drv-net: rss_ctx: Don't assume indirection table is present 2025-03-24 12:22:37 -07:00
usr kbuild: hdrcheck: fix cross build with clang 2025-03-05 04:06:45 +09:00
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap platform-drivers-x86 for v6.14-5 2025-03-14 10:57:28 -10:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER 2025-03-24 09:57:11 -07:00
Makefile Linux 6.14-rc7 2025-03-16 12:55:17 -10: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.