summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-28drm/doc: integrate fb helper reference into docsDaniel Vetter2-4/+20
2012-11-28drm/doc: integrate crtc helper api into docbookDaniel Vetter2-24/+46
2012-11-28drm/doc: Helpers are not a Midlayer!Daniel Vetter1-2/+2
2012-11-28drm/edid: tune down debug message in parse_hdmi_vsdbDaniel Vetter1-1/+1
2012-11-28drm: only build ati_pcigart if PCI enabledJames Hogan1-1/+2
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom3-5/+26
2012-11-28drm: tegra: Add Tegra30 supportThierry Reding3-1/+5
2012-11-28drm: tegra: Use framebuffer pitch as line strideThierry Reding1-1/+1
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2-6/+3
2012-11-28drm/ttm: Use the hashtab _rcu interface for ttm_objectsThomas Hellstrom1-7/+14
2012-11-28drm/ttm: Fix locking in an error pathThomas Hellstrom1-0/+2
2012-11-28drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom1-1/+1
2012-11-28kref: Add kref_get_unless_zero documentationThomas Hellstrom1-0/+88
2012-11-28drm: Add a hash-tab rcu-safe APIThomas Hellstrom2-4/+36
2012-11-20drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom2-94/+928
2012-11-20drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom5-1235/+1337
2012-11-20drm/vmwgfx: Refactor resource managementThomas Hellstrom6-811/+1783
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom1-2/+5
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom1-32/+18
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom1-1/+1
2012-11-20drm/vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom1-9/+12
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom1-4/+4
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst4-32/+5
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom1-1/+2
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom3-23/+19
2012-11-20kref: Implement kref_get_unless_zero v3Thomas Hellstrom1-0/+21
2012-11-20drm: Make hashtab rcu-safeThomas Hellstrom1-11/+7
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst5-17/+15
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst4-6/+2
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst5-16/+4
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst3-22/+4
2012-11-20DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich1-1/+5
2012-11-20drm: don't unnecessarily enable the polling workDaniel Vetter1-3/+3
2012-11-20vga_switcheroo: Drop unused include and unused variables.Igor Murzov1-6/+0
2012-11-20drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-11-20drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()Tommi Rantala1-2/+11
2012-11-20drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala1-1/+0
2012-11-20drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-11-20drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala1-0/+2
2012-11-20drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala1-2/+11
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz2-3/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2-4/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz9-23/+10
2012-11-20drm/radeon: Use hweight32Akinobu Mita2-13/+2
2012-11-20drm: use memchr_inv()Akinobu Mita1-5/+2
2012-11-20drm: add support for monotonic vblank timestampsImre Deak5-5/+33
2012-11-20drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak1-6/+12
2012-11-20drm: don't poll forced connectorsDaniel Vetter1-0/+4
2012-11-20drm: don't start the poll engine in probe_single_connectorDaniel Vetter2-1/+7
2012-11-20drm: properly init/reset connector statusDaniel Vetter1-1/+5