summaryrefslogtreecommitdiff
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* cleanup console_print()Anirban Sinha2009-09-141-3/+2
* Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-09-141-1/+1
|\
| * vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-144-16/+12
|\ \ | |/ |/|
| * hdlc: convert to netdev_tx_tStephen Hemminger2009-09-014-16/+12
* | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-5/+14
|\ \
| * | debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar2009-08-031-1/+14
| * | debug lockups: Improve lockup detectionIngo Molnar2009-08-021-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-113-4/+17
|\ \ \
| * | | hwrng: Use PCI_VDEVICEJoe Perches2009-06-252-4/+3
| * | | random: Add optional continuous repetition test to entropy store based rngsNeil Horman2009-06-181-0/+14
* | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-111-0/+1
|\ \ \ \
| * | | | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-111-1/+1
|\ \ \ \ \
| * | | | | [S390] proper use of device registerSebastian Ott2009-09-111-1/+1
| |/ / / /
* | | | | Merge branch 'next' into for-linusJames Morris2009-09-111-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TPM: Fixup boot probe timeout for tpm_tis driverJason Gunthorpe2009-09-101-6/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-09-071-1/+7
|\ \ \ \ \
| * | | | | agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang2009-09-021-1/+7
* | | | | | pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds2009-09-051-9/+1
* | | | | | n_tty: do O_ONLCR translation as a single writeLinus Torvalds2009-09-051-2/+1
|/ / / / /
* | | | | tty: make sure to flush any pending work when halting the ldiscLinus Torvalds2009-08-251-3/+7
|/ / / /
* | | | pty: fix data loss when stopped (^S/^Q)Linus Torvalds2009-08-101-0/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-08-041-99/+53
|\ \ \
| * | | tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds2009-08-041-5/+12
| * | | tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds2009-08-041-97/+46
| * | | tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-10/+8
| | |/ | |/|
* | | parisc: parisc-agp.c - use correct page_mask functionHelge Deller2009-08-021-1/+1
|/ /
* | sysrq, kdump: make sysrq-c consistentHidetoshi Seto2009-07-291-3/+5
* | Merge branch 'zero-length' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2009-07-291-0/+0
|\ \
| * | Remove zero-length file drivers/char/vr41xx_giu.cJeff Garzik2009-07-281-0/+0
* | | pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-293-2/+14
|/ /
* | pty: quickfix for the pty ENXIO timing problemsAlan Cox2009-07-271-0/+2
* | tty: fix chars_in_buffersAlan Cox2009-07-203-6/+4
* | specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-201-12/+12
* | vc: create vcs(a) devices for consolesKay Sievers2009-07-201-0/+4
* | tty_port: Fix return on interrupted useAlan Cox2009-07-171-1/+1
* | n_tty: Fix echo raceAlan Cox2009-07-161-3/+0
* | tty: nozomi, fix tty refcounting bugJiri Slaby2009-07-161-4/+8
* | vt: drop bootmem/slab memory distinctionJohannes Weiner2009-07-161-9/+3
* | tty: fix close/hangup raceAlan Cox2009-07-161-10/+15
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-1224-3/+21
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-082-12/+13
* | pty: Rework the pty layer to use the normal buffering logicAlan Cox2009-07-081-95/+59
* | Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-2/+2
* | MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2009-07-033-685/+0
* | tty: Fix the leak in tty_ldisc_releaseAlan Cox2009-06-291-4/+11
* | powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernelSonny Rao2009-06-261-6/+19
* | powerpc/BSR: add 4096 byte BSR sizeSonny Rao2009-06-261-7/+10
* | Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2009-06-242-4/+0