lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 7 Jul 2010 04:23:32 +0100 (IST)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org
cc:	DRI mailing list <dri-devel@...ts.freedesktop.org>,
	linux-kernel@...r.kernel.org
Subject: [git pull] drm fixes


Four fixes, page alloc fix is for a regression when you load/unload drm 
drivers modules that use it, Jesse fixed annoying bug where starting X 
after console blanked would never light up screen, and two fixes to radeon 
to light up certain hw configurations properly.

The following changes since commit 123f94f22e3d283dfe68742b269c245b0501ad82:

  Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-07-02 09:52:58 -0700)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Alex Deucher (2):
      drm/radeon/kms: add ioport register access
      drm/radeon/kms: fix shared ddc handling

Francisco Jerez (1):
      drm/ttm: Allocate the page pool manager in the heap.

Jesse Barnes (1):
      drm: correctly update connector DPMS status in drm_fb_helper

 drivers/gpu/drm/drm_fb_helper.c            |   23 ++++++++-
 drivers/gpu/drm/radeon/atom.c              |    5 +-
 drivers/gpu/drm/radeon/atom.h              |    2 +
 drivers/gpu/drm/radeon/radeon.h            |   25 ++++++++++
 drivers/gpu/drm/radeon/radeon_connectors.c |    4 +-
 drivers/gpu/drm/radeon/radeon_device.c     |   34 ++++++++++++++
 drivers/gpu/drm/ttm/ttm_page_alloc.c       |   68 +++++++++++++--------------
 include/drm/ttm/ttm_page_alloc.h           |    4 --
 8 files changed, 119 insertions(+), 46 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ