<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/Documentation/rbtree.txt, branch v3.0.42</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>Documentation: remove anticipatory scheduler info</title>
<updated>2010-11-11T11:09:59+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2010-11-11T11:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=17a9e7bbae178d1326e4631ab6350a272349c99d'/>
<id>17a9e7bbae178d1326e4631ab6350a272349c99d</id>
<content type='text'>
Remove anticipatory block I/O scheduler info from Documentation/
since the code has been deleted.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Reported-by: "Robert P. J. Day" &lt;rpjday@crashcourse.ca&gt;
Cc: Jens Axboe &lt;axboe@kernel.dk&gt;
Signed-off-by: Jens Axboe &lt;jaxboe@fusionio.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove anticipatory block I/O scheduler info from Documentation/
since the code has been deleted.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Reported-by: "Robert P. J. Day" &lt;rpjday@crashcourse.ca&gt;
Cc: Jens Axboe &lt;axboe@kernel.dk&gt;
Signed-off-by: Jens Axboe &lt;jaxboe@fusionio.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rbtree: Add support for augmented rbtrees</title>
<updated>2010-02-18T23:40:56+00:00</updated>
<author>
<name>Pallipadi, Venkatesh</name>
<email>venkatesh.pallipadi@intel.com</email>
</author>
<published>2010-02-10T23:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=17d9ddc72fb8bba0d4f67868c9c612e472a594a9'/>
<id>17d9ddc72fb8bba0d4f67868c9c612e472a594a9</id>
<content type='text'>
Add support for augmented rbtrees in core rbtree code.

This will be used in subsequent patches, in x86 PAT code, which needs
interval trees to efficiently keep track of PAT ranges.

Signed-off-by: Venkatesh Pallipadi &lt;venkatesh.pallipadi@intel.com&gt;
LKML-Reference: &lt;20100210232343.GA11465@linux-os.sc.intel.com&gt;
Signed-off-by: Suresh Siddha &lt;suresh.b.siddha@intel.com&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for augmented rbtrees in core rbtree code.

This will be used in subsequent patches, in x86 PAT code, which needs
interval trees to efficiently keep track of PAT ranges.

Signed-off-by: Venkatesh Pallipadi &lt;venkatesh.pallipadi@intel.com&gt;
LKML-Reference: &lt;20100210232343.GA11465@linux-os.sc.intel.com&gt;
Signed-off-by: Suresh Siddha &lt;suresh.b.siddha@intel.com&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trivial: rbtree.txt: fix rb_entry() parameters in sample code</title>
<updated>2009-06-12T16:01:47+00:00</updated>
<author>
<name>Wang Tinggong</name>
<email>wangtinggong@gmail.com</email>
</author>
<published>2009-05-14T09:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=190342335c2a7939407d7391e5bb6c9ee39244eb'/>
<id>190342335c2a7939407d7391e5bb6c9ee39244eb</id>
<content type='text'>
Reviewed-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt</title>
<updated>2009-06-12T16:01:47+00:00</updated>
<author>
<name>figo.zhang</name>
<email>figo.zhang@kolorific.com</email>
</author>
<published>2009-04-17T02:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=27af1da4b58675d5c6bacf9b7de9c2746687d272'/>
<id>27af1da4b58675d5c6bacf9b7de9c2746687d272</id>
<content type='text'>
 The first formal parameter of the rb_link_node() is a pointer, and the
 "node" is define a data struct (pls see line 67 and line 73 in the
 doc), so the actual parameter should use "&amp;data-&gt;node".

Signed-off-by: Figo.zhang &lt;figo.zhang@kolorific.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 The first formal parameter of the rb_link_node() is a pointer, and the
 "node" is define a data struct (pls see line 67 and line 73 in the
 doc), so the actual parameter should use "&amp;data-&gt;node".

Signed-off-by: Figo.zhang &lt;figo.zhang@kolorific.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] Documentation/rbtree.txt</title>
<updated>2007-02-11T18:51:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2007-02-10T09:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c742b53114f8d1535608dafb6a5690103a0748b5'/>
<id>c742b53114f8d1535608dafb6a5690103a0748b5</id>
<content type='text'>
Documentation for lib/rbtree.c.

Signed-off-by: Rob Landley &lt;rob@landley.net&gt;
Cc: "Randy.Dunlap" &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documentation for lib/rbtree.c.

Signed-off-by: Rob Landley &lt;rob@landley.net&gt;
Cc: "Randy.Dunlap" &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
