<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/infiniband/core, branch linux-2.6.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2006-02-14T21:49:37+00:00</updated>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband</title>
<updated>2006-02-14T21:49:37+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-02-14T21:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f78cf0dc7b7b13d0550d1e02cf221b65969ff926'/>
<id>urn:sha1:f78cf0dc7b7b13d0550d1e02cf221b65969ff926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] IB: fix up major/minor sysfs interface for IB core</title>
<updated>2006-02-06T20:17:17+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-01-20T22:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=68f5f996347dc2724a0dd511683643a2b6912380'/>
<id>urn:sha1:68f5f996347dc2724a0dd511683643a2b6912380</id>
<content type='text'>
Current IB code doesn't work with userspace programs that listen only to
the kernel event netlink socket as it is trying to create its own dev
interface.  This small patch fixes this problem, and removes some
unneeded code as the driver core handles this logic for you
automatically.

Acked-by: Sean Hefty &lt;sean.hefty@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>IB/mad: Handle DR SMPs with a LID routed part</title>
<updated>2006-02-03T22:28:48+00:00</updated>
<author>
<name>Ralph Campbell</name>
<email>ralphc@pathscale.com</email>
</author>
<published>2006-02-03T22:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8cf3f04f45694db0699f608c0e3fb550c607cc88'/>
<id>urn:sha1:8cf3f04f45694db0699f608c0e3fb550c607cc88</id>
<content type='text'>
Fix handling of directed route SMPs with a beginning or ending LID
routed part.

Signed-off-by: Ralph Campbell &lt;ralphc@pathscale.com&gt;
Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
<entry>
<title>IB/sa_query: Flush scheduled work before unloading module</title>
<updated>2006-01-17T17:53:51+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@mellanox.co.il</email>
</author>
<published>2006-01-17T17:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0f47ae0b3ec35dc5f4723f2e0ad0f6f3f55e9bcd'/>
<id>urn:sha1:0f47ae0b3ec35dc5f4723f2e0ad0f6f3f55e9bcd</id>
<content type='text'>
sa_query schedules work on IB asynchronous events.  After
unregistering the async event handler, make sure that this work has
completed before releasing the IB device (and possibly allowing the
sa_query module text to go away).

Signed-off-by: Michael S. Tsirkin &lt;mst@mellanox.co.il&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
<entry>
<title>IB/uverbs: Flush scheduled work before unloading module</title>
<updated>2006-01-17T17:41:47+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@mellanox.co.il</email>
</author>
<published>2006-01-17T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cc76e33ec98ee2acab2d10828d31588d1b10f274'/>
<id>urn:sha1:cc76e33ec98ee2acab2d10828d31588d1b10f274</id>
<content type='text'>
uverbs might schedule work to clean up when a file is closed.  Make
sure that this work runs before allowing module text to go away.

Signed-off-by: Michael S. Tsirkin &lt;mst@mellanox.co.il&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Unlinline a bunch of other functions</title>
<updated>2006-01-15T02:27:06+00:00</updated>
<author>
<name>Arjan van de Ven</name>
<email>arjan@infradead.org</email>
</author>
<published>2006-01-14T21:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=858119e159384308a5dde67776691a2ebf70df0f'/>
<id>urn:sha1:858119e159384308a5dde67776691a2ebf70df0f</id>
<content type='text'>
Remove the "inline" keyword from a bunch of big functions in the kernel with
the goal of shrinking it by 30kb to 40kb

Signed-off-by: Arjan van de Ven &lt;arjan@infradead.org&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Acked-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>IB: convert from semaphores to mutexes</title>
<updated>2006-01-13T22:51:39+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2006-01-13T22:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=95ed644fd12f53c6fc778f3f246974e5fe3a9468'/>
<id>urn:sha1:95ed644fd12f53c6fc778f3f246974e5fe3a9468</id>
<content type='text'>
semaphore to mutex conversion by Ingo and Arjan's script.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
[ Sanity-checked on real IB hardware ]
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
<entry>
<title>IB: Add node_guid to struct ib_device</title>
<updated>2006-01-10T15:39:34+00:00</updated>
<author>
<name>Sean Hefty</name>
<email>sean.hefty@intel.com</email>
</author>
<published>2006-01-10T15:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cf311cd49a78f1e431787068cc31d29d06a415e6'/>
<id>urn:sha1:cf311cd49a78f1e431787068cc31d29d06a415e6</id>
<content type='text'>
Add a node_guid field to struct ib_device.  It is the responsibility
of the low-level driver to initialize this field before registering a
device with the midlayer.  Convert everyone to looking at this field
instead of calling ib_query_device() when all they want is the node
GUID, and remove the node_guid field from struct ib_device_attr.

Signed-off-by: Sean Hefty &lt;sean.hefty@intel.com&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband</title>
<updated>2006-01-09T04:18:44+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-01-09T04:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f'/>
<id>urn:sha1:5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IB: Set GIDs correctly in ib_create_ah_from_wc()</title>
<updated>2006-01-07T00:43:47+00:00</updated>
<author>
<name>Ralph Campbell</name>
<email>ralphc@pathscale.com</email>
</author>
<published>2006-01-07T00:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4f8448dfe8d3804fadad90c9b77494238b4a4eae'/>
<id>urn:sha1:4f8448dfe8d3804fadad90c9b77494238b4a4eae</id>
<content type='text'>
ib_create_ah_from_wc() doesn't create the correct return address (AH)
when there is a GRH present (source &amp; dest GIDs need to be swapped).

Signed-off-by: Ralph Campbell &lt;ralphc@pathscale.com&gt;
Signed-off-by: Sean Hefty &lt;sean.hefty@intel.com&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
</entry>
</feed>
