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

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