summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-13usb: otg: mv_otg: fix the clk APIsChao Xie1-2/+2
2012-12-13usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timingKuninori Morimoto1-1/+2
2012-12-13usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settingsKuninori Morimoto1-3/+8
2012-12-13usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated dataTushar Behera1-3/+2
2012-12-13usb: host: ehci-mv: fix clk APIsChao Xie1-2/+2
2012-12-13usb: gadget: mv_udc: fix the clk APIsChao Xie1-2/+2
2012-12-13USB: fix fsl_otg config dependencyAnatolij Gustschin1-1/+1
2012-12-13usb: renesas_usbhs: gadget: remove usbhsg_uep_init()Kuninori Morimoto1-10/+1
2012-12-13usb: dwc3: debugfs: fix regdump offsetJack Pham1-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds837-26440/+58002
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2012-12-13Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+78
2012-12-13Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds36-1271/+3064
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds22-166/+358
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds70-213/+1323
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-51/+81
2012-12-12net/mlx4_en: Add support for destination MAC in steering rulesYan Burman1-6/+15
2012-12-12net/mlx4_en: Use generic etherdevice.h functions.Yan Burman1-4/+2
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds18-361/+1678
2012-12-12Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds4-95/+365
2012-12-12Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-57/+122
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-95/+207
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui1-1/+1
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built a...Zhang Rui1-1/+2
2012-12-12solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse1-2/+3
2012-12-12bnx2: Fix accidental reversions.Michael Chan1-2/+2
2012-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-13/+12
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds5-67/+222
2012-12-12mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan1-11/+22
2012-12-12drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan1-10/+10
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-1/+1
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes1-8/+8
2012-12-12mm: cleanup register_node()Yasuaki Ishimatsu1-1/+1
2012-12-12virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini1-19/+132
2012-12-12memory-hotplug: suppress "Device nodeX does not have a release() function" wa...Yasuaki Ishimatsu1-1/+19
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-16/+22
2012-12-12memory hotplug: suppress "Device memoryX does not have a release() function" ...Yasuaki Ishimatsu1-1/+8
2012-12-12bna: Driver Version Updated to 3.1.2.1Rasesh Mody1-1/+1
2012-12-12bna: Firmware updateRasesh Mody3-2/+4
2012-12-12bna: Add RX StateRasesh Mody1-1/+26
2012-12-12bna: Rx Page Based AllocationRasesh Mody2-64/+273
2012-12-12bna: TX Intr Coalescing FixRasesh Mody2-2/+3
2012-12-12bna: Tx and Rx OptimizationsRasesh Mody5-469/+380
2012-12-12bna: Code Cleanup and EnhancementsRasesh Mody2-17/+30
2012-12-12Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds243-9847/+2733
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds132-1679/+7873
2012-12-12Merge tag 'staging-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds751-81574/+30857
2012-12-12Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds120-1847/+7229