[tip:x86/irq] x86, acpi/irq: Introduce apci_isa_irq_to_gsi
Commit-ID: 2c2df8418ac7908eec4558407b83f16739006c54 Gitweb: http://git.kernel.org/tip/2c2df8418ac7908eec4558407b83f16739006c54 Author: Eric W. Biederman <ebiederm(a)xmission.com> AuthorDate: Tue, 30 Mar 2010 01:07:02 -0700 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Tue, 4 May 2010 13:34:23 -0700... 4 May 2010 22:23
[tip:x86/irq] x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.h
Commit-ID: 9638fa521e42c9281c874c6b5a382b1ced4ee496 Gitweb: http://git.kernel.org/tip/9638fa521e42c9281c874c6b5a382b1ced4ee496 Author: Eric W. Biederman <ebiederm(a)xmission.com> AuthorDate: Tue, 30 Mar 2010 01:07:07 -0700 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Tue, 4 May 2010 13:34:44 -0700... 4 May 2010 22:23
[PATCH 4/6] kobj: Send hotplug events in the proper namespace.
From: Eric W. Biederman <ebiederm(a)xmission.com> Utilize netlink_broacast_filtered to allow sending hotplug events in the proper namespace. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- lib/kobject_uevent.c | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff... 4 May 2010 21:18
[PATCH 0/6] netns support in the kobject layer
With the tagged sysfs support finally merged into Greg's tree, it is time for the last little bits of work to get the kobject layer and network namespaces to play together properly. These patches are roughly evenly divided between network layer work and sysfs layer work. Last time this conundrum came up I beli... 4 May 2010 21:18
[PATCH 3/6] netlink: Implment netlink_broadcast_filtered
From: Eric W. Biederman <ebiederm(a)xmission.com> When netlink sockets are used to convey data that is in a namespace we need a way to select a subset of the listening sockets to deliver the packet to. For the network namespace we have been doing this by only transmitting packets in the correct network namespace. ... 4 May 2010 21:18
[PATCH 5/6] hotplug: netns aware uevent_helper
From: Eric W. Biederman <ebiederm(a)xmission.com> It only makes sense for uevent_helper to get events in the intial namespaces. It's invocation is not per namespace and it is not clear how we could make it's invocation namespace aware. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- lib/kobject_... 4 May 2010 21:17
[PATCH 1/6] kobject: Send hotplug events in all network namespaces
From: Eric W. Biederman <ebiederm(a)xmission.com> Open a copy of the uevent kernel socket in each network namespace so we can send uevents in all network namespaces. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- lib/kobject_uevent.c | 68 ++++++++++++++++++++++++++++++++++++++++++++------ 1 fi... 4 May 2010 21:17
[PATCH 1/2] perf: Introduce a new "round of buffers read" pseudo event
In order to provide a more robust and deterministic reordering algorithm, we need to know when we reach a point where we just did a pass through every counter buffers to read everything they had. This patch introduces a new PERF_RECORD_FINISHED_ROUND pseudo event that only consists in an event header and doesn't... 4 May 2010 20:11
[patch] x86: fix fake apicid to node mapping for numa emulation
apicids must be mapped to the lowest node ids to maintain generic kernel use of functions such as cpu_to_node() that determine device affinity. Signed-off-by: David Rientjes <rientjes(a)google.com> --- Third resend of the same patch. arch/x86/mm/srat_64.c | 3 ++- 1 files changed, 2 insertions(+), 1 deleti... 4 May 2010 20:11
[PATCH 0/2] perf: Redesign trace events reordering
I recently noticed that the new reordering design is broken when it deals with tons of events. This patchset provides another algorithm to deal with that, tested without any problem. And since it involves more frequent flushes, I guess it could plug nicely with the live mode. Frederic Weisbecker (2): per... 4 May 2010 20:11