| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2011-06-29 | 1 | -1/+1 |
|\ |
|
| * | drm/radeon/kms: increase rom size for atrm method | Alex Deucher | 2011-06-30 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2011-06-29 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | crypto: caam - fix operator precedence in shared descriptor allocation | Kim Phillips | 2011-06-30 | 1 | -3/+3 |
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-06-29 | 2 | -7/+8 |
|\ \ |
|
| * | | i2c/pca954x: Initialize the mux to disconnected state | Petri Gynther | 2011-06-29 | 1 | -3/+4 |
| * | | i2c-taos-evm: Fix log messages | Jean Delvare | 2011-06-29 | 1 | -4/+4 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2011-06-29 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | powerpc/85xx: fix NAND_CMD_READID read bytes number | Shaohui Xie | 2011-06-22 | 1 | -3/+3 |
* | | | | ahci: change 'masking port_map' printk to KERN_WARNING level | Linus Torvalds | 2011-06-29 | 1 | -1/+1 |
* | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-06-28 | 4 | -85/+230 |
|\ \ \ \ |
|
| * | | | | drm/i915: Use chipset-specific irq installers | Chris Wilson | 2011-06-28 | 1 | -2/+2 |
| * | | | | drm/i915: forcewake fix after reset | Ben Widawsky | 2011-06-28 | 1 | -0/+3 |
| * | | | | drm/i915: add Ivy Bridge page flip support | Jesse Barnes | 2011-06-26 | 1 | -0/+36 |
| * | | | | drm/i915: split page flip queueing into per-chipset functions | Jesse Barnes | 2011-06-26 | 2 | -83/+189 |
* | | | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-06-28 | 6 | -8/+17 |
|\ \ \ \ \ |
|
| * | | | | | Connector: Correctly set the error code in case of success when dispatching r... | K. Y. Srinivasan | 2011-06-07 | 1 | -0/+1 |
| * | | | | | pti: PTI semantics fix in pti_tty_cleanup. | J Freyensee | 2011-06-07 | 1 | -1/+1 |
| * | | | | | pti: ENXIO error case memory leak PTI fix. | J Freyensee | 2011-06-07 | 1 | -1/+3 |
| * | | | | | pti: double-free security PTI fix | J Freyensee | 2011-06-07 | 1 | -2/+3 |
| * | | | | | drivers:misc: ti-st: fix skipping of change remote baud | Shahar Lev | 2011-06-07 | 1 | -2/+2 |
| * | | | | | drivers/base/platform.c: don't mark platform_device_register_resndata() as __... | Andrew Morton | 2011-06-07 | 1 | -1/+1 |
| * | | | | | st_kim: Handle case of no device found for ID 0 | Steven Rostedt | 2011-06-07 | 2 | -1/+5 |
| * | | | | | firmware: fix GOOGLE_SMI kconfig dependency warning | Randy Dunlap | 2011-06-07 | 1 | -0/+1 |
* | | | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-06-28 | 19 | -31/+146 |
|\ \ \ \ \ \ |
|
| * | | | | | | usb: r8a66597-hcd: fix cannot detect low/full speed device | Yoshihiro Shimoda | 2011-06-27 | 1 | -0/+1 |
| * | | | | | | USB: ehci-ath79: fix a NULL pointer dereference | Gabor Juhos | 2011-06-27 | 1 | -4/+6 |
| * | | | | | | USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c | Uwe Bonnes | 2011-06-27 | 3 | -6/+17 |
| * | | | | | | usb/isp1760: Fix bug preventing the unlinking of control urbs | Arvid Brodin | 2011-06-27 | 1 | -1/+1 |
| * | | | | | | Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2011-06-27 | 7 | -12/+88 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | xhci: Always set urb->status to zero for isoc endpoints. | Sarah Sharp | 2011-06-17 | 1 | -5/+6 |
| | * | | | | | | xhci: Add reset on resume quirk for asrock p67 host | Maarten Lankhorst | 2011-06-17 | 3 | -0/+11 |
| | * | | | | | | xHCI 1.0: Incompatible Device Error | Alex He | 2011-06-17 | 3 | -0/+22 |
| | * | | | | | | xHCI 1.0: Force Stopped Event(FSE) | Alex He | 2011-06-15 | 1 | -0/+14 |
| | * | | | | | | xhci: Don't warn about zeroed bMaxBurst descriptor field. | Sarah Sharp | 2011-06-15 | 1 | -2/+0 |
| | * | | | | | | USB: Free bandwidth when usb_disable_device is called. | Sarah Sharp | 2011-06-15 | 2 | -1/+17 |
| | * | | | | | | xhci: Reject double add of active endpoints. | Sarah Sharp | 2011-06-15 | 1 | -4/+18 |
| * | | | | | | | USB: don't let errors prevent system sleep | Alan Stern | 2011-06-15 | 1 | -1/+10 |
| * | | | | | | | USB: don't let the hub driver prevent system sleep | Alan Stern | 2011-06-15 | 1 | -5/+8 |
| * | | | | | | | USB: change maintainership of ohci-hcd and ehci-hcd | Alan Stern | 2011-06-15 | 2 | -1/+7 |
| |/ / / / / / |
|
| * | | | | | | USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big. | Jesper Juhl | 2011-06-14 | 1 | -0/+1 |
| * | | | | | | Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/... | Greg Kroah-Hartman | 2011-06-14 | 2 | -1/+7 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO | Yauheni Kaliuta | 2011-06-09 | 1 | -0/+6 |
| | * | | | | | | usb: musb: host: compare status for negative error values | Márton Németh | 2011-06-09 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-06-28 | 9 | -15/+223 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | serial: bcm63xx_uart: fix irq storm after rx fifo overrun. | Maxime Bizon | 2011-06-16 | 1 | -4/+14 |
| * | | | | | | | | amba pl011: workaround for uart registers lockup | Shreshtha Kumar Sahu | 2011-06-16 | 1 | -1/+122 |
| * | | | | | | | | tty: n_gsm: improper skb_pull() use was leaking framed data | Russ Gorby | 2011-06-16 | 1 | -1/+2 |
| * | | | | | | | | tty: n_gsm: Fixed logic to decode break signal from modem status | Russ Gorby | 2011-06-16 | 1 | -5/+18 |
| * | | | | | | | | TTY: ntty, add one more sanity check | Jiri Slaby | 2011-06-07 | 1 | -0/+1 |