summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | write] handlers
* scullc: main: Check return in correct variableJavier Martinez Canillas2010-11-281-2/+2
|
* 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
|
* scullc: main: Change work_struct to delayed_work and change scullc_aio_[read ↵Javier Martinez Canillas2010-11-281-17/+26
| | | | | write] handlers
* scullc: main: Removes slab destructor argument for kmem_cache_create invocationJavier Martinez Canillas2010-11-281-1/+1
|
* scullc: main: Removes obsolete <linux/config.h> and use struct kmem_cache ↵Javier Martinez Canillas2010-11-281-2/+1
| | | | instead of kmem_cache_t
* scullc: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-11-281-2/+2
|
* Add README fileJavier Martinez Canillas2010-11-281-0/+15
|
* scull: access: Fix headers and use current_uid() and current_euid() macrosJavier Martinez Canillas2010-11-281-6/+8
|
* scull: pipe: Include <linux/sched.h>Javier Martinez Canillas2010-11-271-0/+1
|
* scull: main: Removes obsolete <linux/config.h> headerJavier Martinez Canillas2010-11-271-1/+0
|
* scull: Makefile: Use EXTRA_CFLAGS instead of CFLAGSJavier Martinez Canillas2010-11-271-3/+3
|
* misc-modules: kdataalign: Removes obsolete <linux/config> header and changes ↵Javier Martinez Canillas2010-11-271-2/+1
| | | | system_utsname to init_uts_ns
* misc-modules: kdatasize: Removes obsolete <linux/config> header and changes ↵Javier Martinez Canillas2010-11-271-2/+1
| | | | system_utsname to init_uts_ns
* misc-modules: faulty: Remove obsolete <linux/config.h> headerJavier Martinez Canillas2010-11-271-2/+0
|
* misc-modules: jiq: Removes obsolete <linux/config.h> and add a delayed_work ↵Javier Martinez Canillas2010-11-271-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 cleanlyJavier Martinez Canillas2010-11-271-1/+1
|
* misc-progs: outp: Use <sys/io.h> insted of <asm/io.h>Javier Martinez Canillas2010-11-271-1/+1
|
* misc-progs: inp: Use <sys/io.h> insted of <asm/io.h>Javier Martinez Canillas2010-11-271-1/+1
|
* misc-progs: setlevel: Removes deprecated macros, use klogctl syscall and ↵Javier Martinez Canillas2010-11-271-17/+15
| | | | clean coding style issues
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-2799-0/+13768