[PATCH 13/16] Tools perf builtin-trace.c: duplicated includes
tools/perf/builtin-trace.c: util/exec_cmd.h and util/trace-event.h are included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- tools/perf/builtin-trace.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trac... 25 Mar 2010 13:47
[PATCH 01/16] ARM mach-at91: duplicated include
arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/arm/mach-at91/board-sam9m10g45ek.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/ma... 25 Mar 2010 13:47
[PATCH 07/16] Staging: sep: sep_driver.c: duplicated include
drivers/staging/sep/sep_driver.c: linux/sched.h is included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- drivers/staging/sep/sep_driver.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c ... 25 Mar 2010 13:47
Question about e06e7c615877026544ad7f8b309d1a3706410383 -- [IPV4]: The scheduled removal of multipath cached routing support.
Hi all, I was wondering what the rationale for commit e06e7c615877026544ad7f8b309d1a3706410383 is. We upgraded our custom image to 2.6.33 recently and found those options to be missing. Thanks, Richard Hartmann -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes... 25 Mar 2010 13:47
[Bug 15621] New: BUG: unable to handle kernel paging request - comm: pccardd
> It looks like the iomem_resource tree got wrecked. Has anyone been changing anything in there lately? My pci=use_crs patches change the contents of the iomem_resource tree, and it's possible they broke some assumptions PCMCIA was making, so you might see if "pci=nocrs" makes any difference. If it does, plea... 1 Apr 2010 14:38
oprofile, perf, x86: introduce new functions to reserve perfctrs by index
Andi, so far it does not seem this reservation patches will go upstream. So we still do not have a solution of how to share the pmu with perf. The current approach is a global pmu lock. I don't think this is a good solution and we already see questions on the oprofile mailing list why counters are not available ... 25 Mar 2010 12:38
resource: shared I/O region support
On Thu, 25 Mar 2010 14:17:41 +0100 Giel van Schijndel <me(a)mortis.eu> wrote: From: Alan Cox <alan(a)lxorguk.ukuu.org.uk> This patch was originally written by Alan Cox [1]. I only updated it to apply correctly to Linus' current tree and changed IORESOURCE_MUXED's value from 0x00200000 to 0x00400000 becau... 2 Apr 2010 17:04
module: fix __module_ref_addr()
(should really have CC'd lkml, here it is) * Mathieu Desnoyers (mathieu.desnoyers(a)efficios.com) wrote: __module_ref_addr() should use per_cpu_ptr() to obfuscate the pointer (RELOC_HIDE is needed for per cpu pointers). This non-standard per-cpu pointer use has been introduced by commit 720eba31f47aead... 28 Apr 2010 14:00
[PATCH 1/2] x86/PCI: for host bridge address space collisions, show conflicting resource
With insert_resource_conflict(), we can learn what the actual conflict is, so print that info for debugging purposes. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> --- arch/x86/pci/acpi.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/x86/pci/acpi.c b/arch/x8... 25 Mar 2010 12:37
[PATCH 0/2] x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1
These patches fix a "pci=use_crs" regression and print a little more debug information for resource allocation conflicts. --- Bjorn Helgaas (2): x86/PCI: for host bridge address space collisions, show conflicting resource x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 arch/x86/pci... 25 Mar 2010 12:37