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
2018-07-04
drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocation
Chris Wilson
1
-7
/
+8
2018-07-04
drm/i915/selftests: Release the struct_mutex to free the objects
Chris Wilson
1
-0
/
+23
2018-07-02
drm/i915: Wait for PSR exit before checking for vblank evasion
Tarun Vyas
1
-4
/
+16
2018-07-02
drm/i915/psr: Lockless version of psr_wait_for_idle
Tarun Vyas
2
-2
/
+35
2018-07-02
drm/i915: Remove unnecessary check for unsupported modifiers for NV12
Dhinakaran Pandiyan
1
-5
/
+0
2018-07-02
drm/i915/psr: Add psr1 live status
Vathsala Nagaraju
2
-24
/
+49
2018-07-02
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
2
-12
/
+18
2018-07-02
drm/i915: abstract and document register picking macros
Jani Nikula
1
-6
/
+22
2018-06-30
drm/i915/guc: Print CTL params passed to Guc
Michal Wajdeczko
1
-0
/
+3
2018-06-29
drm/i915/selftests: Attach the fence to the object when making busy
Chris Wilson
1
-1
/
+6
2018-06-29
drm/i915/selftests: Mark up write into scratch vma
Chris Wilson
1
-1
/
+1
2018-06-29
drm/i915: Remove delayed FBC activation.
Maarten Lankhorst
3
-106
/
+1
2018-06-29
drm/i915: Block enabling FBC until flips have been completed
Maarten Lankhorst
2
-24
/
+12
2018-06-29
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
3
-40
/
+75
2018-06-29
drm/i915/execlists: Trust the CSB
Chris Wilson
4
-40
/
+9
2018-06-29
drm/i915/execlists: Stop storing the CSB read pointer in the mmio register
Chris Wilson
1
-2
/
+0
2018-06-29
drm/i915/execlists: Reset CSB write pointer after reset
Chris Wilson
2
-2
/
+30
2018-06-29
drm/i915/execlists: Unify CSB access pointers
Chris Wilson
3
-86
/
+82
2018-06-29
drm/i915/execlists: Process one CSB update at a time
Chris Wilson
2
-144
/
+141
2018-06-29
drm/i915/execlists: Pull CSB reset under the timeline.lock
Chris Wilson
1
-12
/
+4
2018-06-29
drm/i915/execlists: Pull submit after dequeue under timeline lock
Chris Wilson
1
-20
/
+12
2018-06-29
drm/i915: Drop posting reads to flush master interrupts
Chris Wilson
1
-8
/
+1
2018-06-29
drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
Michal Wajdeczko
5
-17
/
+41
2018-06-29
drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
Michal Wajdeczko
3
-11
/
+28
2018-06-28
drm/i915: Only signal from interrupt when requested
Chris Wilson
3
-6
/
+9
2018-06-28
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
4
-9
/
+12
2018-06-28
drm/i915: Only trigger missed-seqno checking next to boundary
Chris Wilson
1
-1
/
+2
2018-06-28
drm/i915: Reduce spinlock hold time during notify_ring() interrupt
Chris Wilson
1
-11
/
+21
2018-06-28
drm/i915: Show vma allocator stack when in doubt
Chris Wilson
1
-2
/
+37
2018-06-28
drm/i915: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
9
-9
/
+9
2018-06-28
drm/i915: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-3
/
+0
2018-06-28
drm/i915: Replace __drm_gem_object_unreference with __drm_gem_object_put
Thomas Zimmermann
1
-1
/
+1
2018-06-28
drm/i915: Replace drm_gem_object_{un/reference} with {put,get} functions
Thomas Zimmermann
1
-7
/
+1
2018-06-28
drm/i915: Replace drm_connector_{un/reference} with put,get functions
Thomas Zimmermann
2
-3
/
+3
2018-06-28
drm/i915/icp: Add Interrupt Support
Anusha Srivatsa
2
-3
/
+172
2018-06-27
drm/i915: Wait for engines to idle before retiring
Chris Wilson
1
-4
/
+7
2018-06-27
drm/i915/icl: Add power well support
Imre Deak
3
-16
/
+395
2018-06-27
drm/i915/psr: Enable CRC check in the static frame on the sink side
José Roberto de Souza
2
-1
/
+10
2018-06-27
drm/i915/psr: Avoid PSR exit max time timeout
José Roberto de Souza
1
-1
/
+2
2018-06-27
drm/i915/psr: Handle PSR errors
José Roberto de Souza
1
-1
/
+21
2018-06-27
drm/i915/psr: Begin to handle PSR/PSR2 errors set by sink
José Roberto de Souza
3
-11
/
+54
2018-06-27
drm/i915/psr: Remove intel_crtc_state parameter from disable_source()
José Roberto de Souza
1
-3
/
+2
2018-06-26
drm/i915/psr: Warn for erroneous enabling of both PSR1 and PSR2.
Dhinakaran Pandiyan
1
-3
/
+2
2018-06-26
drm/i915/psr: Fix race in intel_psr_work()
Dhinakaran Pandiyan
1
-1
/
+1
2018-06-26
drm/i915/psr: Kill useless function pointers.
Rodrigo Vivi
2
-45
/
+18
2018-06-26
drm/i915/ddi: Get AUX power domain for DP main link too
Imre Deak
5
-47
/
+64
2018-06-25
drm/i915: Context objects can never be active when freed
Chris Wilson
2
-3
/
+8
2018-06-25
drm/i915/execlists: Check for ce->state before destroy
Chris Wilson
1
-1
/
+3
2018-06-25
drm/i915: Defer modeset cleanup to a secondary task
Chris Wilson
1
-7
/
+23
2018-06-22
drm/i915/guc: Remove USES_GUC_SUBMISSION for ads programming
Anusha Srivatsa
1
-8
/
+5
[prev]
[next]