aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-8/+9
2011-12-22Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds1-1/+1
2011-12-22pata_of_platform: Add missing CONFIG_OF_IRQ dependency.David Miller1-1/+1
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-20/+32
2011-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds10-20/+29
2011-12-21Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman3-4/+5
2011-12-21USB: Fix usb/isp1760 build on sparcDavid Miller1-4/+4
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-3/+1
2011-12-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-7/+11
2011-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds16-75/+53
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+15
2011-12-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+13
2011-12-20Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-13/+0
2011-12-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-155/+318
2011-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds26-302/+345
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard1-3/+38
2011-12-20mfd: Include linux/io.h to jz4740-adcAxel Lin1-0/+1
2011-12-20mfd: Use request_threaded_irq for twl4030-irq instead of irq_set_chained_handlerNeilBrown1-5/+8
2011-12-20mfd: Base interrupt for twl4030-irq must be one-shotNeilBrown1-2/+3
2011-12-20mfd: Handle tps65910 clear-mask correctlyMarcus Folkesson1-1/+1
2011-12-20mfd: add #ifdef CONFIG_DEBUG_FS guard for ab8500_debug_resourcesAxel Lin1-0/+2
2011-12-20mfd: Fix twl-core oops while calling twl_i2c_* for unbound driverIlya Yanok1-8/+8
2011-12-20mfd: include linux/module.h for ab5500-debugfsAxel Lin1-1/+1
2011-12-20mfd: Update wm8994 active device checks for WM1811Mark Brown1-0/+1
2011-12-20mfd: Set tps6586x bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Set da903x bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Set adp5520 bits if new value is different from the old oneAxel Lin1-1/+1
2011-12-20mfd: Add missed free_irq in da903x_removeAxel Lin1-0/+1
2011-12-19mmc: vub300: fix type of firmware_rom_wait_states module parameterRusty Russell1-1/+1
2011-12-19Revert "mmc: enable runtime PM by default"Ohad Ben-Cohen1-11/+0
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss14-63/+52
2011-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-4/+12
2011-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-2/+17
2011-12-19asix: new device idAurelien Jacobs1-0/+4
2011-12-19davinci-cpdma: fix locking issue in cpdma_chan_stopIlya Yanok1-0/+2
2011-12-19r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8
2011-12-19iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach1-3/+1
2011-12-19Merge branches 'cma', 'mlx4' and 'qib' into for-nextRoland Dreier2-4/+6
2011-12-19IB/qib: Correct sense on freectxts increment and decrementMike Marciniszyn1-2/+2
2011-12-19RDMA/cma: Verify private data lengthSean Hefty1-0/+6
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter2-5/+13
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel"Konrad Rzeszutek Wilk1-13/+0
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz1-53/+156
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2-1/+26
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz1-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz1-61/+37
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2-0/+28
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz1-27/+39
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz1-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2-3/+15