[RFC v2 04/10] snet: introduce snet_core
this patch introduce snet_core.c, which provides functions to start and stop snet's subsystems, and include/linux/snet.h, which provides interface with userspace subsytems are: - snet_hooks : LSM hooks - snet_netlink : kernel-user communication (genetlink) - snet_event : manages the list of p... 2 Mar 2010 15:48
[RFC v2 05/10] snet: introduce snet_event
This patch adds the snet's subsystem responsive of managing events snet is using the word 'event' for a couple of values [syscall, protocol]. For example, [listen, tcp] or [sendmsg, dccp] are events. This patch introduces a hastable 'event_hash' and operations (add/remove/search..) in order to manage which even... 2 Mar 2010 15:48
[PATCH 1/5] DMAENGINE: COH 901 318 cleanups
This cleans up the some debug code that was not working in the COH 901 318 driver, adds some helpful comments and rearrange the code a bit. Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/coh901318.c | 42 ++++++++++++++++++++++++++++-------------- 1 files changed, 28 insertions(+... 2 Mar 2010 15:48
perf archive: Don't try to collect files without a build-id
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> To avoid these error: [root(a)doppio ~]# perf archive tar: .build-id/00/00000000000000000000000000000000000000: Cannot stat: No such file or directory tar: .build-id/00/0000000... 2 Mar 2010 14:40
[PATCH 05/12] ahci: Factor out PCI specifics from ahci_reset_controller()
Move PCI stuff into ahci_pci_reset_controller(). Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/ahci.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index acfdcb5..c46a064 100644 --- a/drivers/ata/ahc... 2 Mar 2010 14:40
[GIT PULL] single block IO revert (Was "Re: Oops while booting 2.6.34-rc0 (block pull busted)")
On Tue, Mar 02 2010, Steven Rostedt wrote: Ug, Walt, do not remove Cc's when replying to LKML! This looks urgent that we revert this commit: 9f7cdbc33f36d28e57eaba0093f68f0d14c38c5b or find a fix real quick! We'll revert it asap, no point in wasting time debugging it first. Linus, please p... 2 Mar 2010 13:32
[PATCH RFC 0/12] ahci: Add support for non-PCI devices
Hi all, This patch set refactors AHCI code to make it more generic, plus adds a new platform driver to support AHCI interfaces integrated into System-On-Chip devices. The patches should apply on top of v2.6.33 (soon will be rebased on top of linux-next). I don't have any PCI AHCI handy (yet, but I plan to f... 2 Mar 2010 13:32
[PATCH 02/12] ahci: Get rid of host->iomap usage
Currently the driver uses host->iomap to store all the iomapped BARs of a PCI device (while AHCI devices actually use just a single memory window). We're going to teach AHCI to work with non-PCI buses, so there are two options to make this work: 1. "fake" host->iomap array for non-PCI devices, and place the ne... 2 Mar 2010 13:32
[PATCH 1/1] perf archive: Don't try to collect files without a build-id
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> To avoid these error: [root(a)doppio ~]# perf archive tar: .build-id/00/00000000000000000000000000000000000000: Cannot stat: No such file or directory tar: .build-id/00/00000000000000000000000000000000000000: Cannot stat: No such file or directory ... 2 Mar 2010 13:32
perf_events, x86: Fixup fixed counter constraints
On Tue, 2010-03-02 at 17:26 +0100, Stephane Eranian wrote: @@ -37,14 +43,16 @@ static struct event_constraint intel_core2_event_constraints[] = INTEL_EVENT_CONSTRAINT(0x18, 0x1), /* IDLE_DURING_DIV */ INTEL_EVENT_CONSTRAINT(0x19, 0x2), /* DELAYED_BYPASS */ INTEL_EVENT_CONSTRAINT... 2 Mar 2010 13:32