Age | Commit message (Expand) | Author | Files | Lines |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -1/+2 |
2014-04-07 | tty/hvc_opal: Kick the HVC thread on OPAL console events | Benjamin Herrenschmidt | 1 | -1/+21 |
2014-04-06 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+1 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -18/+31 |
2014-04-02 | Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 29 | -701/+1090 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2014-03-31 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -11/+4 |
2014-03-20 | audit: anchor all pid references in the initial pid namespace | Richard Guy Briggs | 1 | -1/+2 |
2014-03-19 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2014-03-18 | tty/serial: omap: empty the RX FIFO at the end of half-duplex TX | Dimitris Lampridis | 1 | -0/+6 |
2014-03-18 | tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX | Dimitris Lampridis | 1 | -2/+3 |
2014-03-18 | serial: sh-sci: Neaten dev_<level> uses | Joe Perches | 1 | -20/+18 |
2014-03-18 | serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF | Geert Uytterhoeven | 1 | -1/+1 |
2014-03-18 | serial: sh-sci: Add more register documentation | Geert Uytterhoeven | 1 | -13/+15 |
2014-03-18 | serial: sh-sci: Remove useless casts | Geert Uytterhoeven | 1 | -4/+4 |
2014-03-18 | serial: sh-sci: Replace printk() by pr_*() | Geert Uytterhoeven | 1 | -4/+3 |
2014-03-18 | serial_core: Avoid NULL pointer dereference in uart_close() | Geert Uytterhoeven | 1 | -2/+2 |
2014-03-18 | serial_core: Get a reference for port->tty in uart_remove_one_port() | Geert Uytterhoeven | 1 | -1/+5 |
2014-03-18 | serial: clps711x: Give a chance to perform useful tasks during wait loop | Alexander Shiyan | 1 | -6/+15 |
2014-03-18 | serial_core: Grammar s/ports/port's/ | Geert Uytterhoeven | 1 | -1/+1 |
2014-03-18 | serial_core: Spelling s/contro/control/ | Geert Uytterhoeven | 1 | -1/+1 |
2014-03-18 | serial: efm32: properly namespace location property | Uwe Kleine-König | 1 | -1/+4 |
2014-03-18 | serial: max310x: Add missing #include <linux/uaccess.h> | Geert Uytterhoeven | 1 | -0/+1 |
2014-03-18 | synclink: fix info leak in ioctl | Salva Peiró | 2 | -0/+2 |
2014-03-09 | serial: 8250: Clean up the locking for -rt | Ingo Molnar | 1 | -10/+5 |
2014-03-09 | serial: 8250_pci: change BayTrail default uartclk | Aaron Sierra | 1 | -3/+7 |
2014-03-09 | serial: 8250_pci: more BayTrail error-free bauds | Aaron Sierra | 1 | -8/+29 |
2014-03-07 | Merge tag 'v3.13' into for-3.15 | Eric Paris | 58 | -375/+1263 |
2014-03-07 | sparc: serial: Clean up the locking for -rt | David Miller | 4 | -39/+25 |
2014-03-01 | serial: sh-sci: Add missing call to uart_remove_one_port() in failure path | Geert Uytterhoeven | 1 | -0/+1 |
2014-03-01 | serial_core: Unregister console in uart_remove_one_port() | Geert Uytterhoeven | 1 | -0/+6 |
2014-03-01 | tty/serial: at91: remove unused open/close hooks | Richard Genoud | 1 | -21/+0 |
2014-03-01 | tty/serial: at91: use dev_err instead of printk | Richard Genoud | 1 | -2/+2 |
2014-03-01 | tty: Set correct tty name in 'active' sysfs attribute | Hannes Reinecke | 1 | -6/+17 |
2014-03-01 | serial: imx: Remove init() and exit() platform callbacks | Alexander Shiyan | 1 | -25/+2 |
2014-03-01 | serial: imx: Use dev_name() for request_irq() to distinguish UARTs | Alexander Shiyan | 1 | -4/+4 |
2014-03-01 | serial: imx: Use devm_ioremap_resource() | Alexander Shiyan | 1 | -40/+4 |
2014-03-01 | tty: Fix low_latency BUG | Peter Hurley | 2 | -19/+4 |
2014-03-01 | tty: serial: bcm63xx_uart: add support for DT probing | Florian Fainelli | 1 | -0/+11 |
2014-03-01 | tty: serial: bcm63xx_uart: define UART_REG_SIZE constant | Florian Fainelli | 1 | -2/+2 |
2014-03-01 | tty: serial: bcm63xx_uart: include linux/io.h | Florian Fainelli | 1 | -0/+1 |
2014-03-01 | vt: detect and ignore OSC codes. | Adam Borowski | 1 | -3/+11 |
2014-03-01 | vt: drop an useless enum and assignment. | Adam Borowski | 1 | -4/+2 |
2014-03-01 | drivers/tty/serial: deal with 8250_core.c uninitialized warning for good | Paul Gortmaker | 1 | -0/+4 |
2014-02-25 | Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 1 | -1/+1 |
2014-02-25 | Merge 3.14-rc4 into tty-next | Greg Kroah-Hartman | 1 | -18/+7 |
2014-02-23 | Revert "tty: Set correct tty name in 'active' sysfs attribute" | Greg Kroah-Hartman | 1 | -18/+7 |
2014-02-19 | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 1 | -18/+31 |
2014-02-19 | serial: fsl_lpuart: add DMA support | Yuan Yao | 1 | -12/+418 |
2014-02-18 | Merge 3.14-rc3 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |