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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-01
drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()
Ville Syrjälä
7
-58
/
+38
2016-03-01
drm/i915: Dump ddi_pll_sel in hex instead of decimal on HSW/BDW
Ville Syrjälä
1
-1
/
+1
2016-03-01
drm/i915: Embed rotation_info under intel_framebuffer
Ville Syrjälä
2
-11
/
+17
2016-03-01
drm/i915: Move the NULL sg handling out from rotate_pages()
Ville Syrjälä
1
-10
/
+8
2016-03-01
drm/i915: Reorganize intel_rotation_info
Ville Syrjälä
4
-37
/
+35
2016-03-01
drm/i915: Pass drm_frambuffer to intel_compute_page_offset()
Ville Syrjälä
3
-18
/
+12
2016-03-01
drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()
Ville Syrjälä
3
-28
/
+20
2016-03-01
drm/i915: Support for extra alignment for tiled surfaces
Ville Syrjälä
1
-5
/
+45
2016-03-01
drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_off...
Ville Syrjälä
3
-30
/
+63
2016-03-01
drm/i915: s/tile_width/tile_width_bytes/
Ville Syrjälä
1
-16
/
+16
2016-03-01
drm/i915: Account for the size of the chroma plane for the rotated gtt view
Ville Syrjälä
1
-1
/
+1
2016-03-01
drm/i915: Add missing NULL check before calling initial_watermarks
Imre Deak
1
-2
/
+6
2016-03-01
drm/i915: Execlists small cleanups and micro-optimisations
Tvrtko Ursulin
2
-103
/
+114
2016-03-01
drm/i915: Handle -EDEADLK in drm_atomic_commit from load-detect.
Maarten Lankhorst
1
-1
/
+2
2016-02-29
drm/i915: remove dead code
Eric Engestrom
1
-12
/
+0
2016-02-29
drm/i915: remove left over dead code
Eric Engestrom
1
-14
/
+0
2016-02-29
drm/i915: Add two-stage ILK-style watermark programming (v11)
Matt Roper
6
-58
/
+244
2016-02-29
drm/i915: Update DRIVER_DATE to 20160229
Daniel Vetter
1
-1
/
+1
2016-02-26
drm/i915: Execlists cannot pin a context without the object
Chris Wilson
1
-4
/
+0
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
7
-54
/
+33
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
10
-53
/
+52
2016-02-26
drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)
Chris Wilson
1
-14
/
+12
2016-02-26
drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS
Michel Thierry
1
-1
/
+2
2016-02-26
drm/i915/gen9: Set value of Indirect Context Offset based on gen version
Michel Thierry
1
-2
/
+24
2016-02-25
drm/i915: Remove update_sprite_watermarks.
Maarten Lankhorst
2
-5
/
+0
2016-02-25
drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.
Maarten Lankhorst
3
-25
/
+90
2016-02-25
drm/i915: Unify power domain handling.
Maarten Lankhorst
1
-45
/
+24
2016-02-25
drm/i915: Pass crtc state to modeset_get_crtc_power_domains.
Maarten Lankhorst
1
-12
/
+21
2016-02-22
drm/i915: Add for_each_pipe_masked()
Ville Syrjälä
2
-18
/
+12
2016-02-22
drm/i915: Make sure pipe interrupts are processed before turning off power we...
Ville Syrjälä
3
-0
/
+37
2016-02-22
drm/i915: synchronize_irq() before turning off disp2d power well on VLV/CHV
Ville Syrjälä
1
-0
/
+3
2016-02-22
drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV when power well is ...
Ville Syrjälä
1
-0
/
+6
2016-02-22
drm/i915/gen9: Write dc state debugmask bits only once
Mika Kuoppala
3
-9
/
+8
2016-02-22
drm/i915/gen9: Extend dmc debug mask to include cores
Mika Kuoppala
2
-6
/
+11
2016-02-22
drm/i915/gen9: Verify and enforce dc6 state writes
Mika Kuoppala
1
-2
/
+39
2016-02-22
drm/i915/gen9: Check for DC state mismatch
Patrik Jakobsson
3
-0
/
+11
2016-02-19
drm/i915/fbc: enable FBC by default on HSW and BDW
Paulo Zanoni
1
-1
/
+3
2016-02-19
drm/i915: drop unused i915.disable_vtd_wa module parameter
Jani Nikula
2
-5
/
+0
2016-02-19
drm/i915: drop write perm from module params which don't support changing
Jani Nikula
1
-4
/
+4
2016-02-19
drm/i915/dsi: Using the bpp value wrt the pixel format
Deepak M
4
-8
/
+6
2016-02-18
drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
Uma Shankar
1
-4
/
+7
2016-02-18
drm/i915/skl: Ensure HW is powered during DDB HW state readout
Imre Deak
1
-1
/
+6
2016-02-18
drm/i915: Extract intel_encoder_has_connectors()
Ville Syrjälä
1
-10
/
+12
2016-02-18
drm/i915: Use atomic state in intel_fb_initial_config.
Maarten Lankhorst
1
-6
/
+11
2016-02-18
drm/i915: Use correct dpms for intel_enable_crt.
Maarten Lankhorst
1
-3
/
+1
2016-02-18
drm/i915: Use atomic state in tv load detection.
Maarten Lankhorst
1
-7
/
+4
2016-02-18
drm/i915: Use atomic state for load detect in crt.
Maarten Lankhorst
1
-3
/
+3
2016-02-18
drm/i915: Use atomic state to obtain load detection crtc, v3.
Maarten Lankhorst
2
-82
/
+54
2016-02-18
drm/i915: Enable PSR by default on Haswell and Broadwell.
Rodrigo Vivi
1
-1
/
+2
2016-02-18
drm/i915: Enable PSR by default on Valleyview and Cherryview.
Rodrigo Vivi
1
-1
/
+4
[prev]
[next]