The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Sidhartha Kumar 192a502203 Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio
Link: https://lkml.kernel.org/r/20230125170537.96973-9-sidhartha.kumar@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Cc: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-02-13 15:54:30 -08:00
Documentation Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio 2023-02-13 15:54:30 -08:00
LICENSES
arch sh: mm: set VM_IOREMAP flag to the vmalloc area 2023-02-09 16:51:43 -08:00
block
certs
crypto
drivers Merge branch 'mm-hotfixes-stable' into mm-stable 2023-02-10 15:34:48 -08:00
fs mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio 2023-02-13 15:54:29 -08:00
include mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio 2023-02-13 15:54:29 -08:00
init
io_uring
ipc
kernel
lib Merge branch 'mm-hotfixes-stable' into mm-stable 2023-02-10 15:34:48 -08:00
mm mm/hugetlb: convert hugetlb_wp() to take in a folio 2023-02-13 15:54:29 -08:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.