index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
tty: Remove some pointless casts
Alan Cox
16
-150
/
+150
2009-01-02
tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need to
Alan Cox
1
-3
/
+0
2009-01-02
tty: N_TTY SIGIO only works for read
Thomas Pfaff
1
-3
/
+3
2009-01-02
tty: USB tty devices can block in tcdrain when unplugged
Alan Cox
1
-0
/
+4
2009-01-02
serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua...
Niels de Vos
2
-0
/
+4
2009-01-02
tty: Introduce some close helpers for ports
Alan Cox
11
-391
/
+126
2009-01-02
tty: tty port zero baud open
Alan Cox
1
-1
/
+2
2009-01-02
tty: ESP has been broken for locking etc forver
Alan Cox
1
-1
/
+1
2009-01-02
tty: rework stallion to use the tty_port bits
Alan Cox
1
-104
/
+38
2009-01-02
tty: Rework istallion to use the tty port changes
Alan Cox
2
-117
/
+43
2009-01-02
tty: Introduce a tty_port generic block_til_ready
Alan Cox
7
-235
/
+115
2009-01-02
tty: relock the mxser driver
Alan Cox
1
-15
/
+13
2009-01-02
tty: relock riscom8 using port locks
Alan Cox
1
-10
/
+20
2009-01-02
tty: rocketport uses different port flags to everyone else
Alan Cox
3
-26
/
+21
2009-01-02
tty: relock generic_serial
Alan Cox
1
-13
/
+24
2009-01-02
isicom: redo locking to use tty port locks
Alan Cox
4
-26
/
+54
2009-01-02
tty: Pull the dtr raise into tty port
Alan Cox
7
-25
/
+79
2009-01-02
rio: Kill off ckmalloc
Alan Cox
1
-13
/
+4
2009-01-02
tty_port: Add a port level carrier detect operation
Alan Cox
19
-239
/
+427
2009-01-02
tty: Fix PPP hang under load
Alan Cox
2
-9
/
+22
2009-01-02
CRED: Wrap task credential accesses in the devpts filesystem
David Howells
1
-3
/
+3
2009-01-02
Add device function for USB serial console
Kevin Hao
1
-0
/
+13
2009-01-02
And here's a patch (to be applied on top of the last) which prevents
Russell King
2
-17
/
+22
2009-01-02
Convert the oxsemi tornado special cases to use the quirk interface and not
Russell King
1
-40
/
+51
2009-01-02
devpts: fix unused function warning
Andrew Morton
1
-1
/
+1
2009-01-02
tty: Fix close races in USB serial
Alan Cox
1
-5
/
+10
2009-01-02
n_tty: Output bells immediately on a full buffer
Joe Peterson
1
-17
/
+9
2009-01-02
n_tty: Fix hanfling of buffer full corner cases
Joe Peterson
1
-17
/
+38
2009-01-02
n_tty: Fix handling of control characters and continuations
Joe Peterson
1
-9
/
+15
2009-01-02
pty: simplify resize
Alan Cox
6
-36
/
+74
2009-01-02
tty: Fix sparse static warning for tty_driver_lookup_tty
Jason Wessel
1
-1
/
+1
2009-01-02
sierra: Fix formatting
Alan Cox
1
-1
/
+1
2009-01-02
devpts: Coding style clean up
Alan Cox
1
-27
/
+26
2009-01-02
Document usage of multiple-instances of devpts
Sukadev Bhattiprolu
1
-0
/
+132
2009-01-02
Enable multiple instances of devpts
Sukadev Bhattiprolu
1
-7
/
+163
2009-01-02
Define get_init_pts_sb()
Sukadev Bhattiprolu
1
-1
/
+54
2009-01-02
Define mknod_ptmx()
Sukadev Bhattiprolu
1
-5
/
+110
2009-01-02
Add DEVPTS_MULTIPLE_INSTANCES config token
Sukadev Bhattiprolu
1
-0
/
+11
2009-01-02
Extract option parsing to new function
Sukadev Bhattiprolu
1
-3
/
+9
2009-01-02
Per-mount 'config' object
Sukadev Bhattiprolu
1
-18
/
+27
2009-01-02
Per-mount allocated_ptys
Sukadev Bhattiprolu
1
-7
/
+48
2009-01-02
Remove devpts_root global
Sukadev Bhattiprolu
1
-9
/
+20
2009-01-02
n_tty: clean up coding style
Alan Cox
1
-16
/
+13
2009-01-02
n_tty: Fix loss of echoed characters and remove bkl from n_tty
Joe Peterson
4
-156
/
+594
2009-01-02
Blackfin Serial Driver: Remove BI status for known_good_char
Sonic Zhang
1
-0
/
+1
2009-01-02
Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...
Sonic Zhang
1
-3
/
+8
2009-01-02
Blackfin Serial Driver: Clean serial console and early prink code.
Sonic Zhang
1
-12
/
+4
2009-01-02
Blackfin Serial Driver: fix bug - SIR driver stop receiving randomly
Graf Yang
1
-0
/
+24
2009-01-02
Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...
Sonic Zhang
1
-98
/
+89
2008-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
81
-351
/
+696
[next]