deliverable/linux.git
2016-02-07  Aya Mahfouzchar: constify tty_port_operations structs
2016-02-07  Peter Hurleynet: irda: Fix use-after-free in irtty_open()
2016-02-07  Jiri SlabyTTY: n_hdlc, fix lockdep false positive
2016-02-07  Alexey Khoroshilovtty: synclinkmp: do not ignore errors in probe()
2016-02-07  Saurabh Sengartty/vt/keyboard: use memdup_user to simplify code
2016-02-07  Paul Gortmakerdrivers/tty: make ehv_bytechan.c explicitly non-modular
2016-02-07  Paul Gortmakerdrivers/tty: make hvc/hvc_vio.c explicitly non-modular
2016-02-07  Anton Wuerfeltty: serial: 8250: Add generic port init macro
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix indentation warnings
2016-02-07  Anton Wuerfeltty: serial: 8250: Merge duplicate conditions
2016-02-07  Anton Wuerfeltty: serial: 8250: Correct conversion specifiers
2016-02-07  Phillip Raffecktty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
2016-02-07  Phillip Raffecktty: serial: 8250: Suitably replace printk
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix multi-line strings
2016-02-07  Anton Wuerfeltty: serial: 8250: Add parentheses to macro
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix line continuation warning
2016-02-07  Anton Wuerfeltty: serial: 8250: Move EXPORT_SYMBOL to function
2016-02-07  Anton Wuerfeltty: serial: 8250: Remove else after return
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix multiline comment style
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix braces after struct
2016-02-07  Anton Wuerfeltty: serial: 8250: Replace spaces with tabs
2016-02-07  Anton Wuerfeltty: serial: 8250: Fix whitespace errors
2016-02-07  Maciej W. Rozyckiserial: zs: Fix a transmit lockup in console output
2016-02-07  Martin Sperlserial: bcm2835: add driver for bcm2835-aux-uart
2016-02-07  Martin Sperldt/bindings: serial: bcm2835: add binding documentation...
2016-02-07  Wang Dongshengserial: 8250: of: Enable suspend/resume for 8250_of...
2016-02-07  Jean DelvareARM: OMAP: serial: Rename DRIVER_NAME
2016-02-07  Rich Felkerserial-uartlite: fix missing locking in isr
2016-02-07  Rich Felkerserial-uartlite: add earlycon support
2016-02-07  Paul Gortmakerdrivers/tty: make serial 8250_ingenic.c explicitly...
2016-02-07  Simon Hormanserial: sh-sci: Add device tree support for r8a7792
2016-02-07  Jeffy Chenserial: core: remove baud_rates when serial console...
2016-02-07  Geert Uytterhoevenserial: sh-sci: Add support for SCIFA/SCIFB variable...
2016-02-07  Geert Uytterhoevenserial: sh-sci: Use a bitmask to indicate supported...
2016-02-07  Geert Uytterhoevenserial: sh-sci: Use premultiplier to handle half sampli...
2016-02-07  Geert Uytterhoevenserial: sh-sci: Preserve SCIFA/SCIFB bit rate config...
2016-02-07  Geert Uytterhoevenserial: sh-sci: Add more Serial Mode Register documentation
2016-02-07  Martin Fuzzeyserial: imx: Fix suspend / resume.
2016-02-07  Soren Brinkmanntty: xuartps: Consolidate TX handling
2016-02-07  Soren Brinkmanntty: xuartps: Remove '_OFFSET' suffix from #defines
2016-02-07  Soren Brinkmanntty: xuartps: Improve sysrq handling
2016-02-07  Soren Brinkmanntty: xuartps: Cleanup: Reformat if-else
2016-02-07  Soren Brinkmanntty: xuartps: Refactor IRQ handling
2016-02-07  Soren Brinkmanntty: xuartps: Move request_irq to after setting up...
2016-02-07  Soren Brinkmanntty: xuartps: Move RX path into helper function
2016-02-07  Soren Brinkmanntty: xuartps: Acquire port lock for shutdown
2016-02-07  Soren Brinkmanntty: xuartps: Keep lock for whole ISR
2016-02-07  Soren Brinkmanntty: xuartps: Improve startup function
2016-02-07  Soren Brinkmanntty: xuartps: Clear interrupt status register in shutdown
2016-02-07  Soren Brinkmanntty: xuartps: Don't consider circular buffer when enabl...
2016-02-07  Soren Brinkmanntty: xuartps: Use spinlock to serialize HW access
2016-02-07  Soren Brinkmanntty: xuartps: Beautify read-modify writes
2016-02-07  Yoshinori Satoserial: sh-sci: Add CONFIG_SERIAL_EARLYCON support
2016-02-07  Jan Beulichserial/8250_pci: simplify Pericom handling
2016-02-07  Geliang Tangserial: 8250_pci: use to_pci_dev()
2016-02-07  Arnd Bergmannserial: amba-pl011: mark vendor_zte as __maybe_unused
2016-02-07  Timur Tabiserial: amba-pl011: use cpu_relax when polling registers
2016-02-07  Wills Wangsc16is7xx: fix incorrect register bits macro
2016-02-07  Jaeden Ameroserial: atmel: Use atmel_port consistently
2016-02-07  Nicolas Ferreserial: atmel: add support for new UART version
2016-02-07  Nicolas Ferreserial: atmel: trivial: clean the IP version decoding...
2016-02-07  Sebastian Frias8250: use callbacks to access UART_DLL/UART_DLM
2016-02-07  Frederik Völkelserial: Remove 68328 driver
2016-02-07  Aya Mahfouztty: serial: constify psc_ops structs
2016-02-07  Noam Camusserial: 8250_dw: Do not use readl/writel before checkin...
2016-02-07  Noam Camusserial: 8250_dw: Add support for big-endian MMIO accesses
2016-02-07  Noam Camusserial: 8250_dw: Avoid serial_outx code duplicate with...
2016-02-07  Matwey V. Kornilovtty: 8250_omap: Use software emulated RS485 direction...
2016-02-07  Matwey V. Kornilovtty: Add software emulated RS485 support for 8250
2016-02-07  Matwey V. Kornilovtty: Move serial8250_stop_rx() in front of serial8250_s...
2016-02-07  Jiri SlabyTTY: serial/m32r_sio, remove unused members
2016-02-07  Jiri SlabyTTY: serial/m32r_sio, remove debug macros
2016-02-07  Jiri SlabyTTY: serial/m32r_sio, simplify old_serial_port
2016-02-07  Jiri SlabyTTY: serial/m32r_sio, disband m32r_sio.h
2016-02-07  Jiri SlabyTTY: xtensa/iss/console, remove unused _INLINE_ definition
2016-02-07  Jiri SlabyTTY: 8250_pnp, make checks bool
2016-02-07  Jiri SlabyTTY: 8250_pnp, constify tables
2016-02-07  Jiri SlabyTTY: serial/mpsc, remove unused fields
2016-02-07  Jiri SlabyTTY: serial/mpsc, clean up init/remove functions
2016-02-07  Jiri SlabyTTY: serial/mpsc, stop leaking mappings
2016-02-07  Peter Hurleyserial: 8250_omap: Add omap8250 earlycon
2016-02-07  Peter Hurleyof: earlycon: Log more helpful message if stdout-path...
2016-02-07  Peter Hurleyserial: 8250_early: Use port->regshift
2016-02-07  Peter Hurleyserial: earlycon: Show the earlycon "driver" in banner
2016-02-07  Peter Hurleyserial: earlycon: Common log banner for command line...
2016-02-07  Peter Hurleyof: earlycon: Move address translation to of_setup_earl...
2016-02-07  Peter Hurleyof: earlycon: Initialize port fields from DT properties
2016-02-07  Peter Hurleyof: earlycon: Add options string handling
2016-02-07  Peter Hurleyof: earlycon: Fixup earlycon console name and index
2016-02-07  Peter Hurleyserial: earlycon: Fixup earlycon console name and index
2016-02-07  Peter Hurleyearlycon: Use common framework for earlycon declarations
2016-02-07  Peter Hurleyof: earlycon: of_setup_earlycon() requires CONFIG_OF_EA...
2016-02-01  Greg Kroah... Merge 4.5-rc2 into tty-next
2016-02-01  Linus TorvaldsLinux 4.5-rc2
2016-02-01  Linus TorvaldsMerge tag 'usb-4.5-rc2' of git://git./linux/kernel...
2016-02-01  Linus TorvaldsMerge tag 'tty-4.5-rc2' of git://git./linux/kernel...
2016-02-01  Linus TorvaldsMerge tag 'staging-4.5-rc2' of git://git./linux/kernel...
2016-02-01  Linus TorvaldsMerge tag 'driver-core-4.5-rc2' of git://git./linux...
2016-02-01  Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-02-01  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
next
This page took 0.050014 seconds and 5 git commands to generate.