Lines Matching refs:kernel
16 - info on kernel <-> userspace ABI and relative interface stability.
23 - how the maintainers expect the C code in the kernel to look.
33 - directory with DocBook templates etc. for kernel documentation.
37 - the process and procedures of how to do Linux kernel development.
51 - how to (attempt to) manage kernel hackers.
59 - procedure for reporting security bugs found in the kernel.
61 - Linux kernel patch submission checklist.
63 - procedure to get a new driver source included into the kernel tree.
65 - procedure to get a source patch included into the kernel tree.
71 - info on ACPI-specific hooks in the kernel.
89 - how to use kernel parameters to exclude bad RAM regions.
91 - basic instructions for those who wants to profile Linux kernel.
95 - info on the kernel support for extra binary formats.
125 - docs on the netlink based userspace<->kernel space communication mod.
131 - document describing CPU hotplug support in the Linux kernel.
153 - how to work with the mainline kernel development process.
183 - directory with porting guide for Android kernel switch driver.
201 - use of GCC's coverage testing tool "gcov" with the Linux kernel
229 - what to do when the kernel can't find the 1st process to run.
243 - info on I/O statistics Linux kernel provides.
251 - info on the in-kernel binary support for Java(tm).
255 - directory with info about the kernel build process.
258 kernel-doc-nano-HOWTO.txt
259 - mini HowTo on generation and location of kernel documentation files.
260 kernel-docs.txt
261 - listing of various WWW + books that document kernel internals.
262 kernel-parameters.txt
263 - summary listing of command line / boot prompt args for the kernel.
264 kernel-per-CPU-kthreads.txt
269 - info on how to make use of the kernel memory leak detection system
273 - info of the kobject infrastructure of the Linux kernel.
275 - documents the kernel probes debugging feature.
277 - docs on adding reference counters (krefs) to kernel objects.
279 - small unittests for (some) individual codepaths in the kernel.
289 - directory with info about kernel locking primitives
297 - kernel LZO decompressor input formats
301 - list of magic numbers used to mark/protect kernel data structures.
309 - info on Linux kernel memory barriers.
343 - how to decode those nasty internal kernel error dump messages.
371 - info on locking under a preemptive kernel.
421 - overview of Linux kernel Serial Peripheral Interface (SPI) support.
423 - info on why the kernel does not have a stable in-kernel api or abi.
425 - rules and procedures for the -stable kernel releases.
485 - how to make use of the XZ data compression within linux kernel