index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: kill off uart_info
Alan Cox
2009-09-19
50
-432
/
+422
*
isicom: split the open method for the isicom device
Alan Cox
2009-09-19
1
-8
/
+24
*
tty: USB does not need the filp argument in the drivers
Alan Cox
2009-09-19
41
-131
/
+68
*
vt: add an activate and lock
Alan Cox
2009-09-19
2
-1
/
+44
*
vt: move kernel stuff out of vt.h
Alan Cox
2009-09-19
2
-11
/
+12
*
vt: remove power stuff from kernel/power
Alan Cox
2009-09-19
3
-58
/
+62
*
vt: add an event interface
Alan Cox
2009-09-19
4
-52
/
+154
*
tty: USB can now use the shutdown method for kref based freeing of ports
Alan Cox
2009-09-19
1
-21
/
+7
*
tty: remove dtr/rts use from the driver open methods
Alan Cox
2009-09-19
1
-6
/
+0
*
tty: USB hangup is racy
Alan Cox
2009-09-19
1
-4
/
+1
*
cdc_acm: Fix to use modern speed interfaces
Alan Cox
2009-09-19
1
-4
/
+1
*
tty: make the kref destructor occur asynchronously
Alan Cox
2009-09-19
1
-3
/
+16
*
cyclades: use the full port_close function
Alan Cox
2009-09-19
1
-19
/
+17
*
tty: riscom8 kref and tty_port_close
Alan Cox
2009-09-19
1
-72
/
+59
*
isicom: Split the close hardware bits out
Alan Cox
2009-09-19
1
-11
/
+14
*
mxser: Split close ready for a standard tty_port_close method
Alan Cox
2009-09-19
1
-22
/
+23
*
riscom8: split open and close methods up
Alan Cox
2009-09-19
1
-21
/
+26
*
tty: Add a full port_close function
Alan Cox
2009-09-19
2
-3
/
+34
*
8250: Now honours baud rate lower bounds
Anton Vorontsov
2009-09-19
1
-1
/
+3
*
serial: 8250: add IRQ trigger support
Vikram Pandita
2009-09-19
4
-5
/
+12
*
mos7840: remove old dead modem logic
Alan Cox
2009-09-19
1
-115
/
+0
*
tty: Fix a typo noted in passing
Alan Cox
2009-09-19
1
-1
/
+1
*
tty: usb_serial_mos7720: Fix get_lsr_info
Kees Schoenmakers
2009-09-19
1
-4
/
+15
*
MOS7720 has no tiocmget method
Kees Schoenmakers
2009-09-19
1
-37
/
+64
*
kfifo: Use "const" definitions
Alan Cox
2009-09-19
2
-3
/
+3
*
slip: Clean up create and destroy
Alan Cox
2009-09-19
1
-73
/
+23
*
cyclades: remove more duplicated code
Jiri Slaby
2009-09-19
1
-31
/
+14
*
cyclades: introduce cyy_readb/writeb
Jiri Slaby
2009-09-19
2
-285
/
+165
*
cyclades: tiocm cleanup
Jiri Slaby
2009-09-19
1
-87
/
+66
*
cyclades: ioctls cleanup
Jiri Slaby
2009-09-19
1
-112
/
+67
*
cyclades: merge cy_startup tails
Jiri Slaby
2009-09-19
1
-29
/
+16
*
cyclades: use dtr_rts helpers
Jiri Slaby
2009-09-19
1
-201
/
+79
*
cyclades: sleep instead busy-wait
Jiri Slaby
2009-09-19
1
-2
/
+2
*
cyclades: overall cleanup
Jiri Slaby
2009-09-19
1
-586
/
+12
*
cyclades: close cleanup
Jiri Slaby
2009-09-19
1
-68
/
+2
*
cyclades: switch to tty_port_hangup
Jiri Slaby
2009-09-19
1
-17
/
+6
*
cyclades: avoid addresses recomputation
Jiri Slaby
2009-09-19
2
-170
/
+81
*
cyclades: remove block_til_ready
Jiri Slaby
2009-09-19
1
-194
/
+108
*
cyclades: add tty refcounting
Jiri Slaby
2009-09-19
1
-79
/
+93
*
tty: icom: bit and/or confusion?
Roel Kluin
2009-09-19
1
-1
/
+1
*
tty: includecheck fix: drivers/char, vt.c
Jaswinder Singh Rajput
2009-09-19
1
-1
/
+0
*
tty-ldisc: get rid of tty_ldisc_try_get() helper function
Linus Torvalds
2009-09-19
1
-31
/
+20
*
tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs
Linus Torvalds
2009-09-19
1
-26
/
+39
*
tty: serial/pcmcia: add ID for Advantech card
Wolfram Sang
2009-09-19
1
-0
/
+1
*
serial: bfin_5xx: fix building as module when early printk is enabled
Mike Frysinger
2009-09-19
1
-0
/
+4
*
tty: gigaset: really fix chars_in_buffer
Tilman Schmidt
2009-09-19
1
-12
/
+7
*
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-09-18
56
-907
/
+756
|
\
|
*
x86: Move get/set_wallclock to x86_platform_ops
Feng Tang
2009-09-16
12
-83
/
+21
|
*
x86: platform: Fix section annotations
Thomas Gleixner
2009-09-16
3
-4
/
+4
|
*
x86: apic namespace cleanup
Thomas Gleixner
2009-08-31
5
-12
/
+12
[next]