[tip:perf/core] perf: Disallow mmap() on per-task inherited events
Commit-ID: c7920614cebbf269a7c8397ff959a8dcf727465c Gitweb: http://git.kernel.org/tip/c7920614cebbf269a7c8397ff959a8dcf727465c Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Tue, 18 May 2010 10:33:24 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 18 May 2010 18:35:48 +0200 ... 18 May 2010 13:40
[PATCH v4 12/13] perf: Dont adjust symbols on name lookup
Adjusting symbols is not needed if we are searching by name. Infact if we adjust and search symbols by name, we get incorrect results. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> --- tools/perf/util/symbol.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/... 18 May 2010 13:40
[PATCH v4 1/13] X86 instruction analysis: Move Macro W to insn.h
Move Macro W to asm/insn.h Macro W used to know if the instructions are valid for user-space/kernel space. This macro is used by kprobes and user_bkpt. (i.e user space breakpoint assistance layer.) So moving it to a common header file asm/insn.h. TODO: replace macro W with bits in inat table. (suggested by Ma... 18 May 2010 13:40
arch/x86: Add array variants for setting memory to wc caching.
On 05/18/2010 02:34 AM, Dave Airlie wrote: On Thu, Apr 1, 2010 at 10:45 PM, Pauli Nieminen <suokkos(a)gmail.com> wrote: Setting single memory pages at a time to wc takes a lot time in cache flush. To reduce number of cache flush set_pages_array_wc and set_memory_array_wc can be used to set multiple pages t... 18 May 2010 13:40
[stable] nilfs2: fix sync silent failure
Please consider commit 973bec34bfc1bc2465646181653d67f767d418c8 for inclusion in 2.6.33.y and 2.6.32.y. Here is the commit message. It fixes a grave regression since 2.6.32, which makes "sync" operation nonfunctional, and leading to unexpected user's data loss. I have tested the patch, and confirmed that it r... 18 May 2010 13:40
[GIT PULL] workqueue for v2.6.35-rc1
Hello, Linus. Please pull from the following branch to receive wq changes for v2.6.35-rc1. git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-linus Bulk of cmwq still waiting for scheduler hooks to be resolved, there are only two commits for v2.6.35-rc1. One adds comment to flush_scheduled_work... 18 May 2010 13:40
Linux telephony - IXJ
I have half a dozen Quicknet cards in various countries which I use to keep in touch with friends and family. I also have a Quicknet PhoneJack which is an ISA card allowing me to place remote calls via the net. All these cards worked flawlessly for almost a decade paying for themselves many times over. The curr... 18 May 2010 15:53
[PATCH 2/5] HID: Added further information for Roccat Kone
>From 0875b1fdc784c60d28d3c5bc02ffcf0f30ccea2c Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 16:53:31 +0200 Subject: [PATCH 2/5] HID: Added further information for Roccat Kone Added new data and changed workaround for abnormal button behaviour according to n... 18 May 2010 12:34
[GIT PULL] percpu for v2.6.35-rc1
Hello, Linus. Please pull from the following branch to receive percpu changes for 2.6.35-rc1. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus There are six commits. One is to add sparse annotation to ia64. All the others are to implement nommu percpu support. blackfin does SMP w/o... 18 May 2010 12:34
Unexpected splice "always copy" behavior observed
Hi, I'm currently digging into the splice code to figure out why it's always in copy mode even though I specified the SPLICE_F_MOVE flag and released the page references from the LTTng ring buffer. I'm splicing to a pipe and then from the pipe to an ext3 filesystem (2.6.33.4 kernel). I've got the feeling I'm miss... 20 May 2010 10:33