Ciro Santilli 4e0d9af81f netlink 7 years ago
..
user 4e0d9af81f netlink 7 years ago
Config.in 992783484b Move files up on tree 8 years ago
Makefile 0bb3e8519a Host insane unsafe usage 7 years ago
README.adoc 4e0d9af81f netlink 7 years ago
anonymous_inode.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
anonymous_inode.h 1f1cf4b0bd Anonymous inode! 7 years ago
character_device.c dab04d1852 character_device_create 7 years ago
character_device_create.c 8d668d6ed3 Use busybox devmem 7 years ago
debugfs.c 2427a322fc kstrto 7 years ago
dep.c 63d8bbfc89 Move module license to bottom 7 years ago
dep2.c 63d8bbfc89 Move module license to bottom 7 years ago
dump_stack.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 years ago
external.desc e06171b483 Buildroot QEMU works. Nuff said. 8 years ago
external.mk 50f2518656 kernel_module, sample_package: correctly forward Buildroot -O and -g flags 7 years ago
fops.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
hello.c 42e634ffd1 debugfs.c: extend example with toplevel file, fop and kstrtoull_from_user 7 years ago
hello2.c 63d8bbfc89 Move module license to bottom 7 years ago
ioctl.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
ioctl.h 7d2f79dec9 ioctl example complete! 7 years ago
irq.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
kstrto.c d992ba4e6e Generalize module_version.c into module_info.c 7 years ago
kthread.c 63d8bbfc89 Move module license to bottom 7 years ago
kthreads.c 63d8bbfc89 Move module license to bottom 7 years ago
make-host.sh 42051b51ed travis 9: bash -x debugging, make-host make nproc optional 7 years ago
mmap.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
module_info.c d992ba4e6e Generalize module_version.c into module_info.c 7 years ago
module_init.c 63d8bbfc89 Move module license to bottom 7 years ago
myprintk.c f33dab4a1c linux: pr_debug with CONFIG_DYNAMIC_DEBUG=y 7 years ago
netlink.c 4e0d9af81f netlink 7 years ago
oops.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 years ago
panic.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 years ago
params.c 0d7259fe81 Remove runqemu from build... document platform_device.c a bit further, add a modprobe.conf test 7 years ago
pci.c 7b0bd10c0b ring0 priviledged actions 7 years ago
pci_min.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
pmccntr.c 24cdcdc756 readme: document rdtsc 7 years ago
poll.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
procfs.c 4727fadcc8 procfs example, S99 symlink 7 years ago
ring0.c 7b0bd10c0b ring0 priviledged actions 7 years ago
ring0.h a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 years ago
schedule.c 63d8bbfc89 Move module license to bottom 7 years ago
seq_file.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
seq_file_single.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 years ago
sleep.c 63d8bbfc89 Move module license to bottom 7 years ago
sysfs.c 75afeba635 sysfs 7 years ago
timer.c 6420c31986 GEM5 gdb debug 7 years ago
vermagic.c 2e04c96fad MODULE_VERSION and srcversion 7 years ago
vermagic_fail.c fa0a7e150d Less converstaion 7 years ago
virt_to_phys.c 0677dbd4b5 virt_to_phys only works for kmalloc 7 years ago
wait_queue.c 63d8bbfc89 Move module license to bottom 7 years ago
wait_queue2.c 63d8bbfc89 Move module license to bottom 7 years ago
warn_on.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 years ago
work_from_work.c 63d8bbfc89 Move module license to bottom 7 years ago
workqueue_cheat.c 844b7c0411 Fix workqueue cheat link 7 years ago

README.adoc

= kernel_module

. link:module_init.c[]
. Debugging
.. link:hello.c[]
.. link:hello2.c[]
.. link:printk.c[]
. Panic and friends
.. link:panic.c[]
.. link:oops.c[]
.. link:warn_on.c[]
.. link:warn_on.c[]
. Modules
.. link:params.c[]
.. link:vermagic.c[]
.. link:vermagic_fail.c[]
.. link:module_info.c[]
.. Module dependencies
... link:dep.c[]
... link:dep2.c[]
. Pseudo filesystems
.. link:anonymous_inode.c[]
.. link:character_device.c[]
.. link:character_device_create.c[]
.. link:debugfs.c[]
.. link:fops.c[]
.. link:ioctl.c[]
.. link:mmap.c[]
.. link:poll.c[]
.. link:procfs.c[]
.. link:seq_file.c[]
.. link:seq_file_inode.c[]
.. link:sysfs.c[]
. Asynchronous
.. link:irq.c[]
.. link:kthread.c[]
.. link:kthreads.c[]
.. link:schedule.c[]
.. link:sleep.c[]
.. link:timer.c[]
.. link:work_from_work.c[]
.. link:workqueue_cheat.c[]
. Misc
.. link:virt_to_phys.c[]
.. link:netlink.c[]
. Utilities
.. link:kstrto.c[]
. Arch
.. x86
... link:ring0.c[]
.. ARM
... link:pmccntr.c[]
. Hardware device drivers
.. link:pci_min.c[]
.. link:pci.c[]