Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+4 |
2009-09-22 | pcmcia: fix read buffer overflow | Roel Kluin | 1 | -1/+1 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
2009-09-21 | trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c | Peter Huewe | 1 | -2/+2 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 1 | -1/+1 |
2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 1 | -2/+2 |
2009-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 5 | -17/+39 |
2009-09-20 | tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl | Jiri Slaby | 1 | -1/+1 |
2009-09-20 | tty: Char: mxser, add support for CP112UL | Jiri Slaby | 1 | -2/+5 |
2009-09-20 | tty: riscom8, fix tty refcnt | Jiri Slaby | 1 | -1/+1 |
2009-09-20 | tty: riscom8, fix shutdown declaration | Jiri Slaby | 1 | -2/+2 |
2009-09-20 | TTY: fix typos | Alan Stern | 1 | -2/+2 |
2009-09-20 | tty: Power: fix suspend vt regression | Jiri Slaby | 1 | -1/+1 |
2009-09-20 | tty: vt: use printk_once | Marcin Slusarz | 2 | -8/+2 |
2009-09-20 | tty: handle VT specific compat ioctls in vt driver | Arnd Bergmann | 2 | -0/+206 |
2009-09-20 | n_tty: move echoctl check and clean up logic | Joe Peterson | 1 | -28/+18 |
2009-09-20 | n_tty: honor opost flag for echoes | Joe Peterson | 1 | -11/+22 |
2009-09-20 | tty: USB serial termios bits | Alan Cox | 1 | -0/+1 |
2009-09-20 | serial: move delta_msr_wait into the tty_port | Alan Cox | 4 | -14/+12 |
2009-09-20 | isicom: split the open method for the isicom device | Alan Cox | 1 | -8/+24 |
2009-09-20 | vt: add an activate and lock | Alan Cox | 1 | -1/+37 |
2009-09-20 | vt: remove power stuff from kernel/power | Alan Cox | 1 | -0/+56 |
2009-09-20 | vt: add an event interface | Alan Cox | 2 | -51/+138 |
2009-09-20 | tty: make the kref destructor occur asynchronously | Alan Cox | 1 | -3/+16 |
2009-09-20 | cyclades: use the full port_close function | Alan Cox | 1 | -19/+17 |
2009-09-20 | tty: riscom8 kref and tty_port_close | Alan Cox | 1 | -72/+59 |
2009-09-20 | isicom: Split the close hardware bits out | Alan Cox | 1 | -11/+14 |
2009-09-20 | mxser: Split close ready for a standard tty_port_close method | Alan Cox | 1 | -22/+23 |
2009-09-20 | riscom8: split open and close methods up | Alan Cox | 1 | -21/+26 |
2009-09-20 | tty: Add a full port_close function | Alan Cox | 1 | -2/+27 |
2009-09-20 | tty: Fix a typo noted in passing | Alan Cox | 1 | -1/+1 |
2009-09-20 | cyclades: remove more duplicated code | Jiri Slaby | 1 | -31/+14 |
2009-09-20 | cyclades: introduce cyy_readb/writeb | Jiri Slaby | 1 | -284/+164 |
2009-09-20 | cyclades: tiocm cleanup | Jiri Slaby | 1 | -87/+66 |
2009-09-20 | cyclades: ioctls cleanup | Jiri Slaby | 1 | -112/+67 |
2009-09-20 | cyclades: merge cy_startup tails | Jiri Slaby | 1 | -29/+16 |
2009-09-20 | cyclades: use dtr_rts helpers | Jiri Slaby | 1 | -201/+79 |
2009-09-20 | cyclades: sleep instead busy-wait | Jiri Slaby | 1 | -2/+2 |
2009-09-20 | cyclades: overall cleanup | Jiri Slaby | 1 | -586/+12 |
2009-09-20 | cyclades: close cleanup | Jiri Slaby | 1 | -68/+2 |
2009-09-20 | cyclades: switch to tty_port_hangup | Jiri Slaby | 1 | -17/+6 |
2009-09-20 | cyclades: avoid addresses recomputation | Jiri Slaby | 1 | -170/+71 |
2009-09-20 | cyclades: remove block_til_ready | Jiri Slaby | 1 | -194/+108 |
2009-09-20 | cyclades: add tty refcounting | Jiri Slaby | 1 | -79/+93 |
2009-09-20 | tty: includecheck fix: drivers/char, vt.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-20 | tty-ldisc: get rid of tty_ldisc_try_get() helper function | Linus Torvalds | 1 | -31/+20 |
2009-09-20 | tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs | Linus Torvalds | 1 | -26/+39 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 5 | -17/+39 |
2009-09-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -2/+3 |