summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-238-25/+51
| |\ \ \
| | * | | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4
| | * | | PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
| | * | | PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8
| | * | | PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
| | * | | PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1
| | * | | PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-312-4/+4
| | * | | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds2011-11-234-36/+70
| |\ \ \ \
| | * | | | eCryptfs: Extend array bounds for all filename charsTyler Hicks2011-11-231-2/+2
| | * | | | eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22
| | * | | | eCryptfs: Prevent file create race conditionTyler Hicks2011-11-233-33/+46
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2011-11-231-0/+16
| |\ \ \ \ \
| | * | | | | ktest: Check parent options for iterated testsRabin Vincent2011-11-181-0/+16
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-235-24/+25
| |\ \ \ \ \
| | * | | | | i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-231-1/+1
| | * | | | | i2c: Delete ANY_I2C_BUSJean Delvare2011-11-231-3/+0
| | * | | | | i2c: Fix device name for 10-bit slave addressJean Delvare2011-11-232-18/+22
| | * | | | | i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-11-231-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-11-232-7/+10
| |\ \ \ \ \
| | * | | | | regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2011-11-232-7/+10
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-2322-432/+600
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-232-0/+6
| | * | | | drivers/gpu/vga/vgaarb.c: add missing kfreeJulia Lawall2011-11-221-6/+12
| | * | | | drm/radeon/kms/atom: unify i2c gpio table handlingAlex Deucher2011-11-221-128/+86
| | * | | | drm/radeon/kms: fix up gpio i2c mask bits for r4xx for realAlex Deucher2011-11-221-0/+12
| | * | | | ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-221-1/+7
| | * | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ...Dave Airlie2011-11-2210-211/+354
| | |\ \ \ \
| | | * | | | drm/i915: Fix inconsistent backlight level during disabledTakashi Iwai2011-11-171-1/+2
| | | * | | | drm, i915: Fix memory leak in i915_gem_busy_ioctl().Rakib Mullick2011-11-171-2/+4
| | | * | | | drm/i915: Use DPCD value for max DP lanes.Keith Packard2011-11-161-14/+9
| | | * | | | drm/i915: Initiate DP link training only on the lanes we'll be usingKeith Packard2011-11-161-2/+3
| | | * | | | drm/i915: Remove trailing white spaceKeith Packard2011-11-161-2/+2
| | | * | | | drm/i915: Try harder during dp pattern 1 link trainingKeith Packard2011-11-161-7/+18
| | | * | | | drm/i915: Make DP prepare/commit consistent with DP dpmsKeith Packard2011-11-161-9/+13
| | | * | | | drm/i915: Let panel power sequencing hardware do its jobKeith Packard2011-11-162-69/+85
| | | * | | | drm/i915: Treat PCH eDP like DP in most placesKeith Packard2011-11-162-34/+72
| | | * | | | drm/i915: Remove link_status field from intel_dp structureKeith Packard2011-11-161-29/+36
| | | * | | | drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_controlKeith Packard2011-11-161-18/+19
| | | * | | | drm/i915: Module parameters using '-1' as default must be signed typeKeith Packard2011-11-102-4/+4
| | | * | | | drm/i915: Turn on another required clock gating bit on gen6.Eric Anholt2011-11-072-1/+7
| | | * | | | drm/i915: Turn on a required 3D clock gating bit on Sandybridge.Eric Anholt2011-11-072-0/+12
| | | * | | | drm/i915: enable cacheable objects on IvybridgeJesse Barnes2011-11-031-1/+1
| | | * | | | drm/i915: add constants to size fence arrays and fieldsDaniel Vetter2011-11-032-9/+10
| | | * | | | drm/i915: Ivybridge still has fences!Daniel Vetter2011-11-032-0/+3
| | | * | | | drm/i915: forcewake warning fixes in debugfsBen Widawsky2011-11-031-6/+51
| | | * | | | drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt2011-11-011-1/+1
| | | * | | | drm/i915: Use mode_config.mutex in ironlake_panel_vdd_workKeith Packard2011-11-011-2/+2
| | | * | | | agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setKeith Packard2011-10-281-2/+3
| | | * | | | drm/i915: fix if statement (bogus semi-colon)Dan Carpenter2011-10-281-1/+1
OpenPOWER on IntegriCloud