forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/vm: rename documentation files to .rst
Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
- Loading branch information
Showing
63 changed files
with
87 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,4 +90,4 @@ Date: December 2009 | |
Contact: Lee Schermerhorn <[email protected]> | ||
Description: | ||
The node's huge page size control/query attributes. | ||
See Documentation/vm/hugetlbpage.txt | ||
See Documentation/vm/hugetlbpage.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Description: | |
The alloc_calls file is read-only and lists the kernel code | ||
locations from which allocations for this cache were performed. | ||
The alloc_calls file only contains information if debugging is | ||
enabled for that cache (see Documentation/vm/slub.txt). | ||
enabled for that cache (see Documentation/vm/slub.rst). | ||
|
||
What: /sys/kernel/slab/cache/alloc_fastpath | ||
Date: February 2008 | ||
|
@@ -219,7 +219,7 @@ Contact: Pekka Enberg <[email protected]>, | |
Description: | ||
The free_calls file is read-only and lists the locations of | ||
object frees if slab debugging is enabled (see | ||
Documentation/vm/slub.txt). | ||
Documentation/vm/slub.rst). | ||
|
||
What: /sys/kernel/slab/cache/free_fastpath | ||
Date: February 2008 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
00-INDEX | ||
- this file. | ||
active_mm.txt | ||
active_mm.rst | ||
- An explanation from Linus about tsk->active_mm vs tsk->mm. | ||
balance | ||
balance.rst | ||
- various information on memory balancing. | ||
cleancache.txt | ||
cleancache.rst | ||
- Intro to cleancache and page-granularity victim cache. | ||
frontswap.txt | ||
frontswap.rst | ||
- Outline frontswap, part of the transcendent memory frontend. | ||
highmem.txt | ||
highmem.rst | ||
- Outline of highmem and common issues. | ||
hmm.txt | ||
hmm.rst | ||
- Documentation of heterogeneous memory management | ||
hugetlbpage.txt | ||
hugetlbpage.rst | ||
- a brief summary of hugetlbpage support in the Linux kernel. | ||
hugetlbfs_reserv.txt | ||
hugetlbfs_reserv.rst | ||
- A brief overview of hugetlbfs reservation design/implementation. | ||
hwpoison.txt | ||
hwpoison.rst | ||
- explains what hwpoison is | ||
idle_page_tracking.txt | ||
idle_page_tracking.rst | ||
- description of the idle page tracking feature. | ||
ksm.txt | ||
ksm.rst | ||
- how to use the Kernel Samepage Merging feature. | ||
mmu_notifier.txt | ||
mmu_notifier.rst | ||
- a note about clearing pte/pmd and mmu notifications | ||
numa | ||
numa.rst | ||
- information about NUMA specific code in the Linux vm. | ||
numa_memory_policy.txt | ||
numa_memory_policy.rst | ||
- documentation of concepts and APIs of the 2.6 memory policy support. | ||
overcommit-accounting | ||
overcommit-accounting.rst | ||
- description of the Linux kernels overcommit handling modes. | ||
page_frags | ||
page_frags.rst | ||
- description of page fragments allocator | ||
page_migration | ||
page_migration.rst | ||
- description of page migration in NUMA systems. | ||
pagemap.txt | ||
pagemap.rst | ||
- pagemap, from the userspace perspective | ||
page_owner.txt | ||
page_owner.rst | ||
- tracking about who allocated each page | ||
remap_file_pages.txt | ||
remap_file_pages.rst | ||
- a note about remap_file_pages() system call | ||
slub.txt | ||
slub.rst | ||
- a short users guide for SLUB. | ||
soft-dirty.txt | ||
soft-dirty.rst | ||
- short explanation for soft-dirty PTEs | ||
split_page_table_lock | ||
split_page_table_lock.rst | ||
- Separate per-table lock to improve scalability of the old page_table_lock. | ||
swap_numa.txt | ||
swap_numa.rst | ||
- automatic binding of swap device to numa node | ||
transhuge.txt | ||
transhuge.rst | ||
- Transparent Hugepage Support, alternative way of using hugepages. | ||
unevictable-lru.txt | ||
unevictable-lru.rst | ||
- Unevictable LRU infrastructure | ||
userfaultfd.txt | ||
userfaultfd.rst | ||
- description of userfaultfd system call | ||
z3fold.txt | ||
- outline of z3fold allocator for storing compressed pages | ||
zsmalloc.txt | ||
zsmalloc.rst | ||
- outline of zsmalloc allocator for storing compressed pages | ||
zswap.txt | ||
zswap.rst | ||
- Intro to compressed cache for swap pages |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15406,7 +15406,7 @@ L: [email protected] | |
S: Maintained | ||
F: mm/zsmalloc.c | ||
F: include/linux/zsmalloc.h | ||
F: Documentation/vm/zsmalloc.txt | ||
F: Documentation/vm/zsmalloc.rst | ||
|
||
ZSWAP COMPRESSED SWAP CACHING | ||
M: Seth Jennings <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.