msm_serial: fix serial on trout
On Wed, 2010-05-19 at 09:35 -0700, Abhijeet Dharmapurikar wrote: All targets report the correct uartclk except trout. For trout force mnd counter values as if uartclk was fed by tcxo/4. For other targets set the mnd counter based on uartclk. Can you be more specific in the description here. It sounds lik... 20 May 2010 19:24
jump label v8: sort jump table at build-time
From: Jason Baron <jbaron(a)redhat.com> Date: Wed, 19 May 2010 12:22:17 -0400 diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 2092361..fe6f8be 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -17,6 +17,8 @@ #include "modpost.h" #include "../../include/generated/... 24 May 2010 16:49
drivers/media/video/uvc: Use kmemdup
Hi Julia, Thanks for the patch. On Saturday 15 May 2010 23:17:59 Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use kmemdup when some other buffer is immediately copied into the allocated region. A simplified version of the semantic patch that makes this change is as follows: (http:... 19 May 2010 18:15
perf: introduce raw_type attribute to specify the type of a raw sample
Hi Robert, On 5/19/2010 2:20 PM, Robert Richter wrote: This patch introduces a method to specify the type of a raw sample. This can be used to setup hardware events other than generic performance counters by passing special config data to the pmu. The config data can be interpreted different from generic... 20 May 2010 19:24
[tip:x86/mrst] x86, mrst: make mrst_identify_cpu() an inline returning enum
Commit-ID: a75af580bb1fd261bf63cc00e4b324e17ceb15cf Gitweb: http://git.kernel.org/tip/a75af580bb1fd261bf63cc00e4b324e17ceb15cf Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Wed, 19 May 2010 13:40:14 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 19 May 2010 13:47:11 -07... 19 May 2010 18:15
[tip:x86/mrst] x86, mrst: make mrst_timer_options an enum
Commit-ID: 14671386dcbafb3086bbda3cb6f9f27d34c7bf6d Gitweb: http://git.kernel.org/tip/14671386dcbafb3086bbda3cb6f9f27d34c7bf6d Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Wed, 19 May 2010 14:37:40 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 19 May 2010 14:37:40 -07... 19 May 2010 18:15
[tip:x86/mrst] x86: detect scattered cpuid features earlier
Commit-ID: 1dedefd1a066a795a87afca9c0236e1a94de9bf6 Gitweb: http://git.kernel.org/tip/1dedefd1a066a795a87afca9c0236e1a94de9bf6 Author: Jacob Pan <jacob.jun.pan(a)linux.intel.com> AuthorDate: Wed, 19 May 2010 12:01:23 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 19 May 2010 13:32:1... 19 May 2010 18:15
[PATCH 5/7] perf, x86: setup NMI handler for IBS
This implements the perf nmi handler for ibs interrupts. The code was copied from oprofile and should be merged somewhen. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/cpu/perf_event.c | 5 ++ arch/x86/kernel/cpu/perf_event_amd.c | 85 ++++++++++++++++++++++++++++++++++ 2 ... 19 May 2010 18:15
[PATCH 4/7] perf, x86: implement IBS feature detection
The new code checks if IBS is available on the cpu. It implements only a basic detection that should be later extended to read ibs cpuid feature flags. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/cpu/perf_event.c | 5 +++++ arch/x86/kernel/cpu/perf_event_amd.c | 2 ++ ... 19 May 2010 18:15
[PATCH 2/7] perf, x86: introduce bit range for special pmu events
There are some pmu events such as Intel BTS or AMD IBS that do not fit in the generic or fixed performance counter scheme. The upper bits starting at bit 48 of the 64 bit counter mask are reserved for such events and can be used to handle them. The events can be identified by its index in the bit mask. Signed-of... 19 May 2010 18:15