summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern3-52/+16
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern6-105/+90
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern3-10/+38
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern5-28/+94
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern4-49/+86
2012-07-16USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-16USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern5-61/+101
2012-07-16USB: EHCI: introduce high-res timerAlan Stern4-2/+138
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern6-18/+23
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern3-7/+5
2012-07-16USB: EHCI: rename "reclaim"Alan Stern5-37/+38
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern4-11/+17
2012-07-16USB: EHCI: don't refcount QHsAlan Stern5-44/+8
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern2-19/+1
2012-07-16USB: EHCI: initialize data before resetting hardwareAlan Stern1-3/+3
2012-07-16usb: storage: update usb devices for write cache quirk in quirk list.Namjae Jeon1-0/+12
2012-07-16usb: storage: add support for write cache quirkNamjae Jeon2-1/+9
2012-07-16scsi: set to WCE if usb cache quirk is present.Namjae Jeon1-2/+7
2012-07-16Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman131-3002/+6025
2012-07-14blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo1-5/+3
2012-07-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2012-07-14Merge tag 'cpufreq-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2012-07-14ACPICA: Fix possible fault in return package object repair codeBob Moore1-1/+1
2012-07-13Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+2
2012-07-13Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-1/+44
2012-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-130/+285
2012-07-13Merge tag 'mmc-fixes-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+13
2012-07-13Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds3-22/+37
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-101/+133
2012-07-12Input: xpad - add Andamiro Pump It Up padYuri Khan1-0/+1
2012-07-12hwmon: (it87) Preserve configuration register bits on initJean Delvare1-1/+1
2012-07-12cpufreq / ACPI: Fix not loading acpi-cpufreq driver regressionThomas Renninger1-2/+4
2012-07-11Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6Linus Torvalds7-22/+33
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-8/+15
2012-07-11drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman1-1/+1
2012-07-11sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter1-2/+2
2012-07-11drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-07-11drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones1-1/+7
2012-07-11drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones1-1/+1
2012-07-11drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga1-1/+1
2012-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-14/+14
2012-07-11media: mx2_camera: Fix mbus format handlingJavier Martin1-5/+22
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2012-07-11Merge tag 'pm-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-22/+0
2012-07-11Merge tag 'usb-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-54/+104
2012-07-11Merge tag 'char-misc-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2012-07-11Merge tag 'fixes-for-v3.5-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2012-07-11Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson1-1/+3