Files
linux-kernel-module-cheat/kernel_module
Ciro Santilli 36940cb322 Get rid of Maintainers section for lower level headers
Move benchmark this repo out of conversation, there is plenty of action there!

Move kernel module sections and buildroot sections out of conversation.

Document the instruction count between baseline Buildroot and our monstrosity.

Put ./count-boot-instructions in a separate script.

Link to MIPS graphics QEMU question.

Link to VFIO QEMU question.
2018-03-18 15:14:20 +00:00
..
2017-06-13 09:44:29 +01:00
2017-08-08 11:56:01 +01:00
2017-08-06 12:21:05 +01:00
2017-05-12 05:23:31 +01:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2018-03-14 12:26:49 +00:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2017-06-12 08:58:56 +01:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2017-08-03 04:37:50 +01:00
2017-07-14 13:05:05 +01:00
2017-11-13 15:49:22 +00:00
2017-07-14 13:05:05 +01:00
2018-03-05 16:06:30 +00:00
2017-07-27 09:21:40 +01:00
2018-02-14 04:26:07 +00:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2017-07-27 15:10:00 +01:00
2018-02-22 10:05:57 +00:00
2017-11-13 14:25:24 +00:00
2017-11-13 15:49:22 +00:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2017-07-14 13:05:05 +01:00
2017-11-13 14:34:25 +00:00

= kernel_module

. link:module_init.c[]
. Debugging
.. link:hello.c[]
.. link:hello2.c[]
.. link:panic.c[]
. Module utils
.. link:params.c[]
.. link:vermagic.c[]
.. link:vermagic_fail.c[]
.. link:module_version.c[]
. Pseudo filesystems
.. link:debugfs.c[]
.. link:procfs.c[]
.. link:sysfs.c[]
.. link:fops.c[]
.. link:ioctl.c[]
.. link:poll.c[]
.. link:mmap.c[]
.. link:anonymous_inode.c[]
.. link:seq_file.c[]
.. link:seq_file_inode.c[]
. Asynchronous
.. link:workqueue_cheat.c[]
.. link:sleep.c[]
.. link:kthread.c[]
.. link:kthreads.c[]
.. link:schedule.c[]
.. link:timer.c[]
.. link:work_from_work.c[]
.. link:irq.c[]
. Module dependencies
.. link:dep.c[]
.. link:dep2.c[]
.. link:character_device.c[]
.. link:character_device_create.c[]
.. link:virt_to_phys.c[]
. Hardware device drivers
.. link:pci_min.c[]
.. link:pci.c[]
.. link:platform_device.c[]