index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
viotape.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-5
/
+6
2010-09-16
viotape: use noop_llseek
Arnd Bergmann
1
-0
/
+1
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-02
tape: beyond ARRAY_SIZE of viocd_diskinfo
roel kluin
1
-1
/
+1
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-4
/
+4
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-4
/
+4
2008-07-15
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Benjamin Herrenschmidt
1
-0
/
+2
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-1
/
+1
2008-06-30
viotape: Use unlocked_ioctl
Stephen Rothwell
1
-6
/
+18
2008-06-20
bkl-removal viotape fixup
Stephen Rothwell
1
-1
/
+1
2008-06-20
viotape: cdev lock_kernel pushdown ()
Jonathan Corbet
1
-0
/
+3
2008-05-23
[POWERPC] iSeries: Remove unused mail address
Stephen Rothwell
1
-1
/
+1
2008-04-29
drivers: use non-racy method for proc entries creation
Denis V. Lunev
1
-6
/
+3
2007-10-12
Convert from class_device to device in drivers/char
tonyj@suse.de
1
-5
/
+5
2007-10-11
[POWERPC] iSeries: Move detection of virtual tapes
Stephen Rothwell
1
-106
/
+18
2007-10-11
[POWERPC] Remove iSeries_vio_dev
Stephen Rothwell
1
-4
/
+3
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
1
-6
/
+1
2007-07-10
[POWERPC] VIOTAPE: Use designated initializers for fops member structures.
Robert P. J. Day
1
-6
/
+6
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
1
-1
/
+1
2006-12-20
[POWERPC] iSeries: fix viotape init
Stephen Rothwell
1
-1
/
+4
2006-12-08
[PATCH] struct path: convert char-drivers
Josef Sipek
1
-5
/
+5
2006-07-13
[POWERPC] iseries: Small viotape cleanup allowed by devfs removal
Stephen Rothwell
1
-4
/
+2
2006-07-03
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
1
-4
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree
Greg Kroah-Hartman
1
-3
/
+0
2006-05-19
[PATCH] powerpc: update iSeries viocd and viotape device-tree
Stephen Rothwell
1
-1
/
+1
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-11-02
merge filename and modify references to iseries/vio.h
Kelly Daly
1
-2
/
+2
2005-11-02
merge filename and modify references to iseries/hv_lp_event.h
Kelly Daly
1
-1
/
+1
2005-11-02
merge filename and modify reference to iseries/hv_lp_config.h
Kelly Daly
1
-1
/
+1
2005-11-02
merge filename and modify references to iseries/hv_call_event.h
Kelly Daly
1
-1
/
+1
2005-10-31
Merge ../linux-2.6 by hand
Paul Mackerras
1
-2
/
+2
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-2
/
+2
2005-10-24
powerpc: set the driver.owner field for all vio drivers
Stephen Rothwell
1
-1
/
+2
2005-10-24
powerpc: don't duplicate name between vio_driver and device_driver
Stephen Rothwell
1
-2
/
+4
2005-08-30
[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
Stephen Rothwell
1
-1
/
+1
2005-06-20
[PATCH] class: convert drivers/char/* to use the new class api instead of cla...
gregkh@suse.de
1
-8
/
+8
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1129