linux-2.6-microblaze.git
2020-09-24 Dave Airliedrm/amdgpu/ttm: handle tt moves properly.
2020-09-24 Dave Airliedrm/ttm: handle the SYSTEM->TT path in same place as...
2020-09-24 Qinglang Miaodrm/panel: simplify the return expression of td028ttec1...
2020-09-24 Christian Königdrm/ttm: remove TTM_PL_FLAG_NO_EVICT
2020-09-24 Christian Königdrm/ttm: remove ttm_bo_create
2020-09-24 Christian Königdrm/amdgpu: switch over to the new pin interface
2020-09-24 Christian Königdrm/radeon: switch over to the new pin interface
2020-09-24 Christian Königdrm/qxl: switch over to the new pin interface
2020-09-24 Christian Königdrm/vram-helper: switch over to the new pin interface
2020-09-24 Christian Königdrm/nouveau: switch over to the new pin interface
2020-09-24 Christian Königdrm/vmwgfx: switch over to the new pin interface v2
2020-09-24 Christian Königdrm/vmwgfx: stop using ttm_bo_create v2
2020-09-24 Christian Königdrm/vmwgfx: remove unused placement combination
2020-09-24 Christian Königdrm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2
2020-09-24 Thomas Zimmermanndrm/ast: Reload gamma LUT after changing primary plane...
2020-09-24 Christian Königdrm/ttm: remove persistent_swap_storage
2020-09-24 Christian Königdrm/nouveau: stop using persistent_swap_storage
2020-09-24 Jani Nikuladrm/dp: add a number of DP 2.0 DPCD definitions
2020-09-24 Jani Nikuladrm/dp: add subheadings to DPCD address definitions
2020-09-23 Dave Airliedrm/ttm: add bo wait that takes a ctx wrapper.
2020-09-23 Dave Airliedrm/nouveau/ttm: plumb ctx through move functions.
2020-09-23 Dave Airliedrm/radeon: cleanup ttm operation ctx usage.
2020-09-23 Dave Airliedrm/qxl: kill unused bo wait wrapper
2020-09-23 Dave Airliedrm/radeon: kill radeon_bo_wait
2020-09-23 Daniel Vetterdrm/doc: Document that modifiers are always required...
2020-09-23 Christian Königdrm/ttm: stop dangerous caching attribute change
2020-09-23 Christian Königdrm/ttm: remove nonsense AGP handling
2020-09-22 Koba Kodrm/dp_mst: Retrieve extended DPCD caps for topology...
2020-09-22 Qinglang Miaovga_switcheroo: simplify the return expression of vga_s...
2020-09-22 Colin Ian Kingdrm/gma500: clean up indentation issues
2020-09-22 Thomas Zimmermanndrm/vram-helper: Fix use of top-down placement
2020-09-21 Jason Yandrm/panel: samsung: make vint_table static const
2020-09-21 Wang ShaoBodrm/imx/dcss: fix unused but set variable warnings
2020-09-21 Maxime Riparddrm/vc4: hvs: Pull the state of all the CRTCs prior...
2020-09-21 Tian Taodrm/ttm: update kernel-doc line comments
2020-09-21 Neil Armstrongdrm/panfrost: add Amlogic GPU integration quirks
2020-09-21 Neil Armstrongdrm/panfrost: add amlogic reset quirk callback
2020-09-21 Neil Armstrongdrm/panfrost: add support for vendor quirk
2020-09-21 Daniel Vetterdrm/dev: Remove drm_dev_init
2020-09-21 Luben Tuikovdrm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)
2020-09-21 Daniel Vetterdrm/i915/selftests: align more to real device lifetimes
2020-09-21 Daniel Vetterdrm/i915/selftest: Create mock_destroy_device
2020-09-18 Jing Xiangfengfbcon: Remove the superfluous break
2020-09-18 Vaibhav Guptafbdev: aty: remove CONFIG_PM container
2020-09-17 Dave Airliedrm/ttm: drop evicted from ttm_bo.
2020-09-17 Dave Airliedrm/ttm: drop special pipeline accel cleanup function.
2020-09-17 Dave Airliedrm/ttm: make common function for wait/free node path.
2020-09-17 Dave Airliedrm/ttm: move ghost object creation to a common function
2020-09-17 Dave Airliedrm/ttm: add a simple assign mem to bo wrapper
2020-09-17 Dave Airliedrm/ttm/drivers: call the bind function directly.
2020-09-17 Dave Airliedrm/ttm: move unbind into the tt destroy.
2020-09-17 Dave Airliedrm/ttm: flip tt destroy ordering.
2020-09-17 Dave Airliedrm/ttm: protect against reentrant bind in the drivers
2020-09-17 Christian Königdrm/ttm: remove superflous extern attribute from funcs
2020-09-17 Daniel Vetterdma-resv: lockdep-prime address_space->i_mmap_rwsem...
2020-09-17 Wang Qingdrm: fix spelling error in comments
2020-09-17 Lukas BulwahnMAINTAINERS: make linux-aspeed list remarks consistent
2020-09-17 Christian Königdrm/ttm: some cleanups
2020-09-16 Maxime RipardMerge branch 'virtio-shm' of git://git./linux/kernel...
2020-09-16 Thomas Zimmermanndrm/ast: Enable CRTC before planes
2020-09-16 Thomas Zimmermanndrm/ast: Program display mode in CRTC's atomic_enable()
2020-09-16 Thomas Zimmermanndrm/ast: Disable planes while switching display modes
2020-09-16 Thomas Zimmermanndrm/ast: Set format registers in primary plane's update
2020-09-16 Thomas ZimmermannMAINTAINERS: Add Thomas as reviewer for ast, mgag200...
2020-09-16 Stefan Agnerdrm: mxsfb: check framebuffer pitch
2020-09-16 Tian Taodrm/vc4: Handing the return value of drm_universal_plan...
2020-09-15 Dave Airliedrm/ttm: move populated state into page flags
2020-09-15 Dave Airliedrm/ttm: split bound/populated flags.
2020-09-15 Dave Airliedrm/ttm: move ttm binding/unbinding out of ttm_tt paths.
2020-09-15 Dave Airliedrm/ttm: split populate out from binding.
2020-09-15 Dave Airliedrm/ttm: tt destroy move null check to outer function.
2020-09-15 Dave Airliedrm/ttm: wrap tt destroy. (v2)
2020-09-15 Dave Airliedrm/ttm/tt: add wrappers to set tt state.
2020-09-15 Christian Königdrm/ttm: remove available_caching
2020-09-15 Christian Königdrm/nouveau: explicitly specify caching to use
2020-09-15 Christian Königdrm/ttm: remove default caching
2020-09-15 Enric Balletbo... drm/bridge: ps8640: Rework power state handling
2020-09-15 Gerd Hoffmanndrm/virtio: add virtio_gpu_cmd_unref_resource error...
2020-09-15 Gerd Hoffmanndrm/virtio: return virtio_gpu_queue errors
2020-09-15 Gerd Hoffmanndrm/virtio: use drmm_mode_config_init
2020-09-14 Paul Cercueilgpu/drm: ingenic: Add option to mmap GEM buffers cached
2020-09-14 Ville Syrjälädrm/i915: Drop the drm_atomic_helper_calc_timestamping_...
2020-09-14 Ville Syrjälädrm/atomic-helper: Remove the timestamping constant...
2020-09-14 Ville Syrjälädrm/atomic-helper: Extract drm_atomic_helper_calc_times...
2020-09-14 Maxime RipardMerge drm/drm-next into drm-misc-next
2020-09-14 Daniel VetterMerge v5.9-rc5 into drm-next
2020-09-14 Jia Yangdrm: fix double free for gbo in drm_gem_vram_init and...
2020-09-14 Thomas Zimmermanndrm/vboxvideo: Use drm_gem_vram_vmap() interfaces
2020-09-13 Linus TorvaldsLinux 5.9-rc5
2020-09-13 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2020-09-13 Linus TorvaldsMerge tag 'usb-5.9-rc5' of git://git./linux/kernel...
2020-09-13 Linus TorvaldsMerge tag 'staging-5.9-rc5' of git://git./linux/kernel...
2020-09-13 Linus TorvaldsMerge tag 'driver-core-5.9-rc5' of git://git./linux...
2020-09-13 Olof JohanssonMerge tag 'arm-soc/for-5.9/devicetree-fixes' of https...
2020-09-13 Olof JohanssonMerge tag 'imx-fixes-5.9-2' of git://git./linux/kernel...
2020-09-13 Olof JohanssonMerge tag 'omap-for-v5.9/fixes-rc3' of git://git./linux...
2020-09-13 Linus TorvaldsMerge tag 'char-misc-5.9-rc5' of git://git./linux/kerne...
2020-09-13 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-09-12 Linus TorvaldsMerge tag 'for-linus' of git://github.com/openrisc...
2020-09-12 Linus TorvaldsMerge tag 'seccomp-v5.9-rc5' of git://git./linux/kernel...
next