No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Christian Brauner 70e3ee3128
coredump: rename do_coredump() to vfs_coredump()
Align the naming with the rest of our helpers exposed
outside of core vfs.

Link: https://lore.kernel.org/20250612-work-coredump-massage-v1-9-315c0c34ba94@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-06-16 17:01:22 +02:00
arch The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
block
certs
crypto
Documentation coredump: rename do_coredump() to vfs_coredump() 2025-06-16 17:01:22 +02:00
drivers fs: move name_contains_dotdot() to header 2025-06-16 17:01:22 +02:00
fs coredump: rename do_coredump() to vfs_coredump() 2025-06-16 17:01:22 +02:00
include coredump: rename do_coredump() to vfs_coredump() 2025-06-16 17:01:22 +02:00
init
io_uring
ipc
kernel coredump: rename do_coredump() to vfs_coredump() 2025-06-16 17:01:22 +02:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools selftests/coredump: make sure invalid paths are rejected 2025-06-16 17:01:22 +02:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap fourteen smb3 client fixes, most smbdirect related 2025-06-08 10:20:21 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS fourteen smb3 client fixes, most smbdirect related 2025-06-08 10:20:21 -07:00
Makefile Linux 6.16-rc1 2025-06-08 13:44:43 -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.