summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: macro whitespace fixesMichael S. Tsirkin2015-02-171-58/+58
* parisc/uaccess: fix sparse errorsMichael S. Tsirkin2015-02-161-1/+1
* parisc: hpux - Remove HPUX syscall numbersHelge Deller2015-02-161-478/+0
* parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-165-108/+4
* parisc: hpux - Delete files in hpux subdirectoryHelge Deller2015-02-167-2135/+0
* parisc: hpux - Do not compile hpux subdirectoryHelge Deller2015-02-161-1/+0
* parisc: hpux - Drop support for HP-UX binariesHelge Deller2015-02-161-4/+0
* parisc: Add error checks when building up signal trampoline handlerHelge Deller2015-02-161-14/+15
* parisc: Wire up execveat syscallHelge Deller2015-02-162-1/+3
* Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds2015-02-166-76/+111
|\
| * CRIS: Whitespace cleanupJesper Nilsson2015-02-141-31/+52
| * CRIS: macro whitespace fixes in uaccess.hMichael S. Tsirkin2015-02-141-55/+58
| * CRIS: uaccess: fix sparse errorsMichael S. Tsirkin2015-02-141-2/+2
| * CRISv32: Remove unnecessary KERN_INFO from sync_serialMasanari Iida2015-02-141-2/+2
| * CRIS: Fix missing NR_CPUS in menuconfigJesper Nilsson2015-01-291-0/+4
| * CRISv32: Avoid warning of unused variableJesper Nilsson2015-01-291-0/+4
| * CRIS: Avoid warning in cris mm/fault.cJesper Nilsson2015-01-291-1/+3
| * CRIS: Export csum_partial_copy_nocheckJesper Nilsson2015-01-291-0/+1
* | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-1573-1910/+4523
|\ \
| * | serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley2015-02-071-1/+1
| * | serial: driver for ETRAX FS UARTNiklas Cassel2015-02-074-0/+1010
| * | tty: remove unused variable spropFabian Frederick2015-02-041-1/+0
| * | serial: of-serial: fetch line number from DTLucas Stach2015-02-041-0/+5
| * | serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski2015-02-021-0/+2
| * | tty/serial: serial8250_set_divisor() can be statickbuild test robot2015-02-021-1/+1
| * | tty/serial: Add Spreadtrum sc9836-uart driver supportChunyan Zhang2015-02-024-0/+815
| * | Documentation: DT: Add bindings for Spreadtrum SoC PlatformChunyan Zhang2015-02-023-0/+19
| * | serial: samsung: remove redundant interrupt enablingRobert Baldyga2015-02-021-8/+1
| * | tty: Remove external interface for tty_set_termios()Peter Hurley2015-02-023-16/+3
| * | serial: omap: Fix RTS handlingPeter Hurley2015-02-021-8/+14
| * | serial: 8250_omap: Use UPSTAT_AUTORTS for RTS handlingPeter Hurley2015-02-021-9/+7
| * | serial: core: Rework hw-assisted flow control supportPeter Hurley2015-02-024-52/+59
| * | tty/serial: 8250_early: Add support for PXA UARTsRob Herring2015-02-021-3/+5
| * | tty/serial: of_serial: add support for PXA/MMP uartsRob Herring2015-02-021-0/+4
| * | tty/serial: of_serial: add DT alias ID handlingRob Herring2015-02-021-0/+4
| * | serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley2015-02-021-9/+9
| * | serial: 8250: Use canary to restart console after suspendPeter Hurley2015-02-022-1/+37
| * | serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley2015-02-021-22/+30
| * | serial: 8250: Refactor divisor programmingPeter Hurley2015-02-021-39/+48
| * | serial: 8250: Refactor LCR computationPeter Hurley2015-02-021-11/+21
| * | serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley2015-02-021-8/+9
| * | tty: serial: men_z135_uart: Fix driver for changes in hardwareJohannes Thumshirn2015-02-021-46/+109
| * | serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley2015-02-021-18/+17
| * | Specify PCI based UART for earlyprintkStuart R. Anderson2015-02-021-16/+166
| * | n_tty: Fix signal handling flushesPeter Hurley2015-02-023-15/+34
| * | pty: Fix buffer flush deadlockPeter Hurley2015-02-023-1/+19
| * | tty: Make lock subclasses available for other tty locksPeter Hurley2015-02-022-11/+18
| * | n_tty: Fix read buffer overwrite when no newlinePeter Hurley2015-02-021-30/+62
| * | n_tty: Fix PARMRK over-throttlingPeter Hurley2015-02-021-8/+4
| * | n_tty: Fix unordered accesses to lockless read bufferPeter Hurley2015-02-021-53/+48