aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hvcs.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-18Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 1-3/+3
2009-06-15hvcs: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-3/+3
2009-06-16drivers/hvc: Add missing __devexit_p()Gravatar Mike Frysinger 1-1/+1
2009-03-11hvc_console: Remove tty->low_latency on pseries backendsGravatar Benjamin Herrenschmidt 1-9/+0
2008-12-03powerpc: Make open count variables signed in hvcs/hvsi/hvc_consoleGravatar roel kluin 1-1/+1
2008-08-04powerpc: Move include files to arch/powerpc/include/asmGravatar Stephen Rothwell 1-1/+1
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2008-02-03drivers/char/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-01-24kobject: convert hvcs to use kref, not kobjectGravatar Greg Kroah-Hartman 1-53/+25
2007-07-22[POWERPC] hvcs: Make some things static and constGravatar Stephen Rothwell 1-4/+4
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-3/+1
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-2/+4
2006-12-07[PATCH] HVCS char driver janitoring: move block of codeGravatar Linas Vepstas 1-216/+210
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-4/+2
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 1-1/+0
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Gravatar Jesper Juhl 1-6/+5
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-04-01[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSGravatar Segher Boessenkool 1-1/+1
2006-03-27[PATCH] powerpc: Compile warning in hvcs driverGravatar Anton Blanchard 1-1/+0
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesGravatar Jon Mason 1-4/+5
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-6/+4
2005-10-24powerpc: set the driver.owner field for all vio driversGravatar Stephen Rothwell 1-0/+1
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverGravatar Stephen Rothwell 1-1/+3
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesGravatar Stephen Rothwell 1-1/+1
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Gravatar Yani Ioannou 1-7/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1649