合集-翻译1

摘要:原文:https://www.kernel.org/doc/html/latest/core-api/workqueue.html Introduction There are many cases where an asynchronous process execution context is 阅读全文
posted @ 2023-12-04 16:57 dolinux 阅读(31) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/concepts.html The memory management in Linux is a complex system that evolved over the years 阅读全文
posted @ 2023-12-04 20:54 dolinux 阅读(79) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/mm/numa.html This question can be answered from a couple of perspectives: the hardware view and the Linux so 阅读全文
posted @ 2023-12-04 21:39 dolinux 阅读(33) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/filesystems/vfs.html#overview-of-the-linux-virtual-file-system Introduction The Virtual File System (also kn 阅读全文
posted @ 2023-12-02 20:51 dolinux 阅读(226) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html 内核中内存管理文档汇总:Memory Management Overview The intent of this file is to give a 阅读全文
posted @ 2023-12-01 10:37 dolinux 阅读(123) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html What is the magic SysRq key? 什么是魔术SysRq键? It is a 'magical' key combo you can hit whi 阅读全文
posted @ 2023-12-01 21:21 dolinux 阅读(79) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/kbuild/modules.html This document describes how to build an out-of-tree kernel module. 1. Introduction "kbui 阅读全文
posted @ 2023-06-30 20:18 dolinux 阅读(848) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html A Tour Through TREE_RCU's Expedited Grace Pe 阅读全文
posted @ 2023-11-06 22:25 dolinux 阅读(127) 评论(0) 推荐(0) 编辑
摘要:原文: https://docs.kernel.org/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html August 8, 2017 This article was contributed by Paul E. McKenney I 阅读全文
posted @ 2023-11-06 19:47 dolinux 阅读(60) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/filesystems/path-lookup.html 内核中文件系统相关的文档汇总:Filesystems in the Linux kernel This write-up is based on three 阅读全文
posted @ 2023-12-04 21:46 dolinux 阅读(86) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/kernel-hacking/false-sharing.html What is False Sharing 什么是伪共享 False sharing is related with cache mechanism 阅读全文
posted @ 2023-12-01 11:01 dolinux 阅读(67) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html Objective 目标 Performance critical computing applications dealing with large me 阅读全文
posted @ 2023-12-01 19:29 dolinux 阅读(143) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.kernel.org/doc/html/latest/admin-guide/numastat.html /sys/devices/system/node/node*/numastat All units are pages. Hugepages have separ 阅读全文
posted @ 2023-11-30 16:04 dolinux 阅读(28) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/lockup-watchdogs.html The Linux kernel can act as a watchdog to detect both soft and hard lockup 阅读全文
posted @ 2023-11-30 21:06 dolinux 阅读(95) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/numa_memory_policy.html What is NUMA Memory Policy? In the Linux kernel, "memory policy" dete 阅读全文
posted @ 2023-11-27 21:48 dolinux 阅读(307) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/core-api/symbol-namespaces.html 以下文件描述了如何使用符号命名空间来构造通过EXPORT_SYMBOL()宏系列导出的内核符号的导出表面。 1. 介绍 符号命名空间被引入作为结构化内核 阅读全文
posted @ 2023-12-07 23:00 dolinux 阅读(156) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.kernel.org/doc/html/latest/mm/physical_memory.html Linux is available for a wide range of architectures so there is a need for an arch 阅读全文
posted @ 2023-12-04 22:34 dolinux 阅读(77) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/mm/page_tables.html 分页虚拟内存是在1962年与虚拟内存概念一起在Ferranti Atlas计算机上发明的,这是第一台具有分页虚拟内存的计算机。随着时间的推移,这一特性迁移到了更新的计算机上,并 阅读全文
posted @ 2023-12-07 23:09 dolinux 阅读(89) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/latest/mm/unevictable-lru.html Introduction This document describes the Linux memory manager's "Unevictable LRU" in 阅读全文
posted @ 2023-12-05 12:06 dolinux 阅读(136) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.kernel.org/doc/html/v6.6/mm/slub.html SLUB简短用户指南 SLUB的基本理念与SLAB非常不同。SLAB需要重新构建内核以激活所有slab缓存的调试选项。SLUB始终包含完整的调试功能,但默认情况下处于关闭状态。SLUB可以仅针对 阅读全文
posted @ 2023-12-12 20:15 dolinux 阅读(367) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示