index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
81
-351
/
+696
2009-01-01
nfsd race fixes: jfs
Dave Kleikamp
2
-16
/
+37
2009-01-01
nfsd race fixes: reiserfs
Al Viro
2
-5
/
+18
2009-01-01
nfsd race fixes: ext4
Al Viro
2
-2
/
+18
2009-01-01
nfsd race fixes: ext3
Al Viro
2
-2
/
+19
2009-01-01
nfsd race fixes: ext2
Al Viro
2
-2
/
+19
2009-01-01
nfsd/create race fixes, infrastructure
Al Viro
2
-0
/
+61
2009-01-01
filesystem notification: create fs/notify to contain all fs notification
Eric Paris
11
-42
/
+46
2009-01-01
fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization
Denis ChengRq
1
-4
/
+5
2009-01-01
kill ->dir_notify()
Al Viro
9
-142
/
+1
[next]