Ciro Santilli 82d4730cb6 eigen: link to pkg-config question 6 سال پیش
..
user 82d4730cb6 eigen: link to pkg-config question 6 سال پیش
Config.in 992783484b Move files up on tree 8 سال پیش
Makefile 0bb3e8519a Host insane unsafe usage 7 سال پیش
README.adoc 3d0a766534 readme: link to the source code we are talking about 7 سال پیش
anonymous_inode.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
anonymous_inode.h 1f1cf4b0bd Anonymous inode! 7 سال پیش
character_device.c dab04d1852 character_device_create 7 سال پیش
character_device_create.c 8d668d6ed3 Use busybox devmem 7 سال پیش
debugfs.c 2427a322fc kstrto 7 سال پیش
dep.c 63d8bbfc89 Move module license to bottom 7 سال پیش
dep2.c 63d8bbfc89 Move module license to bottom 7 سال پیش
dump_stack.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 سال پیش
external.desc e06171b483 Buildroot QEMU works. Nuff said. 8 سال پیش
external.mk 93e383902e libdrm works on x86_64! 7 سال پیش
fops.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
hello.c 42e634ffd1 debugfs.c: extend example with toplevel file, fop and kstrtoull_from_user 7 سال پیش
hello2.c 63d8bbfc89 Move module license to bottom 7 سال پیش
ioctl.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
ioctl.h 7d2f79dec9 ioctl example complete! 7 سال پیش
irq.c d1f676a680 irq: move doc to readme. 7 سال پیش
kprobe_example.c e05f447f87 kprobes 7 سال پیش
kstrto.c d992ba4e6e Generalize module_version.c into module_info.c 7 سال پیش
kthread.c 63d8bbfc89 Move module license to bottom 7 سال پیش
kthreads.c 63d8bbfc89 Move module license to bottom 7 سال پیش
make-host.sh 42051b51ed travis 9: bash -x debugging, make-host make nproc optional 7 سال پیش
mmap.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
module_info.c d992ba4e6e Generalize module_version.c into module_info.c 7 سال پیش
module_init.c 63d8bbfc89 Move module license to bottom 7 سال پیش
myprintk.c 8a826ab16a pr_debug: fix wrong insmod assertions, document mess of printk(KERN_DEBUG 7 سال پیش
netlink.c 4e0d9af81f netlink 7 سال پیش
oops.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 سال پیش
panic.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 سال پیش
params.c 0d7259fe81 Remove runqemu from build... document platform_device.c a bit further, add a modprobe.conf test 7 سال پیش
pci.c 1c129ea013 pci: move doc to readme 7 سال پیش
pci_min.c 1c129ea013 pci: move doc to readme 7 سال پیش
pmccntr.c 24cdcdc756 readme: document rdtsc 7 سال پیش
poll.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
procfs.c 4727fadcc8 procfs example, S99 symlink 7 سال پیش
ring0.c 7b0bd10c0b ring0 priviledged actions 7 سال پیش
ring0.h a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 سال پیش
schedule.c 63d8bbfc89 Move module license to bottom 7 سال پیش
seq_file.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
seq_file_single.c 12abf43b78 Attempt migration to Buildroot 2017.08 + kernel 4.12. 7 سال پیش
sleep.c 63d8bbfc89 Move module license to bottom 7 سال پیش
strlen_overflow.c 149ab9302b strlen_overflow: cleanup after reddit rush 7 سال پیش
sysfs.c 75afeba635 sysfs 7 سال پیش
timer.c 6420c31986 GEM5 gdb debug 7 سال پیش
vermagic.c 2e04c96fad MODULE_VERSION and srcversion 7 سال پیش
vermagic_fail.c fa0a7e150d Less converstaion 7 سال پیش
virt_to_phys.c 0677dbd4b5 virt_to_phys only works for kmalloc 7 سال پیش
wait_queue.c 63d8bbfc89 Move module license to bottom 7 سال پیش
wait_queue2.c 63d8bbfc89 Move module license to bottom 7 سال پیش
warn_on.c a08a87dc0f readme: more info on kernel panics, oops an backtraces. 7 سال پیش
work_from_work.c 63d8bbfc89 Move module license to bottom 7 سال پیش
workqueue_cheat.c 844b7c0411 Fix workqueue cheat link 7 سال پیش

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:dump_stack.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[]
. Hardening
.. link:strlen_overflow.c[]
. Tracing
.. link:kprobe_example.c[]
. Arch
.. x86
... link:ring0.c[]