summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix up URB error codes to reflect implementation.Sarah Sharp2011-06-171-1/+8
* xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp2011-06-171-5/+6
* xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst2011-06-173-0/+11
* xHCI 1.0: Incompatible Device ErrorAlex He2011-06-173-0/+22
* xHCI 1.0: Force Stopped Event(FSE)Alex He2011-06-151-0/+14
* xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp2011-06-151-2/+0
* USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-152-1/+17
* xhci: Reject double add of active endpoints.Sarah Sharp2011-06-151-4/+18
* USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl2011-06-141-0/+1
* Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman2011-06-142-1/+7
|\
| * usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta2011-06-091-0/+6
| * usb: musb: host: compare status for negative error valuesMárton Németh2011-06-091-1/+1
* | Linux 3.0-rc3v3.0-rc3Linus Torvalds2011-06-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-06-133-12/+12
|\ \
| * | SLAB: Record actual last user of freed objects.Suleiman Souhlal2011-06-031-4/+5
| * | slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf2011-06-032-8/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-06-1311-58/+80
|\ \ \
| * | | ceph: unwind canceled flock stateSage Weil2011-06-081-10/+16
| * | | ceph: fix ENOENT logic in striped_readSage Weil2011-06-081-2/+2
| * | | ceph: fix short sync reads from the OSDSage Weil2011-06-081-13/+15
| * | | ceph: fix sync vs canceled writeSage Weil2011-06-081-5/+10
| * | | ceph: use ihold when we already have an inode refSage Weil2011-06-0810-28/+37
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-133-7/+9
|\ \ \ \
| * \ \ \ Merge branch 'fortglx/3.0/tip/timers/ptp' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-061-5/+6
| |\ \ \ \
| | * | | | ptp: Fix some locking bugs in ptp_read()Dan Carpenter2011-06-021-4/+4
| | * | | | ptp: Return -EFAULT on copy_to_user() errorsDan Carpenter2011-06-021-1/+2
| * | | | | Merge branch 'fortglx/3.0/tip/timers/rtc' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-062-2/+3
| |\ \ \ \ \
| | * | | | | rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-021-1/+1
| | * | | | | rtc: Fix ioctl error path returnJohn Stultz2011-06-021-1/+2
| | |/ / / /
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-136-18/+39
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-092-10/+14
| |\ \ \ \ \ \
| | * | | | | | oprofile, dcookies: Fix possible circular locking dependencyRobert Richter2011-05-311-0/+3
| | * | | | | | oprofile: Fix locking dependency in sync_start()Robert Richter2011-05-311-6/+2
| | * | | | | | oprofile: Free potentially owned tasks in case of errorsRobert Richter2011-05-311-4/+9
| * | | | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-06-082-3/+14
| |\ \ \ \ \ \ \
| | * | | | | | | ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-06-071-0/+7
| | * | | | | | | kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt2011-06-071-2/+6
| | * | | | | | | ftrace: Fix possible undefined return codeGuoWen Li2011-06-071-1/+1
| * | | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-082-5/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| | * | | | | | oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter2011-05-302-5/+11
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'x86-urgent-for-linus' and 'irq-urgent-for-linus' of git://git...Linus Torvalds2011-06-133-0/+27
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl2011-06-101-0/+3
| * | | | | | | | | x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubFlorian Fainelli2011-06-091-0/+11
| * | | | | | | | | x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner2011-06-081-0/+13
* | | | | | | | | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-131-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | spi-pl022: Add missing return value updateVirupax Sadashivpetimath2011-06-131-0/+1
* | | | | | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-06-1315-71/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ARM: S3C2410: remove the now empty mach-s3c2410/irq.cHeiko Stuebner2011-06-042-30/+0
| * | | | | | | | | | | ARM: S3C24XX: Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.cHeiko Stuebner2011-06-042-5/+6
| * | | | | | | | | | | ARM: S3C24xx: Fix missing struct for s3c2410_dma_chanHeiko Stuebner2011-06-041-1/+1