index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-21
drm/i915: Return the real error code from intel_set_mode()
Chris Wilson
7
-49
/
+39
2012-12-20
drm/i915: Make GSM void
Ben Widawsky
2
-3
/
+4
2012-12-20
drm/i915: Move GSM mapping into dev_priv
Ben Widawsky
3
-8
/
+10
2012-12-20
drm/i915: Move even more gtt code to i915_gem_gtt
Ben Widawsky
3
-56
/
+61
2012-12-19
drm/i915: Make next_seqno debugs entry to use i915_gem_set_seqno
Mika Kuoppala
1
-10
/
+1
2012-12-19
drm/i915: Introduce i915_gem_set_seqno()
Mika Kuoppala
2
-5
/
+31
2012-12-19
drm/i915: Always clear semaphore mboxes on seqno wrap
Mika Kuoppala
1
-12
/
+0
2012-12-19
drm/i915: Initialize hardware semaphore state on ring init
Mika Kuoppala
3
-21
/
+13
2012-12-19
drm/i915: Introduce ring set_seqno
Mika Kuoppala
2
-0
/
+29
2012-12-19
drm/i915: Missed conversion to gtt_pte_t
Ben Widawsky
1
-2
/
+2
2012-12-19
drm/i915: Bug on unsupported swizzled platforms
Ben Widawsky
1
-1
/
+3
2012-12-19
drm/i915: BUG() if fences are used on unsupported platform
Ben Widawsky
2
-1
/
+3
2012-12-18
drm/i915: fixup overlay stolen memory leak
Daniel Vetter
3
-3
/
+5
2012-12-17
drm/i915: clean up PIPECONF bpc #defines
Daniel Vetter
2
-24
/
+19
2012-12-17
drm/i915: add intel_dp_set_signal_levels
Paulo Zanoni
1
-36
/
+33
2012-12-17
drm/i915: remove leftover display.update_wm assignment
Paulo Zanoni
1
-2
/
+1
2012-12-17
drm/i915: check for the PCH when setting pch_transcoder
Paulo Zanoni
1
-1
/
+1
2012-12-17
drm/i915: Clear the stolen fb before enabling
Chris Wilson
1
-0
/
+7
2012-12-17
drm/i915: Access to snooped system memory through the GTT is incoherent
Chris Wilson
1
-0
/
+6
2012-12-14
drm/i915: Remove stale comment about intel_dp_detect()
Damien Lespiau
1
-7
/
+0
2012-12-14
drm/i915: Implement ibx_digital_port_connected() for IBX
Damien Lespiau
1
-16
/
+28
2012-12-14
drm/i915/dp: Log the DPCD only if we have successfully retrieved one
Damien Lespiau
1
-5
/
+6
2012-12-14
drm/i915/dp: Read the HPD status before trying to read the DPCD
Damien Lespiau
1
-0
/
+5
2012-12-14
drm/i915/hdmi: Read the HPD status before trying to read the EDID
Damien Lespiau
3
-2
/
+43
2012-12-14
drm/i915: Cleanup SHOTPLUG_CTL status bits definitions
Damien Lespiau
1
-9
/
+12
2012-12-13
drm/i915: rework locking for intel_dpio|sbi_read|write
Daniel Vetter
4
-36
/
+25
2012-12-11
drm/i915: Fixup hpd irq register setup ordering
Daniel Vetter
6
-14
/
+79
2012-12-11
drm/i915: Set initial seqno value close to wrap boundary
Mika Kuoppala
1
-1
/
+1
2012-12-11
drm/i915: Open-code i915_gpu_idle() for handling seqno wrapping
Chris Wilson
1
-4
/
+8
2012-12-11
drm/i915: Don't emit semaphore wait if wrap happened
Mika Kuoppala
3
-7
/
+23
2012-12-10
i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointers
Tim Gardner
1
-6
/
+16
2012-12-10
drm/i915: Remove duplicate inclusion of drm/drm_edid.h
Sachin Kamat
1
-1
/
+0
2012-12-08
drm/i915: don't prevent CPU idle states
Tomas Janousek
1
-1
/
+1
2012-12-07
drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
Chris Wilson
3
-8
/
+22
2012-12-06
drm/i915: extract common link_m_n helpers
Daniel Vetter
3
-57
/
+26
2012-12-06
drm/i915: drop unnecessary clearing of pch dp transcoder timings
Daniel Vetter
1
-8
/
+1
2012-12-06
drm/i915: WARN on !crtc in intel_dp_link_down
Daniel Vetter
1
-9
/
+4
2012-12-06
drm/i915: use wait_for_vblank instead of msleep(17)
Daniel Vetter
1
-2
/
+5
2012-12-06
drm/i915: rip out pre-production ilk cpu edp w/a
Daniel Vetter
1
-16
/
+5
2012-12-06
drm/i915: move set_pll_edp to intel_dp.c
Daniel Vetter
2
-40
/
+40
2012-12-06
drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
Daniel Vetter
1
-126
/
+2
2012-12-06
drm/i915: be less verbose when handling gmbus/aux irqs
Paulo Zanoni
1
-4
/
+0
2012-12-06
drm/i915: Remove duplicate and unused register #defines in i915_reg.h
Dexuan Cui
1
-4
/
+0
2012-12-06
drm/i915: use _NOTRACE for gmbus/dp aux wait loops
Daniel Vetter
2
-4
/
+4
2012-12-06
drm/i915: irq-drive the dp aux communication
Daniel Vetter
4
-13
/
+77
2012-12-06
drm/i915: wire up do aux channel done interrupt
Daniel Vetter
1
-5
/
+23
2012-12-06
drm/i915: use gmbus irq to wait for gmbus idle
Daniel Vetter
1
-4
/
+28
2012-12-06
drm/i915: use the gmbus irq for waits
Daniel Vetter
3
-11
/
+41
2012-12-06
drm/i915: wire up gmbus irq handler
Daniel Vetter
1
-4
/
+20
2012-12-06
drm/i915: extract gmbus_wait_hw_status
Daniel Vetter
1
-21
/
+25
[next]