aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa1-2/+2
2009-07-03MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa3-685/+0
2009-06-29tty: Fix the leak in tty_ldisc_releaseAlan Cox1-4/+11
2009-06-26powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernelSonny Rao1-6/+19
2009-06-26powerpc/BSR: add 4096 byte BSR sizeSonny Rao1-7/+10
2009-06-24Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2-4/+0
2009-06-24tty: fix tty_port_block_til_ready waitingJiri Slaby1-1/+1
2009-06-24synclink_gt: fix transmit race and timeoutPaul Fulghum1-42/+30
2009-06-22tty: n_hdlc add buffer flushingPaul Fulghum1-9/+37
2009-06-22vt_ioctl: fix lock imbalanceJiri Slaby1-1/+2
2009-06-22pcmcia/cm4000: fix lock imbalanceJiri Slaby1-1/+2
2009-06-22n_r3964: fix lock imbalanceJiri Slaby1-12/+14
2009-06-22bfin_jtag_comm: clean up printk usageMike Frysinger1-15/+15
2009-06-22Revert "char: moxa, prevent opening unavailable ports"Linus Torvalds1-6/+1
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+0
2009-06-20Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds16-143/+174
2009-06-20agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addressesPierre Willenbrock1-1/+1
2009-06-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-3/+3
2009-06-19char: moxa, prevent opening unavailable portsDirk Eibach1-1/+6
2009-06-19istallion: add missing __devexit markingMike Frysinger1-1/+1
2009-06-19dtlk: off by one in {read,write}_tts()Roel Kluin1-3/+3
2009-06-19agp: add user mapping support to ATI AGP bridge.Dave Airlie1-4/+14
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie16-136/+143
2009-06-19agpgart: detected ALi M???? chipset with M1621Ondrej Zary1-1/+1
2009-06-19agp/uninorth: Handle user memory types.Michel Dänzer1-2/+16
2009-06-18kexec: sysrq: simplify sysrq-c handlerNeil Horman1-9/+6
2009-06-18ppdev: reduce kernel log spamMichael Buesch1-18/+11
2009-06-18Char: isicom: fix build warningJiri Slaby1-1/+1
2009-06-18drivers/char/mem.c: memory_open() cleanup: lookup minor device number from devlistAdriano dos Santos Fernandes1-70/+45
2009-06-18drivers/char/rtc: disable legacy RTC driver on Blackfin systemsMike Frysinger1-1/+1
2009-06-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt9-14/+229
2009-06-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-2/+3
2009-06-17Pull for-2.6.31 into releaseTony Luck1-2/+3
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+3
2009-06-17MIPS: hwrng: Add TX4939 RNG driverAtsushi Nemoto3-0/+198
2009-06-16Merge branch 'akpm'Linus Torvalds1-6/+7
2009-06-16console: make blank timeout value a boot optionDaniel Mack1-6/+7
2009-06-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt5-60/+213
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-8/+24
2009-06-16Merge branch 'serial'Linus Torvalds4-17/+50
2009-06-16tty: fix sanity checkAlan Cox1-0/+2
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-13/+40
2009-06-16tty: fix unused warning when TCGETX is not definedMike Frysinger1-2/+3
2009-06-16ldisc: debug aidsAlan Cox1-0/+1
2009-06-16ldisc: Make sure the ldisc isn't active when we close itAlan Cox1-0/+2
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox1-2/+4
2009-06-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-43/+161
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-132/+164
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox1-2/+4
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-3/+3