Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | scullv: BKL ioctl pushdown API change | Javier Martinez Canillas | 2011-01-08 | 1 | -3/+2 |
| | |||||
* | scullv: Change to new page fault API | Javier Martinez Canillas | 2011-01-08 | 1 | -7/+8 |
| | |||||
* | scullv: Make scripts files executable | Javier Martinez Canillas | 2010-12-08 | 2 | -0/+0 |
| | |||||
* | scullv: mmap: Include <linux/fs.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | scullv: update scullv_aio_[read | write] handlers | Javier Martinez Canillas | 2010-12-07 | 1 | -6/+6 |
| | |||||
* | scullv: Add <linux/semaphore.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | scullv: mmap: Change NOPAGE_SIGBUS to VM_FAULT_SIGBUS | Javier Martinez Canillas | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | scullv: mmap: Remove <linux/config.h> header | Javier Martinez Canillas | 2010-12-07 | 1 | -1/+0 |
| | |||||
* | scullv: Change work_struct to delayed_work and change scullc_aio_[read | ↵ | Javier Martinez Canillas | 2010-12-07 | 1 | -11/+20 |
| | | | | write] handlers | ||||
* | 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 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 6 | -0/+926 |