aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAge
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-11
|\
| * audit: do not needlessly take a lock in tty_audit_exitEric Paris2013-04-30
| * audit: do not needlessly take a spinlock in copy_signalEric Paris2013-04-30
| * audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs2013-04-30
| * audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2013-04-30
| * audit: push loginuid and sessionid processing downEric Paris2013-04-30
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-30
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-10
|\ \
| * | MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski2013-05-07
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2013-05-10
|\ \ \
| * | | m68k: remove unused asm/dbg.hGreg Ungerer2013-04-28
| |/ /
* | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-07
|\ \ \
| * | | serial: amba-pl011: fix !CONFIG_DMA_ENGINE caseArnd Bergmann2013-04-20
| * | | Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann2013-04-19
| |\ \ \
| | * | | serial: pl011: use generic DMA slave configuration if possibleArnd Bergmann2013-03-12
* | | | | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-07
|\ \ \ \ \
| * \ \ \ \ Merge branch 'late/dt' into next/dt2Arnd Bergmann2013-05-06
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | serial: mxs-auart: move to use generic DMA helperShawn Guo2013-04-04
| | |/ / / | |/| | |
* | | | | serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-04
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \ \ \ \
| * | | | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-01
|\ \ \ \ \ \
| * | | | | | Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier2013-04-02
* | | | | | | tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-01
* | | | | | | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-29
|\ \ \ \ \ \ \
| * | | | | | | tty/serial/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-23
| * | | | | | | serial: mxs: drop superfluous {get|put}_deviceWolfram Sang2013-04-22
| * | | | | | | serial: mxs: fix buffer overflowWolfram Sang2013-04-22
| * | | | | | | ARM: PL011: add support for extended FIFO-size of PL011-r1p5Jongsung Kim2013-04-17
| * | | | | | | serial_core.c: add put_device() after device_find_child()Federico Vaga2013-04-15
| * | | | | | | tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safePeter Hurley2013-04-15
| * | | | | | | serial: sccnxp: Replace pdata.init/exit with regulator APIAlexander Shiyan2013-04-15
| * | | | | | | serial: sccnxp: Do not override device nameAlexander Shiyan2013-04-15
| * | | | | | | TTY: pty, fix compilation warningJiri Slaby2013-04-15
| * | | | | | | TTY: rocket, fix compilation warningJiri Slaby2013-04-15
| * | | | | | | Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-14
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | TTY: synclinkmp: fix DTR being raised on hang upJohan Hovold2013-04-12
| * | | | | | | TTY: synclink_gt: fix DTR being raised on hang upJohan Hovold2013-04-12
| * | | | | | | TTY: synclink: fix DTR being raised on hang upJohan Hovold2013-04-12
| * | | | | | | serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus2013-04-12
| * | | | | | | serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dw: Enable runtime PMHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dma: Fix RX handlingHeikki Krogerus2013-04-11
| * | | | | | | serial: 8250_dma: TX cleanupHeikki Krogerus2013-04-11
| * | | | | | | tty: serial/samsung: fix modular buildArnd Bergmann2013-04-11