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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
drm/i915: Refactor wm calculations
Ville Syrjälä
1
-72
/
+149
2017-05-10
drm/i915: Refactor the g4x TLB miss w/a to a helper
Ville Syrjälä
1
-7
/
+20
2017-05-10
drm/i915: Fix the g4x watermark TLB miss workaround
Ville Syrjälä
1
-5
/
+6
2017-05-10
drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms
Ville Syrjälä
1
-5
/
+5
2017-05-10
drm/i915: Document CxSR
Ville Syrjälä
1
-0
/
+37
2017-05-10
drm/i915: Make vlv/chv watermark debug print less cryptic
Ville Syrjälä
1
-1
/
+1
2017-05-10
drm/i915: Rename bunch of vlv_ watermark structures to g4x_
Ville Syrjälä
3
-14
/
+14
2017-05-10
drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/
Ville Syrjälä
1
-9
/
+9
2017-05-10
drm/i915: Drop the debug message from vlv_get_fifo_size()
Ville Syrjälä
1
-7
/
+0
2017-05-10
drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc.
Ville Syrjälä
1
-11
/
+11
2017-05-10
drm/i915/lvds: Remove magic from PLL programming
Imre Deak
1
-2
/
+2
2017-05-10
drm/i915: Sanitize stolen memory size calculation
Imre Deak
1
-7
/
+7
2017-05-10
drm/i915: Check error return when converting pipe to connector
Imre Deak
1
-3
/
+14
2017-05-10
drm/i915: Check error return when setting DMA mask
Imre Deak
1
-4
/
+12
2017-05-10
drm/i915/sdvo: Check error return from intel_sdvo_get_value()
Imre Deak
1
-5
/
+4
2017-05-10
drm/i915/dp: Check error return during DPCD capability queries
Imre Deak
1
-8
/
+12
2017-05-10
drm/i915/vlv: Fix port B PLL opamp initialization
Imre Deak
1
-2
/
+2
2017-05-09
drm/i915: Show dmc debug registers on Kabylake
Mika Kuoppala
1
-1
/
+2
2017-05-09
drm/i915: Move uncore definitions into a separate header
Michal Wajdeczko
4
-156
/
+188
2017-05-08
drm/i915: use memdup_user_nul
Geliang Tang
2
-20
/
+6
2017-05-05
drm/i915: Fix rawclk readout for g4x
Ville Syrjälä
2
-7
/
+9
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
2
-32
/
+38
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
2
-5
/
+9
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
2
-25
/
+35
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
8
-42
/
+47
2017-05-04
drm/i915: Implement dma_buf_ops->kmap
Chris Wilson
2
-0
/
+124
2017-05-03
Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queued
Daniel Vetter
141
-1011
/
+3804
2017-05-03
ALSA: x86: Register multiple PCM devices for the LPE audio card
Ville Syrjälä
1
-9
/
+10
2017-05-03
drm/i915: Clean up the LPE audio platform data
Ville Syrjälä
1
-16
/
+14
2017-05-03
drm/i915: Reorganize intel_lpe_audio_notify() arguments
Ville Syrjälä
3
-8
/
+8
2017-05-03
drm/i915: Remove hdmi_connected from LPE audio pdata
Ville Syrjälä
1
-4
/
+5
2017-05-03
drm/i915: Replace tmds_clock_speed and link_rate with just ls_clock
Ville Syrjälä
3
-25
/
+12
2017-05-03
drm/i915: Remove the unused pending_notify from LPE platform data
Ville Syrjälä
1
-2
/
+0
2017-05-03
drm/i915: Stop pretending to mask/unmask LPE audio interrupts
Ville Syrjälä
2
-45
/
+6
2017-05-03
drm/i915: Fix runtime PM for LPE audio
Ville Syrjälä
1
-0
/
+5
2017-05-03
drm/i915: Switch the global i915.semaphores check to a local predicate
Chris Wilson
1
-1
/
+3
2017-05-03
drm/i915: Do not record a successful syncpoint for a dma-await
Chris Wilson
1
-18
/
+19
2017-05-03
drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
Chris Wilson
2
-5
/
+12
2017-05-03
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
15
-18
/
+1588
2017-05-03
drm/i915: Lift timeline ordering to await_dma_fence
Chris Wilson
1
-3
/
+9
2017-05-03
drm/i915: Unwrap top level fence-array
Chris Wilson
1
-23
/
+18
2017-05-03
drm/i915: Mark up clflushes as belonging to an unordered timeline
Chris Wilson
4
-9
/
+4
2017-05-03
drm/i915: Use wait_for_atomic_us when waiting for gt fifo
Mika Kuoppala
1
-16
/
+14
2017-05-03
drm/i915: Move the GTFIFODBG to the common mmio dbg framework
Mika Kuoppala
1
-46
/
+30
2017-05-02
drm/i915/guc: Enable send function only after successful init
Michal Wajdeczko
2
-1
/
+27
2017-05-02
drm/i915: Do not leak dev_priv->l3_parity.remap_info[]
Joonas Lahtinen
4
-14
/
+36
2017-05-02
drm/i915: Update DRIVER_DATE to 20170502
Daniel Vetter
1
-2
/
+2
2017-05-01
Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
9
-8
/
+10
2017-04-29
drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection
Mario Kleiner
1
-1
/
+1
2017-04-29
drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...
Wei Yongjun
1
-1
/
+1
[prev]
[next]