| Commit message (Expand) | Author | Files | Lines |
2011-11-17 | TTY: ldisc, remove some unneeded includes | Jiri Slaby | 1 | -19/+1 |
2011-11-17 | TTY: pty, cleanup the pty counting | Jiri Slaby | 1 | -17/+9 |
2011-11-16 | TTY: serial, extract uart_port_startup | Jiri Slaby | 1 | -15/+28 |
2011-11-16 | TTY: serial, fill uart_port_shutdown | Jiri Slaby | 1 | -18/+24 |
2011-11-16 | TTY: serial, define uart_port_activate/shutdown | Jiri Slaby | 1 | -0/+11 |
2011-11-16 | TTY: serial, inline uart_get | Jiri Slaby | 1 | -44/+22 |
2011-11-16 | TTY: serial, do not touch tty->alt_speed | Jiri Slaby | 1 | -3/+1 |
2011-11-16 | TTY: serial, document few functions | Jiri Slaby | 1 | -0/+20 |
2011-11-16 | TTY: serial, use tty_port_close_start helper | Jiri Slaby | 1 | -39/+1 |
2011-11-16 | TTY: serial, switch closing_wait and close_delay to jiffies | Jiri Slaby | 1 | -9/+10 |
2011-11-16 | TTY: serial, cleanup atmel_set_ldisc | Jiri Slaby | 1 | -6/+1 |
2011-11-16 | TTY: serial, cleanup include file | Jiri Slaby | 2 | -87/+94 |
2011-11-16 | serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS | Shubhrajyoti D | 1 | -1/+1 |
2011-11-16 | TTY: open/release, cleanup printks | Jiri Slaby | 1 | -30/+26 |
2011-11-16 | TTY: move debug checking out of tty_release | Jiri Slaby | 1 | -44/+57 |
2011-11-16 | TTY: move tty_lookup_driver to switch-cases | Jiri Slaby | 1 | -8/+11 |
2011-11-16 | TTY: coalesce fail paths in tty_open | Jiri Slaby | 1 | -15/+17 |
2011-11-16 | TTY: extract driver lookup from tty_open | Jiri Slaby | 1 | -38/+55 |
2011-11-16 | TTY: extract /dev/tty handling from tty_open | Jiri Slaby | 1 | -18/+39 |
2011-11-16 | TTY: move pgrp killing | Jiri Slaby | 1 | -8/+7 |
2011-11-16 | drivers/tty/serial/pch_uart.c: add console support | Alexander Stein | 2 | -1/+168 |
2011-11-16 | serial, mfd: don't hardcode the console | Mika Westerberg | 4 | -17/+21 |
2011-11-16 | tty_ldisc: remove unnecessary negative return check for wait_event_timeout | Dave Young | 1 | -2/+0 |
2011-11-08 | Linux 3.2-rc1v3.2-rc1 | Linus Torvalds | 1 | -3/+3 |
2011-11-07 | VFS: we need to set LOOKUP_JUMPED on mountpoint crossing | Al Viro | 1 | -1/+15 |
2011-11-07 | ARM: OMAP: Fix export.h or module.h includes | Tony Lindgren | 4 | -0/+4 |
2011-11-07 | ARM: OMAP: omap_device: Include linux/export.h | Axel Lin | 1 | -0/+1 |
2011-11-07 | vfs: d_invalidate() should leave mountpoints alone | Al Viro | 1 | -2/+4 |
2011-11-07 | forcedeth: fix a few sparse warnings (variable shadowing) | david decotigny | 1 | -17/+17 |
2011-11-07 | forcedeth: Improve stats counters | Mandeep Baines | 1 | -0/+4 |
2011-11-07 | forcedeth: remove unneeded stats updates | david decotigny | 1 | -34/+1 |
2011-11-07 | forcedeth: Acknowledge only interrupts that are being processed | Mike Ditto | 1 | -5/+8 |
2011-11-07 | forcedeth: fix race when unloading module | david decotigny | 1 | -1/+1 |
2011-11-07 | device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h | Stephen Rothwell | 1 | -0/+1 |
2011-11-07 | device-mapper: dm-bufio.c needs to include module.h | Stephen Rothwell | 1 | -0/+1 |
2011-11-07 | drivers/md: change module.h -> export.h in persistent-data/dm-* | Paul Gortmaker | 4 | -4/+4 |
2011-11-07 | arm: Add export.h to recently added files for EXPORT_SYMBOL | Paul Gortmaker | 2 | -0/+2 |
2011-11-07 | MAINTAINERS/rds: update maintainer | Or Gerlitz | 1 | -1/+1 |
2011-11-07 | wanrouter: Remove kernel_lock annotations | Richard Weinberger | 1 | -2/+0 |
2011-11-07 | usbnet: fix oops in usbnet_start_xmit | Konstantin Khlebnikov | 1 | -1/+2 |
2011-11-07 | ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined | Rose, Gregory V | 2 | -2/+4 |
2011-11-07 | vmwgfx: Snoop DMA transfers with non-covering sizes | Jakob Bornecrantz | 1 | -9/+21 |
2011-11-07 | vmwgfx: Move the prefered mode first in the list | Jakob Bornecrantz | 1 | -0/+4 |
2011-11-07 | vmwgfx: Unreference surface on cursor error path | Jakob Bornecrantz | 1 | -0/+1 |
2011-11-07 | vmwgfx: Free prefered mode on error path | Jakob Bornecrantz | 1 | -6/+11 |
2011-11-07 | vmwgfx: Use pointer return error codes | Jakob Bornecrantz | 1 | -1/+1 |
2011-11-07 | vmwgfx: Fix hw cursor position | Thomas Hellstrom | 1 | -2/+5 |
2011-11-07 | vmwgfx: Infrastructure for explicit placement | Thomas Hellstrom | 3 | -24/+30 |
2011-11-07 | vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh | Thomas Hellstrom | 1 | -1/+23 |
2011-11-07 | vmwgfx: Remove screen object active list | Thomas Hellstrom | 1 | -37/+15 |