mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 14:44:10 +08:00
Documentation/features/vm: add feature description and arch support status for batched TLB flush after unmap
Signed-off-by: Mel Gorman <mgorman@suse.de> Acked-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d950c9477d
commit
c7e1e3ccfb
40
Documentation/features/vm/TLB/arch-support.txt
Normal file
40
Documentation/features/vm/TLB/arch-support.txt
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
#
|
||||||
|
# Feature name: batch-unmap-tlb-flush
|
||||||
|
# Kconfig: ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
|
||||||
|
# description: arch supports deferral of TLB flush until multiple pages are unmapped
|
||||||
|
#
|
||||||
|
-----------------------
|
||||||
|
| arch |status|
|
||||||
|
-----------------------
|
||||||
|
| alpha: | TODO |
|
||||||
|
| arc: | TODO |
|
||||||
|
| arm: | TODO |
|
||||||
|
| arm64: | TODO |
|
||||||
|
| avr32: | .. |
|
||||||
|
| blackfin: | TODO |
|
||||||
|
| c6x: | .. |
|
||||||
|
| cris: | .. |
|
||||||
|
| frv: | .. |
|
||||||
|
| h8300: | .. |
|
||||||
|
| hexagon: | TODO |
|
||||||
|
| ia64: | TODO |
|
||||||
|
| m32r: | TODO |
|
||||||
|
| m68k: | .. |
|
||||||
|
| metag: | TODO |
|
||||||
|
| microblaze: | .. |
|
||||||
|
| mips: | TODO |
|
||||||
|
| mn10300: | TODO |
|
||||||
|
| nios2: | .. |
|
||||||
|
| openrisc: | .. |
|
||||||
|
| parisc: | TODO |
|
||||||
|
| powerpc: | TODO |
|
||||||
|
| s390: | TODO |
|
||||||
|
| score: | .. |
|
||||||
|
| sh: | TODO |
|
||||||
|
| sparc: | TODO |
|
||||||
|
| tile: | TODO |
|
||||||
|
| um: | .. |
|
||||||
|
| unicore32: | .. |
|
||||||
|
| x86: | ok |
|
||||||
|
| xtensa: | TODO |
|
||||||
|
-----------------------
|
Loading…
Reference in New Issue
Block a user