summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1 from wangwangwar/masterJavier Martinez Canillas2012-12-171-0/+29
|\
| * Add a .gitignoreShulin2012-12-171-0/+29
|/
* usb-skeleton: Use pr_err() instead of deprecated err() macrov3.4Javier Martinez Canillas2012-05-061-7/+7
* scull: Remove desintegrated asm/system.h headerJavier Martinez Canillas2012-05-061-1/+0
* snull: use NETIF_F_HW_CSUM instead of NETIF_F_NO_CSUMv3.3.4Javier Martinez Canillas2012-05-061-1/+1
* sbull: Update sbull_make_request function to make_request_fn new signatureJavier Martinez Canillas2012-05-061-1/+1
* usb: usb-skeleton: Remove lock_kernelJavier Martinez Canillas2011-03-191-6/+0
* tty: tiny_tty: Remove struct file * argument from tty_operations handler func...Javier Martinez Canillas2011-03-081-14/+14
* scull: access: Replace old style lock initializerJavier Martinez Canillas2011-03-071-3/+3
* README: Add compiling sectionv2.6.37Javier Martinez Canillas2011-01-231-1/+25
* Merge branch 'master' of github.com:martinezjavier/ldd3Javier Martinez Canillas2011-01-080-0/+0
|\
| * README: Update project documentationJavier Martinez Canillas2011-01-061-5/+10
| * sbull: Use blk_fetch_request instead blk_peek_request to dequeue requestsJavier Martinez Canillas2011-01-061-9/+6
| * sbull: blk_put_queue() is not an exported symbol anymore. Use kobject_put(q->...Javier Martinez Canillas2011-01-051-1/+1
| * tty: tiny_tty: Use seq_file instead read_procJavier Martinez Canillas2011-01-041-22/+17
| * shortprint: Change handler function argument according current worqueue APIJavier Martinez Canillas2011-01-041-2/+2
| * shortprint: Remove struct pt_regs argument from shortp_interrupt handlerJavier Martinez Canillas2011-01-041-2/+2
| * simple: Change to new page fault APIJavier Martinez Canillas2011-01-031-6/+5
| * short: Fix cast to meet workqueue handler signatureJavier Martinez Canillas2011-01-031-1/+1
| * scullp: Change to new page fault APIJavier Martinez Canillas2011-01-031-7/+8