Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc-modules: jit: Use timer_setup() instead of init_timer() | Javier Martinez Canillas | 2018-02-25 | 1 | -5/+3 |
| | | | | | | The init_timer() function has been deprecated, use timer_setup() instead. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | misc-modules: jit: Include <linux/sched/signal.h> header for signal_pending() | Javier Martinez Canillas | 2018-02-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | jit.c: checkpatch.pl cleanups | hwangcc | 2018-02-25 | 1 | -26/+26 |
| | | | | Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw> | ||||
* | jit.c: Don't use create_proc_entry | hwangcc | 2018-02-25 | 1 | -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 cleanly | Javier Martinez Canillas | 2010-11-27 | 1 | -1/+1 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+292 |