<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/arch/x86, branch ipvs/experimental</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fexperimental</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fexperimental'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2010-01-23T08:31:06Z</updated>
<entry>
<title>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2010-01-23T08:31:06Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2010-01-23T08:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=51c24aaacaea90c8e87f1dec75a2ac7622b593f8'/>
<id>urn:sha1:51c24aaacaea90c8e87f1dec75a2ac7622b593f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip</title>
<updated>2010-01-21T16:50:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-21T16:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e80b1359858df17b0034bdf7d1b6f3e0d5b97257'/>
<id>urn:sha1:e80b1359858df17b0034bdf7d1b6f3e0d5b97257</id>
<content type='text'>
* 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  perf: x86: Add support for the ANY bit
  perf: Change the is_software_event() definition
  perf: Honour event state for aux stream data
  perf: Fix perf_event_do_pending() fallback callsite
  perf kmem: Print usage help for unknown commands
  perf kmem: Increase "Hit" column length
  hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change
  perf timechart: Use tid not pid for COMM change
</content>
</entry>
<entry>
<title>perf: x86: Add support for the ANY bit</title>
<updated>2010-01-21T12:40:41Z</updated>
<author>
<name>Stephane Eranian</name>
<email>eranian@google.com</email>
</author>
<published>2010-01-18T08:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b27d515a49169e5e2a92d621faac761074a8c5b1'/>
<id>urn:sha1:b27d515a49169e5e2a92d621faac761074a8c5b1</id>
<content type='text'>
Propagate the ANY bit into the fixed counter config for v3 and higher.

Signed-off-by: Stephane Eranian &lt;eranian@google.com&gt;
[a.p.zijlstra@chello.nl: split from larger patch]
Signed-off-by: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;
LKML-Reference: &lt;4b5430c6.0f975e0a.1bf9.ffff85fe@mx.google.com&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>Merge branch 'misc' into release</title>
<updated>2010-01-20T06:23:27Z</updated>
<author>
<name>Len Brown</name>
<email>len.brown@intel.com</email>
</author>
<published>2010-01-20T06:23:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=be6066f34c948ccf4adcc90bbeb1fd335d663303'/>
<id>urn:sha1:be6066f34c948ccf4adcc90bbeb1fd335d663303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x86, apic: use logical flat for systems with &lt;= 8 logical cpus</title>
<updated>2010-01-18T22:15:28Z</updated>
<author>
<name>Suresh Siddha</name>
<email>suresh.b.siddha@intel.com</email>
</author>
<published>2010-01-18T20:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bb668da6d6f2bec8a63838c098d9515eccb22cc4'/>
<id>urn:sha1:bb668da6d6f2bec8a63838c098d9515eccb22cc4</id>
<content type='text'>
We can use logical flat mode if there are &lt;= 8 logical cpu's
(irrespective of physical apic id values).  This will enable simplified
and efficient IPI and device interrupt routing on such platforms.

This has been tested to work on both Intel and AMD platforms.
Exceptions like IBM summit platform which can't use logical flat mode
are addressed by using OEM platform checks.

Signed-off-by: Suresh Siddha &lt;suresh.b.siddha@intel.com&gt;
Signed-off-by: Yinghai Lu &lt;yinghai@kernel.org&gt;
Cc: Ananth N Mavinakayanahalli &lt;ananth@in.ibm.com&gt;
Cc: Chris McDermott &lt;lcm@linux.vnet.ibm.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>x86, apic: use physical mode for IBM summit platforms</title>
<updated>2010-01-18T22:15:27Z</updated>
<author>
<name>Suresh Siddha</name>
<email>suresh.b.siddha@intel.com</email>
</author>
<published>2010-01-18T20:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dfea91d5a7c795fd6f4e1a97489a98e4e767463e'/>
<id>urn:sha1:dfea91d5a7c795fd6f4e1a97489a98e4e767463e</id>
<content type='text'>
Chris McDermott from IBM confirmed that hurricane chipset in IBM summit
platforms doesn't support logical flat mode.  Irrespective of the other
things like apic_id's, total number of logical cpu's, Linux kernel
should default to physical mode for this system.

The 32-bit kernel does so using the OEM checks for the IBM summit
platform.  Add a similar OEM platform check for the 64bit kernel too.

Otherwise the linux kernel boot can hang on this platform under certain
bios/platform settings.

Signed-off-by: Suresh Siddha &lt;suresh.b.siddha@intel.com&gt;
Tested-by: Ananth N Mavinakayanahalli &lt;ananth@in.ibm.com&gt;
Cc: Chris McDermott &lt;lcm@linux.vnet.ibm.com&gt;
Cc: Yinghai Lu &lt;yinghai@kernel.org&gt;
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change</title>
<updated>2010-01-17T07:01:44Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-01-16T09:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0bb7a95f5455cd87e6a69e5818bc1f509a98d187'/>
<id>urn:sha1:0bb7a95f5455cd87e6a69e5818bc1f509a98d187</id>
<content type='text'>
Commit 62edab9056a6cf0c9207339c8892c923a5217e45 (from June 2009
but merged in 2.6.33) changes notify_die to pass dr6 by
reference.

However, it forgets to fix the check for DR_STEP in kmmio.c,
breaking mmiotrace. It also passes a wrong value to the post
handler.

This simple fix makes mmiotrace work again.

Signed-off-by: Luca Barbieri &lt;luca@luca-barbieri.com&gt;
Acked-by: K.Prasad &lt;prasad@linux.vnet.ibm.com&gt;
Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;
LKML-Reference: &lt;1263634770-14578-1-git-send-email-luca@luca-barbieri.com&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip</title>
<updated>2010-01-16T20:31:42Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-16T20:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=330a518a1aae6724601903b278ce892d7ab08136'/>
<id>urn:sha1:330a518a1aae6724601903b278ce892d7ab08136</id>
<content type='text'>
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86, uv: Ensure hub revision set for all ACPI modes.
  x86, uv: Add function retrieving node controller revision number
  x86: xen: 64-bit kernel RPL should be 0
  x86: kernel_thread() -- initialize SS to a known state
  x86/agp: Fix agp_amd64_init and agp_amd64_cleanup
  x86: SGI UV: Fix mapping of MMIO registers
  x86: mce.h: Fix warning in header checks
</content>
</entry>
<entry>
<title>x86, uv: Ensure hub revision set for all ACPI modes.</title>
<updated>2010-01-15T19:09:04Z</updated>
<author>
<name>Russ Anderson</name>
<email>rja@sgi.com</email>
</author>
<published>2010-01-15T18:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1d2c867c941d635e53e8ad7bf37d060bb5b25ec5'/>
<id>urn:sha1:1d2c867c941d635e53e8ad7bf37d060bb5b25ec5</id>
<content type='text'>
Ensure that UV hub revision is set for all ACPI modes.

Signed-off-by: Russ Anderson &lt;rja@sgi.com&gt;
LKML-Reference: &lt;20100115180908.GB7757@sgi.com&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
</entry>
<entry>
<title>x86, uv: Add function retrieving node controller revision number</title>
<updated>2010-01-15T19:08:55Z</updated>
<author>
<name>Jack Steiner</name>
<email>steiner@sgi.com</email>
</author>
<published>2010-01-12T21:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a1110e861b2666ac09f5708d6fbe71d18ce64bb'/>
<id>urn:sha1:7a1110e861b2666ac09f5708d6fbe71d18ce64bb</id>
<content type='text'>
Add function for determining the revision id of the SGI UV
node controller chip (HUB). This function is needed in a
subsequent patch.

Signed-off-by: Jack Steiner &lt;steiner@sgi.com&gt;
LKML-Reference: &lt;20100112210904.GA24546@sgi.com&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
</entry>
</feed>
