First  |  Prev |  Next  |  Last
Pages: 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909
[PATCH 6/7] perf: Don't print traces when debugging ordering
Errors due to ordering bugs are easily lost in the middle of traces. When we are in this mode, don't print the traces so that we don't miss the debugging messages. But display a comforting message if we didn't encounter any ordering problem. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Ingo Mo... 24 Jun 2010 18:35
[PATCH 5/7] perf: Don't use 4 bytes as a default instruction breakpoint length
4 bytes is fine as a default access for data breakpoints. But instruction breakpoints should take the native pointer length, otherwise we get a -EINVAL in x86-64. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Will Deacon <will.deacon(a)arm.com> Cc: Prasad <prasad(a)linux.vnet.ibm.com> Cc: Mahesh Salga... 24 Jun 2010 18:35
[PATCH 7/7] perf: Report lost events in perf trace debug mode
Account and report lost events in perf trace debugging mode, useful to check the reliability of the traces. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Paul Mackerras <paulu... 24 Jun 2010 18:35
[GIT PULL] perf events and breakpoints updates
Ingo, Please pull the perf/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/core Thanks, Frederic --- Frederic Weisbecker (6): hw_breakpoints: Fix per task breakpoint tracking x86: Set resume bit before returning from breakpo... 24 Jun 2010 18:35
xfrm: check bundle policy existance before dereferencing it
From: Timo Ter�s <timo.teras(a)iki.fi> Date: Thu, 24 Jun 2010 08:45:19 +0300 Fix the bundle validation code to not assume having a valid policy. When we have multiple transformations for a xfrm policy, the bundle instance will be a chain of bundles with only the first one having the policy reference. When ... 24 Jun 2010 18:35
Bug#584846: Detects only 64MB and fails to boot on Intel Green City board if e820 hooked by GRUB2
On 06/24/2010 12:01 PM, Josh Triplett wrote: On Thu, Jun 24, 2010 at 07:18:34AM -0700, H. Peter Anvin wrote: 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 ... 24 Jun 2010 17:29
- irq vector assignment
On Thu, Jun 24, 2010 at 12:34 PM, Jack Steiner <steiner(a)sgi.com> wrote: Try to assign irqs to cpus on the correct node & fall back to global assignment only if node-local fails. This reduces the chances of using all of the interrupt vectors of a single cpu. Signed-off-by: Jack Steiner <steiner(a)sgi.com> ... 24 Jun 2010 17:29
[PATCH 2/3] i2c: Add OF-style registration and binding
This patch adds OF hooks to the i2c core so that devices can automatically be registered based on device tree data. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/i2c/busses/i2c-cpm.c | 5 ----- drivers/i2c/busses/i2c-ibm_iic.c | 3 --- drivers/i2c/busses/i2c-mpc.c | 1 - ... 24 Jun 2010 16:22
fbdev: section cleanup in viafb driver
On Thu, 17 Jun 2010 12:01:24 +0200 Henrik Kretzschmar <henne(a)nachtwindheim.de> wrote: This patch moves two functions from .devexit to .text, which are called on the probe error path. Also a function which is called by probe is moved from .text to .devinit. Sorry, it took me a while to take a look at t... 25 Jun 2010 23:01
[PATCH 0/3] Automatically register i2c devices from the device tree
The following series adds automatic registration of i2c devices from OF device tree data. If the i2c bus has the of_node pointer set, then it will use that node pointer as the parent for a set of i2c devices and automatically register the child nodes as new i2c devices. When CONFIG_OF is not set, the of i2c hook... 24 Jun 2010 16:22
First  |  Prev |  Next  |  Last
Pages: 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909