All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] docs/zh_CN: add core-api Memory management translation
@ 2021-06-30 10:23 Yanteng Si
  2021-06-30 10:23 ` [PATCH 1/6] docs/zh_CN: add core-api memory-allocation translation Yanteng Si
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Yanteng Si @ 2021-06-30 10:23 UTC (permalink / raw)
  To: corbet, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang,
	siyanteng01

Translate a small part of the core-api Memory-management docs.

Yanteng Si (6):
  docs/zh_CN: add core-api memory-allocation translation
  docs/zh_CN: add core-api unaligned-memory-access translation
  docs/zh_CN: add core-api mm-api translation
  docs/zh_CN: add core-api genalloc translation
  docs/zh_CN: add core-api boot-time-mm translation
  docs/zh_CN: add core-api gfp_mask-from-fs-io translation

 .../zh_CN/core-api/boot-time-mm.rst           |  49 ++++
 .../translations/zh_CN/core-api/genalloc.rst  | 109 +++++++++
 .../zh_CN/core-api/gfp_mask-from-fs-io.rst    |  66 +++++
 .../translations/zh_CN/core-api/index.rst     |  14 +-
 .../zh_CN/core-api/memory-allocation.rst      | 138 +++++++++++
 .../translations/zh_CN/core-api/mm-api.rst    | 110 +++++++++
 .../core-api/unaligned-memory-access.rst      | 229 ++++++++++++++++++
 7 files changed, 710 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/core-api/boot-time-mm.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/genalloc.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/gfp_mask-from-fs-io.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/memory-allocation.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/mm-api.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/unaligned-memory-access.rst

-- 
2.27.0


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

end of thread, other threads:[~2021-07-06 12:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 10:23 [PATCH 0/6] docs/zh_CN: add core-api Memory management translation Yanteng Si
2021-06-30 10:23 ` [PATCH 1/6] docs/zh_CN: add core-api memory-allocation translation Yanteng Si
2021-07-05 12:56   ` Alex Shi
2021-07-06 12:41     ` yanteng si
2021-06-30 10:23 ` [PATCH 2/6] docs/zh_CN: add core-api unaligned-memory-access translation Yanteng Si
2021-07-05 13:17   ` Alex Shi
2021-07-06 12:45     ` yanteng si
2021-06-30 10:23 ` [PATCH 3/6] docs/zh_CN: add core-api mm-api translation Yanteng Si
2021-07-05 13:21   ` Alex Shi
2021-06-30 10:23 ` [PATCH 4/6] docs/zh_CN: add core-api genalloc translation Yanteng Si
2021-06-30 10:23 ` [PATCH 5/6] docs/zh_CN: add core-api boot-time-mm translation Yanteng Si
2021-07-05 13:21   ` Alex Shi
2021-06-30 10:23 ` [PATCH 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation Yanteng Si

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.