summaryrefslogtreecommitdiffstats
path: root/drivers/char/raw.c
Commit message (Expand)AuthorAgeFilesLines
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+4
* raw: BKL pushdownJonathan Corbet2008-06-201-0/+3
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* [PATCH] raw: don't allow the creation of a raw device with minor number 0Jeff Moyer2007-02-111-1/+1
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-1/+1
* Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman2006-12-011-6/+6
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-13/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-13/+1
* [PATCH] Return better error codes if drivers/char/raw.c module init failsRolf Eike Beer2006-09-291-8/+11
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-3/+3
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-6/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-8/+0
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-231-11/+12
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-2/+2
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-9/+9
* [PATCH] Fix filp being passed through raw ioctl handlerStephen Tweedie2005-05-181-1/+1
* [PATCH] Fix root hole in raw deviceStephen Tweedie2005-05-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+342