summaryrefslogtreecommitdiffstats
path: root/sculld
Commit message (Expand)AuthorAgeFilesLines
* sculld: Include <linux/uaccess.h> header for copy_*_user()Javier Martinez Canillas2018-02-251-1/+1
* Don't use absolute path for commands in load/unload scriptsJavier Martinez Canillas2018-02-252-2/+2
* 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
* ldd3: get rid of deprecated VM_RESERVED vma flagJavier Martinez Canillas2013-04-261-1/+0
* sculld: BLK ioctl pushdown API changeJavier Martinez Canillas2011-01-081-3/+2
* sculld: Change to new page fault APIJavier Martinez Canillas2011-01-081-7/+8
* sculld: Make scripts files executableJavier Martinez Canillas2010-12-082-0/+0
* sculld: mmap: Change f_dentry to f_path.dentry and include <linux/fs.h> headerJavier Martinez Canillas2010-12-061-2/+2
* sculld: mmap: Change nopage to fault field in sculld_vm_opsJavier Martinez Canillas2010-12-061-1/+1
* sculld: mmap: change NOPAGE_SIGBUS for VM_FAULT_SIGBUSJavier Martinez Canillas2010-12-051-1/+1
* sculld: mmap: remove linux/config.hJavier Martinez Canillas2010-12-051-1/+0
* add struct device_attribute parameter to sculld_show_dev()Javier Martinez Canillas2010-12-051-1/+1
* sculld: replace driver_data direct access for dev_set_drvdata()Javier Martinez Canillas2010-12-051-1/+1
* sculld: remove driver_data direct access of struct deviceJavier Martinez Canillas2010-12-041-1/+1
* sculld: main: Change work_struct to delayed_work and change scullc_aio_[read ...Javier Martinez Canillas2010-11-281-17/+26
* sculld: main: Remove obsolete <linux/config.h>Javier Martinez Canillas2010-11-281-1/+0
* sculld: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-11-281-2/+2
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-276-0/+963