No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Christian Brauner d7610cb745 ns: simplify ns_common_init() further
Simply derive the ns operations from the namespace type.

Acked-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-09-22 14:47:10 +02:00
arch - Convert the SSB mitigation to the attack vector controls which got forgotten 2025-08-31 09:20:17 -07:00
block Merge branch 'no-rebase-mnt_ns_tree_remove' 2025-09-19 14:26:14 +02:00
certs
crypto
Documentation - Convert the SSB mitigation to the attack vector controls which got forgotten 2025-08-31 09:20:17 -07:00
drivers - Remove unnecessary and noisy WARN_ONs in gic-v5's init path 2025-08-31 09:07:37 -07:00
fs ns: simplify ns_common_init() further 2025-09-22 14:47:10 +02:00
include ns: simplify ns_common_init() further 2025-09-22 14:47:10 +02:00
init ns: use inode initializer for initial namespaces 2025-09-19 16:22:38 +02:00
io_uring io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths 2025-08-28 05:48:34 -06:00
ipc ns: simplify ns_common_init() further 2025-09-22 14:47:10 +02:00
kernel ns: simplify ns_common_init() further 2025-09-22 14:47:10 +02:00
lib hardening fixes for v6.17-rc4 2025-08-31 08:56:45 -07:00
LICENSES
mm memblock fixes for v6.17-rc4 2025-08-28 15:46:06 -07:00
net ns: simplify ns_common_init() further 2025-09-22 14:47:10 +02:00
rust Driver core fixes for 6.16-rc3 2025-08-23 09:04:32 -04:00
samples
scripts
security
sound ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation 2025-08-21 17:10:14 +02:00
tools selftests/namespaces: verify initial namespace inode numbers 2025-09-19 16:22:38 +02:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap .mailmap: add entry for Easwar Hariharan 2025-08-19 16:35:55 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: retire Boris from TLS maintainers 2025-08-26 17:36:01 -07:00
Kbuild
Kconfig
MAINTAINERS gpio fixes for v6.17-rc4 2025-08-31 08:49:55 -07:00
Makefile Linux 6.17-rc4 2025-08-31 15:33:07 -07: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.