Linux kernel interfaces: Difference between revisions

Content deleted Content added
https
Line 116:
*[https://www.kernel.org/doc/html/v4.20/core-api/kernel-api.html The Linux Kernel API 4.20], [https://www.kernel.org/doc/html/v4.20/core-api/mm-api.html#c.access_ok Memory Management APIs 4.20] (new [[Sphinx (documentation generator)|sphinx]] format)
*[https://web.archive.org/web/20070227215533/http://www.gnugeneration.com/books/linux/2.6.20/kernel-api/ The API of Linux kernel 2.6.20] and [https://www.kernel.org/doc/htmldocs/kernel-api/ 4.12] (in depecated htmldocs format)
* [http://man7.org/tlpi/ The Linux Programming Interface] book, [http://man7.org/tlpi/api_changes/ Linux and ''glibc'' API changes] since [[The Linux Programming Interface]] was released in 2010
*[https://www.makelinux.net/kernel_map/ Interactive Linux kernel map] with main API functions and structures, [https://www.makelinux.net/kernel_map/LKM.pdf PDF] version
* [http://www.makelinux.net/ldd3 Linux Device Drivers] by Jonathan Corbet, Greg Kroah-Hartman and Alessandro Rubini, 3rd edition
* [http://isis.poly.edu/kulesh/stuff/src/klist/ Linux Kernel Linked List Explained]
* [http://man7.org/tlpi/api_changes/ TLPI: API changes], Linux API changes since [[The Linux Programming Interface]] was released in 2010
 
{{Linux kernel}}