Linux 内核文档
该文件是 Linux 内核文档树中最顶层的,会随着内核一起更新;其目的是把散乱的文档集成为一个逻辑清晰的完整版,非常欢迎改善文档,如果想做出自己的贡献,加入vger.kernel.org中的 linuxdoc 列表中
许可证文件
见 Linux 内核源代码
用户导向的文档
以下手册是给那些想最优化某个系统的内核用户准备的
固件相关文档
应用开发者文档
内核开发简介
以下手册全面的介绍了如何进行内核开发。内核社区非常庞大,每年都有成千上万的开发者贡献代码,了解如何这些内容会帮助你更快的将你改善的代码贡献到社区。
- Working with the kernel development community
- Development tools for the kernel
- How to write kernel documentation
- Kernel Hacking Guides
- Linux Tracing Technologies
- Kernel Maintainer Handbook
- fault-injection
- Kernel Livepatching
内核 API 文档
这些文档详细描述了某个内核子系统在内核开发者的视角下是如何运行的。其中大部分信息都直接来源于内核源码,并适当的添加了补充说明。
- The Linux driver implementer’s API guide
- Core API Documentation
- locking
- Accounting
- Block
- cdrom
- Integrated Drive Electronics (IDE)
- Frame Buffer
- fpga
- Human Interface Devices (HID)
- I2C/SMBus Subsystem
- Industrial I/O
- ISDN
- InfiniBand
- LEDs
- Linux Media Subsystem Documentation
- NetLabel
- Linux Networking Documentation
- pcmcia
- Power Management
- TCM Virtual Device
- timers
- Serial Peripheral Interface (SPI)
- 1-Wire Subsystem
- Linux Watchdog Support
- Linux Virtualization Support
- The Linux Input Documentation
- Linux Hardware Monitoring
- Linux GPU Driver Developer’s Guide
- Security Documentation
- Linux Sound Subsystem Documentation
- Linux Kernel Crypto API
- Filesystems in the Linux kernel
- Linux Memory Management Documentation
- BPF Documentation
- USB support
- Linux PCI Bus Subsystem
- Assorted Miscellaneous Devices Documentation
- Intel Many Integrated Core (MIC) architecture
- Linux Scheduler
体系架构无关文档
体系架构相关文档
这些文档提供了体系架构相关的编程细节。
- ARM Architecture
- ARM64 Architecture
- IA-64 Architecture
- m68k Architecture
- MIPS-specific Documentation
- Linux on the Nios II architecture
- OpenRISC Architecture
- PA-RISC Architecture
- powerpc
- RISC-V architecture
- s390 Architecture
- SuperH Interfaces Guide
- Sparc Architecture
- x86-specific Documentation
- Xtensa Architecture