summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet8-42/+17
2008-06-20dsp56k: BKL pushdownJonathan Corbet1-5/+11
2008-06-20raw: BKL pushdownJonathan Corbet1-0/+3
2008-06-20tlckl: BKL pushdownJonathan Corbet1-7/+12
2008-06-20xilinx icap: BKL pushdownJonathan Corbet1-1/+5
2008-06-20vcs: BKL pushdownJonathan Corbet1-2/+7
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet7-0/+10
2008-06-20tty: cdev lock_kernel() pushdownJonathan Corbet1-2/+25
2008-06-20snsc: cdev lock_kernel() pushdownJonathan Corbet1-1/+4
2008-06-20drm: cdev lock_kernel() pushdownJonathan Corbet1-2/+7
2008-06-20lp: cdev lock_kernel() pushdownJonathan Corbet1-12/+26
2008-06-20mbcs: cdev lock_kernel() pushdownJonathan Corbet1-0/+5
2008-06-20viotape: cdev lock_kernel pushdown ()Jonathan Corbet1-0/+3
2008-06-20misc: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2008-06-20mem: cdev lock_kernel() pushdownJonathan Corbet1-2/+8
2008-06-20ipmi: cdev lock_kernel() pushdownJonathan Corbet1-2/+6
2008-05-18m68k vme_scc: avoid global namespace pollutionGeert Uytterhoeven1-3/+1
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison1-1/+1
2008-05-15tty: fix BKL related leak and crashIngo Molnar1-3/+10
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-14char: select fw_loader by moxaJiri Slaby1-0/+1
2008-05-14ipmi: support I/O resources in OF driverNate Case1-2/+8
2008-05-13drivers/char/synclink_gt.c: don't return an uninitialised localAndrew Morton1-1/+1
2008-05-08vt: fix canonical input in UTF-8 modeSamuel Thibault1-0/+6
2008-05-08sx.c: fix printk warnings on sparc32Andrew Morton1-3/+6
2008-05-05m68k: serial167 missing return value in cy_put_char()Geert Uytterhoeven1-1/+1
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2008-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+2
2008-05-01[POWERPC] Xilinx: Fix compile warningsKumar Gala1-3/+3
2008-05-01[PATCH] split linux/file.hAl Viro2-0/+2
2008-05-01drivers-char-synclinkc-inbreak-mgsl_put_char-fixAndrew Morton1-1/+1
2008-05-01drivers/char/synclink.c: unbreak mgsl_put_char()Andrew Morton1-8/+8
2008-05-01i8k: make fan multiplier tunable with a module parameterJochen Eisinger1-1/+5
2008-05-01remove div_long_long_remRoman Zippel1-13/+11
2008-04-30toshiba: use ioremap_cachedAlan Cox1-1/+1
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison24-91/+91
2008-04-30Basic braille screen reader supportSamuel Thibault3-0/+4
2008-04-30mxser: convert large macros to functionsChristoph Hellwig2-152/+214
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu1-34/+6
2008-04-30devpts: propagate error code from devpts_pty_newSukadev Bhattiprolu1-2/+2
2008-04-30tty: fix routine name in ptmx_open()Hiroshi Shimamoto1-1/+1
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox8-20/+25
2008-04-30ip2: switch remaining direct call of ops->flush_bufferAlan Cox1-2/+1
2008-04-30tty: add throttle/unthrottle helpersAlan Cox2-10/+20
2008-04-30isicom: fix buffer allocationAlan Cox1-8/+6
2008-04-30esp: clean up to modern coding styleAlan Cox1-308/+283
2008-04-30epca: coding styleAlan Cox1-118/+158
2008-04-30riscom8: coding styleAlan Cox1-340/+304
2008-04-30tty: The big operations reworkAlan Cox8-213/+183
2008-04-30isicom: bring into coding styleAlan Cox1-53/+56