summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2007-07-17Fix the graphic corruption issue on IA64 machinesizumi
2007-07-17vt: add comment for unbind_con_driver()Jesse Barnes
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas
2007-07-17stallion: remove unneeded lock_kernelAlan Cox
2007-07-17Char: istallion, init+locking fixesIngo Korb
2007-07-17Char: stallion, remove user class report requestJiri Slaby
2007-07-17Char: Kconfig, mxser_new: remove experimental commentJiri Slaby
2007-07-17Char: vt, use ARRAY_SIZEJiri Slaby
2007-07-17Char: vt, use kzallocJiri Slaby
2007-07-17Char: riscom8, eliminate busy loopJiri Slaby
2007-07-17Char: specialix, remove busy waitingJiri Slaby
2007-07-17Char: moxa, eliminate busy waitingJiri Slaby
2007-07-17Char: isicom, proper variables typesJiri Slaby
2007-07-17Char: isicom, del_timer at exitJiri Slaby
2007-07-17Char: isicom, cleanup lockingJiri Slaby
2007-07-17Char: cyclades, fix sparse warningJiri Slaby
2007-07-17Char: cyclades, add firmware loadingJiri Slaby
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-17Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2007-07-17drm: add idr_init to drm_stub.cDave Airlie
2007-07-17drm: fix problem with SiS typedef with sisfb enabled.Dave Airlie
2007-07-16Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2007-07-17drm: convert drawable code to using idrDave Airlie
2007-07-17drm: convert drm context code to use Linux idrDave Airlie
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2007-07-16Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox
2007-07-16genericserial: remove bogus optimisation check and dead code pathsAlan Cox
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox
2007-07-16COBALT: remove all references to Cobalt NVRAMRobert P. J. Day
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16intel-rng: undo mess made by an 80 column extremistAlan Cox
2007-07-16undeprecate raw driverDave Jones
2007-07-16remove sonypi_camera_command()Adrian Bunk
2007-07-16Kernel utf-8 handlingJan Engelhardt
2007-07-16Char: ip2, use msleep for sleepingJiri Slaby
2007-07-16Char: n_r3964, use wait_event_interruptibleJiri Slaby
2007-07-16Char: genrtc, use wait_event_interruptibleJiri Slaby
2007-07-16Char: tty_ioctl, little whitespace cleanupJiri Slaby
2007-07-16Char: tty_ioctl, use wait_event_interruptible_timeoutJiri Slaby
2007-07-16Char: mxser_new, fix sparse warningJiri Slaby
2007-07-16tty_io: Use kzallocJean Delvare
2007-07-16Char: n_hdlc, allow RESTARTSYS retval of tty writeJiri Slaby
2007-07-16RTC: Ratelimit "lost interrupts" messageBen Collins
2007-07-16rocket.c: fix unchecked mutex_lock_interruptible()Satyam Sharma
2007-07-16Make /proc/misc use seq_list_xxx helpersPavel Emelianov
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox