No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Herbert Xu eb2953d269 xfrm: ipcomp: Use crypto_acomp interface
Replace the legacy comperssion interface with the new acomp
interface.  This is the first user to make full user of the
asynchronous nature of acomp by plugging into the existing xfrm
resume interface.

As a result of SG support by acomp, the linear scratch buffer
in ipcomp can be removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-03-21 17:36:49 +08:00
arch crypto: scatterwalk - simplify map and unmap calling convention 2025-03-21 17:33:38 +08:00
block
certs
crypto crypto: acomp - Add support for folios 2025-03-21 17:35:26 +08:00
Documentation dt-bindings: rng: rockchip,rk3588-rng: Drop unnecessary status from example 2025-03-15 16:21:22 +08:00
drivers crypto: iaa - Use acomp stack fallback 2025-03-21 17:33:39 +08:00
fs assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
include xfrm: ipcomp: Use crypto_acomp interface 2025-03-21 17:36:49 +08:00
init
io_uring
ipc
kernel 21 hotfixes. 8 are cc:stable and the remainder address post-6.13 issues. 2025-02-01 09:49:20 -08:00
lib crypto: lib/Kconfig - hide library options 2025-03-21 17:33:39 +08:00
LICENSES
mm assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
net xfrm: ipcomp: Use crypto_acomp interface 2025-03-21 17:36:49 +08:00
rust
samples
scripts 21 hotfixes. 8 are cc:stable and the remainder address post-6.13 issues. 2025-02-01 09:49:20 -08:00
security crypto: lib/Kconfig - hide library options 2025-03-21 17:33:39 +08:00
sound
tools Turbostat 2025.02.02 updates since 2024.11.30 2025-02-02 10:49:13 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 21 hotfixes. 8 are cc:stable and the remainder address post-6.13 issues. 2025-02-01 09:49:20 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Lukas & Ignat & Stefan for asymmetric keys 2025-03-15 16:21:22 +08:00
Makefile Linux 6.14-rc1 2025-02-02 15:39:26 -08: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.