summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-23tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2-8/+24
2015-07-23serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel1-0/+15
2015-07-23serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley1-4/+3
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+2
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley4-2872/+2920
2015-07-23tty: serial: imx.c: Reset UART before activating interruptsDavid Jander1-9/+23
2015-07-23serial: imx: reduce irq-latency after rx overflowManfred Schlaegl1-1/+0
2015-07-23serial: imx: count tty buffer overrunsManfred Schlaegl1-3/+9
2015-07-23serial: imx: Disable irqs before requesting themFabio Estevam1-1/+14
2015-07-23serial/uartlite: Let it build on any arch with IOMEMRicardo Ribalda Delgado1-1/+1
2015-07-23serial: stm32-usart: Fix SysRq supportMaxime Coquelin1-1/+1
2015-07-23serial: sirf: let uart's receive start in right placeQipan Li2-31/+16
2015-07-23serial: sirf: workaround rx process to avoid possible data lossQipan Li2-18/+66
2015-07-23serial: etraxfs-uart: Convert to uart_console_device instead of open-codedAxel Lin1-8/+1
2015-07-23serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley1-14/+2
2015-07-23serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori1-0/+1
2015-07-23serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori1-6/+59
2015-07-23serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori1-11/+21
2015-07-23serial: 8250_omap: refactor mdr1 updateSekhar Nori1-5/+12
2015-07-23serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori1-2/+2
2015-07-23serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado1-24/+27
2015-07-23serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado1-16/+23
2015-07-23serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado1-10/+11
2015-07-23serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado1-35/+52
2015-07-23serial/8250_fintek: Use private data structureRicardo Ribalda Delgado1-17/+31
2015-07-23tty: Convert use of __constant_htons to htonsVaishali Thakkar1-1/+1
2015-07-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+2
2015-07-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+0
2015-07-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-40/+77
2015-07-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-36/+36
2015-07-17Merge tag 'rtc-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2-3/+3
2015-07-17Merge tag 'dm-4.2-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-34/+68
2015-07-17Update Viresh Kumar's email addressViresh Kumar26-35/+35
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-1/+1
2015-07-18rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam1-1/+1
2015-07-18rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang1-2/+2
2015-07-17Merge tag 'staging-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-81/+106
2015-07-17Merge tag 'usb-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds17-228/+254
2015-07-17Merge tag 'gpio-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-6/+23
2015-07-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds37-198/+391
2015-07-17irqchip/gicv3-its: Fix mapping of LPIs to collectionsMarc Zyngier1-36/+75
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse1-6/+6
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse1-1/+0
2015-07-16Merge tag 'pm+acpi-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-20/+32
2015-07-16Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds3-84/+176
2015-07-16dm cache: avoid calls to prealloc_free_structs() if possibleMike Snitzer1-3/+12
2015-07-16dm cache: avoid preallocation if no work in writeback_some_dirty_blocks()Mike Snitzer1-9/+4
2015-07-16dm cache: do not wake_worker() in free_migration()Mike Snitzer1-1/+0
2015-07-17Merge branch 'drm-rockchip-2015-07-13' of https://github.com/markyzq/kernel-d...Dave Airlie3-15/+38
2015-07-17Merge tag 'imx-drm-fixes-2015-07-14' of git://git.pengutronix.de/git/pza/linu...Dave Airlie3-7/+19