index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
drm/i915: Add more control to wait_for routines
Sean Paul
3
-15
/
+39
2018-01-08
drm: Fix link-status kerneldoc line lengths
Sean Paul
1
-4
/
+5
2018-01-02
drm/etnaviv: use memset32 to init pagetable
Lucas Stach
1
-3
/
+2
2018-01-02
drm/etnaviv: move submit free out of critical section
Lucas Stach
1
-3
/
+5
2018-01-02
drm/etnaviv: re-enable perfmon support
Lucas Stach
1
-7
/
+1
2018-01-02
drm/etnaviv: couple runtime PM management to submit object lifetime
Lucas Stach
3
-27
/
+7
2018-01-02
drm/etnaviv: move GPU active handling to bo pin/unpin
Lucas Stach
2
-10
/
+4
2018-01-02
drm/etnaviv: move cmdbuf into submit object
Lucas Stach
10
-101
/
+72
2018-01-02
drm/etnaviv: use submit exec_state for perfmon sampling
Lucas Stach
3
-4
/
+4
2018-01-02
drm/etnaviv: move exec_state to submit object
Lucas Stach
6
-11
/
+10
2018-01-02
drm/etnaviv: move PMRs to submit object
Lucas Stach
6
-49
/
+44
2018-01-02
drm/etnaviv: refcount the submit object
Lucas Stach
2
-2
/
+13
2018-01-02
drm/etnaviv: move ww_acquire_ctx out of submit object
Lucas Stach
2
-10
/
+13
2018-01-02
drm/etnaviv: move object unpinning to submit cleanup
Lucas Stach
1
-21
/
+12
2018-01-02
drm/etnaviv: attach in fence to submit and move fence wait to fence_sync
Lucas Stach
2
-16
/
+14
2018-01-02
drm/etnaviv: rename submit fence to out_fence
Lucas Stach
3
-9
/
+9
2018-01-02
drm/etnaviv: move object fence attachment to gem_submit path
Lucas Stach
2
-7
/
+21
2018-01-02
drm/etnaviv: simplify submit_create
Lucas Stach
2
-10
/
+5
2018-01-02
drm/etnaviv: add lockdep annotations to buffer manipulation functions
Lucas Stach
1
-0
/
+12
2018-01-02
drm/etnaviv: hold GPU lock while inserting END command
Lucas Stach
1
-0
/
+2
2018-01-02
drm/etnaviv: move workqueue to be per GPU
Lucas Stach
4
-26
/
+16
2018-01-02
drm/etnaviv: remove switch_context member from etnaviv_gpu
Lucas Stach
3
-12
/
+7
2018-01-02
drm/etnaviv: don't flush workqueue in etnaviv_gpu_wait_obj_inactive
Lucas Stach
1
-8
/
+3
2018-01-02
drm/etnaviv: remove stale TODO in etnaviv_gpu_submit
Lucas Stach
1
-9
/
+0
2018-01-02
drm/etnaviv: remove -EAGAIN handling from submit path
Lucas Stach
1
-8
/
+0
2018-01-02
drm/etnaviv: get rid of userptr worker
Lucas Stach
2
-126
/
+23
2018-01-02
drm/etnaviv: change return type of etnaviv_gem_obj_add to void
Lucas Stach
3
-16
/
+6
2018-01-02
drm/etnaviv: fold __etnaviv_gem_new into caller
Lucas Stach
1
-21
/
+5
2018-01-02
drm/etnaviv: add lockdep annotation for userptr object population
Lucas Stach
1
-0
/
+2
2018-01-02
drm/etnaviv: split obj locks in different classes depending on the obj type
Lucas Stach
2
-0
/
+10
2018-01-02
drm/etnaviv: fix GPU vs sync point race
Lucas Stach
1
-10
/
+6
2018-01-02
drm/exynos: ipp: Remove Exynos DRM IPP subsystem
Marek Szyprowski
7
-2272
/
+4
2018-01-02
drm/exynos/decon: Add include guard to the Exynos7 header
Krzysztof Kozlowski
2
-3
/
+8
2018-01-02
drm/exynos/decon: Move headers from global to local place
Krzysztof Kozlowski
4
-5
/
+3
2018-01-02
drm/exynos: decon5433: Remove unnecessary platform_get_resource() error check
Fabio Estevam
1
-5
/
+0
2017-12-22
drm/i915: Update DRIVER_DATE to 20171222
Rodrigo Vivi
1
-2
/
+2
2017-12-22
drm/i915: Show HWSP in intel_engine_dump()
Chris Wilson
1
-1
/
+33
2017-12-22
drm/i915: Assert that the request is on the execution queue before being removed
Chris Wilson
1
-0
/
+2
2017-12-22
drm/i915/execlists: Show preemption progress in GEM_TRACE
Chris Wilson
1
-2
/
+5
2017-12-22
drm/i915: Put all non-blocking modesets onto an ordered wq
Ville Syrjälä
2
-3
/
+14
2017-12-22
drm/i915: Disable GMBUS clock gating around GMBUS transfers on gen9+
Ville Syrjälä
2
-0
/
+44
2017-12-22
drm/i915: Clean up the PNV bit banging vs. GMBUS clock gating w/a
Ville Syrjälä
2
-9
/
+13
2017-12-22
drm/i915: No need to power up PG2 for GMBUS on BXT
Ville Syrjälä
1
-1
/
+1
2017-12-22
drm/i915: Disable DC states around GMBUS on GLK
Ville Syrjälä
1
-0
/
+1
2017-12-22
drm/i915: Do not enable movntdqa optimization in hypervisor guest
Changbin Du
1
-1
/
+6
2017-12-22
drm/i915: Dump device info at once
Michal Wajdeczko
1
-16
/
+17
2017-12-22
drm/i915: Add pretty printer for runtime part of intel_device_info
Michal Wajdeczko
4
-18
/
+34
2017-12-22
drm/i915: Update intel_device_info_runtime_init() parameter
Michal Wajdeczko
3
-5
/
+9
2017-12-22
drm/i915: Move intel_device_info definitions to its own header
Michal Wajdeczko
3
-138
/
+183
2017-12-22
drm/i915: Move opregion definitions to dedicated intel_opregion.h
Michal Wajdeczko
3
-59
/
+112
[next]