aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04tty: vcc: Convert timers to use timer_setup()Kees Cook1-14/+6
2017-11-04tty/serial: altera_uart: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-11-04serial: sccnxp: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-04serial: bfin_uart: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-04serial: 8250: Convert timers to use timer_setup()Kees Cook1-9/+7
2017-10-23serdev: fix controller-allocation error handlingJohan Hovold1-9/+14
2017-10-23serdev: fix registration of second slaveJohan Hovold1-3/+16
2017-10-23serdev: ttyport: add missing open() error handlingJohan Hovold1-3/+10
2017-10-23serdev: ttyport: enforce tty-driver open() requirementJohan Hovold1-4/+10
2017-10-23serial: omap: Fix EFR write on RTS deassertionLukas Wunner1-1/+1
2017-10-23omap_serial: Removing superfluous check on no interrupt pending.Martin Townsend1-1/+1
2017-10-20ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis2-21/+18
2017-10-20serdev: Add ACPI supportFrédéric Danis1-5/+95
2017-10-20serial: mvebu-uart: support extended port registers layoutMiquel Raynal1-0/+24
2017-10-20serial: mvebu-uart: augment the maximum number of portsMiquel Raynal1-1/+1
2017-10-20serial: mvebu-uart: dissociate RX and TX interruptsMiquel Raynal1-12/+119
2017-10-20serial: mvebu-uart: add TX interrupt trigger for pulse interruptsAllen Yan1-1/+9
2017-10-20serial: mvebu-uart: clear state register before IRQ requestAllen Yan1-0/+6
2017-10-20serial: mvebu-uart: add function to change baudrateAllen Yan1-4/+65
2017-10-20serial: mvebu-uart: add soft reset at probeAllen Yan1-0/+5
2017-10-20serial: mvebu-uart: use a generic way to access the registersMiquel Raynal1-73/+140
2017-10-20serial: mvebu-uart: support probe of multiple portsAllen Yan1-3/+19
2017-10-20serial: mvebu-uart: use driver name when requesting an interruptYehuda Yitschak1-3/+4
2017-10-20serial-uartlite: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-20serdev: enable TTY port controller support by defaultJohan Hovold1-0/+8
2017-10-20tty: amba-pl011: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-20tty: mips_ejtag_fdc: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-20tty/sysrq: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-20serial: m32r_sio: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-20tty: metag_da: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-20serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-10-20tty fix oops when rmmod 8250nixiaoming1-1/+2
2017-10-20serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu1-20/+28
2017-10-20serial: sh-sci: Fix init data attribute for struct 'port_cfg'Matthias Kaehlcke1-1/+1
2017-10-20serial: sh-sci: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+5
2017-10-20serial: imx: Correct comment imx_flush_buffer()Martyn Welch1-2/+6
2017-10-08Linux 4.14-rc4Linus Torvalds1-1/+1
2017-10-06ARC: [plat-hsdk]: Add reset controller node to manage ethernet resetEugeniy Paltsev2-0/+10
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose1-1/+1
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2-2/+2
2017-10-06powerpc/powernv: Increase memory block size to 1GB on radixAnton Blanchard1-1/+9
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2-5/+7
2017-10-05KVM: add X86_LOCAL_APIC dependencyArnd Bergmann1-0/+1
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein3-9/+26
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein1-1/+3