summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Merge tag 'driver-core-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+55
2012-02-09Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-24/+13
2012-02-09Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-12/+174
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser2-1/+25
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser1-23/+0
2012-02-09sysrq: Properly check for kernel threadsAnton Vorontsov1-3/+6
2012-02-09sysrq: Fix possible race with exiting taskAnton Vorontsov1-0/+2
2012-02-09serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang1-13/+3
2012-02-09serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang1-21/+8
2012-02-09serial: pch_uart: add debugfs hook for register dumpFeng Tang1-0/+84
2012-02-08Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-6/+4
2012-02-08Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-137/+262
2012-02-08Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-5/+12
2012-02-08Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-4/+4
2012-02-08pcmcia: fix socket refcount decrementing on each resumeRussell King1-3/+1
2012-02-08drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmaxAxel Lin1-2/+2
2012-02-08staging: pohmelfs: remove drivers/staging/pohmelfsEvgeniy Polyakov14-7979/+0
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman1-0/+1
2012-02-08ACPI: remove duplicated lines of merging problems with acpi_processor_addYinghai Lu1-7/+0
2012-02-08m32r: relocate drivers back out of 8250 dirPaul Gortmaker3-0/+0
2012-02-08staging: android/ram_console: Don't build on arches w/o ioremapAnton Vorontsov1-0/+1
2012-02-08staging: r8712u: Use asynchronous firmware loadingLarry Finger5-25/+68
2012-02-08staging: usbip: fix to prevent potentially using uninitialized spinlockBart Westgeest1-2/+2
2012-02-08staging: r8712u: Fix problem when CONFIG_R8712_AP is setLarry Finger1-0/+1
2012-02-08staging: tidspbridge: fix incorrect free to drv_datapOmar Ramirez Luna2-2/+3
2012-02-08staging: tidspbridge: fix bridge_open memory leaksOmar Ramirez Luna1-23/+32
2012-02-08staging: android: lowmemorykiller: Don't wait more than one second for a proc...Arve Hjønnevåg1-1/+4
2012-02-08staging: zcache: fix serialization bug in zv statsSeth Jennings1-7/+7
2012-02-08staging: fix go7007-usb licenseRandy Dunlap1-0/+1
2012-02-08Staging: android: binder: Fix crashes when sharing a binder file between proc...Arve Hjønnevåg1-1/+11
2012-02-08Staging: android: Remove pmem driverShuah Khan4-1443/+0
2012-02-08Staging: asus_oled: fix NULL-ptr crash on unloadingPekka Paalanen1-2/+1
2012-02-08Staging: asus_oled: fix image processingPekka Paalanen1-2/+8
2012-02-08Staging: android: binder: Don't call dump_stack in binder_vma_openArve Hjønnevåg1-1/+0
2012-02-08staging: r8712u: Add new Sitecom UsB IDLarry Finger1-0/+1
2012-02-08zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention.Dan Magenheimer1-2/+2
2012-02-08zcache: fix deadlock conditionDan Magenheimer1-4/+3
2012-02-08staging: drm/omap: fix locking issueRob Clark1-4/+14
2012-02-08drivers/staging/omapdrm/omap_fbdev.c: move free after usesJulia Lawall1-2/+2
2012-02-08staging: drm/omap: fix minimum width/heightRob Clark1-2/+2
2012-02-08staging: drm/omap: updates for DSS fifomerge API changesRob Clark3-10/+31
2012-02-08staging: drm/omap: multiplanar and YUV supportRob Clark5-68/+149
2012-02-08staging: drm/omap: add drm_plane supportRob Clark6-168/+403
2012-02-08staging: drm/omap: drm API update: addfb2Rob Clark3-45/+143
2012-02-08staging: drm/omap: drm API update: make fops struct constRob Clark1-11/+13
2012-02-08staging: delete gma500 driverGreg Kroah-Hartman78-30778/+0
2012-02-07Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds11-14/+80