The Linux Kernel
6.19.0
快速搜尋
Contents
Development process
提交補釘
行為守則
維護者手冊
All development-process docs
核心 API
Driver APIs
子系統
Locking
Licensing rules
撰寫文件
開發工具
測試指南
Hacking guide
Unreliable Guide To Hacking The Linux Kernel
Unreliable Guide To Locking
偽共享
Tracing
Fault injection
即時補釘
Rust
Administration
建置系統
回報議題
使用者空間工具
使用者空間 API
韌體
韌體與裝置樹
CPU 架構
未排序的文件
本頁
顯示原始碼
Kernel Hacking Guides
¶
Unreliable Guide To Hacking The Linux Kernel
介紹
The Players
Some Basic Rules
ioctls: Not writing a new system call
Recipes for Deadlock
Common Routines
Wait Queues
include/linux/wait.h
原子操作
Symbols
Routines and Conventions
Putting Your Stuff in the Kernel
Kernel Cantrips
Thanks
Unreliable Guide To Locking
介紹
The Problem With Concurrency
Locking in the Linux Kernel
Hard IRQ Context
Cheat Sheet For Locking
The trylock Functions
Common Examples
Common Problems
Locking Speed
What Functions Are Safe To Call From Interrupts?
Mutex API reference
Futex API reference
延伸閱讀
Thanks
詞彙表
偽共享
什麼是偽共享
偽共享的陷阱
如何偵測與分析偽共享
Possible Mitigations
Miscellaneous