index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
11
-21
/
+602
2019-11-06
mm: Add write-protect and clean utilities for address space ranges
Thomas Hellstrom
4
-1
/
+331
2019-11-06
mm: Add a walk_page_mapping() function to the pagewalk code
Thomas Hellstrom
2
-1
/
+102
2019-11-06
mm: pagewalk: Take the pagetable lock in walk_pte_range()
Thomas Hellstrom
1
-2
/
+3
2019-11-06
mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()
Thomas Hellstrom
1
-2
/
+0
2019-11-06
drm/ttm: Convert vm callbacks to helpers
Thomas Hellstrom
2
-63
/
+119
2019-11-06
drm/ttm: Remove explicit typecasts of vm_private_data
Thomas Hellstrom
1
-5
/
+3
2019-11-05
drm/i915: Don't select BROKEN
Daniel Vetter
1
-1
/
+0
2019-11-05
drm/dp_mst: fix gcc compile error
Chenwandun
1
-1
/
+1
2019-11-01
drm/i915: Update DRIVER_DATE to 20191101
Joonas Lahtinen
1
-1
/
+1
2019-11-01
drm/i915/selftests: Start kthreads before stopping
Chris Wilson
5
-0
/
+12
2019-11-01
drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTEST
Chris Wilson
1
-0
/
+2
2019-11-01
drm/tegra: Unconditionally select IOMMU_IOVA
Thierry Reding
1
-1
/
+1
2019-11-01
gpu: host1x: Unconditionally select IOMMU_IOVA
Thierry Reding
1
-1
/
+1
2019-11-01
drm/i915/gem: Refine occupancy test in kill_context()
Chris Wilson
1
-15
/
+32
2019-11-01
drm/i915: Update DRIVER_DATE to 20191101
Joonas Lahtinen
1
-2
/
+2
2019-10-31
drm/i915/lmem: add the fake lmem region
Matthew Auld
9
-0
/
+140
2019-10-31
drm/i915/dp: Do not switch aux to TBT mode for non-TC ports
José Roberto de Souza
1
-1
/
+5
2019-10-31
drm/i915/guc: drop guc shared area
Daniele Ceraolo Spurio
2
-49
/
+3
2019-10-31
drm/i915: drop lrc header page
Daniele Ceraolo Spurio
4
-45
/
+7
2019-10-31
drm/i915: Split detaching and removing the vma
Chris Wilson
1
-20
/
+17
2019-10-31
drm/i915/selftests: Pretty print the i915_active
Chris Wilson
3
-0
/
+51
2019-10-31
drm/i915/selftests: Assert that the idle_pulse is sent
Chris Wilson
1
-1
/
+3
2019-10-31
drm/i915/mst: Document the userspace fail with possible_crtcs
Ville Syrjälä
1
-0
/
+8
2019-10-31
drm/i915: Simplify pipe_mask setup even further
Ville Syrjälä
11
-18
/
+11
2019-10-31
drm/i915: Allow ICL+ DSI on any pipe
Ville Syrjälä
1
-1
/
+3
2019-10-31
drm/i915: s/crtc_mask/pipe_mask/
Ville Syrjälä
13
-22
/
+22
2019-10-31
drm/i915: Simplify LVDS crtc_mask setup
Ville Syrjälä
1
-5
/
+3
2019-10-30
drm/i915/uc: define GuC and HuC binaries for TGL
Daniele Ceraolo Spurio
1
-0
/
+5
2019-10-30
Revert "dma-buf: Add dma-buf heaps framework"
Sean Paul
6
-411
/
+0
2019-10-30
Revert "dma-buf: heaps: Add heap helpers"
Sean Paul
4
-326
/
+0
2019-10-30
Revert "dma-buf: heaps: Add system heap to dmabuf heaps"
Sean Paul
4
-133
/
+0
2019-10-30
Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"
Sean Paul
3
-187
/
+0
2019-10-30
Revert "kselftests: Add dma-heap test"
Sean Paul
2
-247
/
+0
2019-10-30
drm/i915: Stop frobbing crtc->base.mode
Ville Syrjälä
1
-9
/
+9
2019-10-30
drm/i915: Nuke 'mode' argument to intel_get_load_detect_pipe()
Ville Syrjälä
4
-8
/
+4
2019-10-30
drm/amd/display: Add a conversion function for transmitter and phy_id enums
Nathan Chancellor
1
-1
/
+37
2019-10-30
drm/amd/display: remove redundant null pointer check before kfree
zhong jiang
1
-3
/
+1
2019-10-30
drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE
Alex Deucher
2
-0
/
+18
2019-10-30
drm/amdgpu: fix no ACK from LDS read during stress test for Arcturus
Le Ma
1
-0
/
+1
2019-10-30
drm/amdgpu: fix gfx VF FLR test fail on navi
HaiJun Chang
1
-0
/
+1
2019-10-30
drm/amdgpu: bypass some cleanup work after err_event_athub (v2)
Le Ma
4
-11
/
+30
2019-10-30
drm/amdgpu: clear UVD VCPU buffer when err_event_athub generated
Le Ma
1
-1
/
+9
2019-10-30
drm/amdgpu/SRIOV: SRIOV VF doesn't support BACO
Jiange Zhao
1
-1
/
+1
2019-10-30
drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() call
Geert Uytterhoeven
1
-2
/
+2
2019-10-30
drm/amdgpu: remove set but not used variable 'adev'
YueHaibing
1
-9
/
+0
2019-10-30
drm/amdkfd: bug fix for out of bounds mem on gpu cache filling info
Alex Sierra
1
-1
/
+1
2019-10-30
drm/amdkfd: Delete duplicated queue bit map reservation
Yong Zhao
1
-8
/
+0
2019-10-30
drm/amdkfd: Delete unnecessary pr_fmt switch
Yong Zhao
4
-13
/
+0
2019-10-30
drm/i915: Avoid HPD poll detect triggering a new detect cycle
Imre Deak
3
-0
/
+19
[next]