summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-131-2/+2
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-137-13/+68
|\
| * perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania2012-04-111-2/+10
| * perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo2012-04-054-3/+38
| * perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa2012-04-051-0/+3
| * perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-051-0/+12
| * perf annotate: Fix hist decayArnaldo Carvalho de Melo2012-04-051-8/+4
| * perf top: Add intel_idle to the skip listArnaldo Carvalho de Melo2012-04-051-0/+1
* | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-121-0/+1
|\ \
| * | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
* | | kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker2012-04-121-11/+0
* | | Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker2012-04-121-36/+13
* | | kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker2012-04-121-4/+18
* | | Merge tag 'usb-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-1232-118/+216
|\ \ \
| * | | USB: update usbtmc api documentationStephen Lewis2012-04-121-7/+7
| * | | Merge tag 'for-usb-linus-2012-04-11' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2012-04-129-21/+47
| |\ \ \
| | * | | xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2012-04-112-5/+10
| | * | | xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter2012-04-111-2/+2
| | * | | xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu2012-04-111-0/+2
| | * | | USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-111-0/+16
| | * | | xhci: Fix register save/restore order.Sarah Sharp2012-04-111-4/+4
| | * | | xhci: Restore event ring dequeue pointer on resume.Sarah Sharp2012-04-111-0/+1
| | * | | xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp2012-04-111-7/+2
| | * | | xhci: Warn when hosts don't halt.Sarah Sharp2012-04-111-0/+3
| | * | | xhci: don't re-enable IE constantlyFelipe Balbi2012-04-112-1/+5
| | * | | usb: xhci: fix section mismatch in linux-nextGerard Snitselaar2012-04-101-1/+1
| | * | | xHCI: correct to print the true HSEE of USBCMDAlex He2012-04-101-1/+1
| |/ / /
| * | | USB: serial: fix race between probe and openJohan Hovold2012-04-101-0/+8
| * | | UHCI: hub_status_data should indicate if ports are resumingAlan Stern2012-04-091-2/+3
| * | | EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern2012-04-094-15/+23
| * | | USB: fix race between root-hub suspend and remote wakeupAlan Stern2012-04-091-0/+12
| * | | USB: sierra: add support for Sierra Wireless MC7710Anton Samokhvalov2012-04-091-0/+1
| * | | USB: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when...Simon Arlott2012-04-091-5/+7
| * | | USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNTSimon Arlott2012-04-091-11/+13
| * | | USB: don't ignore suspend errors for root hubsAlan Stern2012-04-091-2/+7
| * | | USB: fix bug in serial driver unregistrationAlan Stern2012-04-093-34/+2
| * | | USB: serial: metro-usb: Fix idProduct for Uni-Directional mode.Aleksey Babahin2012-04-091-3/+3
| * | | USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id arraySantiago Garcia Mantinan2012-04-091-0/+1
| * | | USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold2012-04-091-1/+1
| * | | Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman2012-04-087-17/+81
| |\ \ \ | | |/ / | |/| |
| | * | USB: remove compile warning on gadget/inode.cMichael BRIGHT2012-04-061-1/+0
| | * | USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-062-0/+34
| | * | USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-061-5/+6
| | * | usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei2012-04-061-0/+30
| | * | usb/usbmon: correct the data interpretation of usbmon's outputSebastian Andrzej Siewior2012-04-061-3/+3
| | * | usb: Put USB Kconfig items back under USB.David Daney2012-04-061-8/+8
* | | | Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-1213-57/+52
|\ \ \ \
| * | | | pch_uart: Add Kontron COMe-mTT10 uart clock quirkMichael Brunner2012-04-091-0/+7
| * | | | pch_uart: Fix MSI setting issueTomoya MORINAGA2012-04-091-0/+1
| * | | | serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...Dan Williams2012-04-093-4/+22