aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-16/+12
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-1/+1
2009-09-11Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+14
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+17
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-09-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2009-09-11[S390] proper use of device registerSebastian Ott1-1/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-11Merge branch 'next' into for-linusJames Morris1-6/+6
2009-09-10TPM: Fixup boot probe timeout for tpm_tis driverJason Gunthorpe1-6/+6
2009-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-1/+7
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds1-9/+1
2009-09-05n_tty: do O_ONLCR translation as a single writeLinus Torvalds1-2/+1
2009-09-02agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang1-1/+7
2009-09-01hdlc: convert to netdev_tx_tStephen Hemminger4-16/+12
2009-08-25tty: make sure to flush any pending work when halting the ldiscLinus Torvalds1-3/+7
2009-08-10pty: fix data loss when stopped (^S/^Q)Linus Torvalds1-0/+2
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-99/+53
2009-08-04tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds1-5/+12
2009-08-04tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds1-97/+46
2009-08-04tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds1-10/+8
2009-08-03debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar1-1/+14
2009-08-02parisc: parisc-agp.c - use correct page_mask functionHelge Deller1-1/+1
2009-08-02debug lockups: Improve lockup detectionIngo Molnar1-6/+2
2009-07-29sysrq, kdump: make sysrq-c consistentHidetoshi Seto1-3/+5
2009-07-29Merge branch 'zero-length' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-0/+0
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi3-2/+14
2009-07-28Remove zero-length file drivers/char/vr41xx_giu.cJeff Garzik1-0/+0
2009-07-27pty: quickfix for the pty ENXIO timing problemsAlan Cox1-0/+2
2009-07-20tty: fix chars_in_buffersAlan Cox3-6/+4
2009-07-20specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall1-12/+12
2009-07-20vc: create vcs(a) devices for consolesKay Sievers1-0/+4
2009-07-17tty_port: Fix return on interrupted useAlan Cox1-1/+1
2009-07-16n_tty: Fix echo raceAlan Cox1-3/+0
2009-07-16tty: nozomi, fix tty refcounting bugJiri Slaby1-4/+8
2009-07-16vt: drop bootmem/slab memory distinctionJohannes Weiner1-9/+3
2009-07-16tty: fix close/hangup raceAlan Cox1-10/+15
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan24-3/+21
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches2-12/+13
2009-07-08pty: Rework the pty layer to use the normal buffering logicAlan Cox1-95/+59
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-25hwrng: Use PCI_VDEVICEJoe Perches2-4/+3
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