Lines Matching refs:how
23 - how the maintainers expect the C code in the kernel to look.
37 - the process and procedures of how to do Linux kernel development.
41 - how to select which CPU(s) handle which interrupt events on SMP.
51 - how to (attempt to) manage kernel hackers.
67 - how to change your VGA cursor from a blinking underscore.
75 - description of various trees and how to apply their patches.
89 - how to use kernel parameters to exclude bad RAM regions.
103 - info on how to use serial devices for Braille support.
105 - info on how to modify a bt8xx video card for GPIO usage.
111 - how to access I/O mapped memory from within device drivers.
119 - how to make use of the existing circular buffer infrastructure
123 - info on how to get and use the Coccinelle code checking tool.
133 - document describing how CPU load statistics are collected.
137 - documentation on how CPU topology info is exported via sysfs.
149 - how to use firewire like a hardware debugger memory reader.
153 - how to work with the mainline kernel development process.
171 - how to use the dynamic debug (dyndbg) feature.
181 - info on how to use e-mail to send un-mangled (git) patches.
193 - how to make use of flexible sized arrays in linux
231 - how to use the RAM disk as an initial/temporary root filesystem.
245 - how to use the irq-flags tracing feature.
265 - List of all per-CPU kthreads and how they introduce jitter.
269 - info on how to make use of the kernel memory leak detection system
313 - Hotpluggable memory support, how to use and current status.
329 - how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
341 - info on how to read Numa policy hit/miss statistics in sysfs.
343 - how to decode those nasty internal kernel error dump messages.
349 - how to use the parallel-port driver.
373 - how to get printk format specifiers right
387 - info on how to handle remote processor (e.g. AMP) offloads/usage.
397 - notes on how to use the Real Time Clock (aka CMOS clock) driver.
409 - how to set up Linux with a serial line console as the default.
419 - info on how to obtain and use the sparse tool for typechecking.
427 - info on how static keys allow debug code in hotpaths via patching
445 - info on how to avoid arch breaking unaligned memory access in code.
473 - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
485 - how to make use of the XZ data compression within linux kernel