index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-28
drm/doc: integrate fb helper reference into docs
Daniel Vetter
2
-4
/
+20
2012-11-28
drm/doc: integrate crtc helper api into docbook
Daniel Vetter
2
-24
/
+46
2012-11-28
drm/doc: Helpers are not a Midlayer!
Daniel Vetter
1
-2
/
+2
2012-11-28
drm/edid: tune down debug message in parse_hdmi_vsdb
Daniel Vetter
1
-1
/
+1
2012-11-28
drm: only build ati_pcigart if PCI enabled
James Hogan
1
-1
/
+2
2012-11-28
drm/vmwgfx: Tighten the security around buffer maps
Thomas Hellstrom
3
-5
/
+26
2012-11-28
drm: tegra: Add Tegra30 support
Thierry Reding
3
-1
/
+5
2012-11-28
drm: tegra: Use framebuffer pitch as line stride
Thierry Reding
1
-1
/
+1
2012-11-28
drm/ttm: Optimize vm locking using kref_get_unless_zero v3
Thomas Hellstrom
2
-6
/
+3
2012-11-28
drm/ttm: Use the hashtab _rcu interface for ttm_objects
Thomas Hellstrom
1
-7
/
+14
2012-11-28
drm/ttm: Fix locking in an error path
Thomas Hellstrom
1
-0
/
+2
2012-11-28
drm/vmwgfx: Free user-space fence objects correctly
Thomas Hellstrom
1
-1
/
+1
2012-11-28
kref: Add kref_get_unless_zero documentation
Thomas Hellstrom
1
-0
/
+88
2012-11-28
drm: Add a hash-tab rcu-safe API
Thomas Hellstrom
2
-4
/
+36
2012-11-20
drm/vmwgfx: Add and make use of a header for surface size calculation.
Thomas Hellstrom
2
-94
/
+928
2012-11-20
drm/vmwgfx: Break out surface and context management to separate files
Thomas Hellstrom
5
-1235
/
+1337
2012-11-20
drm/vmwgfx: Refactor resource management
Thomas Hellstrom
6
-811
/
+1783
2012-11-20
drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects
Thomas Hellstrom
1
-2
/
+5
2012-11-20
drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded
Thomas Hellstrom
1
-32
/
+18
2012-11-20
drm/vmwgfx: Make screen object code not require fifo at init time
Thomas Hellstrom
1
-1
/
+1
2012-11-20
drm/vmwgfx: Make overlay code not require fifo at init time
Thomas Hellstrom
1
-9
/
+12
2012-11-20
drm/vmwgfx: Enable traces *after* we've hidden SVGA
Thomas Hellstrom
1
-4
/
+4
2012-11-20
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
Maarten Lankhorst
4
-32
/
+5
2012-11-20
drm/ttm: Optimize reservation slightly
Thomas Hellstrom
1
-1
/
+2
2012-11-20
drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3
Thomas Hellstrom
3
-23
/
+19
2012-11-20
kref: Implement kref_get_unless_zero v3
Thomas Hellstrom
1
-0
/
+21
2012-11-20
drm: Make hashtab rcu-safe
Thomas Hellstrom
1
-11
/
+7
2012-11-20
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
5
-17
/
+15
2012-11-20
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Maarten Lankhorst
4
-6
/
+2
2012-11-20
drm/ttm: remove sync_obj_arg member
Maarten Lankhorst
5
-16
/
+4
2012-11-20
drm/vmwgfx: remove use of fence_obj_args
Maarten Lankhorst
3
-22
/
+4
2012-11-20
DRM/KMS: Add Bail-Out Conditions for Loop.
Egbert Eich
1
-1
/
+5
2012-11-20
drm: don't unnecessarily enable the polling work
Daniel Vetter
1
-3
/
+3
2012-11-20
vga_switcheroo: Drop unused include and unused variables.
Igor Murzov
1
-6
/
+0
2012-11-20
drm/nouveau: free memory allocated with alloc_apertures()
Tommi Rantala
1
-0
/
+1
2012-11-20
drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()
Tommi Rantala
1
-2
/
+11
2012-11-20
drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()
Tommi Rantala
1
-1
/
+0
2012-11-20
drm/mgag200: free memory allocated with alloc_apertures()
Tommi Rantala
1
-0
/
+1
2012-11-20
drm/mgag200: check alloc_apertures() success in mga_vram_init()
Tommi Rantala
1
-0
/
+2
2012-11-20
drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()
Tommi Rantala
1
-2
/
+11
2012-11-20
drm/ttm: remove ttm_mem_global->queue
Marcin Slusarz
2
-3
/
+0
2012-11-20
drm/ttm: remove ttm_bo_device->nice_mode
Marcin Slusarz
2
-4
/
+0
2012-11-20
drm/ttm: remove ttm_buffer_object->buffer_start
Marcin Slusarz
9
-23
/
+10
2012-11-20
drm/radeon: Use hweight32
Akinobu Mita
2
-13
/
+2
2012-11-20
drm: use memchr_inv()
Akinobu Mita
1
-5
/
+2
2012-11-20
drm: add support for monotonic vblank timestamps
Imre Deak
5
-5
/
+33
2012-11-20
drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos
Imre Deak
1
-6
/
+12
2012-11-20
drm: don't poll forced connectors
Daniel Vetter
1
-0
/
+4
2012-11-20
drm: don't start the poll engine in probe_single_connector
Daniel Vetter
2
-1
/
+7
2012-11-20
drm: properly init/reset connector status
Daniel Vetter
1
-1
/
+5
[next]