summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-06-262-11/+16
|\
| * amd64_edac: misc small cleanupsBorislav Petkov2009-06-262-7/+8
| * amd64_edac: fix ecc_enable_override handlingBorislav Petkov2009-06-261-1/+6
| * amd64_edac: check only ECC bit in amd64_determine_edac_capBorislav Petkov2009-06-261-3/+2
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-263-18/+43
|\ \
| * | powerpc/rtas: Fix watchdog driver temperature read functionalityAdrian Reber2009-06-261-5/+3
| * | powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernelSonny Rao2009-06-261-6/+19
| * | powerpc/BSR: add 4096 byte BSR sizeSonny Rao2009-06-261-7/+10
| * | powerpc/pmac: Fix DMA ops for MacIO devicesBenjamin Herrenschmidt2009-06-261-0/+11
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-06-263-111/+239
|\ \ \ | |/ / |/| |
| * | ACPI: video: prevent NULL deref in acpi_get_pci_dev()Troy Moure2009-06-261-1/+1
| * | eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 GoCorentin Chary2009-06-261-0/+10
| * | eeepc-laptop: get the right value for CMSGCorentin Chary2009-06-261-0/+23
| * | eeepc-laptop: makes get_acpi() returns -ENODEVCorentin Chary2009-06-261-5/+12
| * | eeepc-laptop: right parent deviceCorentin Chary2009-06-261-16/+18
| * | eeepc-laptop: rfkill refactoringCorentin Chary2009-06-261-76/+84
| * | eeepc-laptop.c: use pr_fmt and pr_<level>Joe Perches2009-06-261-33/+22
| * | eeepc-laptop: Register as a pci-hotplug deviceCorentin Chary2009-06-262-0/+89
| |/
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-2538-316/+2376
|\ \
| * | drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-243-3/+0
| * | Merge remote branch 'origin/drm-intel-next' of ../drm-intel into drm-fixesDave Airlie2009-06-2429-261/+2327
| |\ \
| | * | drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry2009-06-231-0/+13
| | * | drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang2009-06-221-2/+1
| | * | drm/i915: fix LFP data fetchJesse Barnes2009-06-221-1/+11
| | * | drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com2009-06-221-28/+25
| | * | drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa2009-06-221-2/+2
| | * | drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa2009-06-222-4/+4
| | * | drm/i915: Don't change the blank/sync width when calculating scaled modesZhao Yakui2009-06-221-18/+73
| | * | drm/i915: Add support for changing LVDS panel fitting using an output property.Zhao Yakui2009-06-222-21/+280
| | * | drm/i915: correct suspend/resume orderingJesse Barnes2009-06-221-2/+2
| | * | Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt2009-06-2123-201/+1933
| | |\ \
| | | * | drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard2009-06-181-32/+70
| | | * | drm/i915: Clarify error returns from display port aux channel I/OKeith Packard2009-06-181-7/+13
| | | * | drm/i915: Add CLKCFG register definitionKeith Packard2009-06-181-0/+13
| | | * | drm/i915: Split array of DAC limits into separate structures.Keith Packard2009-06-181-57/+51
| | | * | drm/i915: Use hotplug callback to retrain DP linkKeith Packard2009-06-181-2/+13
| | | * | drm/i915: Add Display Port supportKeith Packard2009-06-188-6/+1668
| | | * | drm/i915: add per-output hotplug callback for KMSKeith Packard2009-06-182-1/+12
| | | * | drm/i915: Clean up SDVO i2c handlingKeith Packard2009-06-181-33/+21
| | | * | drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard2009-06-1812-113/+118
| | | * | drm/i915: check for CONFIG_PNP before using pnp functionKeith Packard2009-06-181-0/+2
| | | * | drm/i915: Apple DMI info has inconsistent SYS_VENDOR informationKeith Packard2009-06-181-2/+2
| | | * | drm/i915: Require digital monitor on HDMI ports for detectKeith Packard2009-06-181-14/+16
| | * | | drm/i915: Add missing dependency on Intel AGP support.Eric Anholt2009-06-211-0/+1
| * | | | drm/radeon: fix driver initialization order so radeon kms can be builtinJerome Glisse2009-06-242-2/+2
| * | | | drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer2009-06-241-6/+6
| * | | | drm/radeon: Clear surface registers at initialization time.Michel Dänzer2009-06-241-0/+20
| * | | | drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer2009-06-241-3/+3
| * | | | drm/radeon: fix radeon kms framebuffer deviceJerome Glisse2009-06-243-42/+19
* | | | | usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo2009-06-251-0/+3
OpenPOWER on IntegriCloud