1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
No description
Find a file
Matthew Wilcox (Oracle) a0580c6f9b filemap: Convert tracing of page cache operations to folio
Pass the folio instead of a page.  The page was already implicitly a
folio as it accessed page->mapping directly.  Add the order of the folio
to the tracepoint, as this is important information.  Also drop printing
the address of the struct page as the pfn provides better information
than the struct page address.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
2022-01-04 13:15:33 -05:00
arch EFI fix for v5.16 2021-12-06 10:09:00 -08:00
block
certs
crypto
Documentation A few important documentation fixes, including breakage that comes with 2021-12-06 10:46:20 -08:00
drivers platform-drivers-x86 for v5.16-3 2021-12-07 10:10:20 -08:00
fs fs/writeback: Convert inode_switch_wbs_work_fn to folios 2022-01-02 20:28:49 -05:00
include filemap: Convert tracing of page cache operations to folio 2022-01-04 13:15:33 -05:00
init
ipc
kernel - Prevent a tick storm when a dedicated timekeeper CPU in nohz_full 2021-12-05 08:58:52 -08:00
lib iov_iter: Convert iter_xarray to use folios 2022-01-04 13:15:33 -05:00
LICENSES
mm filemap: Convert tracing of page cache operations to folio 2022-01-04 13:15:33 -05:00
net
samples
scripts
security
sound
tools perf bpf_skel: Do not use typedef to avoid error on old clang 2021-12-06 21:57:53 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS TTY/Serial fixes for 5.16-rc4 2021-12-05 09:13:20 -08:00
Makefile Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH 2021-12-06 16:42:47 -08: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 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.