<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/24205/Linux_2_6_37_Released</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sun, 19 May 2013 19:51:55 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Comment by maxsideburn</title>
			<link>http://www.osnews.com/thread?455992</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455992</guid>
			<description>just can't wait for the Galbraith latency patch in 2.6.38 <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 05 Jan 2011 15:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (maxsideburn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Thanks Kernel Developers!</title>
			<link>http://www.osnews.com/thread?455993</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455993</guid>
			<description>I like the most things they have done to kernel, particularly removal of Big Kernel Lock, or IO throttling. But I like some day to see a power manager as good as what OSX has.</description>
			<pubDate>Wed, 05 Jan 2011 15:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (mmrezaie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Android removed ??!</title>
			<link>http://www.osnews.com/thread?456011</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456011</guid>
			<description>Well, this one will be most talked about I guess: <a href="http://www.kroah.com/log/linux/android-kernel-problems.html" rel="nofollow">http://www.kroah.com/log/linux/android-kernel-problems.html</a></description>
			<pubDate>Wed, 05 Jan 2011 17:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (dsmogor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Thanks Kernel Developers!</title>
			<link>http://www.osnews.com/thread?456014</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456014</guid>
			<description>OS X has piss poor power management in and of itself, it's the Apple drivers and tweaks that allow it to be efficient. You can do this in Linux too, but it takes more work and some understanding of how ACPI works.</description>
			<pubDate>Wed, 05 Jan 2011 18:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (darknexus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Big Kernel Lock Removal. </title>
			<link>http://www.osnews.com/thread?456016</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456016</guid>
			<description>I thought they had removed this a while ago. What actually happened is that they gradually lessened the impact of The Big Kernel lock, allowing more and more of the kernel to be run in parallel. The only think it controls in modern 2.6 kernels are a hand full of drivers and obscure file systems. They fully removed the Big Kernel lock and replaced it with mutexes. So these parts that were not able to be run in parallel, are still not able to run in parallel, but one obscure driver shouldn't block a different obscure driver anymore. For what that's worth. <br />
<br />
Still a pretty cool benchmark for the kernel. Oh, I remember the taunts of those who criticised the linux 2.0 kernel for its SMP. Nice to lay those to rest.</description>
			<pubDate>Wed, 05 Jan 2011 18:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Android removed ??!</title>
			<link>http://www.osnews.com/thread?456022</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456022</guid>
			<description><div class="cquote">Well, this one will be most talked about I guess: <a href="http://www.kroah.com/log/linux/android-kernel-problems.html" rel="nofollow">http://www.kroah.com/log/linux/android-kernel-problems.html</a> </div> <br />
 <br />
 Uh, why would it be talked about? That's not new to this release - it happened in 2.6.33, over a year ago now, and all conversation occurred back then...Edited 2011-01-05 20:31 UTC</description>
			<pubDate>Wed, 05 Jan 2011 20:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>2.4</title>
			<link>http://www.osnews.com/thread?456148</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456148</guid>
			<description>I'll stick with 2.4, much faster thanks.</description>
			<pubDate>Thu, 06 Jan 2011 09:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (darrelljon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by turrini</title>
			<link>http://www.osnews.com/thread?456208</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456208</guid>
			<description>wrong replyEdited 2011-01-06 17:00 UTC</description>
			<pubDate>Thu, 06 Jan 2011 17:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (turrini)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Thanks Kernel Developers!</title>
			<link>http://www.osnews.com/thread?456209</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456209</guid>
			<description>OS X does not have to support as much software. And when you buy a windows laptop the laptop manufacturer installs it's &quot;own&quot; drivers to make it efficient.<br />
<br />
So the Linux developers have a lot more work to do.<br />
<br />
But if you are unhappy how much power your Linux-based system uses, I suggest running 'powertop'. It will help you with all of that.Edited 2011-01-06 17:02 UTC</description>
			<pubDate>Thu, 06 Jan 2011 17:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lennie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 2.4</title>
			<link>http://www.osnews.com/thread?456211</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456211</guid>
			<description>I wonder what you use it for.</description>
			<pubDate>Thu, 06 Jan 2011 17:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lennie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Big Kernel Lock Removal. </title>
			<link>http://www.osnews.com/thread?456212</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456212</guid>
			<description>That combined with the recent scheduler changes in 2.6.38 and lots of changes to the kernel-threads, some tickless changes and ext4 scalability improvements and removal of barriers in the block subsystem should hopefully improve performance for a bit.Edited 2011-01-06 17:17 UTC</description>
			<pubDate>Thu, 06 Jan 2011 17:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lennie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Thanks Kernel Developers!</title>
			<link>http://www.osnews.com/thread?456298</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456298</guid>
			<description><div class="cquote">OS X has piss poor power management in and of itself, it's the Apple drivers and tweaks that allow it to be efficient. You can do this in Linux too, but it takes more work and some understanding of how ACPI works. </div><br />
<br />
Based on what evidence is it 'piss poor' or is this more 'speaking out of your ass' rather than using empirical data?<br />
<br />
The efficiency in terms of power management has as much to do with the kernel as it has with the user land applications and how they're written. If an application is polling non-stop for a device to be inserted then it won't matter how efficient the kernel is given that an application in user space is constantly waking the CPU from its low power state.</description>
			<pubDate>Fri, 07 Jan 2011 06:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
