index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Commit message (
Expand
)
Author
Age
...
|
|
*
drm/vmwgfx: Fix OTABLE takedown
Thomas Hellstrom
2015-08-05
|
|
*
vmwgfx: Rework device initialization
Thomas Hellstrom
2015-08-05
|
|
*
drm/vmwgfx: Fix an fb unlocking bug
Thomas Hellstrom
2015-08-05
|
*
|
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
2015-08-17
|
|
\
\
|
*
|
|
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-06
|
*
|
|
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
2015-07-27
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2015-09-01
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: fix typos in comment blocks
Masahiro Yamada
2015-08-07
|
|
/
*
/
drm/vmwgfx: Fix execbuf locking issues
Thomas Hellstrom
2015-08-13
|
/
*
Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-03-31
|
\
|
*
drm: Drop ioctl->cmd_drv
Ville Syrjälä
2015-03-27
*
|
drm/vmwgfx: Fix an issue with the device losing its irq line on module unload
Thomas Hellstrom
2015-03-11
*
|
drm/vmwgfx: Correctly NULLify dma buffer pointer on failure
Colin Ian King
2015-03-11
*
|
drm/vmwgfx: Reorder device takedown somewhat
Thomas Hellstrom
2015-03-11
*
|
drm/vmwgfx: Fix a couple of lock dependency violations
Thomas Hellstrom
2015-03-11
|
/
*
drm/vmwgfx: Replace the hw mutex with a hw spinlock
Thomas Hellstrom
2015-01-19
*
drm/ttm: optionally move duplicates to a separate list
Christian König
2014-12-03
*
drm/vmwgfx: (Re)bind shaders to MOBs with the correct offset
Thomas Hellstrom
2014-12-03
*
drm/vmwgfx: Fix fence event code
Thomas Hellstrom
2014-12-03
*
drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
Thomas Hellstrom
2014-12-03
*
drm/vmwgfx: Fix error printout on signals pending
Thomas Hellstrom
2014-12-03
*
drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
2014-11-20
*
drm: Per-plane locking
Daniel Vetter
2014-11-12
*
Merge tag 'v3.18-rc4' into drm-next
Dave Airlie
2014-11-12
|
\
|
*
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
Sinclair Yeh
2014-10-31
|
*
drm/vmwgfx: Fix hash key computation
Thomas Hellstrom
2014-10-31
|
*
drm/vmwgfx: fix lock breakage
Rob Clark
2014-10-31
*
|
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-11-04
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-10-14
|
\
|
*
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
2014-09-30
|
*
drm: backmerge tag 'v3.17-rc5' into drm-next
Dave Airlie
2014-09-15
|
|
\
|
*
|
drm/ttm: allow fence to be added as shared
Christian König
2014-09-11
|
*
|
drm: add driver->set_busid() callback
David Herrmann
2014-09-10
|
*
|
drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
Maarten Lankhorst
2014-09-02
|
*
|
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
|
*
|
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
2014-09-02
|
*
|
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
2014-09-02
|
*
|
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
2014-09-01
|
*
|
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
2014-09-01
|
*
|
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-09-01
|
*
|
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2014-08-27
*
|
|
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-10-09
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Francesco Ruggeri
2014-09-24
|
|
/
*
|
drm/vmwgfx: Fix a potential infinite spin waiting for fifo idle
Thomas Hellstrom
2014-09-01
*
|
drm/vmwgfx: Fix an incorrect OOM return value
Thomas Hellstrom
2014-09-01
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-08-07
|
\
|
*
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
2014-08-07
|
*
drm: drop redundant drm_file->is_master
David Herrmann
2014-08-05
|
*
drm/ttm: Fix a few sparse warnings
Thierry Reding
2014-07-21
|
*
drm/vmwgfx: use helpers
Rob Clark
2014-07-18
[prev]
[next]