summaryrefslogtreecommitdiffstats
path: root/misc-modules/jit.c
Commit message (Collapse)AuthorAgeFilesLines
* misc-modules: jit: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* jit.c: checkpatch.pl cleanupshwangcc2018-02-251-26/+26
| | | | Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
* jit.c: Don't use create_proc_entryhwangcc2018-02-251-44/+80
| | | | | | | Don't use create_proc_read_entry as that is deprecated, but rather use proc_create and seq_file instead. Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
* misc-modules: jit: Fixes headers in order to compile cleanlyJavier Martinez Canillas2010-11-271-1/+1
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+292