summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-11-1210-27/+91
|\
| * n_gsm: Fix length handlingKen Mills2010-11-111-2/+2
| * n_gsm: Copy n2 over when configuring via ioctl interfaceKen Mills2010-11-111-0/+1
| * serial: bfin_5xx: grab port lock before making port termios changesSonic Zhang2010-11-111-2/+2
| * serial: bfin_5xx: disable CON_PRINTBUFFER for consolesSonic Zhang2010-11-111-0/+8
| * serial: bfin_5xx: remove redundant SSYNC to improve TX speedSonic Zhang2010-11-111-1/+0
| * serial: bfin_5xx: always include DMA headersSonic Zhang2010-11-111-3/+9
| * vcs: make proper usage of the poll flagsNicolas Pitre2010-11-111-3/+3
| * amiserial: Remove unused variable icountGeert Uytterhoeven2010-11-111-1/+0
| * 8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hangLawrence Rust2010-11-111-1/+4
| * tty_ldisc: Fix BUG() on hangupPhilippe Rétornaz2010-11-091-7/+13
| * TTY: restore tty_ldisc_wait_idleJiri Slaby2010-11-091-0/+29
| * SERIAL: blacklist si3052 chipMaciej Szmigiero2010-11-091-0/+2
| * drivers/serial/bfin_5xx.c: Fix line continuation defectsJoe Perches2010-11-091-4/+2
| * tty: prevent DOS in the flush_to_ldiscJiri Olsa2010-11-091-2/+12
| * 8250: add support for Kouwell KW-L221N-2Mikulas Patocka2010-11-091-0/+3
| * nozomi: Fix warning from the previous TIOCGCOUNT changesAlan Cox2010-11-091-1/+0
| * tty: fix warning in synclink driverAndres Salomon2010-11-091-0/+1
* | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-121-7/+18
|\ \
| * | xen: events: do not unmask event channels on resumeIan Campbell2010-11-101-7/+18
* | | Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-11-121-3/+3
|\ \ \
| * | | xen-pcifront: fix PCI reference leakJiri Slaby2010-11-081-2/+3
| * | | xen-pcifront: Remove duplicate inclusion of headers.Jesper Juhl2010-11-081-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-11-127-90/+179
|\ \ \ \
| * | | | Input: do not pass injected events back to the originating handlerDmitry Torokhov2010-11-111-11/+26
| * | | | Input: pcf8574_keypad - fix error handling in pcf8574_kp_probeDan Carpenter2010-11-111-13/+10
| * | | | Input: acecad - fix a memory leak in usb_acecad_probe error pathAxel Lin2010-11-101-1/+2
| * | | | Input: atkbd - add 'terminal' parameter for IBM Terminal keyboardsBenjamin LaHaise2010-11-041-1/+11
| * | | | Input: i8042 - add Sony VAIOs to MUX blacklistJesse Barnes2010-11-041-0/+11
| * | | | kgdboc: reset input devices (keyboards) when exiting debuggerDmitry Torokhov2010-11-031-0/+59
| * | | | Input: export input_reset_device() for use in KGDBDmitry Torokhov2010-11-031-15/+35
| * | | | Input: adp5588-keys - unify common header definesMichael Hennerich2010-11-031-49/+25
| |/ / /
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-11-123-7/+11
|\ \ \ \
| * | | | hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin2010-11-111-4/+4
| * | | | hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin2010-11-111-2/+4
| * | | | hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin2010-11-111-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-1216-452/+283
|\ \ \ \
| * | | | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-105-28/+6
| * | | | Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe2010-11-1010-412/+264
| |\ \ \ \
| | * | | | cciss: remove controllers supported by hpsaStephen M. Cameron2010-10-231-41/+4
| | * | | | cciss: use usleep_range not msleep for small sleepsStephen M. Cameron2010-10-231-1/+1
| | * | | | cciss: limit commands allocated on reset_devicesStephen M. Cameron2010-10-231-0/+5
| | * | | | cciss: Use kernel provided PCI state save and restore functionsStephen M. Cameron2010-10-231-58/+15
| | * | | | cciss: fix board status waiting codeStephen M. Cameron2010-10-232-8/+39
| | * | | | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe2010-10-238-343/+201
| | |\ \ \ \
| | | * | | | drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-233-20/+0
| | | * | | | drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-233-20/+7
| | | * | | | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-236-219/+33
| | | * | | | drbd: Silenced an assertPhilipp Reisner2010-10-221-1/+1
| | | * | | | drbd: rate limit an error messageLars Ellenberg2010-10-221-1/+2