1. 08 7月, 2016 1 次提交
  2. 02 7月, 2016 1 次提交
    • S
      drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set · d5f1a291
      Sinclair Yeh 提交于
      For the Screen Object display unit, we need to reserve a
      guest-invisible region equal to the size of the framebuffer for
      the host.  This region can only be reserved in VRAM, whereas
      the guest-visible framebuffer can be reserved in either VRAM or
      GMR.
      
      As such priority should be given to the guest-invisible
      region otherwise in a limited VRAM situation, we can fail to
      allocate this region.
      
      This patch makes it so that vmw_sou_backing_alloc() is called
      before the framebuffer is pinned.
      Signed-off-by: NSinclair Yeh <syeh@vmware.com>
      Reviewed-by: NThomas Hellstrom <thellstrom@vmware.com>
      Cc: <stable@vger.kernel.org>
      ---
      This is the last patch of a 3-patch series to fix console black
      screen issue on Ubuntu 16.04 server
      d5f1a291
  3. 29 4月, 2016 1 次提交
  4. 21 8月, 2015 1 次提交
  5. 13 8月, 2015 1 次提交
  6. 05 8月, 2015 6 次提交
  7. 27 8月, 2014 1 次提交
  8. 03 7月, 2014 1 次提交
  9. 03 4月, 2014 1 次提交
  10. 28 3月, 2014 1 次提交
  11. 03 10月, 2012 1 次提交
  12. 21 8月, 2012 1 次提交
    • T
      workqueue: deprecate flush[_delayed]_work_sync() · 43829731
      Tejun Heo 提交于
      flush[_delayed]_work_sync() are now spurious.  Mark them deprecated
      and convert all users to flush[_delayed]_work().
      
      If you're cc'd and wondering what's going on: Now all workqueues are
      non-reentrant and the regular flushes guarantee that the work item is
      not pending or running on any CPU on return, so there's no reason to
      use the sync flushes at all and they're going away.
      
      This patch doesn't make any functional difference.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Mattia Dongili <malattia@linux.it>
      Cc: Kent Yoder <key@linux.vnet.ibm.com>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Karsten Keil <isdn@linux-pingi.de>
      Cc: Bryan Wu <bryan.wu@canonical.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Alasdair Kergon <agk@redhat.com>
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: linux-wireless@vger.kernel.org
      Cc: Anton Vorontsov <cbou@mail.ru>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Eric Van Hensbergen <ericvh@gmail.com>
      Cc: Takashi Iwai <tiwai@suse.de>
      Cc: Steven Whitehouse <swhiteho@redhat.com>
      Cc: Petr Vandrovec <petr@vandrovec.name>
      Cc: Mark Fasheh <mfasheh@suse.com>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Avi Kivity <avi@redhat.com> 
      43829731
  13. 13 2月, 2012 1 次提交
  14. 09 2月, 2012 1 次提交
  15. 01 11月, 2011 1 次提交
  16. 05 10月, 2011 2 次提交
  17. 01 9月, 2011 2 次提交
  18. 24 12月, 2010 1 次提交
  19. 21 12月, 2010 1 次提交
  20. 27 10月, 2010 1 次提交
  21. 06 10月, 2010 2 次提交
  22. 01 10月, 2010 1 次提交
  23. 02 8月, 2010 1 次提交
  24. 03 6月, 2010 1 次提交
  25. 01 6月, 2010 3 次提交
  26. 18 5月, 2010 1 次提交
  27. 08 4月, 2010 1 次提交
  28. 18 2月, 2010 1 次提交
  29. 14 1月, 2010 1 次提交
  30. 15 12月, 2009 1 次提交