All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] docs/zh_CN: add a little vm translation
@ 2022-03-17  6:50 Yanteng Si
  2022-03-17  6:50 ` [PATCH v2 01/12] docs/zh_CN: add vm frontswap translation Yanteng Si
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Yanteng Si @ 2022-03-17  6:50 UTC (permalink / raw)
  To: corbet, alexs, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, siyanteng01

v2:
* Modify some words under Alex's advice.
* Optimized some words. [PATCH 07-12/12]

v1:
* Translate a little .../vm/*.rst into Chinese.

* It is expected that all vm documentation will be
 translated in a short time, sorry for the huge review
 pressure on maintainer. I look like a troublemaker. >_<

Yanteng Si (12):
  docs/zh_CN: add vm frontswap translation
  docs/zh_CN: add vm hwpoison translation
  docs/zh_CN: add vm memory-model translation
  docs/zh_CN: add vm mmu_notifier translation
  docs/zh_CN: add vm overcommit-accounting translation
  docs/zh_CN: add vm page_frags translation
  docs/zh_CN: add vm page_owner translation
  docs/zh_CN: add vm page_table_check translation
  docs/zh_CN: add vm remap_file_pages translation
  docs/zh_CN: add vm split_page_table_lock translation
  docs/zh_CN: add vm z3fold translation
  docs/zh_CN: add vm zsmalloc translation

 .../translations/zh_CN/vm/frontswap.rst       | 196 ++++++++++++++++++
 .../translations/zh_CN/vm/hwpoison.rst        | 166 +++++++++++++++
 Documentation/translations/zh_CN/vm/index.rst |  24 +--
 .../translations/zh_CN/vm/memory-model.rst    | 135 ++++++++++++
 .../translations/zh_CN/vm/mmu_notifier.rst    |  97 +++++++++
 .../zh_CN/vm/overcommit-accounting.rst        |  86 ++++++++
 .../translations/zh_CN/vm/page_frags.rst      |  38 ++++
 .../translations/zh_CN/vm/page_owner.rst      | 116 +++++++++++
 .../zh_CN/vm/page_table_check.rst             |  56 +++++
 .../zh_CN/vm/remap_file_pages.rst             |  32 +++
 .../zh_CN/vm/split_page_table_lock.rst        |  96 +++++++++
 .../translations/zh_CN/vm/z3fold.rst          |  31 +++
 .../translations/zh_CN/vm/zsmalloc.rst        |  78 +++++++
 13 files changed, 1139 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/vm/frontswap.rst
 create mode 100644 Documentation/translations/zh_CN/vm/hwpoison.rst
 create mode 100644 Documentation/translations/zh_CN/vm/memory-model.rst
 create mode 100644 Documentation/translations/zh_CN/vm/mmu_notifier.rst
 create mode 100644 Documentation/translations/zh_CN/vm/overcommit-accounting.rst
 create mode 100644 Documentation/translations/zh_CN/vm/page_frags.rst
 create mode 100644 Documentation/translations/zh_CN/vm/page_owner.rst
 create mode 100644 Documentation/translations/zh_CN/vm/page_table_check.rst
 create mode 100644 Documentation/translations/zh_CN/vm/remap_file_pages.rst
 create mode 100644 Documentation/translations/zh_CN/vm/split_page_table_lock.rst
 create mode 100644 Documentation/translations/zh_CN/vm/z3fold.rst
 create mode 100644 Documentation/translations/zh_CN/vm/zsmalloc.rst

-- 
2.27.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-03-28  8:33 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17  6:50 [PATCH v2 00/12] docs/zh_CN: add a little vm translation Yanteng Si
2022-03-17  6:50 ` [PATCH v2 01/12] docs/zh_CN: add vm frontswap translation Yanteng Si
2022-03-17  6:50 ` [PATCH v2 02/12] docs/zh_CN: add vm hwpoison translation Yanteng Si
2022-03-17  6:50 ` [PATCH v2 03/12] docs/zh_CN: add vm memory-model translation Yanteng Si
2022-03-17  6:50 ` [PATCH v2 04/12] docs/zh_CN: add vm mmu_notifier translation Yanteng Si
2022-03-23 12:43   ` Alex Shi
2022-03-28  8:18     ` yanteng si
2022-03-17  6:50 ` [PATCH v2 05/12] docs/zh_CN: add vm overcommit-accounting translation Yanteng Si
2022-03-22  8:01   ` Alex Shi
2022-03-17  6:50 ` [PATCH v2 06/12] docs/zh_CN: add vm page_frags translation Yanteng Si
2022-03-22  7:58   ` Alex Shi
2022-03-17  6:50 ` [PATCH v2 07/12] docs/zh_CN: add vm page_owner translation Yanteng Si
2022-03-22  7:53   ` Alex Shi
2022-03-17  6:50 ` [PATCH v2 08/12] docs/zh_CN: add vm page_table_check translation Yanteng Si
2022-03-22  7:50   ` Alex Shi
2022-03-17  6:50 ` [PATCH v2 09/12] docs/zh_CN: add vm remap_file_pages translation Yanteng Si
2022-03-22  7:47   ` Alex Shi
2022-03-28  8:30     ` yanteng si
2022-03-17  6:50 ` [PATCH v2 10/12] docs/zh_CN: add vm split_page_table_lock translation Yanteng Si
2022-03-22  7:44   ` Alex Shi
2022-03-17  6:50 ` [PATCH v2 11/12] docs/zh_CN: add vm z3fold translation Yanteng Si
2022-03-22  7:38   ` Alex Shi
2022-03-28  8:33     ` yanteng si
2022-03-17  6:50 ` [PATCH v2 12/12] docs/zh_CN: add vm zsmalloc translation Yanteng Si
2022-03-22  7:31   ` Alex Shi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.