<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/arch/x86_64/kernel/aperture.c, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/arch/x86_64/kernel/aperture.c?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/arch/x86_64/kernel/aperture.c?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2007-10-11T09:14:07Z</updated>
<entry>
<title>x86_64: prepare shared kernel/aperture.c</title>
<updated>2007-10-11T09:14:07Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2007-10-11T09:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6ba77c2d762ccac01dc9302c63e21605552f177e'/>
<id>urn:sha1:6ba77c2d762ccac01dc9302c63e21605552f177e</id>
<content type='text'>
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86_64: arch/x86_64/kernel/aperture.c lower printk severity</title>
<updated>2007-07-22T01:37:14Z</updated>
<author>
<name>Dan Aloni</name>
<email>da-x@monatomic.org</email>
</author>
<published>2007-07-21T15:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=753811dc82a6a39554c34c13c996c3de9f4aa634'/>
<id>urn:sha1:753811dc82a6a39554c34c13c996c3de9f4aa634</id>
<content type='text'>
Users that use kernel log filtering (e.g.  via syslogd or a proprietry method)
wouldn't like to see warning prints that are not really warnings.

Signed-off-by: Dan Aloni &lt;da-x@monatomic.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>x86_64: move iommu declaration from proto to iommu.h</title>
<updated>2007-07-22T01:37:14Z</updated>
<author>
<name>Yinghai Lu</name>
<email>Yinghai.Lu@Sun.COM</email>
</author>
<published>2007-07-21T15:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f2cf8e085c0d3fd5c755d7c0de7334a50ebb728e'/>
<id>urn:sha1:f2cf8e085c0d3fd5c755d7c0de7334a50ebb728e</id>
<content type='text'>
[akpm@linux-foundation.org: build fix]
Signed-off-by: Yinghai Lu &lt;yinghai.lu@sun.com&gt;
Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Cc: "Eric W. Biederman" &lt;ebiederm@xmission.com&gt;
Cc: Muli Ben-Yehuda &lt;muli@il.ibm.com&gt;
Cc: Vivek Goyal &lt;vgoyal@in.ibm.com&gt;
Cc: Dave Jones &lt;davej@codemonkey.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>x86_64: off-by-two error in aperture.c</title>
<updated>2007-05-11T19:53:00Z</updated>
<author>
<name>Andrew Hastings</name>
<email>abh@cray.com</email>
</author>
<published>2007-05-11T09:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=547c5355d1b1167af39e315c82aa9ff1398596f4'/>
<id>urn:sha1:547c5355d1b1167af39e315c82aa9ff1398596f4</id>
<content type='text'>
I'm using a custom BIOS to configure the northbridge GART at address
0x80000000, size 2G.  Linux complains:

"Aperture from northbridge cpu 0 beyond 4GB. Ignoring."

I think there's an off-by-two error in arch/x86_64/kernel/aperture.c:

AK: use correct types for i386

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] x86-64: x86-64 system crashes when no memory populating Node 0</title>
<updated>2007-05-02T17:27:13Z</updated>
<author>
<name>James Puthukattukaran</name>
<email>James.Puthukattukaran@sun.com</email>
</author>
<published>2007-05-02T17:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=82d1bb725e128c97b362a4b33fcbfff08fdaaa5a'/>
<id>urn:sha1:82d1bb725e128c97b362a4b33fcbfff08fdaaa5a</id>
<content type='text'>
I have a 4 socket AMD Operton system. The 2.6.18 kernel I have crashes
when there is no memory in node0.

AK: changed call to _nopanic

Cc: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1</title>
<updated>2006-09-26T08:52:41Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2006-09-26T08:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0637a70a5db98182d9ad3d6ae1ee30acf20afde9'/>
<id>urn:sha1:0637a70a5db98182d9ad3d6ae1ee30acf20afde9</id>
<content type='text'>
Some buggy systems can machine check when config space accesses
happen for some non existent devices.  i386/x86-64 do some early
device scans that might trigger this. Allow pci=noearly to disable
this. Also when type 1 is disabling also don't do any early
accesses which are always type1.

This moves the pci= configuration parsing to be a early parameter.
I don't think this can break anything because it only changes
a single global that is only used by PCI.

Cc: gregkh@suse.de
Cc: Trammell Hudson &lt;hudson@osresearch.net&gt;

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] Insert GART region into resource map</title>
<updated>2006-09-26T08:52:40Z</updated>
<author>
<name>Aaron Durbin</name>
<email>adurbin@google.com</email>
</author>
<published>2006-09-26T08:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=56dd669a138c40ea6cdae487f233430d12372767'/>
<id>urn:sha1:56dd669a138c40ea6cdae487f233430d12372767</id>
<content type='text'>
Patch inserts the GART region into the iomem resource map. The GART will then
be visible within /proc/iomem. It will also allow for other users
utilizing the GART to subreserve the region (agp or IOMMU).

Signed-off-by: Aaron Durbin &lt;adurbin@google.com&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] A few trivial spelling and grammar fixes</title>
<updated>2006-09-26T08:52:28Z</updated>
<author>
<name>Adam Henley</name>
<email>adamazing@gmail.com</email>
</author>
<published>2006-09-26T08:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d5d9ca6d882f7c8d47ef91a701fc042cbebbc334'/>
<id>urn:sha1:d5d9ca6d882f7c8d47ef91a701fc042cbebbc334</id>
<content type='text'>
A few trivial spelling and grammar mistakes picked up in
"arch/x86_64/aperture.c", "arch/x86_64/crash.c" and
"arch/x86_64/apic.c". I think all are correct fixes but am ever aware
of my fallibility :o) This is my first patch submission so all
feedback is appreciated, esp. WRT CCing to Linus, Andi and
trivial@kernel.org, is this correct? And which is the most appropriate
kernel version to diff against? If any.

Should apply cleanly to 2.6.18-rc1

Signed-off-by: Adam Henley &lt;adamazing@gmail.com&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;

-  adam
</content>
</entry>
<entry>
<title>Remove obsolete #include &lt;linux/config.h&gt;</title>
<updated>2006-06-30T17:25:36Z</updated>
<author>
<name>Jörn Engel</name>
<email>joern@wohnheim.fh-wedel.de</email>
</author>
<published>2006-06-30T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6ab3d5624e172c553004ecc862bfeac16d9d68b7'/>
<id>urn:sha1:6ab3d5624e172c553004ecc862bfeac16d9d68b7</id>
<content type='text'>
Signed-off-by: Jörn Engel &lt;joern@wohnheim.fh-wedel.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] x86_64: Calgary IOMMU - introduce iommu_detected</title>
<updated>2006-06-26T17:48:18Z</updated>
<author>
<name>Jon Mason</name>
<email>jdmason@us.ibm.com</email>
</author>
<published>2006-06-26T11:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8d4f6b93a4aaa6b56b600cd1165c971f4395e4b3'/>
<id>urn:sha1:8d4f6b93a4aaa6b56b600cd1165c971f4395e4b3</id>
<content type='text'>
swiotlb relies on the gart specific iommu_aperture variable to know if
we discovered a hardware IOMMU before swiotlb initialization.  Introduce
iommu_detected to do the same thing, but in a HW IOMMU neutral manner,
in preparation for adding the Calgary HW IOMMU.

Signed-Off-By: Muli Ben-Yehuda &lt;muli@il.ibm.com&gt;
Signed-Off-By: Jon Mason &lt;jdmason@us.ibm.com&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
