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:	Tue, 14 Jul 2009 15:57:28 +0300
From:	Tiago Vignatti <tiago.vignatti@...ia.com>
To:	Jesse Barnes <jbarnes@...tuousgeek.org>
Cc:	Dave Airlie <airlied@...hat.com>, <linux-pci@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>,
	Tiago Vignatti <tiago.vignatti@...ia.com>
Subject: [PATCH 0/2] VGA arbiter implementation

Hi,

So here finally is, Jesse! 

I've cooked this set against linux-2.6 linus's tree (7638d532). Please point 
me out if I need to apply to some other tree.


Thank you,

                Tiago


Tiago Vignatti (2):
  vga: implements VGA arbitration on Linux
  vga: drops a documentation regarding the VGA arbiter

 Documentation/vgaarbiter.txt |  197 ++++++++
 drivers/gpu/Makefile         |    2 +-
 drivers/gpu/vga/Kconfig      |    8 +
 drivers/gpu/vga/Makefile     |    1 +
 drivers/gpu/vga/vgaarb.c     | 1120 ++++++++++++++++++++++++++++++++++++++++++
 drivers/gpu/vga/vgaarb.h     |  168 +++++++
 drivers/video/Kconfig        |    2 +
 7 files changed, 1497 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/vgaarbiter.txt
 create mode 100644 drivers/gpu/vga/Kconfig
 create mode 100644 drivers/gpu/vga/Makefile
 create mode 100644 drivers/gpu/vga/vgaarb.c
 create mode 100644 drivers/gpu/vga/vgaarb.h

--
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