]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/shortlog
mirror_ubuntu-artful-kernel.git
2014-04-03 Dave AirlieMerge branch 'msm-next' of git://people.freedesktop...
2014-04-03 Laurent Pinchartdrm/rcar-du: Handle encoder initialization failures
2014-04-03 Dave AirlieMerge branch 'drm-next-3.15' of git://people.freedeskto...
2014-04-03 Alex Deucherdrm/radeon: fix typo in spectre_golden_registers
2014-04-03 Alex Deucherdrm/radeon: fix endian swap on hawaii clear state buffe...
2014-04-03 Alex Deucherdrm/radeon: call drm_edid_to_eld when we update the...
2014-04-03 Christian Königdrm/radeon: rework finding display PLL numbers v2
2014-04-03 Dave Airliedrm/radeon: fix resuming mode in pm runtime resume...
2014-04-03 Dave Airliedrm/radeon: fix runtime suspend breaking secondary...
2014-04-03 Christian Königdrm/radeon: clear needs_reset flag if IB test fails
2014-04-02 Dave AirlieMerge tag 'drm-intel-next-2014-03-21' of git://anongit...
2014-04-02 Dave AirlieMerge branch 'primary-plane' of git://people.freedeskto...
2014-04-02 Daniel Vetterdrm/crtc-helper: don't disable disconnected outputs
2014-04-02 Daniel Vetterdrm/crtc-helpers: fix dpms on logic
2014-04-02 Maarten Lankhorstdrm/qxl: unset a pointer in sync_obj_unref
2014-04-02 Lespiau, Damiendrm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH,...
2014-04-02 Dave Airliedrm/nouveau: don't suspend/resume display on runtime s/r
2014-04-02 Matt Roperdrm/doc: Update plane documentation and add plane helpe...
2014-04-02 Matt Roperdrm: Allow userspace to ask for universal plane list...
2014-04-02 Matt Roperdrm: Remove unused drm_crtc->fb
2014-04-02 Matt Roperdrm: Replace crtc fb with primary plane fb (v3)
2014-04-02 Matt Roperdrm/msm: Switch to universal plane API's
2014-04-02 Matt Roperdrm: Add drm_crtc_init_with_planes() (v2)
2014-04-02 Rob Clarkdrm: Add plane type property (v2)
2014-04-02 Matt Roperdrm: Add drm_universal_plane_init()
2014-04-02 Matt Roperdrm: Add primary plane helpers (v3)
2014-04-02 Matt Roperdrm: Make drm_crtc_check_viewport non-static
2014-04-02 Matt Roperdrm/shmobile: Restrict plane loops to only operate...
2014-04-02 Matt Roperdrm/i915: Restrict plane loops to only operate on overl...
2014-04-02 Matt Roperdrm/exynos: Restrict plane loops to only operate on...
2014-04-01 Matt Roperdrm: Add support for multiple plane types (v2)
2014-03-31 Laurent Pinchartdrm/omap: Don't dereference list head when the connecto...
2014-03-31 Rob Clarkdrm/msm/mdp: add timeout for irq wait
2014-03-31 Rob Clarkdrm/msm: validate flags, etc
2014-03-31 Rob Clarkdrm/msm: use componentised device support
2014-03-31 Rob Clarkdrm/msm: add chip-id param
2014-03-31 Rob Clarkdrm/msm: crank down gpu when inactive
2014-03-31 Rob Clarkdrm/msm: spin helper
2014-03-31 Rob Clarkdrm/msm: add hang_debug module param
2014-03-31 Rob Clarkdrm/msm: hdmi audio support
2014-03-31 Dave AirlieMerge tag 'vmwgfx-next-2014-03-28' of git://people...
2014-03-28 Thomas Hellstromdrm/vmwgfx: Bump driver minor and date
2014-03-28 Thomas Hellstromdrm/vmwgfx: Enable render nodes
2014-03-28 Thomas Hellstromdrm/vmwgfx: Tighten the security around buffer maps
2014-03-28 Thomas Hellstromdrm/ttm: Add a ttm_ref_object_exists function
2014-03-28 Thomas Hellstromdrm/vmwgfx: Tighten security around surface sharing v2
2014-03-28 Thomas Hellstromdrm/vmwgfx: Allow prime fds in the surface reference...
2014-03-28 Thomas Hellstromdrm/vmwgfx: Drop authentication requirement on UNREF...
2014-03-28 Thomas Hellstromdrm/vmwgfx: Reinstate and tighten security around legac...
2014-03-28 Thomas Hellstromdrm/vmwgfx: Use a per-device semaphore for reservation...
2014-03-28 Thomas Hellstromdrm: Add a function to get the ioctl flags
2014-03-28 Thomas Hellstromdrm: Protect the master management with a drm_device...
2014-03-28 Thomas Hellstromdrm: Remove the minor master list
2014-03-28 Thomas Hellstromdrm: Improve on minor type helpers v3
2014-03-28 Thomas Hellstromdrm: Make control nodes master-less v3
2014-03-28 Thomas Hellstromdrm: Break out ioctl permission check to a separate...
2014-03-28 Thomas Hellstromdrm: Have the crtc code only reference master from...
2014-03-28 Dave Airliedrm/i915: fix build warning on 32-bit (v2)
2014-03-28 Lespiau, Damiendrm: Remove the ', ' after the function name in debug...
2014-03-28 Lespiau, Damiendrm: Remove the prefix argument of drm_ut_debug_printk()
2014-03-28 Lespiau, Damiendrm: drm_ut_debug_printk() isn't called with NULL anywmore
2014-03-28 Lespiau, Damiendrm: Pull the test on drm_debug in the logging macros
2014-03-28 Lespiau, Damiendrm: Remove the now unused DRM_LOG* macros
2014-03-28 Lespiau, Damienstaging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
2014-03-28 Lespiau, Damiendrm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
2014-03-28 Lespiau, Damiendrm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
2014-03-28 Lespiau, Damiendrm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
2014-03-28 Lespiau, Damiendrm: Remove the unused (and unusable) DRM_LOG_MODE()
2014-03-28 Lespiau, Damiendrm: Refresh the explanation of debug categories
2014-03-27 Arnd Bergmanndrm/bridge: PTN3460 needs DRM_KMS_HELPER
2014-03-26 Dave AirlieMerge branch 'drm-nouveau-next' of git://anongit.freede...
2014-03-26 Alexandre Courbotdrm/nouveau: fix missing newline
2014-03-26 Martin Peresdrm/nouveau/bios: fetch the vbios from PROM using only...
2014-03-26 Martin Peresdrm/nouveau/therm: let the vbios decide on the automati...
2014-03-26 Martin Peresdrm/nvd7/therm: handle another kind of PWM fans
2014-03-26 Martin Peresdrm/nouveau/pm/fan: drop the fan lock in fan_update...
2014-03-26 Mario Kleinerdrm/nouveau: fix small thinko in vblank timestamping.
2014-03-26 Ben Skeggsdrm/nouveau/therm: check for sensor presence with reque...
2014-03-26 Ilia Mirkindrm/nouveau/disp/dp: allow 540MHz data rate
2014-03-26 Ben Skeggsdrm/nouveau: recognise higher link rate for available...
2014-03-26 Ben Skeggsdrm/nouveau/disp: limit dp capabilities as per dcb
2014-03-26 Ben Skeggsdrm/nva3/fbram: restrict training pattern setup to...
2014-03-26 Ben Skeggsdrm/nva3/devinit: restrict script access to some PFB...
2014-03-26 Ben Skeggsdrm/nouveau/devinit: add interface to check if a mmio...
2014-03-26 Ben Skeggsdrm/nouveau/bios: have strap reads show on devinit...
2014-03-26 Ben Skeggsdrm/nv50/gpio: fixup reset for gpios >= 16
2014-03-26 Ben Skeggsdrm/nv50/gpio: exclude sense value from mask when chang...
2014-03-26 Ben Skeggsdrm/gk104/gr: therm magic needed on some kepler boards
2014-03-26 Ben Skeggsdrm/gm107/gr: initial support
2014-03-26 Ben Skeggsdrm/gf100-/gf: fix a stupid typo, waiting on wrong...
2014-03-26 Ben Skeggsdrm/nouveau/bios: parsing of some random table needed...
2014-03-26 Ben Skeggsdrm/nv50/bar: fix plymouth issues on certain efi macbooks
2014-03-26 Ben Skeggsdrm/nouveau: fix fbcon not being accelerated after...
2014-03-26 Ben Skeggsdrm/gf100-/gr: split ppc state into its subunits
2014-03-26 Ben Skeggsdrm/gf100-/gf: split tpc state into its subunits
2014-03-26 Ben Skeggsdrm/gf100-/gr: split gpc state into its subunits
2014-03-26 Ben Skeggsdrm/gf100-/gr: tidy reg/ctx initval lists, mostly by...
2014-03-26 Ben Skeggsdrm/gk110/gr: minor adjustment to some random initval
2014-03-26 Ben Skeggsdrm/gk104/gr: minor adjustment to some random initval
2014-03-26 Ben Skeggsdrm/gf119/gr: fix bug in some random initval
next