1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Thorsten Blum d3ea85c6c5 mm: swap: use str_true_false() helper function
Remove hard-coded strings by using the helper function str_true_false().

Link: https://lkml.kernel.org/r/20241016141040.79168-2-thorsten.blum@linux.dev
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-11-06 20:11:14 -08:00
arch x86/percpu: fix clang warning when dealing with unsigned types 2024-11-06 20:11:14 -08:00
block
certs
crypto
Documentation mm: pgtable: remove pte_offset_map_nolock() 2024-11-05 16:56:29 -08:00
drivers zram: do not open-code comp priority 0 2024-11-06 20:11:11 -08:00
fs mm: consolidate common checks in hugetlb_get_unmapped_area 2024-11-06 20:11:10 -08:00
include vmscan: add a vmscan event for reclaim_pages 2024-11-06 20:11:13 -08:00
init
io_uring
ipc
kernel kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end 2024-11-06 20:11:11 -08:00
lib percpu: add a test case for the specific 64-bit value addition 2024-11-06 20:11:14 -08:00
LICENSES
mm mm: swap: use str_true_false() helper function 2024-11-06 20:11:14 -08:00
net
rust
samples
scripts
security
sound
tools maple_tree: add some alloc node test case 2024-11-06 20:11:13 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: mailmap: update Alexey Klimov's email address 2024-11-06 20:11:11 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: mailmap: update Alexey Klimov's email address 2024-11-06 20:11:11 -08:00
Makefile Linux 6.12-rc6 2024-11-03 14:05:52 -10: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.