First  |  Prev |  Next  |  Last
Pages: 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912
[PATCH] x86: fix section mismatch from pcibios_scan_specific_bus()
This so far non-__devinit function calling a __devinit one (pci_scan_bus_on_node()) isn't correct, but since it is being exported it also cannot itself be made __devinit unconditionally. Short of being able to think of a better solution, and short of making the whole call tree (reaching into the arch-independent pa... 24 Jun 2010 11:50
[PATCH] MMC: remove regulator refcount fiddling in mmc core
Currently the mmc_regulator_set_ocr() fiddles with the regulator refcount by selectively calling regulator_[enable|disable] depending on the state of the regulator. This will confuse the reference count if case the regulator is for example shared with other MMC slots or user for other stuff than the MMC card. Pu... 24 Jun 2010 11:50
[RFC][PATCH 05/11] perf: register pmu implementations
Simple registration interface for struct pmu, this provides the infrastructure for removing all the weak functions. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/arm/kernel/perf_event.c | 36 + arch/powerpc/kernel/perf_event.c | 46 +- arch/powerpc/kernel/perf_event_fs... 24 Jun 2010 11:50
[PATCH 02/11] perf: Fix argument of perf_arch_fetch_caller_regs
From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj(a)renesas.com> "struct regs" was set to argument of perf_arch_fetch_caller_regs. "struct pt_regs" is correct. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj(a)renesas.com> Acked-by: Frederic Weisbecker <fweisbec(a)gmail.com> Signed-off-by: Peter Zijlstra <a.p.zij... 24 Jun 2010 11:50
[RFC][PATCH 00/11] perf pmu interface -v2
These patches prepare the perf code for multiple pmus (no user interface yet, Lin Ming is working on that). These patches remove all weak functions and rework the struct pmu interface. The patches are boot tested on x86_64 and compile tested on: powerpc (!fsl, what config is that?), sparc and arm (sorry no SH com... 24 Jun 2010 11:50
[RFC][PATCH 10/11] perf: Shrink hw_perf_event
Use hw_perf_event::period_left instead of hw_perf_event::remaning and win back 8 bytes. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- include/linux/perf_event.h | 1 - kernel/perf_event.c | 13 ++++++------- 2 files changed, 6 insertions(+), 8 deletions(-) Index: linux-2.6/include/l... 24 Jun 2010 11:50
[RFC][PATCH 04/11] perf: deconstify struct pmu
sed -ie 's/const struct pmu\>/struct pmu/g' `git grep -l "const struct pmu\>"` Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/arm/kernel/perf_event.c | 2 +- arch/powerpc/kernel/perf_event.c | 8 ++++---- arch/powerpc/kernel/perf_event_fsl_emb.c | 2 +- arch/sh/ker... 24 Jun 2010 10:43
[PATCH 03/11] perf, sparc64: Fix maybe_change_configuration() PCR setting.
From: David S. Miller <davem(a)davemloft.net> Need to mask out the existing event bits before OR'ing in the new ones. Reported-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Signed-off-by: David S. Miller <davem(a)davemloft.net> Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/sparc/kernel/perf_even... 24 Jun 2010 10:43
[PATCH 01/11] perf, x86: Fix Nehalem PMU quirk
The idea was to run all three counters, which means we need to program 7 into the enable mask, not 3 (which is two bits). Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- Index: linux-2.6/arch/x86/kernel/cpu/perf_event_intel.c =================================================================== --- lin... 24 Jun 2010 10:43
Bug#584846: Detects only 64MB and fails to boot on Intel Green City board if e820 hooked by GRUB2
On 06/24/2010 12:27 AM, Josh Triplett wrote: The following patch fixes GRUB; with this patch, I can reserve memory (such as with drivemap), boot 2.6.35-rc3 successfully, and it detects all of my RAM. Congratulations! You have just committed the single most common BIOS implementation bug. (Sorry f... 24 Jun 2010 10:43
First  |  Prev |  Next  |  Last
Pages: 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912