aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into cpus4096Ingo Molnar2008-12-186-18/+0
|\
| * xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman2008-12-176-18/+0
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-162-7/+7
|\ \ | |/
| * console ASCII glyph 1:1 mappingIngo Brueckl2008-12-131-1/+1
| * unicode table for cp437Ingo Brueckl2008-12-131-6/+6
| |
| \
| \
| \
*---. \ Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-121-17/+5
|\ \ \ \ | | | |/ | | |/|
| * | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-17/+5
| |/ /
* | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-121-1/+1
|\ \ \ | |/ /
| * | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-051-1/+1
* | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-024-13/+17
|\ \ \ | |/ /
| * | drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton2008-12-011-6/+9
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-301-4/+5
| |\ \
| | * \ Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-241-4/+5
| | |\ \
| | | * | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-4/+5
| * | | | uninorth-agp section messAl Viro2008-11-301-1/+1
| * | | | istallion section warningsAl Viro2008-11-301-2/+2
| |/ / /
* | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-195-31/+35
|\ \ \ \ | |/ / /
| * | | Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2008-11-152-13/+13
| |\ \ \ | | |/ / | |/| |
| | * | Create/use more directory structure in the Documentation/ tree.Randy Dunlap2008-11-142-13/+13
| * | | Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-122-16/+20
| |/ /
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-121-2/+2
| |\ \
| | * \ Merge branch 'misc' into releaseLen Brown2008-11-111-2/+2
| | |\ \ | | | |/ | | |/|
| | | * ACPI: remove CONFIG_ACPI_ECBjorn Helgaas2008-11-061-2/+2
* | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-122-3/+6
|\ \ \ \ | |/ / /
| * | | tty: trivial - fix up email addresses in tty related stuffAlan Cox2008-11-112-3/+6
| |/ /
* | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-111-2/+8
|\ \ \ | |/ /
| * | vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch2008-11-061-2/+8
* | | ftrace: sysrq-z to dump the buffersPeter Zijlstra2008-11-041-1/+17
|/ /
* | saner FASYNC handling on file closeAl Viro2008-11-016-16/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-304-938/+0
|\ \
| * | CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle2008-10-303-341/+0
| * | CHAR: Delete old and now unused DS1286 driver.Ralf Baechle2008-10-303-597/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-301-1/+1
|\ \
| * | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox2008-10-171-1/+1
* | | ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant2008-10-301-0/+1
| |/ |/|
* | Tidy up addresses in random driversAlan Cox2008-10-274-4/+4
* | m68k: Disable Amiga serial console support if modularGeert Uytterhoeven2008-10-261-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-232-7/+7
|\ \
| * | [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-1/+1
| * | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
| * | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
| * | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-3/+3
* | | tty: Fix tty_port kref screwupAlan Cox2008-10-231-1/+1
* | | hvc_console: Remove __devexit annotation of hvc_remove()Hendrik Brueckner2008-10-222-2/+2
* | | hvc_console: Add support for tty window resizingHendrik Brueckner2008-10-222-0/+64
* | | hvc_console: Fix loop if put_char() returns 0Hendrik Brueckner2008-10-221-9/+11
* | | hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOSHendrik Brueckner2008-10-221-1/+1
* | | hvc_console: Add a hangup notifier for backendsHendrik Brueckner2008-10-227-3/+14
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-10-201-2/+2
|\ \
| * | parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*>Kyle McMartin2008-10-101-2/+2