aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ata_piix: Add new laptop short cable IDsSteve Conklin2009-07-281-0/+2
| * | | ahci: add device IDs for Ibex Peak ahci controllersDavid Milburn2009-07-281-0/+4
| * | | libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz2009-07-283-3/+4
| * | | libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz2009-07-281-1/+1
| * | | pata_pcmcia: add CNF-CDROM-IDWolfram Sang2009-07-281-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-292-2/+1
|\ \ \
| * | | driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng2009-07-281-1/+1
| * | | driver core: firmware_class:fix memory leak of page pointers arrayMing Lei2009-07-281-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-07-299-2460/+20
|\ \ \ \
| * | | | staging: udlfb: Add vmalloc.h includeAmit Kucheria2009-07-281-0/+1
| * | | | staging: remove aten2011 driverGreg Kroah-Hartman2009-07-286-2451/+0
| * | | | Staging: android: lowmemorykiller.c: fix it for "oom: move oom_adj value from...David Rientjes2009-07-281-3/+5
| * | | | Staging: serqt_usb2: fix memory leak in error caseOliver Neukum2009-07-281-0/+5
| * | | | Staging: serqt_usb2: add missing calls to tty_kref_put()Bill Pemberton2009-07-281-6/+9
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-2919-445/+1012
|\ \ \ \
| * | | | USB: xhci: Stall handling bug fixes.Sarah Sharp2009-07-283-49/+120
| * | | | USB: xhci: Support for 64-byte contextsJohn Youn2009-07-285-163/+287
| * | | | USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp2009-07-284-53/+89
| * | | | USB: xhci: Scratchpad buffer allocationJohn Youn2009-07-282-0/+113
| * | | | USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp2009-07-281-21/+27
| * | | | USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp2009-07-281-1/+6
| * | | | USB: xhci: Handle babble errors on transfers.Sarah Sharp2009-07-281-0/+4
| * | | | USB: xhci: Setup HW retries correctly.Sarah Sharp2009-07-281-2/+4
| * | | | USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp2009-07-281-0/+4
| * | | | USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp2009-07-281-1/+4
| * | | | USB: xhci: Make debugging more verbose.Sarah Sharp2009-07-283-24/+72
| * | | | USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp2009-07-282-3/+7
| * | | | USB: xhci: Handle short control packets correctly.Sarah Sharp2009-07-281-3/+11
| * | | | USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-285-148/+137
| * | | | USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp2009-07-281-2/+5
| * | | | USB: xhci: Deal with stalled endpoints.Sarah Sharp2009-07-284-4/+85
| * | | | USB: xhci: Set TD size in transfer TRB.Sarah Sharp2009-07-281-5/+15
| * | | | USB: xhci: fix less- and greater than confusionRoel Kluin2009-07-281-2/+2
| * | | | USB: usbtest: no need for USB_DEVICEFSAlan Stern2009-07-281-1/+1
| * | | | USB: musb: fix CONFIGDATA register read issueAjay Kumar Gupta2009-07-282-1/+1
| * | | | USB: musb: Refer to musb_otg_timer_func under correct #ifdefAmit Kucheria2009-07-281-1/+1
| * | | | USB: musb_gadget_ep0: fix typo in service_zero_data_request()Sergei Shtylyov2009-07-281-1/+1
| * | | | USB: option.c to support Alcatel X060S/X200 broadband modemsJavier Martin2009-07-281-0/+6
| * | | | USB: serial: option: Add ZTE AC8710 usb modem device.Peng Huang2009-07-281-0/+2
| * | | | USB: aten uc2324 is really a moschip 7840Russell Lang2009-07-281-2/+7
| * | | | USB: option: Add USB ID for Novatel MC727/U727/USB727 refreshTim Gardner2009-07-281-0/+2
| * | | | USB: option: add ZTE device ids and remove ONDA idsHerton Ronaldo Krzesinski2009-07-281-45/+68
| * | | | USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom2009-07-281-1/+1
| * | | | USB: CP210x Add new device IDsCraig Shelley2009-07-281-0/+3
| * | | | USB: ftdi_sio: Add support for GN Otometrics Aurical USB AudiometerVille Sundberg2009-07-282-0/+8
| * | | | USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar2009-07-281-0/+1
| * | | | USB: storage: raise timeout in usb_stor_Bulk_max_lunGiacomo Lozito2009-07-281-1/+1
| * | | | USB: let the option driver compile without CONFIG_PMOliver Neukum2009-07-281-0/+8
| * | | | USB: option: Remove unused variableCarlos R. Mafra2009-07-281-2/+0
| |/ / /
* | | | pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-293-2/+14
| |/ / |/| |