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