linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] docs/zh_CN: Add timers subsystem translation
@ 2025-12-30 19:02 Xingqiu Xu
  2025-12-30 19:02 ` [PATCH v2 1/7] docs/zh_CN: Add timers directory Chinese translation Xingqiu Xu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Xingqiu Xu @ 2025-12-30 19:02 UTC (permalink / raw)
  To: alexs, si.yanteng, corbet; +Cc: dzm91, linux-doc, linux-kernel, Xingqiu Xu

This patch series translates the complete timers subsystem
documentation into Chinese, including:

- timers/index.rst: Main index with file structure
- timers/timekeeping.rst: Clock sources and events
- timers/hpet.rst: High Precision Event Timer driver
- timers/hrtimers.rst: High-resolution timer subsystem
- timers/highres.rst: High-resolution timers design notes
- timers/no_hz.rst: Reducing scheduling-clock ticks
- timers/delay_sleep_functions.rst: Delay and sleep mechanisms

Also updates subsystem-apis.rst to include timers/index.

All translations are based on the latest English documentation.

Changes in v2:
- Remove trailing blank lines at EOF in all translation files
  as pointed out by Dongliang Mu

Xingqiu Xu (7):
  docs/zh_CN: Add timers directory Chinese translation
  docs/zh_CN: Translate timers/timekeeping.rst
  docs/zh_CN: Translate timers/hpet.rst
  docs/zh_CN: Translate timers/hrtimers.rst
  docs/zh_CN: Translate timers/highres.rst
  docs/zh_CN: Translate timers/no_hz.rst
  docs/zh_CN: Translate timers delay_sleep_functions

 .../translations/zh_CN/subsystem-apis.rst     |   5 +-
 .../zh_CN/timers/delay_sleep_functions.rst    | 135 +++++++
 .../translations/zh_CN/timers/highres.rst     | 270 ++++++++++++++
 .../translations/zh_CN/timers/hpet.rst        |  43 +++
 .../translations/zh_CN/timers/hrtimers.rst    | 187 ++++++++++
 .../translations/zh_CN/timers/index.rst       |  30 ++
 .../translations/zh_CN/timers/no_hz.rst       | 337 ++++++++++++++++++
 .../translations/zh_CN/timers/timekeeping.rst | 202 +++++++++++
 8 files changed, 1205 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/timers/delay_sleep_functions.rst
 create mode 100644 Documentation/translations/zh_CN/timers/highres.rst
 create mode 100644 Documentation/translations/zh_CN/timers/hpet.rst
 create mode 100644 Documentation/translations/zh_CN/timers/hrtimers.rst
 create mode 100644 Documentation/translations/zh_CN/timers/index.rst
 create mode 100644 Documentation/translations/zh_CN/timers/no_hz.rst
 create mode 100644 Documentation/translations/zh_CN/timers/timekeeping.rst

-- 
2.34.1


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

end of thread, other threads:[~2025-12-30 19:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 19:02 [PATCH v2 0/7] docs/zh_CN: Add timers subsystem translation Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 1/7] docs/zh_CN: Add timers directory Chinese translation Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 2/7] docs/zh_CN: Translate timers/timekeeping.rst Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 3/7] docs/zh_CN: Translate timers/hpet.rst Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 4/7] docs/zh_CN: Translate timers/hrtimers.rst Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 5/7] docs/zh_CN: Translate timers/highres.rst Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 6/7] docs/zh_CN: Translate timers/no_hz.rst Xingqiu Xu
2025-12-30 19:02 ` [PATCH v2 7/7] docs/zh_CN: Translate timers delay_sleep_functions Xingqiu Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).