Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scullp: Change f_dentry to f_path.dentry and include <linux/fs.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -1/+2 |
| | |||||
* | scullp: Add <linux/semaphore.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | scullp: mmap: Change NOPAGE_SIGBUS to VM_FAULT_SIGBUS | Javier Martinez Canillas | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | scullp: mmap: Remove <linux/config.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -1/+0 |
| | |||||
* | scullp: Change work_struct to delayed_work and change scullc_aio_[read | ↵ | Javier Martinez Canillas | 2010-12-07 | 1 | -17/+26 |
| | | | | write] handlers | ||||
* | sbull: Remove <linux/config.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -1/+0 |
| | |||||
* | sbull: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-07 | 1 | -3/+3 |
| | |||||
* | lddbus: Remove BUS_ID_SIZE | Javier Martinez Canillas | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | lddbus: update hotplug events to udev events | Javier Martinez Canillas | 2010-12-06 | 1 | -8/+6 |
| | |||||
* | lddbus: replace bus_id with dev_name(), dev_set_name() in ldd_bus | Javier Martinez Canillas | 2010-12-06 | 1 | -3/+2 |
| | |||||
* | sculld: mmap: Change f_dentry to f_path.dentry and include <linux/fs.h> header | Javier Martinez Canillas | 2010-12-06 | 1 | -2/+2 |
| | |||||
* | sculld: mmap: Change nopage to fault field in sculld_vm_ops | Javier Martinez Canillas | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | lddbus: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | pci: pci_skel: Remove <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | snull: Remove <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | scullc: mmap: Remove <linux/config.h> header | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | tty: tiny_tty: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | tty: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -3/+3 |
| | |||||
* | shortprint: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | shortprint: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | scullv: main: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | scullv: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | usb: usb-skeleton: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | snull: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -3/+3 |
| | |||||
* | simple: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | short: Makefile: Change CFLAGS to EXTRACFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -3/+3 |
| | |||||
* | scullp: main: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | scullp: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | sculld: mmap: change NOPAGE_SIGBUS for VM_FAULT_SIGBUS | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | sculld: mmap: remove linux/config.h | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | add struct device_attribute parameter to sculld_show_dev() | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | sculld: replace driver_data direct access for dev_set_drvdata() | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | sculld: remove driver_data direct access of struct device | Javier Martinez Canillas | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | sculld: 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: Check return in correct variable | Javier Martinez Canillas | 2010-11-28 | 1 | -2/+2 |
| | |||||
* | sculld: main: Remove obsolete <linux/config.h> | Javier Martinez Canillas | 2010-11-28 | 1 | -1/+0 |
| | |||||
* | sculld: Makefile: Change CFLAGS to EXTRA_CFLAGS | 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 |
| | |||||
* | Add README file | Javier Martinez Canillas | 2010-11-28 | 1 | -0/+15 |
| | |||||
* | scull: access: Fix headers and use current_uid() and current_euid() macros | Javier Martinez Canillas | 2010-11-28 | 1 | -6/+8 |
| | |||||
* | scull: pipe: Include <linux/sched.h> | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+1 |
| | |||||
* | scull: main: Removes obsolete <linux/config.h> header | Javier Martinez Canillas | 2010-11-27 | 1 | -1/+0 |
| | |||||
* | scull: Makefile: Use EXTRA_CFLAGS instead of CFLAGS | Javier Martinez Canillas | 2010-11-27 | 1 | -3/+3 |
| | |||||
* | misc-modules: kdataalign: Removes obsolete <linux/config> header and changes ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+1 |
| | | | | system_utsname to init_uts_ns | ||||
* | misc-modules: kdatasize: Removes obsolete <linux/config> header and changes ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+1 |
| | | | | system_utsname to init_uts_ns | ||||
* | misc-modules: faulty: Remove obsolete <linux/config.h> header | Javier Martinez Canillas | 2010-11-27 | 1 | -2/+0 |
| | |||||
* | misc-modules: jiq: Removes obsolete <linux/config.h> and add a delayed_work ↵ | Javier Martinez Canillas | 2010-11-27 | 1 | -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 |