No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Mateusz Guzik e41c1f4291
fs: touch predicts in do_dentry_open()
Helps out some of the asm, the routine is still a mess.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://patch.msgid.link/20251109125254.1288882-1-mjguzik@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-11-12 12:19:09 +01:00
arch Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19 2025-11-10 10:38:07 +01:00
block bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP 2025-11-12 12:19:09 +01:00
certs
crypto
Documentation tty/serial driver bugfixes for 6.18-rc3 2025-10-26 10:24:39 -07:00
drivers Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19 2025-11-10 10:38:07 +01:00
fs fs: touch predicts in do_dentry_open() 2025-11-12 12:19:09 +01:00
include fs: speed up path lookup with cheaper handling of MAY_EXEC 2025-11-12 12:19:08 +01:00
init init: Replace simple_strtoul() with kstrtouint() in root_delay_setup() 2025-11-05 12:49:38 +01:00
io_uring
ipc
kernel - Restore the original buslock locking in a couple of places in the irq core 2025-10-26 09:54:36 -07:00
lib
LICENSES
mm slab fixes for 6.18-rc3 2025-10-24 12:40:51 -07:00
net
rust Driver core fixes for 6.18-rc3 2025-10-25 11:03:46 -07:00
samples
scripts Kbuild: enable -fms-extensions 2025-10-29 16:23:47 -07:00
security
sound
tools - Fix x32 build due to wrong format specifier on that sub-arch 2025-10-26 09:44:36 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS io_uring-6.18-20251023 2025-10-24 12:44:31 -07:00
Makefile Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19 2025-11-10 10:38:07 +01: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.