aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov2010-11-111-0/+1
| * | | | usb: subtle increased memory usage in u_serialJim Sung2010-11-111-14/+40
| * | | | USB: option: fix when the driver is loaded incorrectly for some Huawei devices.ma rui2010-11-111-1/+1
| * | | | USB: xhci: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-111-1/+1
| * | | | usb: gadget: goku_udc: add registered flag bit, fixing buildAndy Whitcroft2010-11-111-1/+2
| * | | | USB: ehci/mxc: compile fixUwe Kleine-König2010-11-111-5/+9
| * | | | USB: Fix FSL USB driver on non Open Firmware systemsMarc Kleine-Budde2010-11-112-2/+2
| * | | | Merge branch 'musb-v2.6.37-rc2' of git://gitorious.org/usb/usb into work-linusGreg Kroah-Hartman2010-11-097-69/+114
| |\ \ \ \
| | * | | | usb: musb: fail unaligned DMA transfers on v1.8 and aboveAnand Gadiyar2010-11-091-0/+14
| | * | | | usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov2010-11-081-2/+0
| | * | | | usb: musb: Fix handling of spurious SESSREQHeikki Krogerus2010-11-051-1/+2
| | * | | | usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei2010-11-051-1/+0
| | * | | | USB: musb: blackfin: push clkin value to platform resourcesBob Liu2010-11-052-1/+4
| | * | | | USB: musb: blackfin: fix dynamic device<->host changingBob Liu2010-11-051-2/+3
| | * | | | USB: musb: blackfin: pm: make it workBob Liu2010-11-052-24/+50
| | * | | | USB: musb: pm: don't rely fully on clock supportBob Liu2010-11-051-14/+12
| | * | | | USB: musb: blackfin: fix musb_read_txhubport() definitionIan Jeffray2010-11-051-1/+2
| | * | | | USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei2010-11-051-10/+3
| | * | | | usb: musb: don't leave PHY enabled on shutdown()Grazvydas Ignotas2010-11-051-7/+6
| | * | | | usb: musb: musb_gadget: fix resource leakage in error pathRahul Ruikar2010-11-051-1/+3
| | * | | | usb: musb: gadget: fix dma mode 0 in double buffer Rx caseMing Lei2010-11-051-6/+16
| | | |/ / | | |/| |
| * | | | USB: the development of the usb tree is now in gitGreg Kroah-Hartman2010-11-091-1/+1
| * | | | USB: ftdi_sio: add device IDs for Milkymist One JTAG/serialSebastien Bourdeauducq2010-11-082-0/+9
| * | | | usb.h: fix ioctl kernel-doc infoRandy Dunlap2010-11-081-1/+1
* | | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-11-1212-30/+94
|\ \ \ \ \
| * | | | | 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
| * | | | | tty: Fix formatting in tty.hAlan Cox2010-11-091-1/+1
| * | | | | tty: the development tree is now done in gitGreg Kroah-Hartman2010-11-091-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-123-15/+30
|\ \ \ \ \
| * | | | | xen: do not release any memory under 1M in domain 0Ian Campbell2010-11-101-7/+11
| * | | | | xen: events: do not unmask event channels on resumeIan Campbell2010-11-101-7/+18
| * | | | | xen: correct size of level2_kernel_pgtIan Campbell2010-10-291-1/+1
* | | | | | Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-11-123-9/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MAINTAINERS: Mark XEN lists as moderatedJoe Perches2010-11-111-3/+3