summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use absolute path for commands in load/unload scriptsJavier Martinez Canillas2018-02-2520-23/+21
* shortprint: Replace init_timer with timer_setupJavier Martinez Canillas2018-02-251-5/+3
* shortprint: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
* short: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
* scull: pipe: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
* misc-modules: jit: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
* tty: tiny_tty: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
* tiny_tty update for 3.10hwangcc2018-02-251-59/+64
* jit.c: checkpatch.pl cleanupshwangcc2018-02-251-26/+26
* jiq.c: checkpatch.pl cleanupshwangcc2018-02-251-18/+22
* seq.c: checkpatch.pl cleanupshwangcc2018-02-251-7/+9
* jiq.c: Don't use create_proc_entryhwangcc2018-02-251-50/+75
* jit.c: Don't use create_proc_entryhwangcc2018-02-251-44/+80
* seq.c: Don't use create_proc_entryhwangcc2018-02-251-3/+1
* scull/acces.c: fix typo in device name: "sullpriv -> scullpriv"brabo2018-02-251-1/+1
* Merge pull request #20 from coderkaka/masterMatthias Brugger2016-05-091-6/+6
|\
| * Fix failure to compile the scull. The return value of current_xid() has chang...coderkaka2016-05-031-6/+6
* | Merge pull request #15 from lushl9301/masterMatthias Brugger2016-05-081-3/+2
|\ \
| * | replace kmalloc with kzallocLu Shengliang2014-12-311-3/+2
| |/
* | pci: pci_skel: Check return value of pci_enable_deviceMatthias Brugger2016-05-041-1/+4
* | README: Add newline on end of last lineMatthias Brugger2016-05-041-1/+1
|/
* Merge pull request #7 from ttousai/masterJavier Martinez Canillas2013-12-231-5/+5
|\
| * Fixed failure to load scull module and description typo in scull.init.Davis Abubakr-Sadik Nii Nai2013-12-181-5/+5
|/
* Merge pull request #6 from dhyannataraj/masterJavier Martinez Canillas2013-12-071-0/+17
|\
| * Proposial of README.Debian file that explains Debian users how to buildNikolay Shaplov2013-12-071-0/+17
* | Merge pull request #5 from tatetian/masterJavier Martinez Canillas2013-12-071-1/+1
|\ \ | |/ |/|
| * Fix a memory mapping bug in sbull.cHongliang TIAN2013-10-291-1/+1
|/
* lddbus: add member init_name to ldd_bus device declarationLuis Ortega Perez de Villar2013-09-281-2/+2
* sbull/sbull.c: block_device_operations->release() should return voidLuis Ortega Perez de Villar2013-09-281-3/+1
* sbull/sbull.c: sbull_make_request() should return voidLuis Ortega Perez de Villar2013-09-281-1/+0
* sculld: main: Don't use create_proc_read_entry()Luis Ortega Perez de Villar2013-09-281-31/+25
* sculld: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-1/+2
* lddbus: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-2/+3
* scullv: main: Don't use create_proc_read_entry()Luis Ortega Perez de Villar2013-09-281-31/+25
* scullv: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-1/+2
* scullp: main: Don't use create_proc_read_entry()Luis Ortega Perez de Villar2013-09-281-31/+25
* scullp: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-1/+2
* scullc: main: Don't use create_proc_read_entry()Luis Ortega Perez de Villar2013-09-281-31/+25
* scullc: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-1/+2
* Merge pull request #3 from luiorpe1/scull-3.10Javier Martinez Canillas2013-08-143-73/+73
|\
| * scull: main | pipe : Fix coding styleLuis Ortega Perez de Villar2013-07-192-32/+32
| * scull: pipe: Remove unused commented lineLuis Ortega Perez de Villar2013-07-191-1/+0
| * Don't use create_proc_entry() and create_proc_read_entry()Luis Ortega Perez de Villar2013-07-192-78/+77
| * scull: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-07-181-1/+3
|/
* README: update project goal according to realityJavier Martinez Canillas2013-04-271-20/+4
* tty: update termios access due tty_struct changesJavier Martinez Canillas2013-04-271-2/+2
* tty: pass tty_port to tty functions instead of tty_structJavier Martinez Canillas2013-04-272-6/+11
* usb: usb-skeleton: use dev_dbg() instead deprecated dbg()Javier Martinez Canillas2013-04-261-2/+5
* ldd3: get rid of deprecated VM_RESERVED vma flagJavier Martinez Canillas2013-04-265-10/+0
* simple: use libfs simple_openJavier Martinez Canillas2013-02-041-8/+0