Linux kernel modifications for the Kernel Hacking exam
Find a file
Liam R. Howlett e1c2c775d4 mm/oom_kill: use vma iterators instead of vma linked list
Use vma iterator in preparation of removing the linked list.

Link: https://lkml.kernel.org/r/20220906194824.2110408-62-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Tested-by: Yu Zhao <yuzhao@google.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: David Howells <dhowells@redhat.com>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: SeongJae Park <sj@kernel.org>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-09-26 19:46:25 -07:00
arch um: remove vma linked list walk 2022-09-26 19:46:20 -07:00
block
certs
crypto
Documentation
drivers optee: remove vma linked list walk 2022-09-26 19:46:20 -07:00
fs userfaultfd: use maple tree iterator to iterate VMAs 2022-09-26 19:46:21 -07:00
include userfaultfd: use maple tree iterator to iterate VMAs 2022-09-26 19:46:21 -07:00
init
io_uring
ipc ipc/shm: use VMA iterator instead of linked list 2022-09-26 19:46:21 -07:00
kernel bpf: remove VMA linked list 2022-09-26 19:46:22 -07:00
lib mm: remove vmacache 2022-09-26 19:46:18 -07:00
LICENSES
mm mm/oom_kill: use vma iterators instead of vma linked list 2022-09-26 19:46:25 -07:00
net
samples
scripts
security
sound
tools lib/test_maple_tree: add testing for maple tree 2022-09-26 19:46:14 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.