| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: Fix panel fitting regression since 734b4157 | Chris Wilson | 2010-07-26 | 1 | -2/+0 |
* | drm/i915: fix deadlock in fb teardown | Jesse Barnes | 2010-07-26 | 1 | -1/+1 |
* | drm/i915: don't free non-existent compressed llb on ILK+ | Jesse Barnes | 2010-07-26 | 1 | -1/+1 |
* | agp/intel: Use the correct mask to detect i830 aperture size. | Tim Gardner | 2010-07-26 | 1 | -5/+8 |
* | drm/i915: disable FBC when more than one pipe is active | Jesse Barnes | 2010-07-26 | 3 | -0/+19 |
* | drm/i915: Use the correct scanout alignment for fbcon. | Chris Wilson | 2010-07-26 | 3 | -2/+5 |
* | drm/i915: make sure eDP panel is turned on | Jesse Barnes | 2010-07-26 | 1 | -2/+51 |
* | drm/i915: add PANEL_UNLOCK_REGS definition | Jesse Barnes | 2010-07-26 | 2 | -2/+5 |
* | drm/i915: Make G4X-style PLL search more permissive | Adam Jackson | 2010-07-26 | 1 | -2/+2 |
* | drm/i915: Clear any existing dither mode prior to enabling spatial dithering | Chris Wilson | 2010-07-26 | 1 | -0/+1 |
* | drm/i915: handle shared framebuffers when flipping | Jesse Barnes | 2010-07-26 | 1 | -3/+7 |
* | drm/i915: Explosion following OOM in do_execbuffer. | Chris Wilson | 2010-07-05 | 1 | -1/+2 |
* | gpu/drm/i915: Add a blacklist to omit modeset on LID open | Thomas Bächler | 2010-07-05 | 1 | -0/+23 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-07-04 | 1 | -9/+3 |
|\ |
|
| * | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2010-07-01 | 1 | -9/+3 |
| |\ |
|
| | * | [ARM] pxa/z2: fix missing include in battery driver | Marek Vasut | 2010-06-13 | 1 | -9/+3 |
* | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-07-04 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | of/dma: fix build breakage in ppc4xx adma driver | Dan Williams | 2010-07-02 | 1 | -1/+3 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2010-07-04 | 1 | -13/+40 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | i7core_edac: Avoid doing multiple probes for the same card | Mauro Carvalho Chehab | 2010-07-02 | 1 | -5/+12 |
| * | | | i7core_edac: Properly discover the first QPI device | Mauro Carvalho Chehab | 2010-07-02 | 1 | -8/+28 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-07-02 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | sched: Cure nr_iowait_cpu() users | Peter Zijlstra | 2010-07-01 | 1 | -2/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2010-07-02 | 1 | -12/+12 |
|\ \ \ \ |
|
| * | | | | amd64_edac: Fix syndrome calculation on K8 | Borislav Petkov | 2010-07-02 | 1 | -12/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2010-07-01 | 12 | -64/+140 |
|\ \ \ \ |
|
| * | | | | drm/i915: fix page flip finish vs. prepare on plane B | Jesse Barnes | 2010-07-01 | 1 | -1/+1 |
| * | | | | drm/i915: change default panel fitting mode to preserve aspect ratio | Jesse Barnes | 2010-07-01 | 1 | -2/+2 |
| * | | | | drm/i915: fix uninitialized variable warning in i915_setup_compression() | Prarit Bhargava | 2010-07-01 | 1 | -1/+1 |
| * | | | | drm/i915: take struct_mutex in i915_dma_cleanup() | Dan Carpenter | 2010-07-01 | 1 | -0/+2 |
| * | | | | drm/i915: Fix CRT hotplug regression in 2.6.35-rc1 | Andy Lutomirski | 2010-07-01 | 3 | -8/+11 |
| * | | | | i915: fix ironlake edp panel setup (v4) | Dave Airlie | 2010-07-01 | 1 | -3/+24 |
| * | | | | drm/i915: don't access FW_BLC_SELF on 965G | Jesse Barnes | 2010-07-01 | 2 | -4/+6 |
| * | | | | drm/i915: Account for space on the ring buffer consumed whilst wrapping. | Chris Wilson | 2010-07-01 | 1 | -0/+1 |
| * | | | | drm/i915: gen3 page flipping fixes | Jesse Barnes | 2010-06-18 | 6 | -9/+46 |
| * | | | | drm/i915: don't queue flips during a flip pending event | Jesse Barnes | 2010-06-18 | 1 | -0/+11 |
| * | | | | drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer. | Zou Nan hai | 2010-06-14 | 2 | -5/+6 |
| * | | | | drm/i915: Turn on 945 self-refresh only if single CRTC is active | Li Peng | 2010-06-14 | 1 | -5/+7 |
| * | | | | drm/i915/gen4: Fix interrupt setup ordering | Adam Jackson | 2010-06-04 | 1 | -27/+23 |
| * | | | | drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection. | Dave Müller | 2010-06-04 | 1 | -1/+1 |
| * | | | | drm/i915: Move non-phys cursors into the GTT | Chris Wilson | 2010-06-02 | 1 | -0/+9 |
| * | | | | Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." | Carl Worth | 2010-06-02 | 1 | -0/+5 |
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-07-01 | 3 | -8/+37 |
|\ \ \ \ \ |
|
| * | | | | | ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 | Tejun Heo | 2010-07-01 | 1 | -7/+19 |
| * | | | | | ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 | Tejun Heo | 2010-07-01 | 2 | -0/+16 |
| * | | | | | libahci: Fix bug in storing EM messages | Harry Zhang | 2010-07-01 | 1 | -2/+3 |
* | | | | | | correct console log level when ERST ACPI table is not found | Daniel J Blueman | 2010-07-01 | 1 | -1/+1 |
* | | | | | | drm/i915: fix hibernation since i915 self-reclaim fixes | Linus Torvalds | 2010-07-01 | 1 | -1/+1 |
* | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-07-01 | 24 | -118/+255 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | drm/radeon/kms: remove rv100 bios connector quirk | Alex Deucher | 2010-07-01 | 1 | -9/+0 |