TWx Linux Repository
Go to file
Peter Zijlstra 024d232ae4 mm: Fix pmd_read_atomic()
AFAICT there's no reason to do anything different than what we do for
PTEs. Make it so (also affects SH).

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221022114424.711181252%40infradead.org
2022-12-15 10:37:27 -08:00
arch mm: Fix pmd_read_atomic() 2022-12-15 10:37:27 -08:00
block
certs
crypto
Documentation
drivers mm: Introduce set_memory_rox() 2022-12-15 10:37:26 -08:00
fs
include mm: Fix pmd_read_atomic() 2022-12-15 10:37:27 -08:00
init x86/mm: Initialize text poking earlier 2022-12-15 10:37:26 -08:00
io_uring
ipc
kernel mm: Introduce set_memory_rox() 2022-12-15 10:37:26 -08:00
lib
LICENSES
mm
net mm: Introduce set_memory_rox() 2022-12-15 10:37:26 -08:00
rust
samples
scripts
security
sound
tools Char/Misc fixes for 6.1-rc3 2022-10-30 11:22:33 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB fixes for 6.1-rc3 2022-10-30 10:35:07 -07:00
Makefile Linux 6.1-rc3 2022-10-30 15:19:28 -07: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.