aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/viotape.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * viotape: use noop_llseekArnd Bergmann2010-09-161-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
|/
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tape: beyond ARRAY_SIZE of viocd_diskinforoel kluin2009-06-021-1/+1
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-4/+4
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-4/+4
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-0/+2
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+1
| |\
| * | bkl-removal viotape fixupStephen Rothwell2008-06-201-1/+1
| * | viotape: cdev lock_kernel pushdown ()Jonathan Corbet2008-06-201-0/+3
* | | viotape: Use unlocked_ioctlStephen Rothwell2008-06-301-6/+18
| |/ |/|
* | [POWERPC] iSeries: Remove unused mail addressStephen Rothwell2008-05-231-1/+1
|/
* drivers: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-6/+3
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-5/+5
* [POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell2007-10-111-106/+18
* [POWERPC] Remove iSeries_vio_devStephen Rothwell2007-10-111-4/+3
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-6/+1
* [POWERPC] VIOTAPE: Use designated initializers for fops member structures.Robert P. J. Day2007-07-101-6/+6
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [POWERPC] iSeries: fix viotape initStephen Rothwell2006-12-201-1/+4
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-5/+5
* [POWERPC] iseries: Small viotape cleanup allowed by devfs removalStephen Rothwell2006-07-131-4/+2
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [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-2/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
* [PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* [PATCH] powerpc: update iSeries viocd and viotape device-treeStephen Rothwell2006-05-191-1/+1
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* merge filename and modify references to iseries/vio.hKelly Daly2005-11-021-2/+2
* merge filename and modify references to iseries/hv_lp_event.hKelly Daly2005-11-021-1/+1
* merge filename and modify reference to iseries/hv_lp_config.hKelly Daly2005-11-021-1/+1
* merge filename and modify references to iseries/hv_call_event.hKelly Daly2005-11-021-1/+1
* Merge ../linux-2.6 by handPaul Mackerras2005-10-311-2/+2
|\
| * [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-2/+2
* | powerpc: set the driver.owner field for all vio driversStephen Rothwell2005-10-241-1/+2
* | powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell2005-10-241-2/+4
|/
* [PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2005-08-301-1/+1
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-8/+8
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1129