1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 00:20:52 -05:00
No description
Find a file
Yajun Deng 9c793854a0 mm/mmap: use SZ_{8K, 128K} helper macro
Use SZ_{8K, 128K} helper macro instead of the number in init_user_reserve
and reserve_mem_notifier. This is more readable.

Link: https://lkml.kernel.org/r/20240131031913.2058597-1-yajun.deng@linux.dev
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-02-22 10:24:46 -08:00
arch x86/mm: clarify "prev" usage in switch_mm_irqs_off() 2024-02-22 10:24:42 -08:00
block
certs
crypto
Documentation Docs/translations/damon/usage: update for monitor_on renaming 2024-02-22 10:24:46 -08:00
drivers x86/mm: delete unused cpu argument to leave_mm() 2024-02-22 10:24:41 -08:00
fs userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl 2024-02-22 10:24:38 -08:00
include mm/list_lru: remove list_lru_putback() 2024-02-22 10:24:42 -08:00
init
io_uring
ipc
kernel
lib maple_tree: avoid duplicate variable init in mast_spanning_rebalance() 2024-02-22 10:24:39 -08:00
LICENSES
mm mm/mmap: use SZ_{8K, 128K} helper macro 2024-02-22 10:24:46 -08:00
net
rust
samples
scripts
security
sound
tools selftets/damon: prepare for monitor_on file renaming 2024-02-22 10:24:46 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 Restructured Text 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.