[tip:perf/core] x86, perf: P4 PMU - fix counters management logic
Commit-ID: 1ff3d7d79204612ebe2e611d2592f8898908ca00 Gitweb: http://git.kernel.org/tip/1ff3d7d79204612ebe2e611d2592f8898908ca00 Author: Cyrill Gorcunov <gorcunov(a)gmail.com> AuthorDate: Fri, 14 May 2010 23:08:15 +0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Sat, 15 May 2010 08:38:55 +0200 x86... 15 May 2010 05:05
KVM: x86: Use FPU API
On 05/14/2010 06:16 AM, Sheng Yang wrote: Convert KVM to use generic FPU API. Signed-off-by: Sheng Yang<sheng(a)linux.intel.com> --- arch/x86/include/asm/kvm_host.h | 18 +--------- arch/x86/kvm/x86.c | 73 ++++++++++++--------------------------- 2 files changed, 23 insertions(+)... 17 May 2010 05:52
perf tools improvements
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Regards, - Arnaldo Arnaldo Carvalho de Melo (4): perf hist: Make event__totals per hists perf hist: Clarify even... 15 May 2010 02:57
[GIT PULL] perf fix
Linus, Please pull the latest perf-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-fixes-for-linus Thanks, Ingo ------------------> Arnaldo Carvalho de Melo (1): perf record: Add a fallback to the reference relocation symbol tools... 15 May 2010 02:57
staging/comedi: new Kconfig and Makefiles, drivers grouped by bustype.
On Fri, May 14, 2010 at 08:29:33PM -0400, Frank Mori Hess wrote: On Friday 14 May 2010, Greg KH wrote: Wow. Is this something that we really want? That's a lot of new Kconfig options, and while it seems like it makes sense, I would like to get the comedi developers opinion here. It doesn't ma... 15 May 2010 00:49
Revert "perf: Fix warning while reading ring buffer headers"
On Thu, May 13, 2010 at 04:03:48PM +1000, Ian Munsie wrote: From: Ian Munsie <imunsie(a)au1.ibm.com> This reverts commit d00a47cce569a3e660a8c9de5d57af28d6a9f0f7. "perf: Fix warning while reading ring buffer headers" The reverted patch removed the processing of the header_page, skipping over it... 14 May 2010 23:45
[PATCH] profile: fix stats and data leakage
If the kernel is large or the profiling step small, /proc/profile leaks data and readprofile shows silly stats, until readprofile -r has reset the buffer: clear the prof_buffer when it is vmalloc()ed. Signed-off-by: Hugh Dickins <hughd(a)google.com> Cc: stable(a)kernel.org --- kernel/profile.c | 4 +++- 1 fi... 14 May 2010 23:45
NOTIFICATION!
NOTIFICATION! You have a bank draft of 700,000.00GB Pounds in our office,which await the outstanding payment of 175 Euro. Contact TNT Courier Company Italy for claims with your personal information. Contact person Mrs. Lucy Alexo,Email:tntcourieritaly(a)aol.com -- To unsubscribe from this list: send the line "unsubscr... 14 May 2010 22:40
[PATCH] x86: Export tsc related information in sysfs
From: Dan Magenheimer <dan.magenheimer(a)oracle.com> Kernel information about calibrated value of tsc_khz and tsc_stability (result of tsc warp test) are useful bits of information for any app that wants to use TSC directly. Export this read_only information in sysfs. Signed-off-by: Venkatesh Pallipadi <venki(a)go... 14 May 2010 22:40
Per-superblock shrinkers
On Fri, May 14, 2010 at 05:24:18PM +1000, Dave Chinner wrote: This series reworks the filesystem shrinkers. We currently have a set of issues with the current filesystem shrinkers: 1. There is an dependency between dentry and inode cache shrinking that is only implicitly defined by the order of... 16 May 2010 21:12