index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vsprintf.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
serial: tegra: assume CONFIG_OF
Stephen Warren
1
-3
/
+2
2013-02-15
TTY: do not update atime/mtime on read/write
Jiri Slaby
1
-6
/
+2
2013-02-15
lguest: select CONFIG_TTY to build properly.
Randy Dunlap
1
-0
/
+1
2013-02-15
ARM defconfigs: add missing inclusions of linux/platform_device.h
Arnd Bergmann
3
-0
/
+4
2013-02-15
fb/exynos: include platform_device.h
Arnd Bergmann
2
-0
/
+2
2013-02-15
ARM: sa1100/assabet: include platform_device.h directly
Arnd Bergmann
1
-0
/
+1
2013-02-14
serial: imx: Fix recursive locking bug
Thomas Gleixner
1
-2
/
+9
2013-02-13
pps: Fix build breakage from decoupling pps from tty
Peter Hurley
1
-0
/
+4
2013-02-13
tty: Remove ancient hardpps()
Peter Hurley
2
-9
/
+0
2013-02-13
pps: Additional cleanups in uart_handle_dcd_change
George Spelvin
1
-10
/
+7
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
9
-17
/
+18
2013-02-13
pps: Don't crash the machine when exiting will do
George Spelvin
1
-1
/
+10
2013-02-13
pps: Fix a use-after free bug when unregistering a source.
George Spelvin
1
-4
/
+10
2013-02-13
pps: Use pps_lookup_dev to reduce ldisc coupling
George Spelvin
1
-6
/
+4
2013-02-13
pps: Add pps_lookup_dev() function
George Spelvin
2
-3
/
+47
2013-02-13
tty: serial: uartlite: Support uartlite on big and little endian systems
Michal Simek
1
-22
/
+79
2013-02-13
tty: serial: uartlite: Fix sparse and checkpatch warnings
Michal Simek
1
-4
/
+4
2013-02-13
serial/arc-uart: Miscll DT related updates (Grant's review comments)
Vineet Gupta
2
-8
/
+6
2013-02-08
drivers/serial: add GENERIC_HARDIRQS dependency
Heiko Carstens
1
-1
/
+1
2013-02-06
Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"
fabio.estevam@freescale.com
1
-21
/
+21
2013-02-06
input: drop unnecessary dependencies on TTY
Joe Millenbach
5
-39
/
+2
2013-02-06
tty: metag_da: avoid getting tty kref in dashtty_timer()
James Hogan
1
-17
/
+14
2013-02-06
tty: metag_da: Add metag DA TTY driver
James Hogan
3
-0
/
+694
2013-02-06
sparc: explicitly include sched.h to get task_thread_info declaration
Stephen Rothwell
1
-0
/
+1
2013-02-05
serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL
Fabio Estevam
1
-21
/
+21
2013-02-05
tty: serial: altera_jtaguart: Simplify altera_jtaguart_init()
Tobias Klauser
1
-4
/
+2
2013-02-05
tty: serial: altera_uart: Simplify altera_uart_init()
Tobias Klauser
1
-4
/
+2
2013-02-05
OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a...
Alexey Pelykh
1
-6
/
+2
2013-02-05
tty: of_serial: unexport tegra_serial_handle_break
Stephen Warren
2
-20
/
+4
2013-02-05
pty: Ignore slave open count for master pty open
Peter Hurley
1
-1
/
+1
2013-02-05
tty: Document required behavior of tty driver close()
Peter Hurley
1
-0
/
+1
2013-02-05
pty: Ignore slave pty close() if never successfully opened
Peter Hurley
1
-0
/
+6
2013-02-05
pty: Fix BUG()s when ptmx_open() errors out
Peter Hurley
1
-3
/
+4
2013-02-05
kgdb: remove #include <linux/serial_8250.h> from kgdb.h
Greg Kroah-Hartman
7
-1
/
+6
2013-02-05
serial_core: Fix type definition for PORT_BRCM_TRUMANAGE.
Michael Chan
1
-1
/
+1
2013-02-05
tty: Use raw spin lock to protect the TTY read section
Ivo Sieben
1
-28
/
+28
2013-02-05
tty: set_termios/set_termiox should not return -EINTR
Oleg Nesterov
1
-2
/
+2
2013-01-30
tty: Prevent deadlock in n_gsm driver
Dirkjan Bussink
1
-1
/
+41
2013-01-30
serial: ralink: adds support for the serial core found on ralink wisoc
John Crispin
3
-4
/
+12
2013-01-30
TTY: synclink: Convert + to | for bit operations
Joe Perches
4
-59
/
+59
2013-01-30
serial/8250: Add suport for later SUNIX (TIMEDIA) boards.
Stephen Chivers
2
-0
/
+54
2013-01-30
Revert "n_tty: Unthrottle tty when flushing read buffer"
Greg Kroah-Hartman
1
-2
/
+0
2013-01-25
Linux 3.8-rc5
v3.8-rc5
Linus Torvalds
1
-1
/
+1
2013-01-25
serial: tegra: Fix compilation error
Venu Byravarasu
1
-1
/
+1
2013-01-25
serial: pxa: fine-tune clk useage
Yi Zhang
1
-1
/
+11
2013-01-25
serial: pch_uart: fix sysrq handling for pch_uart
Liang Li
1
-0
/
+2
2013-01-25
n_tty: Unthrottle tty when flushing read buffer
Karthik Manamcheri
1
-0
/
+2
2013-01-25
goldfish: move to tty_port for flip buffers
Alan Cox
1
-12
/
+7
2013-01-24
Btrfs: fix repeated delalloc work allocation
Miao Xie
1
-14
/
+41
2013-01-24
Btrfs: fix wrong max device number for single profile
Miao Xie
1
-1
/
+1
[next]