summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-115-67/+222
|\
| * mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan2012-12-111-11/+22
| * drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan2012-12-111-10/+10
| * bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-1/+1
| * mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-8/+8
| * mm: cleanup register_node()Yasuaki Ishimatsu2012-12-111-1/+1
| * virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini2012-12-111-19/+132
| * memory-hotplug: suppress "Device nodeX does not have a release() function" wa...Yasuaki Ishimatsu2012-12-111-1/+19
| * numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-111-16/+22
| * memory hotplug: suppress "Device memoryX does not have a release() function" ...Yasuaki Ishimatsu2012-12-111-1/+8
* | Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-11243-9847/+2733
|\ \
| * | USB: mark uas driver as BROKENGreg KH2012-11-281-1/+1
| * | xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2012-11-282-2/+5
| * | uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Alexey Khoroshilov2012-11-261-0/+1
| * | USB: ftdi_sio: Add support for Newport AGILIS motor driversMartin Teichmann2012-11-262-0/+7
| * | USB: chipidea: fix use after free bugLothar Waßmann2012-11-261-1/+2
| * | ezusb: add dependency to USBRene Buergel2012-11-261-0/+1
| * | usb: ftdi_sio: fixup BeagleBone A5+ quirkPeter Korsgaard2012-11-261-1/+1
| * | USB: cp210x: add Virtenio Preon32 device idMarkus Becker2012-11-261-0/+1
| * | usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong2012-11-261-1/+0
| * | USB: option: blacklist network interface on Huawei E173Bjørn Mork2012-11-261-0/+3
| * | USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern2012-11-261-0/+19
| * | USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn2012-11-211-0/+22
| * | USB: opticon: switch to generic read implementationJohan Hovold2012-11-211-130/+11
| * | USB: opticon: refactor reab-urb processingJohan Hovold2012-11-211-46/+59
| * | USB: opticon: use usb-serial bulk-in urbJohan Hovold2012-11-211-29/+2
| * | USB: opticon: increase bulk-in sizeJohan Hovold2012-11-211-1/+2
| * | USB: opticon: use port as urb contextJohan Hovold2012-11-211-10/+8
| * | USB: opticon: pass port to get_serial_infoJohan Hovold2012-11-211-4/+3
| * | USB: opticon: make private data port specificJohan Hovold2012-11-211-32/+37
| * | USB: opticon: remove disconnectJohan Hovold2012-11-211-8/+0
| * | USB: opticon: move read-urb deallocation to releaseJohan Hovold2012-11-211-1/+1
| * | USB: opticon: simplify bulk-in discovery in attachJohan Hovold2012-11-211-33/+16
| * | USB: opticon: remove private usb-serial dataJohan Hovold2012-11-211-3/+1
| * | USB: opticon: remove redundant initialisationJohan Hovold2012-11-211-1/+0
| * | USB: opticon: remove private serial-device dataJohan Hovold2012-11-211-6/+4
| * | USB: opticon: use port device for error and debugJohan Hovold2012-11-211-5/+6
| * | USB: opticon: move private urb initialisation to attachJohan Hovold2012-11-211-7/+6
| * | USB: opticon: remove redundant bulk urb fillJohan Hovold2012-11-211-5/+0
| * | USB: core: Free the allocated memory before exiting on errorSachin Kamat2012-11-211-1/+2
| * | USB: usbtest: prevent a divide by zero bugDan Carpenter2012-11-211-0/+3
| * | usb: remove use of __devexitBill Pemberton2012-11-2158-68/+68
| * | usb: remove use of __devinitconstBill Pemberton2012-11-215-7/+7
| * | usb: remove use of __devinitdataBill Pemberton2012-11-217-17/+17
| * | usb: remove use of __devinitBill Pemberton2012-11-2185-155/+145
| * | usb: remove use of __devexit_pBill Pemberton2012-11-2155-56/+56
| * | usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-214-53/+0
| * | Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman2012-11-1642-150/+359
| |\ \
| * | | usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I2012-11-161-2/+2
| * | | usb: phy: change phy notify connect/disconnect APIPeter Chen2012-11-152-10/+16