aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-28
|\
| * [S390] s390/hvc_console: z/VM IUCV hypervisor console supportHendrik Brueckner2008-12-25
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-28
|\ \
| * | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-19
| |\|
| * | Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-04
| |\ \
| * \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-19
| |\ \ \
| * \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-12
| |\ \ \ \
| * \ \ \ \ Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-11
| |\ \ \ \ \
| * | | | | | ftrace: sysrq-z to dump the buffersPeter Zijlstra2008-11-04
* | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-24
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Audit: Log TIOCSTIAl Viro2008-12-09
| * | | | | | Merge branch 'master' into nextJames Morris2008-12-04
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-11-18
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-11-13
| |\ \ \ \ \ \
| * | | | | | | CRED: Wrap task credential accesses in the tty driverDavid Howells2008-11-13
| | |_|_|/ / / | |/| | | | |
* | | | | | | xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman2008-12-17
* | | | | | | console ASCII glyph 1:1 mappingIngo Brueckl2008-12-13
* | | | | | | unicode table for cp437Ingo Brueckl2008-12-13
* | | | | | | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-05
| |_|_|/ / / |/| | | | |
* | | | | | drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton2008-12-01
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-30
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-23
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-14
| | | |/ / / | | |/| | |
* | | | | | uninorth-agp section messAl Viro2008-11-30
* | | | | | istallion section warningsAl Viro2008-11-30
|/ / / / /
* | | | | Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2008-11-15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Create/use more directory structure in the Documentation/ tree.Randy Dunlap2008-11-14
* | | | | Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-12
|/ / / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'misc' into releaseLen Brown2008-11-11
| |\ \ \ | | |_|/ | |/| |
| | * | ACPI: remove CONFIG_ACPI_ECBjorn Helgaas2008-11-06
* | | | tty: trivial - fix up email addresses in tty related stuffAlan Cox2008-11-11
|/ / /
* | / vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch2008-11-06
| |/ |/|
* | saner FASYNC handling on file closeAl Viro2008-11-01
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-30
|\ \
| * | CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle2008-10-30
| * | CHAR: Delete old and now unused DS1286 driver.Ralf Baechle2008-10-30
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-30
|\ \
| * | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox2008-10-17
* | | ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant2008-10-30
| |/ |/|
* | Tidy up addresses in random driversAlan Cox2008-10-27
* | m68k: Disable Amiga serial console support if modularGeert Uytterhoeven2008-10-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-23
|\ \
| * | [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-21
| * | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-21
| * | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
| * | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* | | tty: Fix tty_port kref screwupAlan Cox2008-10-23
* | | hvc_console: Remove __devexit annotation of hvc_remove()Hendrik Brueckner2008-10-21
* | | hvc_console: Add support for tty window resizingHendrik Brueckner2008-10-21