Ciro Santilli 36940cb322 Get rid of Maintainers section for lower level headers il y a 7 ans
..
user 36940cb322 Get rid of Maintainers section for lower level headers il y a 7 ans
Config.in 992783484b Move files up on tree il y a 8 ans
Makefile 0bb3e8519a Host insane unsafe usage il y a 8 ans
README.adoc 254c8bf42e adoc il y a 7 ans
anonymous_inode.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
anonymous_inode.h 1f1cf4b0bd Anonymous inode! il y a 8 ans
character_device.c dab04d1852 character_device_create il y a 8 ans
character_device_create.c 8d668d6ed3 Use busybox devmem il y a 8 ans
debugfs.c 41742640cf mmap gets called, now lets make it actually work il y a 8 ans
dep.c 63d8bbfc89 Move module license to bottom il y a 8 ans
dep2.c 63d8bbfc89 Move module license to bottom il y a 8 ans
external.desc e06171b483 Buildroot QEMU works. Nuff said. il y a 8 ans
external.mk 039b8a498c OpenBLAS il y a 7 ans
fops.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
hello.c 63d8bbfc89 Move module license to bottom il y a 8 ans
hello2.c 63d8bbfc89 Move module license to bottom il y a 8 ans
ioctl.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
ioctl.h 7d2f79dec9 ioctl example complete! il y a 8 ans
irq.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
kthread.c 63d8bbfc89 Move module license to bottom il y a 8 ans
kthreads.c 63d8bbfc89 Move module license to bottom il y a 8 ans
make-host.sh 42051b51ed travis 9: bash -x debugging, make-host make nproc optional il y a 8 ans
mmap.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
module_init.c 63d8bbfc89 Move module license to bottom il y a 8 ans
module_version.c 2e04c96fad MODULE_VERSION and srcversion il y a 8 ans
panic.c 63d8bbfc89 Move module license to bottom il y a 8 ans
params.c 0d7259fe81 Remove runqemu from build... document platform_device.c a bit further, add a modprobe.conf test il y a 8 ans
pci.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
pci_min.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
platform_device.c 0e4791fd51 Improve kernel module doc il y a 7 ans
poll.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
procfs.c 4727fadcc8 procfs example, S99 symlink il y a 8 ans
schedule.c 63d8bbfc89 Move module license to bottom il y a 8 ans
seq_file.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
seq_file_single.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. il y a 8 ans
sleep.c 63d8bbfc89 Move module license to bottom il y a 8 ans
sysfs.c 75afeba635 sysfs il y a 8 ans
timer.c 6420c31986 GEM5 gdb debug il y a 7 ans
vermagic.c 2e04c96fad MODULE_VERSION and srcversion il y a 8 ans
vermagic_fail.c fa0a7e150d Less converstaion il y a 8 ans
virt_to_phys.c 0677dbd4b5 virt_to_phys only works for kmalloc il y a 8 ans
wait_queue.c 63d8bbfc89 Move module license to bottom il y a 8 ans
wait_queue2.c 63d8bbfc89 Move module license to bottom il y a 8 ans
work_from_work.c 63d8bbfc89 Move module license to bottom il y a 8 ans
workqueue_cheat.c 844b7c0411 Fix workqueue cheat link il y a 8 ans

README.adoc

= 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[]