summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors.Randy Dunlap2009-08-311-1/+1
| * | | | | | | V4L/DVB (12495): em28xx: Don't call em28xx_ir_init when disable_ir is trueShine Liu2009-08-311-1/+3
| * | | | | | | V4L/DVB (12457): zr364: wrong indexesRoel Kluin2009-08-311-1/+1
| * | | | | | | V4L/DVB (12451): Update KConfig File to enable SDIO and USB interfacesUdi Atar2009-08-312-20/+29
| * | | | | | | V4L/DVB (12450): Siano: Fixed SDIO compilation bugsUdi Atar2009-08-311-24/+30
| * | | | | | | V4L/DVB (12449): adds webcam for Micron device MT9M111 0x143A to em28xxMauro Carvalho Chehab2009-08-312-2/+39
| * | | | | | | V4L/DVB (12446): sms1xxx: restore GPIO functionality for all Hauppauge devicesMichael Krufky2009-08-311-0/+44
| | |/ / / / / | |/| | | | |
* | | | | | | ata_piix: parallel scanning on PATA needs an extra lockingBartlomiej Zolnierkiewicz2009-08-311-1/+13
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-08-3112-105/+194
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)2009-08-293-4/+55
| * | | | | | drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2009-08-292-38/+54
| * | | | | | drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-249-51/+73
| * | | | | | drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling2009-08-241-9/+9
| * | | | | | drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin2009-08-241-1/+1
| * | | | | | drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont2009-08-241-1/+1
| * | | | | | drm/i915: Set the multiplier for SDVO on G33 platformSean Young2009-08-241-1/+1
* | | | | | | ACPI: don't free non-existent backlight in acpi video moduleKeith Packard2009-08-281-2/+5
* | | | | | | toshiba_acpi: return on a fail pathJiri Slaby2009-08-281-0/+1
* | | | | | | ACPICA: Windows compatibility fix: same buffer/string storeLin Ming2009-08-281-0/+12
* | | | | | | xenfb: connect to backend before registering fbJeremy Fitzhardinge2009-08-271-4/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-262-16/+47
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | virtio: net refill on out-of-memoryRusty Russell2009-08-261-15/+46
| * | | | | | smc91x: fix compilation on SMPAlexey Dobriyan2009-08-261-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-08-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | m68k: count can reach 51, not 50Roel Kluin2009-08-261-1/+1
* | | | | | | | leds: after setting inverted attribute, we must update the LEDThadeu Lima de Souza Cascardo2009-08-261-0/+3
* | | | | | | | leds: fix multiple requests and releases of IRQ for GPIO LED TriggerThadeu Lima de Souza Cascardo2009-08-261-7/+14
* | | | | | | | acpi processor: remove superfluous warning messageFrans Pop2009-08-261-2/+2
* | | | | | | | ACPI processor: force throttling state when BIOS returns incorrect valueFrans Pop2009-08-262-15/+17
* | | | | | | | wmi: fix kernel panic when stack protection enabled.Costantino Leandro2009-08-261-4/+4
* | | | | | | | acpi: don't call acpi_processor_init if acpi is disabledYinghai Lu2009-08-261-0/+6
* | | | | | | | thermal_sys: check get_temp return valueMichael Brunner2009-08-261-1/+8
* | | | | | | | pps: fix incorrect verdict checkJoonwoo Park2009-08-261-1/+1
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-252-8/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | irda/sa1100_ir: fix broken netdev_ops conversionAlexander Beregalov2009-08-251-4/+0
| * | | | | | irda/au1k_ir: fix broken netdev_ops conversionAlexander Beregalov2009-08-251-4/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-08-251-3/+8
|\ \ \ \ \ \
| * | | | | | sparc: Fix cleanup crash in bbc_envctrl_cleanup()David S. Miller2009-07-171-3/+8
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-251-2/+4
|\ \ \ \ \ \ \
| * | | | | | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-191-2/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-08-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [WATCHDOG] ar7_wdt: fix path to ar7-specific headersFlorian Fainelli2009-08-151-1/+1
* | | | | | | | | tty: make sure to flush any pending work when halting the ldiscLinus Torvalds2009-08-251-3/+7
* | | | | | | | | Merge branch 'fixes' of git://git.marvell.com/orionLinus Torvalds2009-08-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom2009-08-241-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-241-3/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer2009-08-231-3/+9
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-245-45/+85
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak2009-08-211-4/+4
| * | | | | | | | | Input: ucb1400_ts - enable ADC FilterMarek Vasut2009-08-211-0/+9
OpenPOWER on IntegriCloud