Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scullc: Include <linux/uaccess.h> header for copy_*_user() | Javier Martinez Canillas | 2018-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | Don't use absolute path for commands in load/unload scripts | Javier Martinez Canillas | 2018-02-25 | 2 | -2/+2 |
| | | | | | | | Just let the shell lookup from the user's $PATH since some tools may not be installed in the absolute path used in the scripts. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | scullc: main: Don't use create_proc_read_entry() | Luis Ortega Perez de Villar | 2013-09-28 | 1 | -31/+25 |
| | | | | | Don't use create_proc_read_entry() as it is deprecated, but rather use proc_create() and seq_file instead. | ||||
* | scullc: Makefile: Declare LDDINC variable earlier | Luis Ortega Perez de Villar | 2013-09-28 | 1 | -1/+2 |
| | | | | | Move the definition of LDDINC earlier into the file. This prevents the following compile time error: implicit declaration of function ‘KBUILD_STR’. | ||||
* | ldd3: get rid of deprecated VM_RESERVED vma flag | Javier Martinez Canillas | 2013-04-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | commit 314e51b9 ("mm: kill vma flag VM_RESERVED and mm->reserved_vm counter") removed the VM_RESERVED vma flag since it lost original meaning. VM_RESERVED was used on many drivers' mmap function handler to avoid swap this memory area. The same semantic can be specified with VM_IO | VM_DONTDUMP flags but these are already set by remap_pfn_range() so they don't have to be set in drivers mmap function handlers. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | scullc: BKL ioctl pushdown API change | Javier Martinez Canillas | 2011-01-08 | 1 | -3/+2 |
| | |||||
* | scullc: mmap: Remove <linux/config.h> header | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | scullc: main: Check return in correct variable | Javier Martinez Canillas | 2010-11-28 | 1 | -2/+2 |
| | |||||
* | scullc: main: Change work_struct to delayed_work and change scullc_aio_[read ↵ | Javier Martinez Canillas | 2010-11-28 | 1 | -17/+26 |
| | | | | | write] handlers | ||||
* | scullc: main: Removes slab destructor argument for kmem_cache_create invocation | Javier Martinez Canillas | 2010-11-28 | 1 | -1/+1 |
| | |||||
* | scullc: main: Removes obsolete <linux/config.h> and use struct kmem_cache ↵ | Javier Martinez Canillas | 2010-11-28 | 1 | -2/+1 |
| | | | | instead of kmem_cache_t | ||||
* | scullc: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-11-28 | 1 | -2/+2 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 6 | -0/+927 |