<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/android, branch v2.6.32</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.32</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-10-30T21:47:44Z</updated>
<entry>
<title>Staging: android: mark subsystem as broken</title>
<updated>2009-10-30T21:47:44Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-10-26T23:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2cdf99ce2b9418c9d7c5f907195cfac421375520'/>
<id>urn:sha1:2cdf99ce2b9418c9d7c5f907195cfac421375520</id>
<content type='text'>
It's causing lots of build errors, so just mark it as broken.  It is
scheduled to be removed in 2.6.33 anyway.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: Make some structures static</title>
<updated>2009-09-15T19:02:24Z</updated>
<author>
<name>Julia Lawall</name>
<email>julia@diku.dk</email>
</author>
<published>2009-08-14T20:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a5ca2dfc4ebd33e18f981f562833c39efdc2585c'/>
<id>urn:sha1:a5ca2dfc4ebd33e18f981f562833c39efdc2585c</id>
<content type='text'>
This was done using a semantic patch (http://coccinelle.lip6.fr/) that
checks that the declaration is not inside a function definition, that the
defined variable is not exported using EXPORTED_SYMBOL, etc, and that the
defined variable does not occur in any other file.  If these conditions
hold, static is added before the declaration.

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
</entry>
<entry>
<title>Staging: android: lowmemorykiller: fix module param errors</title>
<updated>2009-09-15T19:01:26Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-07-31T18:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0984e56a65a29ad0700c5abf657327e73929ea1f'/>
<id>urn:sha1:0984e56a65a29ad0700c5abf657327e73929ea1f</id>
<content type='text'>
Move module_params to near the end of the source file so that
their references are already known/defined.  Fixes build errors:

drivers/staging/android/lowmemorykiller.c: In function '__check_cost':
drivers/staging/android/lowmemorykiller.c:60: error: 'lowmem_shrinker' undeclared (first use in this function)
drivers/staging/android/lowmemorykiller.c: At top level:
drivers/staging/android/lowmemorykiller.c:60: error: 'lowmem_shrinker' undeclared here (not in a function)
drivers/staging/android/lowmemorykiller.c:60: warning: type defaults to 'int' in declaration of 'type name'

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: android: binder: partial checkpatch cleanup</title>
<updated>2009-09-15T19:01:26Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-07-05T16:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=10626434f473a7b4b0a21f427b301d3dd0db65a8'/>
<id>urn:sha1:10626434f473a7b4b0a21f427b301d3dd0db65a8</id>
<content type='text'>
Clean up 3 or so checkpatch errors from one of my prior patches.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: android: lowmemorykiller: delete the decription file</title>
<updated>2009-09-15T19:01:26Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-07-05T16:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=272bb3d8759448b2017aee149d226d7bf2d2bbb7'/>
<id>urn:sha1:272bb3d8759448b2017aee149d226d7bf2d2bbb7</id>
<content type='text'>
Move the lowmemorykiller.txt into the actual source file which is really the
correct place for it, and delete lowmemorykiller.txt.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: android: lowmemorykiller: remove a predefine</title>
<updated>2009-09-15T19:01:26Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-07-05T16:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=edd540ea92954f896bfb7ee0ebf5dfdde6e6cb41'/>
<id>urn:sha1:edd540ea92954f896bfb7ee0ebf5dfdde6e6cb41</id>
<content type='text'>
I moved the struct shrinker down so that the predefine isn't needed.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: android: binder: cleanup some long lines</title>
<updated>2009-09-15T19:01:26Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-07-05T16:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=707636ff4bd4057b8fb9c1e6cc68885014623b17'/>
<id>urn:sha1:707636ff4bd4057b8fb9c1e6cc68885014623b17</id>
<content type='text'>
This file has a lot of long line problems due to the massive indent issues
that exist. This just cleans up some of the really really long ones.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: android: binder: clean up for all the stat statments</title>
<updated>2009-09-15T19:01:25Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-06-12T18:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8683b987285e4542dd79192054ee4591b8cc7700'/>
<id>urn:sha1:8683b987285e4542dd79192054ee4591b8cc7700</id>
<content type='text'>
An initial cleanup of all the binder_stat statements. The binder
command and return stats still need some assistance tho.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: android: binder: global variable cleanup.</title>
<updated>2009-09-15T19:01:25Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-06-12T18:51:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=39e420e0a918e7d2123e26a3617568fe2b6af8c6'/>
<id>urn:sha1:39e420e0a918e7d2123e26a3617568fe2b6af8c6</id>
<content type='text'>
Replaced a manual hlist_head declaration with a macro based one.
Also reorganized the globals to be grouped better.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: android: binder: add enum usage in function arguments</title>
<updated>2009-09-15T19:01:25Z</updated>
<author>
<name>Daniel Walker</name>
<email>dwalker@fifo99.com</email>
</author>
<published>2009-06-12T18:51:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fd0a2f07d9b37fa52ece5bdec4f1130e080c1f51'/>
<id>urn:sha1:fd0a2f07d9b37fa52ece5bdec4f1130e080c1f51</id>
<content type='text'>
Declare the binder_deferred_state enum, and use the new enum
for one of the binder_defer_work function arguments. This
should keep the argument within the confines of the enum
instead of the whole int range.

Signed-off-by: Daniel Walker &lt;dwalker@fifo99.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
