aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vc_screen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-2/+2
2009-07-20vc: create vcs(a) devices for consolesKay Sievers1-0/+4
2009-03-24vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers1-8/+8
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-6/+6
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-6/+6
2008-06-20vcs: BKL pushdownJonathan Corbet1-2/+7
2007-05-08use mutex instead of semaphore in virtual console driverMatthias Kaehlcke1-8/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-3/+3
2006-12-01Driver core: convert vc code to use struct deviceGreg Kroah-Hartman1-8/+8
2006-09-29[PATCH] There is no devfs, there has never been a devfs, we have always been at war with...Alan Cox1-2/+3
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-8/+0
2005-12-29[PATCH] fix ia64 compile failure with gcc4.1Dave Jones1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-4/+6
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of class_simplegregkh@suse.de1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+509