Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jiq.c: checkpatch.pl cleanups | hwangcc | 2018-02-25 | 1 | -18/+22 |
| | | | | Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw> | ||||
* | seq.c: checkpatch.pl cleanups | hwangcc | 2018-02-25 | 1 | -7/+9 |
| | | | | Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw> | ||||
* | jiq.c: Don't use create_proc_entry | hwangcc | 2018-02-25 | 1 | -50/+75 |
| | | | | | | | 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> | ||||
* | 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> | ||||
* | seq.c: Don't use create_proc_entry | hwangcc | 2018-02-25 | 1 | -3/+1 |
| | | | | | | | Don't use create_proc_entry as that is deprecated, but rather use proc_create instead. Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw> | ||||
* | misc-modules: kdataalign: Removes obsolete <linux/config> header and changes ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+1 |
| | | | | system_utsname to init_uts_ns | ||||
* | misc-modules: kdatasize: Removes obsolete <linux/config> header and changes ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+1 |
| | | | | system_utsname to init_uts_ns | ||||
* | misc-modules: faulty: Remove obsolete <linux/config.h> header | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+0 |
| | |||||
* | misc-modules: jiq: Removes obsolete <linux/config.h> and add a delayed_work ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -16/+19 |
| | | | | | | | | | | | struct Since kernel version 2.6.20 the workqueue mechanism got a rework to reduce the work_struct size. http://lwn.net/Articles/211279/ Splited the jiq_work in two structures according to the new ABI | ||||
* | 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 | 12 | -0/+1422 |