
The Linux Kernel Archives
4 days ago · This site is operated by the Linux Kernel Organization, a 501(c)3 nonprofit corporation, with support from the following sponsors.501(c)3 nonprofit corporation, with …
The Linux Kernel Archives - Releases
May 26, 2025 · There are usually only a few bugfix kernel releases until next mainline kernel becomes available -- unless it is designated a "longterm maintenance kernel." Stable kernel …
The Linux Kernel documentation
The Linux Kernel documentation¶ This is the top level of the kernel’s documentation tree. Kernel documentation, like the kernel itself, is very much a work in progress; that is especially true as …
中文翻译 — The Linux Kernel documentation
另外,随时欢迎您对内核文档进行改进;如果您想提供帮助,请加入vger.kernel.org 上的linux-doc邮件列表,并按照Documentation/translations/zh_CN/how-to.rst的 指引提交补丁。提交补 …
Linux Kernel Documentation
Standards documents applicable to the Linux kernel Single Unix Specification v4 (Also known as Open Group Base Specifications issue 7, and POSIX 2008. See especially system interfaces )
Using kgdb, kdb and the kernel debugger internals
You can access some symbols by name in kernel built-ins or in kernel modules if the code was built with CONFIG_KALLSYMS. Kgdb is intended to be used as a source level debugger for …
Using the tracer for debugging — The Linux Kernel documentation
trace_printk() is a very lightweight utility that can be used in any context inside the kernel, with the exception of “noinstr” sections. It can be used in normal, softirq, interrupt and even NMI context.
核心API文档 — The Linux Kernel documentation
Original:. Core API Documentation. 翻译:. 司延腾 Yanteng Si <siyanteng @ loongson. cn> 核心API文档¶. 这是核心内核API手册的首页。 非常感谢为本手册转换(和编写!)的文档!
About Linux Kernel
Aug 6, 2024 · If you're new to Linux, you don't want to download the kernel, which is just a component in a working Linux system. Instead, you want what is called a distribution of Linux, …
Debugging kernel and modules via gdb
The kernel debugger kgdb, hypervisors like QEMU or JTAG-based hardware interfaces allow to debug the Linux kernel and its modules during runtime using gdb. Gdb comes with a powerful …