aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/fs3270.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky1-2/+1
2013-11-15s390/3270: fix missing device_destroy() callHendrik Brueckner1-0/+1
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens1-3/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-14s390/3270: introduce device notifierMartin Schwidefsky1-3/+26
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-0/+1
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-13[S390] fs3270: add missing compat ptr conversionHeiko Carstens1-6/+11
2009-12-18[S390] tty: PTR_ERR return of wrong pointer in fs3270_open()Roel Kluin1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07[S390] 3270: remove BKLMartin Schwidefsky1-4/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-16[S390] pm: con3270 power management callbacks.Martin Schwidefsky1-6/+10
2008-10-13fs3270: Correct error returnsAlan Cox1-5/+4
2008-10-13fs3270: remove extra locksAlan Cox1-5/+1
2008-10-13tty: Redo current tty lockingAlan Cox1-0/+1
2008-10-13tty: Make get_current_tty use a krefAlan Cox1-1/+2
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-7/+16
2008-07-14[S390] Cleanup 3270 printk messages.Martin Schwidefsky1-4/+1
2008-07-14[S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter1-3/+3
2008-06-20drivers/s390: cdev lock_kernel() pushdownJonathan Corbet1-7/+16
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-2/+2
2006-12-08[PATCH] struct path: convert s390-driversJosef Sipek1-2/+2
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-4/+8
2006-10-02[PATCH] s390: update fs3270 to use a struct pidCedric Le Goater1-5/+6
2006-09-28[S390] remove unnecessary includes.Christian Borntraeger1-1/+0
2006-07-12[S390] Fix sparse warnings.Heiko Carstens1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn1-2/+1
2006-01-10[PATCH] switch fs3270 to ->compat_ioctlChristoph Hellwig1-9/+11
2005-10-30[PATCH] s390: 3270 fullscreen viewRichard Hitt1-39/+195
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+373