summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: sprd: Fix the indentation issueBaolin Wang2018-09-181-24/+22
* serial: sprd: Change 'int' to 'unsigned int'Baolin Wang2018-09-181-4/+5
* serial: sprd: Remove unnecessary resource validationBaolin Wang2018-09-181-5/+2
* serial: sprd: Use readable macros instead of magic numberBaolin Wang2018-09-181-8/+17
* serial: sprd: Remove unused structureBaolin Wang2018-09-181-11/+0
* serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3Lokesh Vutla2018-09-181-1/+1
* serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski2018-09-181-0/+8
* serial: sh-sci: Add earlycon for R7S9210Chris Brandt2018-09-181-0/+7
* Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven2018-09-181-15/+10
* Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven2018-09-182-0/+32
* tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang2018-09-181-0/+5
* tty: serial: imx: add lock for registers save/restoreAnson Huang2018-09-181-1/+11
* tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian2018-09-181-13/+8
* tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta2018-09-181-4/+24
* tty: serial: uartlite: remove console_initShubhrajyoti Datta2018-09-181-8/+0
* tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta2018-09-181-17/+10
* tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta2018-09-181-2/+6
* serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior2018-09-181-5/+1
* kgdboc: Fix restrict errorLaura Abbott2018-09-181-4/+2
* kgdboc: Change printk to the right fashionHe Zhe2018-09-181-5/+7
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2018-09-181-0/+5
* serial: uartps: Enable automatic flow controlMichal Simek2018-09-181-5/+4
* serial: uartps: Move Port ID to device data structureMichal Simek2018-09-181-9/+11
* serial: uartps: Register own uart console and driver structuresMichal Simek2018-09-181-38/+55
* serial: uartps: Change logic how console_port is setupMichal Simek2018-09-181-2/+9
* serial: uartps: Fill struct uart_driver in probe()Michal Simek2018-09-181-14/+12
* serial: uartps: Move register to probe based on run time detectionMichal Simek2018-09-181-19/+23
* serial: uartps: Move alias reading higher in probe()Michal Simek2018-09-181-11/+10
* serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek2018-09-181-5/+9
* serial: uartps: Fix suspend functionalityNava kishore Manne2018-09-181-29/+12
* serial: uartps: Do not initialize field to zero againMichal Simek2018-09-181-3/+0
* serial: uartps: console_setup() can't be placed to init sectionMichal Simek2018-09-181-1/+1
* Merge 4.19-rc4 into tty-nextGreg Kroah-Hartman2018-09-18300-1737/+2985
|\
| * Linux 4.19-rc4v4.19-rc4Linus Torvalds2018-09-161-1/+1
| * Code of Conduct: Let's revamp it.Greg Kroah-Hartman2018-09-163-29/+82
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-157-25/+30
| |\
| | * x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap2018-09-151-0/+2
| | * Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-142-10/+1
| | * x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck2018-09-121-2/+1
| | * x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross2018-09-121-1/+3
| | * x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky2018-09-111-2/+8
| | * x86/doc: Fix Documentation/x86/earlyprintk.txtRandy Dunlap2018-09-101-10/+15
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-153-15/+22
| |\ \
| | * | sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
| | * | sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
| | * | sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
| | * | sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
| | * | sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
| | * | sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1
| | * | sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
| | |/