[tip:perf/core] perf, x86: Remove PEBS SAMPLE_RAW support
Commit-ID: 1e9a6d8d44cb6dcd2799b36ceb23007e6a423bfe Gitweb: http://git.kernel.org/tip/1e9a6d8d44cb6dcd2799b36ceb23007e6a423bfe Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Tue, 4 May 2010 16:30:21 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 7 May 2010 11:31:01 +0200 pe... 7 May 2010 15:37
perf probe: Support DW_OP_call_frame_cfa in debuginfo
Em Fri, May 07, 2010 at 01:16:36PM -0400, Masami Hiramatsu escreveu: Hi, Robert Richter wrote: On 15.04.10 07:29:18, tip-bot for Masami Hiramatsu wrote: diff --git a/tools/perf/util/probe-finder.h b/tools/perf/util/probe-finder.h index 2a27132..310ce89 100644 --- a/tools/perf/util/probe... 7 May 2010 15:37
Precious Package From Mrs.Edithy Jefferson
This is to notify you that Mrs.Edithy Jefferson have deposited your Bank Draft the sum of $1,000,000.00 USD with UPS COMPANY here in West Africa. For immediate action. Contact Person:Mr.Derek Morgan Email: mr.derek.morgan009(a)hotmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 7 May 2010 15:37
eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE
On Fri, May 07, 2010 at 11:24:11AM -0700, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> eeepc-wmi uses backlight*() interfaces so it should depend on BACKLIGHT_CLASS_DEVICE. eeepc-wmi.c:(.text+0x2d7f54): undefined reference to `backlight_force_update' eeepc-wmi.c:(.text+0x2d801... 7 May 2010 14:30
Link time manipulation of kernel symbols like read/write
Hi folks, Is it possible to wrap module entry points like open/close during the module compilation? By wrapping, I mean interposing using linker --wrap option. This is very much possible in user space and is commonly used to interpose library functions. E.g. void * __wrap_malloc (int c) { printf ("mal... 9 May 2010 12:08
[PATCH] tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
Comment was not updated when tty_insert_flip_string was generalised. Signed-off-by: Johan Hovold <jhovold(a)gmail.com> --- drivers/char/tty_buffer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/tty_buffer.c b/drivers/char/tty_buffer.c index 7ee5216..cc1e985 100644 --- ... 7 May 2010 14:30
[PATCH 3/3] [RFC] power/ds2760_battery: use factor of 50 for rated_capacity
In the ds2760 driver, the currently used factor of 10 to store the rated battery capacity internally is not sufficient for batteries > 2.55 Ah, as the 8-bit register will overflow. Change the factor to 20 to broaden that range. Note that due to RATED_CAPACITY_FACTOR, the internal interface won't change, neither f... 7 May 2010 14:30
[PATCH 2/8] x86/mrst/pci: return 0 for non-present pci bars
Moorestown PCI code has special handling of devices with fixed BARs. In case of BAR sizing writes, we need to update the fake PCI MMCFG space with real size decode value. When a BAR is not present, we need to return 0 instead of ~0. ~0 will be treated as device error per bugzilla 12006. Signed-off-by: Jacob Pa... 7 May 2010 14:30
[PATCH 1/8] x86: avoid check hlt if no timer interrupts
From: Jacob Pan <jacob.jun.pan(a)intel.com> check hlt requires external timer interrupt to wake up the cpu. for platforms equipped with only per cpu timers, we don't have external interrupts during check hlt. this patch checks such condition to avoid kernel hang at hlt. it also saves boot time in that hlt four tim... 7 May 2010 14:30
[PATCH 5/8] x86/apbt: support more timer configurations on mrst
From: Jacob Pan <jacob.jun.pan(a)intel.com> With the addition of Medfield as a follow-up of Moorestown, more timer configurations are available to the kernel. This patch allows the optimal default configuration to be chosen and overwritten by cmdline as well. i.e. For Moorestown, percpu APB timers are default. For... 7 May 2010 14:30