aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] target/iblock: Fix failed bd claim NULL pointer dereferenceNicholas Bellinger2011-02-121-2/+4
* [SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERRDan Carpenter2011-02-122-3/+3
* [SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory cor...Darrick J. Wong2011-02-121-1/+1
* [SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar2011-02-123-8/+12
* [SCSI] qla2xxx: Fix race that could hang kthread_stop()James Bottomley2011-02-121-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2011-02-111-20/+8
|\
| * amd64_edac: Fix DIMMs per DCTs outputBorislav Petkov2011-02-101-20/+8
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-02-112-13/+48
|\ \
| * | hwmon: (emc1403) Fix I2C address rangeGuenter Roeck2011-02-091-1/+1
| * | hwmon: (lm63) Consider LM64 temperature offsetDirk Eibach2011-02-091-12/+47
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-02-114-4/+23
|\ \
| * | pci: use security_capable() when checking capablities during config space readChris Wright2011-02-111-1/+2
| * | Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpm...James Morris2011-02-113-3/+21
| |\ \
| | * | tpm_tis: Use timeouts returned from TPMStefan Berger2011-02-113-3/+21
* | | | drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall2011-02-111-14/+14
* | | | nbd: remove module-level ioctl mutexSoren Hansen2011-02-111-3/+0
* | | | drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open()Alexander Strakh2011-02-111-1/+5
* | | | drivers/gpio/pca953x.c: add a mutex to fix race conditionRoland Stigge2011-02-111-6/+22
|/ / /
* | | char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard2011-02-101-10/+2
* | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-1026-53/+178
|\ \ \
| * | | USB: cdc-acm: Adding second ACM channel support for Nokia N8Arvid Ephraim Picciani2011-02-041-0/+1
| * | | USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-041-1/+2
| * | | USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-043-0/+6
| * | | USB: EHCI: fix scheduling while atomic during suspendYin Kangkai2011-02-033-2/+9
| * | | Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2011-02-039-45/+96
| |\ \ \
| | * | | usb: ehci-omap: Show fatal probing time errors to end userJarkko Nikula2011-02-011-3/+3
| | * | | usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab2011-02-012-0/+17
| | * | | usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab2011-02-012-21/+32
| | * | | usb: musb: disable double buffering when it's brokenFelipe Balbi2011-02-014-8/+28
| | * | | usb: musb: hsdma: change back to use musb_read/writewBob Liu2011-02-011-5/+14
| | * | | usb: musb: core: fix IRQ checkSergei Shtylyov2011-02-011-1/+1
| | * | | usb: musb: fix kernel panic during s2ram(v2)Ming Lei2011-02-011-7/+1
| * | | | USB: usb-storage: unusual_devs entry for Coby MP3 playerAlan Stern2011-02-031-0/+7
| * | | | USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrographMichael Williamson2011-02-032-0/+7
| * | | | USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-031-1/+1
| * | | | USB: prevent buggy hubs from crashing the USB stackAlan Stern2011-02-031-0/+5
| * | | | usb: r8a66597-udc: Fixed bufnum of BulkYusuke Goda2011-02-031-1/+1
| * | | | USB: ftdi_sio: add ST Micro Connect Lite uart supportJean-Christophe PLAGNIOL-VILLARD2011-02-032-0/+32
| * | | | USB: Storage: Add unusual_devs entry for VTech KidizoomNick Holloway2011-02-031-0/+7
| * | | | USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()Jesper Juhl2011-02-031-0/+1
| * | | | USB: ti_usb: fix module removalIonut Nicu2011-02-031-1/+1
| * | | | USB: io_edgeport: fix the reported firmware major and minorBjørn Mork2011-02-031-2/+2
| |/ / /
* | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-106-11/+10
|\ \ \ \
| * | | | serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlockSonic Zhang2011-02-031-9/+6
| * | | | 68360serial: Plumb in rs_360_get_icount()Ben Hutchings2011-02-031-0/+1
| * | | | n_gsm: copy mtu over when configuring via ioctl interfaceKen Mills2011-02-031-0/+1
| * | | | virtio: console: Move file back to drivers/char/Amit Shah2011-02-033-2/+2
| |/ / /
* | | | Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-1014-6/+62
|\ \ \ \
| * | | | staging: zram: fix data corruption issueNitin Gupta2011-02-091-0/+4
| * | | | Staging: Comedi: Fix a few NI module dependenciesIan Abbott2011-02-091-1/+4