aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* USB: gadget: fix EEM gadget CRC usageBrian Niebuhr2010-02-16
* USB: otg Kconfig: let USB_OTG_UTILS select USB_ULPI optionValentin Longchamp2010-02-16
* USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usageMichal Nazarewicz2010-02-16
* kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-16
* USB: FHCI: Fix build after kfifo reworkAnton Vorontsov2010-02-16
* kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov2010-02-16
* USB: serial: add usbid for dell wwan card to sierra.cRichard Farina2010-02-16
* USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira2010-02-16
* USB: ehci: phy low power mode bug fixingAlek Du2010-02-16
* USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown2010-02-16
* USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown2010-02-16
* USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr2010-02-16
* USB: storage: Remove unneeded SC/PR from unusual_devs.hPhil Dibowitz2010-02-16
* USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska2010-02-16
* USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-16
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-15
|\
| * Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li2010-02-12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-02-15
|\ \
| * | firewire: ohci: retransmit isochronous transmit packets on cycle lossClemens Ladisch2010-02-14
| * | firewire: net: fix panic in fwnet_write_completeStefan Richter2010-02-01
* | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2010-02-15
|\ \ \
| * | | ALSA: hda - Correct ASUA blacklist for MSI brokennessTakashi Iwai2010-02-15
* | | | NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever2010-02-15
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-15
|\ \ \ \
| * | | | hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra2010-02-03
* | | | | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-15
|\ \ \ \ \
| * | | | | reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker2010-02-14
* | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-15
|\ \ \ \ \ \
| * | | | | | drm/radeon/kms: make sure retry count increases.Dave Airlie2010-02-15
| * | | | | | drm/radeon/kms/atom: use get_unaligned_le32() for ctx->psMatt Turner2010-02-14
| * | | | | | drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-14
| * | | | | | drm: Fix a bug in the range manager.Thomas Hellstrom2010-02-14
* | | | | | | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-15
|\ \ \ \ \ \ \
| * | | | | | | sh64: fix tracing of signals.Paul Mundt2010-02-15
| |/ / / / / /
* | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-02-15
|\ \ \ \ \ \ \
| * | | | | | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-14
| * | | | | | | tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-02
* | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | perf top: Fix help text alignmentKirill Smelkov2010-02-14
| * | | | | | | perf: Fix hypervisor sample reportingAnton Blanchard2010-02-09
| * | | | | | | perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2010-02-03
| | |_|/ / / / | |/| | | | |
* | | | | | | Linux 2.6.33-rc8v2.6.33-rc8Linus Torvalds2010-02-12
* | | | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2010-02-12
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | ALSA: hda - use WARN_ON_ONCE() for zero-division detectionTakashi Iwai2010-02-12
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-02-12
|\ \ \ \ \ \ \
| * | | | | | | drm/i915: hold ref on flip object until it completesJesse Barnes2010-02-10
| * | | | | | | drm/i915: Fix crash while aborting hibernationRafael J. Wysocki2010-02-10
| * | | | | | | drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth2010-02-10
| * | | | | | | drm/i915: fix pipe source image setting in flip commandZhenyu Wang2010-02-10