summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-24tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley2-24/+23
2015-07-24tty: core: Improve debug message contentPeter Hurley1-13/+16
2015-07-24drivers/tty: make serial/sunhv.c driver explicitly non-modularPaul Gortmaker1-10/+3
2015-07-24drivers/tty: make serial/suncore.c driver explicitly non-modularPaul Gortmaker1-8/+3
2015-07-24drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker1-7/+1
2015-07-24drivers/tty: make serial/sn_console.c driver explicitly non-modularPaul Gortmaker1-23/+9
2015-07-24serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas1-1/+0
2015-07-24tty: buffers: Move hidden buffer index advance into outer loopPeter Hurley1-1/+1
2015-07-24tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_releasePeter Hurley1-6/+4
2015-07-24serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein1-1/+1
2015-07-24tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-24tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-24tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-24tty/serial: at91: add support to FIFOsCyrille Pitchen2-6/+130
2015-07-24tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2015-07-24tty/serial: at91: fix some macro definitions to fit coding styleCyrille Pitchen1-102/+102
2015-07-24ARM: at91/dt: add a new DT property to support FIFOs on Atmel USARTsCyrille Pitchen1-0/+3
2015-07-24tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2-8/+24
2015-07-24serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel1-0/+15
2015-07-24serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley1-4/+3
2015-07-24tty: linux/gsmmux.h needs linux/types.hJiri Slaby1-0/+1
2015-07-24tty/early: make serial8250_early_{in,out} static againVineet Gupta2-4/+2
2015-07-24serial: 8250: Split base port operations from universal driverPeter Hurley5-2872/+2925
2015-07-24tty: serial: imx.c: Reset UART before activating interruptsDavid Jander1-9/+23
2015-07-24serial: imx: reduce irq-latency after rx overflowManfred Schlaegl1-1/+0
2015-07-24serial: imx: count tty buffer overrunsManfred Schlaegl1-3/+9
2015-07-24serial: imx: Disable irqs before requesting themFabio Estevam1-1/+14
2015-07-24serial/uartlite: Let it build on any arch with IOMEMRicardo Ribalda Delgado1-1/+1
2015-07-24serial: stm32-usart: Fix SysRq supportMaxime Coquelin1-1/+1
2015-07-24serial: sirf: let uart's receive start in right placeQipan Li2-31/+16
2015-07-24serial: sirf: workaround rx process to avoid possible data lossQipan Li2-18/+66
2015-07-24serial: etraxfs-uart: Convert to uart_console_device instead of open-codedAxel Lin1-8/+1
2015-07-24serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley1-14/+2
2015-07-24serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori2-0/+2
2015-07-24serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori1-6/+59
2015-07-24serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori3-17/+28
2015-07-24serial: 8250_omap: refactor mdr1 updateSekhar Nori1-5/+12
2015-07-24Documentation: DT: omap_serial: document missing compatibleSekhar Nori1-0/+1
2015-07-24serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori1-2/+2
2015-07-24serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado1-24/+27
2015-07-24serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado1-16/+23
2015-07-24serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado1-10/+11
2015-07-24serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado1-35/+52
2015-07-24serial/8250_fintek: Use private data structureRicardo Ribalda Delgado1-17/+31
2015-07-24tty: Convert use of __constant_htons to htonsVaishali Thakkar1-1/+1
2015-07-19Linux 4.2-rc3v4.2-rc3Linus Torvalds1-1/+1
2015-07-19MIPS: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPUMarkos Chandras1-1/+1
2015-07-19parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet1-1/+2
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar7-18/+27
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen7-43/+104