summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-0816-54/+411
|\
| * dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches2014-10-032-36/+26
| * driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu2014-10-031-1/+0
| * devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven2014-09-243-9/+12
| * Documentation: devres: Add missing devm_kstrdup() managed interfaceGeert Uytterhoeven2014-09-241-0/+1
| * Documentation: devres: Add missing IRQ functionsTobias Klauser2014-09-241-0/+2
| * firmware_class: make sure fw requests contain a nameKees Cook2014-09-241-0/+3
| * driver core: Remove kerneldoc from local functionThierry Reding2014-09-241-1/+1
| * attribute_container: fix coding style issuesTina Johnson2014-09-241-2/+2
| * attribute_container: fix whitespace errorsTina Johnson2014-09-241-5/+5
| * drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit()Ben Hutchings2014-09-241-0/+9
| * device coredump: add new device coredump classJohannes Berg2014-09-245-0/+329
| * Documentation/sysfs-rules.txt: Add device attribute error code documentationDarren Hart2014-09-191-0/+21
* | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-0869-550/+2296
|\ \
| * | Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman2014-10-031-3/+0
| * | tty: serial: 8250: use 32bit variable for rpm_tx_activeSebastian Andrzej Siewior2014-09-301-1/+1
| * | tty: serial: msm: Add earlycon supportStephen Boyd2014-09-293-12/+75
| * | serial/core: Initialize the console pm stateSudhir Sreedharan2014-09-291-0/+3
| * | serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson2014-09-291-0/+4
| * | serial: of-serial: add PM suspend/resume supportJingchang Lu2014-09-291-0/+27
| * | m68k: AMIGA_BUILTIN_SERIAL should depend on TTYGeert Uytterhoeven2014-09-291-1/+1
| * | asm/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado2014-09-291-0/+2
| * | tty/metag_da: Add console_poll module parameterJames Hogan2014-09-291-2/+12
| * | serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus2014-09-291-13/+0
| * | serial: cadence: Add generic earlycon supportMichal Simek2014-09-293-0/+26
| * | serial: imx: change the wait even to interruptiableHuang Shijie2014-09-291-1/+10
| * | serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie2014-09-291-6/+8
| * | serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan2014-09-291-4/+2
| * | serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue2014-09-291-0/+21
| * | tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver2014-09-291-18/+24
| * | tty: omap-serial: fix division by zeroFrans Klaver2014-09-291-2/+10
| * | xen_hvc: no reason to write the type key on xenstoreStefano Stabellini2014-09-291-3/+0
| * | tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior2014-09-261-1/+1
| * | tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...Sebastian Andrzej Siewior2014-09-261-0/+5
| * | tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior2014-09-261-5/+6
| * | tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior2014-09-263-13/+122
| * | tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior2014-09-262-0/+16
| * | tty: Fix width of unsigned long bitfield paddingPeter Hurley2014-09-251-2/+2
| * | tty: Workaround Alpha non-atomic byte storage in tty_structPeter Hurley2014-09-241-2/+3
| * | tty: Hold termios_rwsem for tcflow(TCIxxx)Peter Hurley2014-09-241-3/+7
| * | tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley2014-09-243-35/+34
| * | tty: Serialize tcflow() with other tty flow control changesPeter Hurley2014-09-242-4/+9
| * | tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-242-27/+45
| * | tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-243-12/+36
| * | tty: Convert tty_struct bitfield to intsPeter Hurley2014-09-241-1/+4
| * | serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley2014-09-241-5/+4
| * | serial: bfin-uart: Fix auto CTSPeter Hurley2014-09-241-1/+2
| * | usb: serial: Remove unused tty->hw_stoppedPeter Hurley2014-09-243-18/+3
| * | serial: core: Privatize tty->hw_stoppedPeter Hurley2014-09-243-23/+22
| * | isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley2014-09-241-5/+0