summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | USB: musb: Fix array index out of bounds issueMaulik Mankad2009-12-231-1/+1
| * | | | USB: musb: Fix null pointer dereference issueMaulik Mankad2009-12-231-0/+2
| * | | | USB: musb: correct DMA address for txCliff Cai2009-12-231-1/+1
| * | | | USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov2009-12-231-4/+10
| * | | | USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S2009-12-231-0/+6
| * | | | USB: musb: do not work if no gadget driver is loadedFelipe Balbi2009-12-231-0/+8
| * | | | USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy2009-12-231-0/+1
| * | | | USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S2009-12-231-1/+1
| * | | | USB: musb: MAINTAINERS: Fix my tree's addressFelipe Balbi2009-12-231-1/+1
| * | | | USB: musb: fix compiling warning with min() macroCliff Cai2009-12-231-1/+1
| * | | | USB: musb: move musb_remove to __exitFelipe Balbi2009-12-231-2/+2
| * | | | USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov2009-12-231-3/+3
| * | | | USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h headerAndreas Mohr2009-12-231-603/+630
| * | | | USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr2009-12-233-955/+964
| * | | | USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-232-4/+6
| * | | | USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo2009-12-231-0/+1
| * | | | USB: fix section mismatch in early ehci dbgpJan Beulich2009-12-231-1/+1
| * | | | USB: emi62: fix crash when trying to load EMI 6|2 firmwareClemens Ladisch2009-12-231-1/+1
| * | | | USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend2009-12-231-2/+5
| * | | | USB: Fix double-linking of drivers/usb/otg when ULPI is selectedBill Gatliff2009-12-231-2/+0
| * | | | USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall2009-12-231-3/+5
| * | | | USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-232-13/+25
| * | | | USB: rename usb_configure_deviceAlan Stern2009-12-231-13/+13
| * | | | USB: power management documentation updateAlan Stern2009-12-232-34/+25
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-12-2312-40/+72
|\ \ \ \ \
| * | | | | devtmpfs: unlock mutex in case of string allocation errorKay Sievers2009-12-231-2/+5
| * | | | | Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-231-0/+1
| * | | | | driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-231-1/+1
| * | | | | Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
| * | | | | Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-234-8/+8
| * | | | | Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-234-11/+16
| * | | | | Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-233-8/+10
| * | | | | Doc/stable rules: add new cherry-pick logicSebastian Andrzej Siewior2009-12-231-2/+22
| * | | | | vfs: get_sb_single() - do not pass options twiceKay Sievers2009-12-231-1/+2
| * | | | | devtmpfs: Convert dirlock to a mutexThomas Gleixner2009-12-231-7/+5
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-12-2352-4672/+3696
|\ \ \ \ \
| * | | | | Staging/vt66*: kconfig, depends on WLANRandy Dunlap2009-12-232-2/+2
| * | | | | Staging: batman-adv: introduce missing kfreeJulia Lawall2009-12-231-1/+3
| * | | | | Staging: batman-adv: Add Kconfig dependancies on PROC_FS and PACKET.Andrew Lunn2009-12-231-0/+1
| * | | | | Staging: panel: Adjust range for PANEL_KEYPAD in KconfigPeter Huewe2009-12-231-1/+1
| * | | | | Staging: panel: Fix compilation error with custom lcd charsetPeter Huewe2009-12-231-1/+1
| * | | | | Staging: ramzswap: remove ARM specific d-cache hackNitin Gupta2009-12-232-26/+3
| * | | | | Staging: rtl8192x: fix printk formatsRandy Dunlap2009-12-234-8/+8
| * | | | | Staging: wlan-ng: fix Correct size given to memsetJulia Lawall2009-12-231-1/+1
| * | | | | staging: rtl8192su: add USB VID/PID for HWNUm-300Stephane Glondu2009-12-231-0/+2
| * | | | | staging: fix rtl8192su compilation errors with mac80211George Kadianakis2009-12-235-19/+19
| * | | | | staging: fix rtl8192e compilation errors with mac80211George Kadianakis2009-12-237-38/+38
| * | | | | Staging: fix rtl8187se compilation errors with mac80211George Kadianakis2009-12-236-20/+20
| * | | | | Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()Roel Kluin2009-12-231-1/+1
| * | | | | Staging: comedi: jr3_pci: Don't ioremap too much space. Check result.Ian Abbott2009-12-231-2/+5