aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Memory leak in tpm_ascii_bios_measurements_open()Jesper Juhl1-3/+8
2007-07-20m68k: remove empty ->setup is several consolesAl Viro2-14/+0
2007-07-20more isa/eisa/pci-only drivers marked as suchAl Viro1-2/+2
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall1-2/+7
2007-07-19lguest: the console driverRusty Russell2-0/+103
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau15-35/+16
2007-07-19mbcs: Remove lots of global symbolsAlan Cox2-15/+15
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita4-19/+4
2007-07-18xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge3-0/+168
2007-07-18zs: move to the serial subsystemMaciej W. Rozycki2-100/+0
2007-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-72/+502
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-2/+2
2007-07-17mark a bunch of ISA|EISA|PCI drivers as suchAl Viro1-4/+4
2007-07-17Fix the graphic corruption issue on IA64 machinesizumi1-3/+5
2007-07-17vt: add comment for unbind_con_driver()Jesse Barnes1-2/+19
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-4/+4
2007-07-17stallion: remove unneeded lock_kernelAlan Cox1-2/+0
2007-07-17Char: istallion, init+locking fixesIngo Korb1-7/+2
2007-07-17Char: stallion, remove user class report requestJiri Slaby1-3/+0
2007-07-17Char: Kconfig, mxser_new: remove experimental commentJiri Slaby1-2/+0
2007-07-17Char: vt, use ARRAY_SIZEJiri Slaby1-2/+1
2007-07-17Char: vt, use kzallocJiri Slaby1-2/+1
2007-07-17Char: riscom8, eliminate busy loopJiri Slaby1-10/+2
2007-07-17Char: specialix, remove busy waitingJiri Slaby1-14/+2
2007-07-17Char: moxa, eliminate busy waitingJiri Slaby1-25/+12
2007-07-17Char: isicom, proper variables typesJiri Slaby1-11/+7
2007-07-17Char: isicom, del_timer at exitJiri Slaby1-11/+1
2007-07-17Char: isicom, cleanup lockingJiri Slaby1-38/+27
2007-07-17Char: cyclades, fix sparse warningJiri Slaby1-10/+8
2007-07-17Char: cyclades, add firmware loadingJiri Slaby1-23/+328
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-11/+2
2007-07-17Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-1/+3
2007-07-17drm: add idr_init to drm_stub.cDave Airlie1-0/+2
2007-07-17drm: fix problem with SiS typedef with sisfb enabled.Dave Airlie1-1/+1
2007-07-16Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds4-312/+93
2007-07-17drm: convert drawable code to using idrDave Airlie3-209/+60
2007-07-17drm: convert drm context code to use Linux idrDave Airlie2-103/+33
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-17/+7
2007-07-16Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds77-2214/+2485
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni1-1/+1
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni1-1/+1
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox5-38/+12
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox3-24/+0
2007-07-16genericserial: remove bogus optimisation check and dead code pathsAlan Cox1-117/+3
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox1-6/+1
2007-07-16COBALT: remove all references to Cobalt NVRAMRobert P. J. Day1-191/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac4-5/+375
2007-07-16intel-rng: undo mess made by an 80 column extremistAlan Cox1-6/+4
2007-07-16undeprecate raw driverDave Jones1-5/+4
2007-07-16remove sonypi_camera_command()Adrian Bunk1-47/+0