summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-09-19 01:06:16 -0400
committerLen Brown <len.brown@intel.com>2009-09-19 01:06:16 -0400
commit596fb7ae462f5c82a1d663fe04f8c98464c963c9 (patch)
tree0853612306257f388a4cecdbd3043162a5d42251 /tools/perf/scripts/python
parent003d6a38ce1a59e0053a02fd9e9a65b588bc8e33 (diff)
parentde4c8cc7bddd9c43dc1b85517ab445ffa8163058 (diff)
downloadkernel-596fb7ae462f5c82a1d663fe04f8c98464c963c9.tar.gz
Merge branch 'thinkpad' into release
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/drivers/usb/core/hcd.c?id=1d15ee4cd7c9ddacfb4b517131b257d8c0d74d42'>usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior 2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox 2011-03-31Fix common misspellingsLucas De Marchi 2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp 2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp 2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp 2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp 2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp 2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp 2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp 2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp 2011-03-07USB: move usbcore away from hcd->stateAlan Stern 2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman 2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell 2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell 2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern 2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman 2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar 2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei 2010-10-22USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey 2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad 2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen 2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi 2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern 2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern 2010-08-10USB: don't stop root-hub status polls too soonAlan Stern 2010-08-10USB: fix failure path in usb_add_hcd()Alan Stern 2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei 2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox 2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern 2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp 2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern 2010-05-20USB: remove duplicated #includeHuang Weiyi 2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet